Skip to content
Snippets Groups Projects
Commit 0cda5f11 authored by Jan Wille's avatar Jan Wille
Browse files

add `%` to remove space after author+matrikelnummer tabular

without the percent symbol, the whitespace will be rendered as a single
space and leave a gap

closes #10
parent 80f426ab
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,7 @@ All notable changes to this project will be documented in this file. ...@@ -21,6 +21,7 @@ All notable changes to this project will be documented in this file.
### Fixed ### Fixed
- `\ihead` and `\ohead` now have a max width and will break into multiple lines (#7) - `\ihead` and `\ohead` now have a max width and will break into multiple lines (#7)
- `\maketitle[r]` now correctly allgines the author+matrikelnumber tabular (#10)
## [1.4] - 2022-03-28 ## [1.4] - 2022-03-28
......
...@@ -561,7 +561,7 @@ ...@@ -561,7 +561,7 @@
\if\@param l\begin{tabular}{@{}l l}\printtabtoks\end{tabular}\fi \if\@param l\begin{tabular}{@{}l l}\printtabtoks\end{tabular}\fi
\if\@param c\begin{tabular}{l l}\printtabtoks\end{tabular}\fi \if\@param c\begin{tabular}{l l}\printtabtoks\end{tabular}\fi
\if\@param r\begin{tabular}{r r@{}}\printtabtoks\end{tabular}\fi \if\@param r\begin{tabular}{r r@{}}\printtabtoks\end{tabular}\fi
} }%
\fi \fi
\fi} \fi}
%<article> \vskip 1em %<article> \vskip 1em
......
...@@ -392,7 +392,7 @@ ...@@ -392,7 +392,7 @@
\if\@param l\begin{tabular}{@{}l l}\printtabtoks\end{tabular}\fi \if\@param l\begin{tabular}{@{}l l}\printtabtoks\end{tabular}\fi
\if\@param c\begin{tabular}{l l}\printtabtoks\end{tabular}\fi \if\@param c\begin{tabular}{l l}\printtabtoks\end{tabular}\fi
\if\@param r\begin{tabular}{r r@{}}\printtabtoks\end{tabular}\fi \if\@param r\begin{tabular}{r r@{}}\printtabtoks\end{tabular}\fi
} }%
\fi \fi
\fi} \fi}
\vskip 1em \vskip 1em
......
...@@ -424,7 +424,7 @@ ...@@ -424,7 +424,7 @@
\if\@param l\begin{tabular}{@{}l l}\printtabtoks\end{tabular}\fi \if\@param l\begin{tabular}{@{}l l}\printtabtoks\end{tabular}\fi
\if\@param c\begin{tabular}{l l}\printtabtoks\end{tabular}\fi \if\@param c\begin{tabular}{l l}\printtabtoks\end{tabular}\fi
\if\@param r\begin{tabular}{r r@{}}\printtabtoks\end{tabular}\fi \if\@param r\begin{tabular}{r r@{}}\printtabtoks\end{tabular}\fi
} }%
\fi \fi
\fi} \fi}
\vskip 1.5em \vskip 1.5em
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment