File: LaTeX

package info (click to toggle)
gitit 0.15.1.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,060 kB
  • sloc: haskell: 4,757; javascript: 710; xml: 245; sh: 65; makefile: 16
file content (54 lines) | stat: -rw-r--r-- 882 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
~~~~~~~~
\section{Section heading}

\subsection{Subsection}

Formatting: \emph{italics},
\textbf{bold},
super\textsuperscript{script},
sub\textsubscr{script},
\sout{strikeout}. A line break\\
can be forced with \\ at
the end of the line.

\begin{quote}
Indented quotation
\end{quote}

Links:
\href{http://foo.bar}{external},
\href{}{Wiki Link},
\includegraphics{/img/banner.png},
\href{#subsection}{to heading}.

\begin{verbatim}
#include <stdbool.h>
\end{verbatim}

\begin{itemize}
\item bulleted
\item list
\end{itemize}

\begin{enumerate}
\item ordered
\item list
 \begin{enumerate}[a.]
  \item sublist
  \item another
 \end{enumerate}
\item item three
\end{enumerate}

\begin{description}
\item[term] definition
\item[orange] orange fruit
\end{description}

~~~~~~~~

For more: [LaTeX], [pandoc].

[LaTeX]: http://www.latex-project.org/
[pandoc]: http://pandoc.org/README.html