Skip to content

Commit

Permalink
update example documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelroland committed Oct 21, 2024
1 parent a047ec4 commit 0e44e8e
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 22 deletions.
26 changes: 17 additions & 9 deletions main-report.tex
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
%%
%% You can safely use "pdflatex" instead of "xelatex" if you prefer the pdfLaTeX toolchain.
%% However, pdfLaTeX will not be able to deliver the professional font experience that you
%% will get with XeLaTeX.
%% will get with XeLaTeX. You can also safely use "lualatex" instead of "xelatex" while
%% preserving the professional font experience if you prefer the LuaLaTeX toolchain.
%%
%% _Important_: These magic comments should be on the first lines of your source file.
%%
Expand All @@ -27,8 +28,8 @@
%% JJJJJJJJJJJJJ KKKKKKKKKKKKKKKKKKKKKKKKKKK UUUUUUUUUUUUUUU
%% JJJJJJJJJ KKKKKKKKKKKKKKKKKKKKKKKKKKK UUUUUUUUUUU
%%
%% This is an example file for using the JKU LaTeX technical report template for
%% your technical report.
%% This is an example file for using the JKU LaTeX technical report template
%% for your technical report.
%%
%% Template created by Michael Roland (2021)
%%
Expand Down Expand Up @@ -74,7 +75,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% Treat input files as UTF-8 encoded. Make sure to always load this when you use pdfLaTeX
%% so that pdfLaTeX knows how to read and interpret characters this source file.
%% so that pdfLaTeX knows how to read and interpret characters in this source file.
%%
\usepackage[utf8]{inputenc}
%%
Expand Down Expand Up @@ -107,23 +108,23 @@
%% * SOWI ... Use SOWI faculty color scheme.
%% * TNF ... Use TNF faculty color scheme.
%%
%% Space-efficient monospace font options (requires XeTeX):
%% Space-efficient monospace font options (requires XeTeX/LuaTeX):
%% * compactmono ... Use condensed fixed-width font everywhere.
%% * nocompactverb ... Do not use condensed fixed-width font for verbatim and listings.
%%
%% Style-breaking options:
%% * noimprint ... Do not insert imprint on title pages.
%% * nojkulogo ... Do not insert JKU & K logos on title pages.
%% * capstitle ... Set document title in capital letters.
%% * nofancyfonts ... Do not use custom TTF fonts with XeTeX / supress pdfLaTeX warning.
%% * nofancyfonts ... Do not use custom TTF fonts with XeTeX/LuaTeX / supress pdfLaTeX warning.
%% * equalmargins ... Decrease the outer page margin to have both page margins of equal size
%% (the additional outer margin is intentional and to be used for
%% anotations; equalmargins also causes the text width to be
%% significantly larger than optimal for reading).
%%
%% Experimental options:
%% * mathastext ... Use standard document fonts (enhanced with symbols from Fira Math font)
%% in math mode.
%% * mathastext ... Use standard document fonts (enhanced with symbols from Fira Math font
%% when using XeTeX/LuaTeX) in math mode.
%%
%% Advanced options:
%% * noautopdfinfo ... Do not automatically try to add pdfinfo with hyperref from document
Expand Down Expand Up @@ -153,6 +154,7 @@
\usepackage{import}
\usepackage{amsfonts}
\usepackage{subfigure}
%\usepackage{acronym}

%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Expand Down Expand Up @@ -235,6 +237,11 @@
%% Print the table of contents
\tableofcontents

%% Make sure to start the list of acronyms on a new odd page (odd is only relevant in twoside layout)
%\cleardoubleoddpage
%% Include list of acronyms (optional and often not necessary)
%\import{./}{acronyms}

%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Expand Down Expand Up @@ -340,7 +347,7 @@ \section{Conclusion}
%%
%% Print the bibliography
%%
%% Make sure to start the bibliography on a new odd page (odd is only relevant in twoside layout)
%% (Optionally) let the bibliography start on a new odd page (odd is only relevant in twoside layout)
%\cleardoubleoddpage
\printbibliography
%%
Expand All @@ -366,6 +373,7 @@ \section{An Appendix}

%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\cleardoubleoddpage

