diff options
author | Marvin Borner | 2021-06-11 14:29:39 +0200 |
---|---|---|
committer | Marvin Borner | 2021-06-11 14:29:39 +0200 |
commit | cd1e57fe0ecbbf2dd651baaa8fe165da925792c1 (patch) | |
tree | bb2f7b0abfdb2d35a6b3e955cd14a47d80de0456 /zeitung/parts/quotetemplate.tex | |
parent | 6958772f2a4bc22faedd9706a6714b3a2f76efff (diff) |
Fixed template commands
Diffstat (limited to 'zeitung/parts/quotetemplate.tex')
-rw-r--r-- | zeitung/parts/quotetemplate.tex | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/zeitung/parts/quotetemplate.tex b/zeitung/parts/quotetemplate.tex index d196fc5..faa8be3 100644 --- a/zeitung/parts/quotetemplate.tex +++ b/zeitung/parts/quotetemplate.tex @@ -1,5 +1,9 @@ \clearpage -\providecommand\quoteadd[2]{ - \textbf{#1: }#2\newline +\providecommand\quoteauthor[1]{ + {\large{\textbf{#1: }}}\newline +} + +\providecommand\quoteadd[1]{ + #1\newline } |