Skip to content

Commit

Permalink
Bump date + build improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
benkuhn committed Dec 15, 2022
1 parent fbd5cd3 commit f903ba5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion book.tex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
\input{modes/curmode.tex}
\title{Christmas Carols}
\author{compiled by Ben Kuhn}
\date{December 21, 2018}
\date{December 15, 2022}
\usepackage{graphicx}
\usepackage{pdfpages}
% We can compile either in booklet or in handout mode. curmode.tex
Expand Down
3 changes: 1 addition & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,11 @@ fi
ln modes/handout.tex modes/curmode.tex
$DOCKER pdflatex book.tex
$DOCKER makeindex book.idx
$DOCKER pdflatex book.tex

if [ $MODE == "booklet" ]; then
rm modes/curmode.tex
ln modes/booklet.tex modes/curmode.tex
$DOCKER pdflatex book.tex
fi

$DOCKER pdflatex book.tex
mv book.pdf $MODE.pdf

0 comments on commit f903ba5

Please sign in to comment.