summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/formation-latex-ul/formation-latex-ul-diapos.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/formation-latex-ul/formation-latex-ul-diapos.tex')
-rw-r--r--Master/texmf-dist/source/latex/formation-latex-ul/formation-latex-ul-diapos.tex45
1 files changed, 19 insertions, 26 deletions
diff --git a/Master/texmf-dist/source/latex/formation-latex-ul/formation-latex-ul-diapos.tex b/Master/texmf-dist/source/latex/formation-latex-ul/formation-latex-ul-diapos.tex
index 02ad816e1df..fae8a1fe708 100644
--- a/Master/texmf-dist/source/latex/formation-latex-ul/formation-latex-ul-diapos.tex
+++ b/Master/texmf-dist/source/latex/formation-latex-ul/formation-latex-ul-diapos.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»
@@ -16,7 +16,7 @@
\usepackage{changepage} % page licence
\usepackage{tabularx} % page licence
\usepackage{booktabs} % beaux tableaux
- \usepackage{fontawesome} % icônes
+ \usepackage{fontawesome5} % icônes
\usepackage{awesomebox} % \tipbox et autres
\usepackage{listings} % code source
\usepackage[export]{adjustbox} % cadre autour image
@@ -27,8 +27,8 @@
%% Informations de publication
%% (titre et al. dans couverture-avant.tex)
%% ==========================================
- \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/}
@@ -76,14 +76,15 @@
BoldItalicFont = {Fira Sans SemiBold Italic}]{Fira Sans Book}
%% Couleurs
- \definecolor{comments}{rgb}{0.7,0,0} % commentaires
- \definecolor{link}{rgb}{0,0.4,0.6} % liens internes
- \definecolor{url}{rgb}{0.6,0,0} % liens externes
- \definecolor{codebg}{named}{LightYellow1} % fond code source
- \definecolor{rouge}{rgb}{0.85,0,0.07} % rouge bandeau identitaire
- \definecolor{or}{rgb}{1,0.8,0} % or bandeau identitaire
- \colorlet{alert}{mLightBrown} % alias pour couleur Metropolis
- \colorlet{dark}{mDarkTeal} % alias pour couleur Metropolis
+ \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
+ \colorlet{codebg}{LightYellow1} % fond code R
+ \definecolor{rouge}{rgb}{0.9,0,0.1} % bandeau rouge UL
+ \definecolor{or}{rgb}{1,0.8,0} % bandeau or UL
+ \colorlet{alert}{mLightBrown} % alias de couleur Metropolis
+ \colorlet{dark}{mDarkTeal} % alias de couleur Metropolis
+ \colorlet{code}{mLightGreen} % alias de couleur Metropolis
\colorlet{shadecolor}{codebg}
%% Hyperliens
@@ -178,34 +179,28 @@
%% Exercices
\newenvironment{exercice}{%
\begin{frame}[fragile=singleslide]
- \frametitle{Exercice}}{\end{frame}}
-
- %% Rubriques conseil du TeXpert
- \newenvironment{conseil}{%
- \begin{frame}[standout,fragile=singleslide]
- \textcolor{alert}{Conseil du {\TeX}pert}\normalsize
- \begin{block}{}}%
- {\end{block}\end{frame}}
+ \frametitle{\faCogs\; Exercice}}{\end{frame}}
%% =====================
%% Nouvelles commandes
%% =====================
%% Noms de fonctions, code, environnement, etc.
- \newcommand{\fichier}[1]{\texttt{#1}}
+ \newcommand{\code}[1]{\textcolor{code}{\texttt{#1}}}
+ \newcommand{\fichier}[1]{\code{#1}}
\newcommand{\class}[1]{\textbf{#1}}
\newcommand{\pkg}[1]{\textbf{#1}}
- \newcommand{\link}[2]{\href{#1}{#2~\raisebox{-0.2ex}{\faExternalLink}}}
+ \newcommand{\link}[2]{\href{#1}{#2~\raisebox{-0.2ex}{\faExternalLink*}}}
%% Pour documenter des commandes LaTeX; dérivé de memoir.cls
- \def\bs{\texttt{\char`\\}}
+ \def\bs{\code{\char`\\}}
\newcommand{\meta}[1]{%
\ensuremath\langle{\normalfont\itshape #1\/}\ensuremath\rangle}
\newcommand{\marg}[1]{%
{\ttfamily\char`\{}\meta{#1}{\ttfamily\char`\}}}
\newcommand{\oarg}[1]{%
{\ttfamily\char`\[}\meta{#1}{\ttfamily\char`\]}}
- \newcommand{\cs}[1]{\texttt{\char`\\#1}}
+ \newcommand{\cs}[1]{\code{\char`\\#1}}
%% Lien vers Gitlab dans la page de notices
\newcommand{\viewsource}[1]{%
@@ -234,8 +229,6 @@
\include{apparence-diapos}
\include{tableaux-diapos}
\include{mathematiques-diapos}
-\include{sweave-diapos}
-\include{ulthese-diapos}
\include{suite-diapos}
\include{colophon-diapos}