From 929348edffaab829c7cc726b525bde0f86026b40 Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Mon, 14 Jul 2025 11:30:08 -0500 Subject: [PATCH] i think this will work,. going to build the client side micro service real quick and test. --- MdBook/GenerateMdBook.sh | 3 +++ PDF/GeneratePDF.sh | 2 +- PDF/SupportMaterials/PDFMetadata.yml | 14 -------------- 3 files changed, 4 insertions(+), 15 deletions(-) create mode 100644 MdBook/GenerateMdBook.sh delete mode 100644 PDF/SupportMaterials/PDFMetadata.yml diff --git a/MdBook/GenerateMdBook.sh b/MdBook/GenerateMdBook.sh new file mode 100644 index 0000000..e6c79b7 --- /dev/null +++ b/MdBook/GenerateMdBook.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +mdbook build \ No newline at end of file diff --git a/PDF/GeneratePDF.sh b/PDF/GeneratePDF.sh index a33a34a..0830e7e 100644 --- a/PDF/GeneratePDF.sh +++ b/PDF/GeneratePDF.sh @@ -12,7 +12,7 @@ PDFMetadataFileInput="$3" export PDFMetadataFile PDFMetadataFile="$4" -$MO_PATH $YamlInputTemplateFile > $PDFMetadataFile +$MO_PATH $PDFMetadataFileInput > $PDFMetadataFile pandoc \ $MarkdownInput \ diff --git a/PDF/SupportMaterials/PDFMetadata.yml b/PDF/SupportMaterials/PDFMetadata.yml deleted file mode 100644 index 857e108..0000000 --- a/PDF/SupportMaterials/PDFMetadata.yml +++ /dev/null @@ -1,14 +0,0 @@ -title: tbd -titlepage: true -author: tbd -date: \today -toc: true -toc-own-page: true -header-left: "\\hspace{1cm}" -header-center: "\\leftmark" -header-right: "Page \\thepage" -footer-left: "\\thetitle" -footer-center: "Copyright ReachableCEO Enterprises LLC" -footer-right: "\\theauthor" -page-background: "tbd" -titlepage-logo: "tbd" \ No newline at end of file