summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/formation-latex-ul/formation-latex-ul.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/formation-latex-ul/formation-latex-ul.tex')
-rw-r--r--Master/texmf-dist/source/latex/formation-latex-ul/formation-latex-ul.tex27
1 files changed, 14 insertions, 13 deletions
diff --git a/Master/texmf-dist/source/latex/formation-latex-ul/formation-latex-ul.tex b/Master/texmf-dist/source/latex/formation-latex-ul/formation-latex-ul.tex
index 0ad9f1cd4cf..618ceb786c5 100644
--- a/Master/texmf-dist/source/latex/formation-latex-ul/formation-latex-ul.tex
+++ b/Master/texmf-dist/source/latex/formation-latex-ul/formation-latex-ul.tex
@@ -1,4 +1,4 @@
-%%% Copyright (C) 2019 Vincent Goulet
+%%% Copyright (C) 2020 Vincent Goulet
%%%
%%% Ce fichier fait partie du projet
%%% «Rédaction avec LaTeX»
@@ -20,7 +20,8 @@
\usepackage{dirtree} % arbre pour exercice sur \include
\usepackage{metalogo} % logo de \XeLaTeX
\usepackage{mflogo} % logo de Metafont
- \usepackage{fontawesome} % plusieurs icônes
+ \usepackage{relsize} % \smaller et al.
+ \usepackage{fontawesome5} % plusieurs icônes
\usepackage{awesomebox} % boites info, important, etc.
\usepackage{applekeys} % touches Mac
\usepackage{answers} % exercices et solutions
@@ -35,8 +36,8 @@
%%% =============================
\title{Rédaction avec \LaTeX}
\author{Vincent Goulet}
- \renewcommand{\year}{2019}
- \renewcommand{\month}{03}
+ \renewcommand{\year}{2020}
+ \renewcommand{\month}{10}
\newcommand{\ctanurl}{https://ctan.org/pkg/formation-latex-ul/}
\newcommand{\reposurl}{https://gitlab.com/vigou3/formation-latex-ul/}
@@ -89,13 +90,13 @@
%% Couleurs
\usepackage{xcolor}
- \definecolor{comments}{rgb}{0.7,0,0} % rouge foncé
- \definecolor{link}{rgb}{0,0.4,0.6} % ~RoyalBlue de dvips
- \definecolor{url}{rgb}{0.6,0,0} % rouge-brun
- \definecolor{citation}{rgb}{0,0.5,0} % vert foncé
- \definecolor{ULlinkcolor}{rgb}{0,0,0.3} % de ulthese.cls
- \definecolor{rouge}{rgb}{0.85,0,0.07} % rouge bandeau identitaire
- \definecolor{or}{rgb}{1,0.8,0} % or bandeau identitaire
+ \definecolor{comments}{rgb}{0.5,0.55,0.6} % commentaires
+ \definecolor{link}{rgb}{0,0.4,0.6} % liens internes
+ \definecolor{url}{rgb}{0.6,0,0} % liens externes
+ \definecolor{citation}{rgb}{0,0.5,0} % citations
+ \definecolor{ULlinkcolor}{rgb}{0,0,0.3} % de ulthese.cls
+ \definecolor{rouge}{rgb}{0.90,0,0.1} % rouge bandeau UL
+ \definecolor{or}{rgb}{1,0.8,0} % or bandeau UL
%% Hyperliens
\usepackage{hyperref}
@@ -365,10 +366,10 @@
%% Boite additionnelle (basée sur awesomebox.sty) pour liens vers
%% des vidéos
\newcommand{\videobox}[1]{%
- \awesomebox{\faYoutubePlay}{\aweboxrulewidth}{url}{#1}}
+ \awesomebox{\aweboxrulewidth}{\faYoutube}{url}{#1}}
%% Hyperlien avec symbole de lien externe juste après
- \newcommand{\link}[2]{\href{#1}{#2~\raisebox{-0.2ex}{\faExternalLink}}}
+ \newcommand{\link}[2]{\href{#1}{#2~\smaller\faExternalLink*}}
%% Lien vers documentation dans la marge
%% usage: \doc[documentation]{nom_fichier}{url}