Template uses LuaLaTeX and Polyglossia.

This commit is contained in:
2024-05-25 12:56:05 +02:00
parent edf3a6dfb1
commit a6231f8dc1
5 changed files with 17 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
\chapter{Code}\label{cha:code}
You can put code in your document using the \texttt{listings} package, which is
loaded. Be aware that the listings
loaded. Be aware that the \texttt{listings}
package does not put code in your document if you are in draft mode
unless you give it the \texttt{final} option.
@@ -80,5 +80,6 @@ label={src:AndroidManifest.xml}]{src/AndroidManifest.xml}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "PHD-NAME-YEAR"
%%% TeX-master: "main"
%%% TeX-engine: luatex
%%% End: