% 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}


----------------------------------------------<DUMP INFOS>----------------------------------------------------

Template LATEX
Filename templates/[part of latex.tmpl]
Attributes
loop : 1
visibility : visible
unusedvars : strip
type : STANDARD
 
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
<{TMPL:SECTION}>
 
Template SECTION
Filename templates/[part of latex.tmpl]
Attributes
loop : 5
visibility : visible
unusedvars : strip
type : STANDARD
 
Template Data:
\section{<{SECTION_TITLE}>} \label{<{SECTION_LABEL}>}
<{SECTION_BODY}>
Variables
<{SECTION_TITLE}> => A Title, An important Title, Yet another title, One More Title, Even More Titles
<{SECTION_LABEL}> => sec-title, sec-important, sec-another, sec-more, sec-even
<{SECTION_BODY}> => Well a section need som tet data, Well a section need som tet data, Well a section need som tet data, Well a section need som tet data, Well a section need som tet data
<{PAT_ROW_VAR}> => 1, 2, 3, 4, 5