diff options
author | Karl Berry <karl@freefriends.org> | 2016-04-10 21:03:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-04-10 21:03:29 +0000 |
commit | 71ad59da69265f32e79b97ae3b78c811f8591b0f (patch) | |
tree | 0db24098ad6994f6f02a78272541ae0f8d5a53dc /Master/texmf-dist | |
parent | 7a43303309935f005d536764728aeb1639da6ff2 (diff) |
formation-latex-ul (10apr16)
git-svn-id: svn://tug.org/texlive/trunk@40391 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
7 files changed, 23 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/formation-latex-ul/README b/Master/texmf-dist/doc/latex/formation-latex-ul/README index 73042d225b0..506222924c2 100644 --- a/Master/texmf-dist/doc/latex/formation-latex-ul/README +++ b/Master/texmf-dist/doc/latex/formation-latex-ul/README @@ -8,7 +8,7 @@ Creative Commons Attribution-ShareAlike 4.0 International. VERSION -2016-03-24 +2016-04-04 *** The rest of this file is in French *** @@ -46,6 +46,14 @@ solutions des autres exercices. HISTORIQUE DES VERSIONS +o 2016-04-04 + +- Fichier exercice_demo.tex: utilisation du style de bibliographie + 'plainnat' puisque le paquetage francais-bst ne fait pas partie de la + distribution standard de TeX Live 2015. +- Fichiers d'exercices: utilisation systématique des options 'og' et + 'fg' dans \frenchbsetup. + o 2016-03-24 - Partie I: révision des diapositives pour baser davantage la diff --git a/Master/texmf-dist/doc/latex/formation-latex-ul/exercice_complet-solution.tex b/Master/texmf-dist/doc/latex/formation-latex-ul/exercice_complet-solution.tex index 310e34e112e..b29b240d8b9 100644 --- a/Master/texmf-dist/doc/latex/formation-latex-ul/exercice_complet-solution.tex +++ b/Master/texmf-dist/doc/latex/formation-latex-ul/exercice_complet-solution.tex @@ -6,7 +6,10 @@ % \usepackage{fontspec} % XeLaTeX \usepackage[colorlinks]{hyperref} + \frenchbsetup{og=«,fg=»} % caractères « et » sont les guillemets \frenchbsetup{ItemLabeli=$>$} + %% ou combiner toutes les options en une déclaration: + %% \frenchbsetup{og=«,fg=»,ItemLabeli=$>$} \begin{document} diff --git a/Master/texmf-dist/doc/latex/formation-latex-ul/exercice_complet.tex b/Master/texmf-dist/doc/latex/formation-latex-ul/exercice_complet.tex index e566a8929c3..2ca66e2cc32 100644 --- a/Master/texmf-dist/doc/latex/formation-latex-ul/exercice_complet.tex +++ b/Master/texmf-dist/doc/latex/formation-latex-ul/exercice_complet.tex @@ -6,6 +6,7 @@ % \usepackage{fontspec} % XeLaTeX \usepackage[colorlinks]{hyperref} + \frenchbsetup{og=«,fg=»} % caractères « et » sont les guillemets % \frenchbsetup{ItemLabeli=} \begin{document} diff --git a/Master/texmf-dist/doc/latex/formation-latex-ul/exercice_demo.tex b/Master/texmf-dist/doc/latex/formation-latex-ul/exercice_demo.tex index 04ca10480e5..14989975a72 100644 --- a/Master/texmf-dist/doc/latex/formation-latex-ul/exercice_demo.tex +++ b/Master/texmf-dist/doc/latex/formation-latex-ul/exercice_demo.tex @@ -32,8 +32,9 @@ \newcommand{\algorithmeautorefname}{algorithme} \frenchbsetup{% - CompactItemize=false, % ne pas compacter les listes - ThinSpaceInFrenchNumbers=true % espace fine dans les nombres + CompactItemize=false, % ne pas compacter les listes + ThinSpaceInFrenchNumbers=true, % espace fine dans les nombres + og=«, fg=» % guillemets français } %% Environnements d'exemples et al. @@ -68,7 +69,7 @@ \newsubfloat{table} %% Style de la bibliographie. - \bibliographystyle{francais} + \bibliographystyle{plainnat} \title{Exemple de document élaboré} \author{Vincent Goulet} diff --git a/Master/texmf-dist/doc/latex/formation-latex-ul/exercice_ulthese-solution.tex b/Master/texmf-dist/doc/latex/formation-latex-ul/exercice_ulthese-solution.tex index ea6c14cb5e6..e59ee47be2e 100644 --- a/Master/texmf-dist/doc/latex/formation-latex-ul/exercice_ulthese-solution.tex +++ b/Master/texmf-dist/doc/latex/formation-latex-ul/exercice_ulthese-solution.tex @@ -29,8 +29,9 @@ %% Désactiver (effacer ou mettre en commentaire) si l'option %% 'nobabel' est spécifiée au chargement de la classe. \frenchbsetup{% - CompactItemize=false, % ne pas compacter les listes - ThinSpaceInFrenchNumbers=true % espace fine dans les nombres + StandardItemizeEnv=true, % format standard des listes + ThinSpaceInFrenchNumbers=true, % espace fine dans les nombres + og=«, fg=» % caractères « et » sont les guillemets } %% Déclarations de la page titre. Remplacer les éléments entre < >. diff --git a/Master/texmf-dist/doc/latex/formation-latex-ul/exercice_ulthese.tex b/Master/texmf-dist/doc/latex/formation-latex-ul/exercice_ulthese.tex index 1067b9a45bd..a4fafa63ae4 100644 --- a/Master/texmf-dist/doc/latex/formation-latex-ul/exercice_ulthese.tex +++ b/Master/texmf-dist/doc/latex/formation-latex-ul/exercice_ulthese.tex @@ -29,8 +29,9 @@ %% Désactiver (effacer ou mettre en commentaire) si l'option %% 'nobabel' est spécifiée au chargement de la classe. \frenchbsetup{% - CompactItemize=false, % ne pas compacter les listes - ThinSpaceInFrenchNumbers=true % espace fine dans les nombres + StandardItemizeEnv=true, % format standard des listes + ThinSpaceInFrenchNumbers=true, % espace fine dans les nombres + og=«, fg=» % caractères « et » sont les guillemets } %% Déclarations de la page titre. Remplacer les éléments entre < >. diff --git a/Master/texmf-dist/doc/latex/formation-latex-ul/formation_latex_UL-partie_1.pdf b/Master/texmf-dist/doc/latex/formation-latex-ul/formation_latex_UL-partie_1.pdf Binary files differindex b516eeb92c0..de2f1158b1c 100644 --- a/Master/texmf-dist/doc/latex/formation-latex-ul/formation_latex_UL-partie_1.pdf +++ b/Master/texmf-dist/doc/latex/formation-latex-ul/formation_latex_UL-partie_1.pdf |