summaryrefslogtreecommitdiff
path: root/testsuite/tests/tool-ocamldoc/latex_ref.latex.reference
blob: 5daabbc265d13d0753828b787a261e55cd3ed367 (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
\documentclass[11pt]{article} 
\usepackage[latin1]{inputenc} 
\usepackage[T1]{fontenc} 
\usepackage{textcomp}
\usepackage{fullpage} 
\usepackage{url} 
\usepackage{ocamldoc}
\begin{document}
\tableofcontents
\section{Module {\tt{Latex\_ref}} : Latex-only test}
\label{Latex-underscoreref}\index{Latex-underscoreref@\verb`Latex_ref`}




\ocamldocvspace{0.5cm}



\subsection*{Title }
\label{lbl}


    Check that this text[\ref{lbl}] is present in the generated latex
    with a reference to [\ref{lbl}].

\end{document}