- Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathraw.tex
28 lines (20 loc) · 608 Bytes
/
raw.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
\section{Raw layer}
\label{sec:raw-layer}
NAF document can encode a ``raw'' layer with the actual document to be
processed. This layer is entirely optional, and is encoded as a
\texttt{CDATA} section.
Given this input document:
\begin{quote}
John taught mathematics 20 minutes every Monday in New York.
He liked it a lot!
\end{quote}
The NAF raw layer would look like:
\begin{Verbatim}[fontsize=\small]
<raw><![CDATA[John taught mathematics 20 minutes every Monday in New York.
He liked it a lot!]]>
</raw>
\end{Verbatim}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "naf"
%%% End: