% why not generate some latex-documents
%
\documentclass{article}
\title{ patTemplate \& LaTeX \\ Just a demo }
\author{ \sc {Stephan Schmidt}}
\date{\today}
\begin{document}
\maketitle
\section{ The first section }
The following section will be created with templates.
\section{A Title} \label{sec-title}
Well a section need som tet data
\section{An important Title} \label{sec-important}
Well a section need som tet data
\section{Yet another title} \label{sec-another}
Well a section need som tet data
\section{One More Title} \label{sec-more}
Well a section need som tet data
\section{Even More Titles} \label{sec-even}
Well a section need som tet data
\end{document}
| Template | LATEX | ||||||||||||
| Filename | templates/[part of latex.tmpl] | ||||||||||||
| Attributes |
|
||||||||||||
| Template Data: |
% why not generate some latex-documents
%
\documentclass{article}
\title{ patTemplate \& LaTeX \\ Just a demo }
\author{ \sc {Stephan Schmidt}}
\date{\today}
\begin{document}
\maketitle
\section{ The first section }
The following section will be created with templates.
<{TMPL:SECTION}>
\end{document}
|
||||||||||||
| Unused variables |
|
||||||||||||
| Template | SECTION | ||||||||||||
| Filename | templates/[part of latex.tmpl] | ||||||||||||
| Attributes |
|
||||||||||||
| Template Data: |
\section{<{SECTION_TITLE}>} \label{<{SECTION_LABEL}>}
<{SECTION_BODY}>
|
||||||||||||
| Variables |
|
||||||||||||