# FHTW LaTeX Beamer Template ![FHTW Logo](https://es.technikum-wien.at/sabic/fhtw-latex-slides/raw/logo/.img/fhtw-latex-logo.svg) Template supporting LaTeX beamer options. ## Help Instructions Provided targets: build, view, preview, clean, distclean, log, open, help Four environment variables are used to configure the behavior of those targets: * `*$TARGET*` is used to specify the tex file to compile (default: `$BASENAME`). * `*$VARIANTS*` is used to specify none, one, or multiple variants (default: `$BASEVARIANTS`). * `*$ASPECTRATIO*` is used to specify the aspect ratio(s) (default: `$BASEARATIO`). * `*$OPTS*` is used to pass additional options to latexmk. --- Pass variables with `make` command $ make OPTS=-gg $ make TARGET=resources/tex/intro view $ make VARIANTS=handout,presentation ASPECTRATIO=43,169 build $ make VARIANTS=, view --- Export variables to set them permanently $ TARGET=resources/tex/intro.tex $ VARIANTS=notes $ ASPECTRATIO=43 $ make $ make open $ make preview $ make clean ## Features This template provides several features. * ``.latexmkrc`` configuration * different variants * Presentation * Handout * Notes * different aspect ratios * 4:3 * 16:9 ## Notes Read documentation on the various `LaTeX` packages $ texdoc