Skip to content
Snippets Groups Projects
Commit c393675d authored by Jost Rossel's avatar Jost Rossel
Browse files

Move code, so it also works in proposal

parent 5f430bb7
No related branches found
No related tags found
1 merge request!4Added pdf/a2-b standard compliance for pdf mail submission
No preview for this file type
\Title{Insert Your Fancy Title\\ Here}
\Author{Insert Your Name Here}
\Language{ en-US}
\Copyright{Copyright \copyright\ 2023\ "Insert Your Name Here"}
\Org{ Paderborn University}
......@@ -22,25 +22,6 @@
\newif\ifenglish\englishtrue%
\input{misc/config.tex}
% write the thesis.xmpdata file for the PDA/A metadata
\def\filecontentsspecials#1#2#3{
\global\let\ltxspecials\dospecials
\gdef\dospecials{\ltxspecials
\catcode`#1=0
\catcode`#2=1
\catcode`#3=2
\global\let\dospecials\ltxspecials
}
}
\filecontentsspecials|[]
\begin{filecontents*}{\jobname.xmpdata}
\Title{|MyTitle}
\Author{|MyAuthor}
\Language{|ifenglish en-US|else de-DE|fi}
\Copyright{Copyright \copyright\ |the|year\ "|MyAuthor"}
\Org{|ifenglish Paderborn University|else Universität Paderborn|fi}
\end{filecontents*}
\input{misc/preamble}
\input{misc/acronyms.tex}
......
% write the thesis.xmpdata file for the PDA/A metadata
\def\filecontentsspecials#1#2#3{
\global\let\ltxspecials\dospecials
\gdef\dospecials{\ltxspecials
\catcode`#1=0
\catcode`#2=1
\catcode`#3=2
\global\let\dospecials\ltxspecials
}
}
\filecontentsspecials|[]
\begin{filecontents*}{\jobname.xmpdata}
\Title{|MyTitle}
\Author{|MyAuthor}
\Language{|ifenglish en-US|else de-DE|fi}
\Copyright{Copyright \copyright\ |the|year\ "|MyAuthor"}
\Org{|ifenglish Paderborn University|else Universität Paderborn|fi}
\end{filecontents*}
\setcounter{tocdepth}{3} % Table of contents includes sections up to: Subsubsection
\setcounter{secnumdepth}{3} % Sections are numbered up to: Subsubsection
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment