blob: f6fdba547f26722c0e142827c3ecad22899627b8 (
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
29
30
31
32
33
34
35
36
|
\documentclass[11pt]{article}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{textcomp}
\usepackage{fullpage}
\usepackage{url}
\usepackage{ocamldoc}
\begin{document}
\tableofcontents
\section{Module {\tt{Level\_0}} : Test for level 0 headings}
\label{Level-underscore0}\index{Level-underscore0@\verb`Level_0`}
\subsection*{Level 1}
Standard heading levels start at 1.
\section{Level 0}
A level 0 heading is guaranteed to be at the same level that
the main heading of the module.
This setup allows users to start their standard heading at level 1 rather
than 2, without losing the ability to add global level heading,
when, if ever, such heading is warranted
\ocamldocvspace{0.5cm}
\end{document}
|