summaryrefslogtreecommitdiffstats
path: root/t/fmt/tex/basic.tex
blob: 49fe8e24466be222ac23a521828a3242f5839386 (plain)
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
\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}