v1.0
This commit is contained in:
@ -4,9 +4,8 @@ INPUT_FILE="$1"
|
|||||||
OUTPUT_FILE="$(echo $INPUT_FILE|awk -F '.' '{print $1}').pdf"
|
OUTPUT_FILE="$(echo $INPUT_FILE|awk -F '.' '{print $1}').pdf"
|
||||||
METADATA_FILE="$2"
|
METADATA_FILE="$2"
|
||||||
TEMPLATE="eisvogel"
|
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 \
|
pandoc \
|
||||||
$INPUT_FILE \
|
$INPUT_FILE \
|
||||||
|
12
metadata-file-examples/reachableceo-resume.yml
Normal file
12
metadata-file-examples/reachableceo-resume.yml
Normal 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"
|
@ -1 +0,0 @@
|
|||||||
# Potentially move variables here in future from makepdf.sh
|
|
@ -1,4 +0,0 @@
|
|||||||
title: "Charles N Wyble Resume"
|
|
||||||
titlepage: true
|
|
||||||
author: [Charles N Wyble]
|
|
||||||
---
|
|
Reference in New Issue
Block a user