diff options
author | Karl Berry <karl@freefriends.org> | 2016-11-23 23:32:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-11-23 23:32:59 +0000 |
commit | 69896cc8b4b0a309ca3df978f585df5d49abc2af (patch) | |
tree | 960c127c35d6b2ff213bfeca8d934c30b8d63420 /Master/texmf-dist/source/latex/formation-latex-ul/exemple-renvoi-hyperref.tex | |
parent | aa600844d37917089773452899b770c1c2f9f1ea (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.tex | 24 |
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: |