This commit is contained in:
Charles N Wyble 2024-11-28 15:05:09 -06:00
parent eb387a98ff
commit cf5ffc6627
6 changed files with 13 additions and 7 deletions

View File

@ -4,9 +4,8 @@ INPUT_FILE="$1"
OUTPUT_FILE="$(echo $INPUT_FILE|awk -F '.' '{print $1}').pdf"
METADATA_FILE="$2"
TEMPLATE="eisvogel"
PANDOC_OPTIONS="--listings"
# Setup proper boilerplate to handle cmd line options , check args etc...
#Recommendation for production : proper error handling / arg checking etc (as we do in our SAAS paid version of this)
pandoc \
$INPUT_FILE \

View File

@ -0,0 +1,12 @@
title: "Charles N Wyble Resume"
titlepage: false
author: [Charles N Wyble]
date: \today
header-left: "\\hspace{1cm}"
header-center: "\\leftmark"
header-right: "Page \\thepage"
footer-left: "Charles N Wyble"
footer-right: "[Source code for this resume](https://git.knownelement.com/reachableceo/ReachableCEOResume) "
footer-center: "Tenacity. Velocity. Focus"
urlcolor: blue
page-background: "D:/tsys/@ReachableCEO/ExternalVendorCode/pandoc-latex-template/examples/page-background/backgrounds/background5.pdf"

View File

@ -1 +0,0 @@
# Potentially move variables here in future from makepdf.sh

View File

@ -1,4 +0,0 @@
title: "Charles N Wyble Resume"
titlepage: true
author: [Charles N Wyble]
---