12 lines
269 B
TeX
12 lines
269 B
TeX
|
% create hyperlinkable pyhntom section (this is only for reference)
|
||
|
\phantomsection
|
||
|
\addcontentsline{toc}{section}{\protect{Vorwort}}
|
||
|
|
||
|
% print some actual visible heading
|
||
|
\begin{flushleft}
|
||
|
\Large\bf Vorwort
|
||
|
\end{flushleft}
|
||
|
|
||
|
% your text here!
|
||
|
% vvvvvvvvv
|
||
|
\loremipsum
|