diff options
Diffstat (limited to '')
-rw-r--r-- | t/fmt/tex/basic.tex | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/t/fmt/tex/basic.tex b/t/fmt/tex/basic.tex new file mode 100644 index 0000000..49fe8e2 --- /dev/null +++ b/t/fmt/tex/basic.tex @@ -0,0 +1,28 @@ +\documentclass[12pt]{article-wrong} +\begin{document} + +\section*{first section} + +first paragraph. + +\noindent +second paragraph%comment + +\section{second section} + +\begin{verbatim} +Verbatim + text + azerty azerty azerty azerty azerty azerty azerty azerty azerty azerty azerty azerty azerty azerty azerty azerty azerty azerty azerty +foo bar +\end{verbatim} + +\subsection{an empty subsection} + +% some comments +\subsubsection{an empty subsubsection} +in fact% line continuation + ...not so empty + + +\end{document} |