summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/formation-latex-ul/organisation-diapos.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/formation-latex-ul/organisation-diapos.tex')
-rw-r--r--Master/texmf-dist/source/latex/formation-latex-ul/organisation-diapos.tex22
1 files changed, 8 insertions, 14 deletions
diff --git a/Master/texmf-dist/source/latex/formation-latex-ul/organisation-diapos.tex b/Master/texmf-dist/source/latex/formation-latex-ul/organisation-diapos.tex
index e798d71efbb..99abbd69e78 100644
--- a/Master/texmf-dist/source/latex/formation-latex-ul/organisation-diapos.tex
+++ b/Master/texmf-dist/source/latex/formation-latex-ul/organisation-diapos.tex
@@ -1,4 +1,4 @@
-%%% Copyright (C) 2018 Vincent Goulet
+%%% Copyright (C) 2020 Vincent Goulet
%%%
%%% Ce fichier fait partie du projet
%%% «Rédaction avec LaTeX»
@@ -11,12 +11,10 @@
\section{Organisation d'un document}
-\begin{conseil}
- Utilisez impérativement les commandes {\LaTeX} pour identifier les
- différentes parties (la structure) d'un document.
-\end{conseil}
-
-\subsection{Parties d'un document}
+\begin{frame}[plain]
+ \tipbox{Utilisez impérativement les commandes {\LaTeX} pour
+ identifier les différentes parties (la structure) d'un document.}
+\end{frame}
\begin{frame}[fragile]
\frametitle{Titre et page de titre}
@@ -96,8 +94,6 @@
\end{itemize}
\end{frame}
-\subsection{Renvois automatiques}
-
\begin{frame}
\frametitle{Étiquettes et renvois automatiques}
@@ -105,8 +101,8 @@
d'équation, de tableau, etc.
\begin{itemize}
- \item «Nommer» un élément avec \cs{label}
- \item Faire référence par son nom avec \cs{ref}
+ \item Étiquetter un élément avec \cs{label}
+ \item Faire référence par son étiquette avec \cs{ref}
\item Requiert 2 à 3 compilations
\end{itemize}
\end{frame}
@@ -135,14 +131,12 @@ on a...
\fbox{\includegraphics[viewport=124 550 484 664,clip=true,width=0.98\linewidth]{auxdoc/exemple-renvoi}}
\end{frame}
-\subsection{[~Exercice~]}
-
\begin{exercice}
Utiliser le fichier \fichier{exercice\_renvois.tex}.
\begin{enumerate}
\item Insérer dans le texte un renvoi au numéro d'une section.
\item Activer le paquetage \pkg{hyperref} avec l'option
- \texttt{colorlinks} et comparer l'effet d'utiliser \cs{ref} ou
+ \code{colorlinks} et comparer l'effet d'utiliser \cs{ref} ou
\cs{autoref} pour le renvoi.
\end{enumerate}
\end{exercice}