2018-08-05 18:20:05 +02:00
|
|
|
```
|
|
|
|
% pandoc -f latex -t native
|
|
|
|
{\tt <-}
|
|
|
|
|
|
|
|
\begin{verbatim}
|
|
|
|
while (n > 0) {
|
|
|
|
\end{verbatim}
|
|
|
|
^D
|
2019-07-23 00:32:49 +02:00
|
|
|
[Para [Span ("",[],[]) [Code ("",[],[]) "<-"]]
|
2018-08-05 18:20:05 +02:00
|
|
|
,CodeBlock ("",[],[]) " while (n > 0) {"]
|
|
|
|
```
|
|
|
|
|
|
|
|
```
|
|
|
|
% pandoc -f latex -t native
|
|
|
|
\begin{itemize}
|
|
|
|
\item<1> one
|
|
|
|
\item<2-3,5> two
|
|
|
|
\item<2| @alert> three
|
|
|
|
\item<handout> four
|
|
|
|
\item<beamer:2> five
|
|
|
|
\end{itemize}
|
|
|
|
^D
|
|
|
|
[BulletList
|
|
|
|
[[Para [Str "one"]]
|
|
|
|
,[Para [Str "two"]]
|
|
|
|
,[Para [Str "three"]]
|
|
|
|
,[Para [Str "four"]]
|
|
|
|
,[Para [Str "five"]]]]
|
|
|
|
```
|