\end{document}
Expand Down
14 changes: 8 additions & 6 deletions main-seminarreport.tex
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
%%
%% You can safely use "pdflatex" instead of "xelatex" if you prefer the pdfLaTeX toolchain.
%% However, pdfLaTeX will not be able to deliver the professional font experience that you
%% will get with XeLaTeX.
%% will get with XeLaTeX. You can also safely use "lualatex" instead of "xelatex" while
%% preserving the professional font experience if you prefer the LuaLaTeX toolchain.
%%
%% _Important_: These magic comments should be on the first lines of your source file.
%%
Expand Down Expand Up @@ -74,7 +75,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% Treat input files as UTF-8 encoded. Make sure to always load this when you use pdfLaTeX
%% so that pdfLaTeX knows how to read and interpret characters this source file.
%% so that pdfLaTeX knows how to read and interpret characters in this source file.
%%
\usepackage[utf8]{inputenc}
%%
Expand Down Expand Up @@ -107,23 +108,23 @@
%% * SOWI ... Use SOWI faculty color scheme.
%% * TNF ... Use TNF faculty color scheme.
%%
%% Space-efficient monospace font options (requires XeTeX):
%% Space-efficient monospace font options (requires XeTeX/LuaTeX):
%% * compactmono ... Use condensed fixed-width font everywhere.
%% * nocompactverb ... Do not use condensed fixed-width font for verbatim and listings.
%%
%% Style-breaking options:
%% * noimprint ... Do not insert imprint on title pages.
%% * nojkulogo ... Do not insert JKU & K logos on title pages.
%% * capstitle ... Set document title in capital letters.
%% * nofancyfonts ... Do not use custom TTF fonts with XeTeX / supress pdfLaTeX warning.
%% * nofancyfonts ... Do not use custom TTF fonts with XeTeX/LuaTeX / supress pdfLaTeX warning.
%% * equalmargins ... Decrease the outer page margin to have both page margins of equal size
%% (the additional outer margin is intentional and to be used for
%% anotations; equalmargins also causes the text width to be
%% significantly larger than optimal for reading).
%%
%% Experimental options:
%% * mathastext ... Use standard document fonts (enhanced with symbols from Fira Math font)
%% in math mode.
%% * mathastext ... Use standard document fonts (enhanced with symbols from Fira Math font
%% when using XeTeX/LuaTeX) in math mode.
%%
%% Advanced options:
%% * noautopdfinfo ... Do not automatically try to add pdfinfo with hyperref from document
Expand Down Expand Up @@ -356,6 +357,7 @@ \section{An Appendix}

%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\cleardoubleoddpage

\end{document}
Expand Down
16 changes: 9 additions & 7 deletions main-thesis.tex
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
%%
%% You can safely use "pdflatex" instead of "xelatex" if you prefer the pdfLaTeX toolchain.
%% However, pdfLaTeX will not be able to deliver the professional font experience that you
%% will get with XeLaTeX.
%% will get with XeLaTeX. You can also safely use "lualatex" instead of "xelatex" while
%% preserving the professional font experience if you prefer the LuaLaTeX toolchain.
%%
%% _Important_: These magic comments should be on the first lines of your source file.
%%
Expand Down Expand Up @@ -73,7 +74,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% Treat input files as UTF-8 encoded. Make sure to always load this when you use pdfLaTeX
%% so that pdfLaTeX knows how to read and interpret characters this source file.
%% so that pdfLaTeX knows how to read and interpret characters in this source file.
%%
\usepackage[utf8]{inputenc}
%%
Expand Down Expand Up @@ -106,23 +107,23 @@
%% * SOWI ... Use SOWI faculty color scheme.
%% * TNF ... Use TNF faculty color scheme.
%%
%% Space-efficient monospace font options (requires XeTeX):
%% Space-efficient monospace font options (requires XeTeX/LuaTeX):
%% * compactmono ... Use condensed fixed-width font everywhere.
%% * nocompactverb ... Do not use condensed fixed-width font for verbatim and listings.
%%
%% Style-breaking options:
%% * noimprint ... Do not insert imprint on title pages.
%% * nojkulogo ... Do not insert JKU & K logos on title pages.
%% * capstitle ... Set document title in capital letters.
%% * nofancyfonts ... Do not use custom TTF fonts with XeTeX / supress pdfLaTeX warning.
%% * nofancyfonts ... Do not use custom TTF fonts with XeTeX/LuaTeX / supress pdfLaTeX warning.
%% * equalmargins ... Decrease the outer page margin to have both page margins of equal size
%% (the additional outer margin is intentional and to be used for
%% anotations; equalmargins also causes the text width to be
%% significantly larger than optimal for reading).
%%
%% Experimental options:
%% * mathastext ... Use standard document fonts (enhanced with symbols from Fira Math font)
%% in math mode.
%% * mathastext ... Use standard document fonts (enhanced with symbols from Fira Math font
%% when using XeTeX/LuaTeX) in math mode.
%%
%% Advanced options:
%% * noautopdfinfo ... Do not automatically try to add pdfinfo with hyperref from document
Expand Down Expand Up @@ -286,7 +287,8 @@
%%
%% Print the bibliography
%%
\cleardoubleoddpage% Make sure to start bibliography on a new odd page
%% Make sure to start the bibliography on a new odd page (odd is only relevant in twoside layout)
\cleardoubleoddpage
\printbibliography
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Expand Down

0 comments on commit 0e44e8e

Please sign in to comment.