Revision 8d21fecc
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
templates/print/Standard/requirement_spec.tex | ||
---|---|---|
108 | 108 |
|
109 | 109 |
\subsection{$( LxLatex.filter(text_block.title) )$} |
110 | 110 |
|
111 |
$( LxLatex.filter(text_block.text) )$
|
|
111 |
$( LxLatex.filter_html(text_block.text_as_restricted_html) )$
|
|
112 | 112 |
|
113 | 113 |
% $( FOREACH picture = text_block.pictures_sorted.as_list )$ |
114 | 114 |
$( PROCESS picture_outputter picture=picture )$ |
... | ... | |
134 | 134 |
\subsection{Abschnitt $( LxLatex.filter(top_item.fb_number) )$: $( LxLatex.filter(top_item.title) )$} |
135 | 135 |
|
136 | 136 |
% $( IF top_item.description )$ |
137 |
$( LxLatex.filter(top_item.description.replace('\r', '').replace('\n+\Z', '')) )$
|
|
137 |
$( LxLatex.filter_html(top_item.description_as_restricted_html.replace('\r', '').replace('\n+\Z', '')) )$
|
|
138 | 138 |
|
139 | 139 |
\vspace{0.5cm} |
140 | 140 |
% $( END )$ |
... | ... | |
143 | 143 |
\parbox[t]{15.0cm}{% |
144 | 144 |
\begin{longtable}{p{2.8cm}p{11.7cm}} |
145 | 145 |
Funktionsblock & $( LxLatex.filter(item.fb_number) )$\\ |
146 |
Beschreibung & $( LxLatex.filter(item.description) )$\\
|
|
146 |
Beschreibung & $( LxLatex.filter_html(item.description_as_restricted_html) )$\\
|
|
147 | 147 |
Abhängigkeiten & $( LxLatex.filter(P.requirement_spec_item_dependency_list(item)) )$ |
148 | 148 |
\end{longtable}} |
149 | 149 |
|
... | ... | |
153 | 153 |
\parbox[t]{15.0cm}{% |
154 | 154 |
\begin{longtable}{p{2.8cm}p{11.7cm}} |
155 | 155 |
Unterfunktionsblock & $( LxLatex.filter(sub_item.fb_number) )$\\ |
156 |
Beschreibung & $( LxLatex.filter(sub_item.description) )$\\
|
|
156 |
Beschreibung & $( LxLatex.filter_html(sub_item.description_as_restricted_html) )$\\
|
|
157 | 157 |
Abhängigkeiten & $( LxLatex.filter(P.requirement_spec_item_dependency_list(sub_item)) )$ |
158 | 158 |
\end{longtable}} |
159 | 159 |
|
Auch abrufbar als: Unified diff
Pflichtenheft: Anpassung Druckvorlage an HTML