From 750a2cfaf2ee852cddd641924502cebfad94d7b5 Mon Sep 17 00:00:00 2001 From: Andrea Rogers Date: Thu, 3 Oct 2024 10:48:27 -0500 Subject: [PATCH] resumaker: new -t flag to output TeX --- scripts/resumaker | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/scripts/resumaker b/scripts/resumaker index 2ae8ab5..3eea463 100644 --- a/scripts/resumaker +++ b/scripts/resumaker @@ -6,17 +6,19 @@ . "$(dirname $0)/util/logging.bash" -FONT="monofur for Powerline" +FONT='monofur for Powerline' +EXTENSION='.pdf' read -d '' usage <