dd a new macro to put text in red

This commit is contained in:
Jeff Lance 2017-01-03 21:53:24 +01:00
parent af9ca5317b
commit 7c65f2d920
2 changed files with 10 additions and 5 deletions

View File

@ -70,6 +70,7 @@
\RequirePackage{array} \RequirePackage{array}
\RequirePackage{tabularx} \RequirePackage{tabularx}
\RequirePackage{multicol} \RequirePackage{multicol}
\RequirePackage{multirow}
% mise en page % mise en page
\RequirePackage{varwidth} \RequirePackage{varwidth}
@ -94,11 +95,11 @@
%% lh{largeur} : gauche - haut %% lh{largeur} : gauche - haut
%\newcolumntype{lh}[1]{>{\raggedright}p{#1}} %\newcolumntype{lh}[1]{>{\raggedright}p{#1}}
% % ch{largeur} : centre - haut % % ch{largeur} : centre - haut
%\newcolumntype{ch}[1]{>{\centering\arraybackslash}p{#1}} % \newcolumntype{H}[1]{>{\centering\arraybackslash}p{#1}}
%% rh{largeur} : droite - haut %% rh{largeur} : droite - haut
%\newcolumntype{rh}[1]{>{\raggedleft}p{#1}} %\newcolumntype{rh}[1]{>{\raggedleft}p{#1}}
% % lc{largeur} : gauche - centre % % lc{largeur} : gauche - centre
%\newcolumntype{lc}[1]{>{\raggedright}m{#1}} % \newcolumntype{N}[1]{>{\raggedright}m{#1}}
% % cc{largeur} : centre - centre % % cc{largeur} : centre - centre
% \newcolumntype{M}[1]{ >{\centering\arraybackslash} m{#1} } % \newcolumntype{M}[1]{ >{\centering\arraybackslash} m{#1} }
%% rc{largeur} : droite - centre %% rc{largeur} : droite - centre

View File

@ -146,5 +146,9 @@
\color{white} \color{white}
} }
% text "redding"
\NewDocumentCommand \ghost { } {%
\color{red}
}
%--% %--%