1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
\documentclass{article}
\title{Specific tests}
\author{}
\date{}
\begin{document}\maketitle
\begin{itemize}
\item Standard test \ahref{suite.html}{suite}.
\item List \ahref{list.html}{test}.
\item A lot of \ahref{sym.html}{symbols}.
\item Accent \ahref{acc.html}{test}.
\item Tricky \ahref{di.html}{displays}.
\item The \texttt{mathpartir} \ahref{mp.html}{package}.
\item The \texttt{listings} \ahref{lis.html}{package}.
\item Another \texttt{listings} \ahref{lis2.html}{test}.
\item A \texttt{natbib} \ahref{natbib.html}{test}.
\item \texttt{hacha} tests (with footnotes)
\begin{itemize}
\item Default behavior: \ahref{cart-index.html}{article},
\ahref{cbook-index.html}{book}.
\item Non-default behavior: \ahref{cart-bis-index.html}{article}
(cutting at parts), \ahref{cart-ter-index.html}{article}
\end{itemize}
\end{itemize}
\end{document}
|