adjusted refactor from previous commit

This commit is contained in:
Jonas_Jones 2025-06-06 23:46:41 +02:00
parent fa9925cf00
commit d51026ffb9

View file

@ -17,24 +17,24 @@ To use a 1, 3 or 4 Author configuration, do as follows:
1. Comment out the enabled config as follows: 1. Comment out the enabled config as follows:
```tex ```tex
% Default config % Default config
% \lhead{[Subject Name]]\\[Term]} % \lhead{Subject Name\\Term}
% \chead{\bfseries{\vspace{0.5\baselineskip}[Assignment Title]}} % \chead{\bfseries{\vspace{0.5\baselineskip}Assignment Title}}
% \rhead{[Name of 1st Author], [Matr. Nr of 1st Author]\\[Name of 2nd Author], {Matr. Nr of 2nd Author]}} % \rhead{Name of 1st Author, Matr. Nr of 1st Author\\Name of 2nd Author, {Matr. Nr of 2nd Author}}
``` ```
2. Choose Your desired configuration and uncomment it as follows: 2. Choose Your desired configuration and uncomment it as follows:
- Single-Author: - Single-Author:
```tex ```tex
% UNCOMMENT TO USE: Config for Single Author % UNCOMMENT TO USE: Config for Single Author
\lhead{\vspace{0.5\baselineskip}[Assignment Title]} \lhead{\vspace{0.5\baselineskip}Assignment Title}
\chead{\bfseries{[Subject Name]\\[Term]}} \chead{\bfseries{Subject Name\\Term}}
\rhead{\vspace{0.5\baselineskip}[Name of 1st Author], [Mtr. Nr of 1st Author]} \rhead{\vspace{0.5\baselineskip}Name of 1st Author, Mtr. Nr of 1st Author}
``` ```
- 3- or 4-Authors: - 3- or 4-Authors:
```tex ```tex
% UNCOMMENT TO USE: Config for 3-4 Authors % UNCOMMENT TO USE: Config for 3-4 Authors
\lhead{[Name of 1st Author], [Matr. Nr of 1st Author]\\[Name of 2nd Author], [Matr. Nr of 2nd Author]} \lhead{Name of 1st Author, Matr. Nr of 1st Author\\Name of 2nd Author, Matr. Nr of 2nd Author}
\chead{\bfseries{\vspace{0.5\baselineskip}HL-BPR Praktikum SS25\\Blatt 06}} \chead{\bfseries{\vspace{0.5\baselineskip}Subject Name\\Assignment Title}}
\rhead{[Name of 3rd Author], [Matr. Nr of 3rd Author]\\[Name of 4th Author], [Matr. Nr of 4th Author]} \rhead{Name of 3rd Author, Matr. Nr of 3rd Author\\Name of 4th Author, Matr. Nr of 4th Author}
``` ```
*Note*: For this variant with a 3 Author config, simply remove the last part of the `\rhead` tag with the linebreak! *Note*: For this variant with a 3 Author config, simply remove the last part of the `\rhead` tag with the linebreak!
3. Recompile! 3. Recompile!