refactor(latex): organize HSRTReport modules into subdirectories

This commit is contained in:
Frederik Beimgraben 2025-10-29 22:22:41 +01:00
parent 14766ba7b0
commit c95467a5af
16 changed files with 51 additions and 11 deletions

View File

@ -328,13 +328,19 @@
% ----------------------------------------
\input{\classPath/Pages/Titlepage.tex}
% ==== Tools ====
\input{\classPath/Modules/Listings}
\input{\classPath/Modules/Floats}
\input{\classPath/Modules/MeetingPresence}
\input{\classPath/Modules/InfoBlocks}
\input{\classPath/Modules/Watermark}
\input{\classPath/Modules/ToC}
\input{\classPath/Modules/Typography}
\input{\classPath/Modules/GlossarySettings}
\input{\classPath/Modules/WordCount}
% ==== Content Modules ====
\input{\classPath/Modules/Content/Listings}
\input{\classPath/Modules/Content/Floats}
\input{\classPath/Modules/Content/GlossarySettings}
% ==== Layout Modules ====
\input{\classPath/Modules/Layout/InfoBlocks}
\input{\classPath/Modules/Layout/Watermark}
% ==== Formatting Modules ====
\input{\classPath/Modules/Formatting/ToC}
\input{\classPath/Modules/Formatting/Typography}
% ==== Tool Modules ====
\input{\classPath/Modules/Tools/MeetingPresence}
\input{\classPath/Modules/Tools/WordCount}

14
Main.acr Normal file
View File

@ -0,0 +1,14 @@
\glossarysection[\glossarytoctitle]{\glossarytitle}\glossarypreamble
\begin{theglossary}\glossaryheader
\glsgroupheading{A}\relax \glsresetentrylist %
\glossentry{a:Abb}{\glossaryentrynumbers{\relax
\setentrycounter[]{page}\glsignore{10}}}\glsgroupskip
\glsgroupheading{M}\relax \glsresetentrylist %
\glossentry{a:MPG}{\glossaryentrynumbers{\relax
\setentrycounter[]{page}\glsignore{10}}}%
\glossentry{a:MS}{\glossaryentrynumbers{\relax
\setentrycounter[]{page}\glsignore{10}}}\glsgroupskip
\glsgroupheading{T}\relax \glsresetentrylist %
\glossentry{a:Tab}{\glossaryentrynumbers{\relax
\setentrycounter[]{page}\glsignore{10}}}%
\end{theglossary}\glossarypostamble

7
Main.alg Normal file
View File

@ -0,0 +1,7 @@
This is makeindex, version 2.17 [TeX Live 2023] (kpathsea + Thai support).
Scanning style file ./Main.ist...........................done (27 attributes redefined, 0 ignored).
Scanning input file Main.acn....done (4 entries accepted, 0 rejected).
Sorting entries....done (9 comparisons).
Generating output file Main.acr....done (14 lines written, 0 warnings).
Output written in Main.acr.
Transcript written in Main.alg.

View File

@ -1 +1 @@
\contentsline {myequations}{\equationname ~\hbox to\@tempdima {1:\hfil } Polstellenberechnung}{9}{equation.25}%
\contentsline {myequations}{\equationname ~\hbox to\@tempdima {1:\hfil } Polstellenberechnung}{9}{equation.31}%

7
Main.glg Normal file
View File

@ -0,0 +1,7 @@
This is makeindex, version 2.17 [TeX Live 2023] (kpathsea + Thai support).
Scanning style file ./Main.ist...........................done (27 attributes redefined, 0 ignored).
Scanning input file Main.glo....done (1 entries accepted, 0 rejected).
Sorting entries...done (0 comparisons).
Generating output file Main.gls....done (6 lines written, 0 warnings).
Output written in Main.gls.
Transcript written in Main.glg.

6
Main.gls Normal file
View File

@ -0,0 +1,6 @@
\glossarysection[\glossarytoctitle]{\glossarytitle}\glossarypreamble
\begin{theglossary}\glossaryheader
\glsgroupheading{T}\relax \glsresetentrylist %
\glossentry{Textkoerper}{\glossaryentrynumbers{\relax
\setentrycounter[]{page}\glsignore{10}}}%
\end{theglossary}\glossarypostamble

BIN
Main.pdf

Binary file not shown.