summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/formation-latex-ul/exemple-renvoi-hyperref.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-11-23 23:32:59 +0000
committerKarl Berry <karl@freefriends.org>2016-11-23 23:32:59 +0000
commit69896cc8b4b0a309ca3df978f585df5d49abc2af (patch)
tree960c127c35d6b2ff213bfeca8d934c30b8d63420 /Master/texmf-dist/source/latex/formation-latex-ul/exemple-renvoi-hyperref.tex
parentaa600844d37917089773452899b770c1c2f9f1ea (diff)
formation-latex-ul (23nov16)
git-svn-id: svn://tug.org/texlive/trunk@42562 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/formation-latex-ul/exemple-renvoi-hyperref.tex')
-rw-r--r--Master/texmf-dist/source/latex/formation-latex-ul/exemple-renvoi-hyperref.tex24
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/formation-latex-ul/exemple-renvoi-hyperref.tex b/Master/texmf-dist/source/latex/formation-latex-ul/exemple-renvoi-hyperref.tex
new file mode 100644
index 00000000000..c9ac17985c9
--- /dev/null
+++ b/Master/texmf-dist/source/latex/formation-latex-ul/exemple-renvoi-hyperref.tex
@@ -0,0 +1,24 @@
+\documentclass[11pt]{article}
+ \usepackage{fontspec}
+ \usepackage[colorlinks]{hyperref}
+
+\begin{document}
+
+\section{Définitions}
+\label{sec:definitions}
+
+Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+Duis in auctor dui. Vestibulum ut, placerat ac, adipiscing
+vitae, felis.
+
+\section{Historique}
+
+Tel que vu à la section \ref{sec:definitions}, on a...
+
+\end{document}
+
+%%% Local Variables:
+%%% mode: latex
+%%% TeX-engine: xetex
+%%% TeX-master: t
+%%% End: