init-projects/latex/document/document.tex
Mylloon 4b6d6ea0e3
Add PDF tagging support
This is not quite ready for prime time yet but it's a good start!

https://www.latex-project.org/publications/indexbytopic/pdf/
2023-12-12 20:45:16 +01:00

24 lines
467 B
TeX

\DocumentMetadata{testphase = {phase-III,math}}
\documentclass{article}
\usepackage[T1]{fontenc} % encoding
\renewcommand{\familydefault}{\sfdefault} % sans-serif font
\usepackage[french]{babel} % langages
\frenchsetup{SmallCapsFigTabCaptions=false}
\usepackage[hidelinks]{hyperref} % clickable links in table of contents
\title{TITLE}
\author{YOU}
\date{}
\begin{document}
\maketitle
\tableofcontents
\clearpage
\section{SECTION}
Hello, world!
\end{document}