mirror of
https://github.com/benedictdudel/pandoc-letter-din5008.git
synced 2024-08-16 10:19:49 +02:00
commit
024fc3046c
1 changed files with 8 additions and 1 deletions
|
@ -9,7 +9,6 @@ $endfor$
|
|||
\usepackage[ngerman]{babel}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage[utf8]{inputenc}
|
||||
|
||||
\usepackage{csquotes} % German quotation marks
|
||||
|
||||
\usepackage{graphics}
|
||||
|
@ -31,6 +30,14 @@ $endfor$
|
|||
\addtolength{\oddsidemargin}{-1in}
|
||||
\setlength{\textwidth}{\useplength{firstheadwidth}}
|
||||
|
||||
% Links
|
||||
\usepackage{hyperref}
|
||||
$if(links-as-notes)$
|
||||
% Make links footnotes instead of hotlinks:
|
||||
\DeclareRobustCommand{\href}[2]{#2\footnote{\url{#1}}}
|
||||
$endif$
|
||||
% End of Links
|
||||
|
||||
\begin{document}
|
||||
\setkomavar{fromname}{$author$}
|
||||
\renewcommand*{\raggedsignature}{\raggedright}
|
||||
|
|
Loading…
Reference in a new issue