diff --git a/compile.sh b/compile.sh index ff37c06..a7e52f6 100755 --- a/compile.sh +++ b/compile.sh @@ -8,21 +8,19 @@ case "$1" in [ -e "$file" ] && make "${file%.svg}".eps done - [ -e "$presi/index.tex" ] && make "$presi/index.pdf" + [ -e "$presi/index.tex" ] && make "$presi/index.pdf" || true done - - true ;; "libreoffice") for presi in latex/* revealjs/*;do - [ -e "$presi/handout.odt" ] && make "$presi/handout.pdf" + [ -e "$presi/handout.odt" ] && make "$presi/handout.pdf" || true done ;; "revealjs") make revealjs/node_modules for presi in revealjs/*;do - [ -e "$presi/index.html" ] && make "$presi/index.pdf" + [ -e "$presi/index.html" ] && make "$presi/index.pdf" || true done ;; *) diff --git a/latex/brom/index.tex b/latex/brom/index.tex index 08cf303..9a67477 100644 --- a/latex/brom/index.tex +++ b/latex/brom/index.tex @@ -23,21 +23,21 @@ Extension = .ttf, UprightFont = DINW07-Regular, BoldFont = DINW07-Bold, - ItalicFont = DINW07-Italic, + ItalicFont = DINW07-Italic ] \setmainfont{}[ % Activate with \textrm{} Path = /usr/share/fonts/truetype/vollkorn/, Extension = .ttf, UprightFont = Vollkorn-Regular, BoldFont = Vollkorn-Bold, - ItalicFont = Vollkorn-Italic, + ItalicFont = Vollkorn-Italic ] %\setmonofont{}[ % Activate with \texttt{} % Path = /home/simon/.fonts/typecatcher/, % Extension = .ttf, % UprightFont = Roboto Mono_regular, % BoldFont = Roboto Mono_300, -% ItalicFont = Roboto Mono_italic, +% ItalicFont = Roboto Mono_italic %] \setbeamercovered{transparent}