File: style.tex

package info (click to toggle)
latex2rtf 2.3.18a-5
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,392 kB
  • sloc: ansic: 20,424; makefile: 660; sh: 478; perl: 22
file content (57 lines) | stat: -rwxr-xr-x 804 bytes parent folder | download | duplicates (4)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
\documentclass[11pt]{article}
\begin{document}

\section{Example for paragraphs}

Some roman text

{\tt
should be typewriter font

should be typewriter font
}

\section{Example for itemize}

Another example

\begin{itemize}
\item one roman
{\tt
\item two typewriter
\item three typewriter
}
\begin{itemize}
\item subitem roman
\item subitem roman
\end{itemize}
\end{itemize}

Now a numbered list

\begin{enumerate}
\item one roman
{\tt
\item two typewriter
\item three typewriter
}
\begin{enumerate}
\item subitem roman
\item subitem roman
\end{enumerate}
\end{enumerate}

\section{Example for sections}
But sections are impervious!

\subsection{Title is roman}
Text is in roman.

{\tt
\subsection{Two in roman}
Text is in typewriter.

\subsection{Three in roman}
Text is in typewriter.
}
\end{document}