From fbed6d37dd47a29a60476a7b6a64e03721387865 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Tue, 3 Jan 2017 21:53:24 +0100 Subject: [PATCH] dd a new macro to put text in red --- commun/commun.sty | 11 ++++++----- shortcuts/shortcuts.sty | 4 ++++ 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/commun/commun.sty b/commun/commun.sty index 6926c63..a1652a6 100644 --- a/commun/commun.sty +++ b/commun/commun.sty @@ -70,6 +70,7 @@ \RequirePackage{array} \RequirePackage{tabularx} \RequirePackage{multicol} +\RequirePackage{multirow} % mise en page \RequirePackage{varwidth} @@ -93,13 +94,13 @@ \newcolumntype{R}[1]{>{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}m{#1}} %% lh{largeur} : gauche - haut %\newcolumntype{lh}[1]{>{\raggedright}p{#1}} -%% ch{largeur} : centre - haut -%\newcolumntype{ch}[1]{>{\centering\arraybackslash}p{#1}} +% % ch{largeur} : centre - haut +% \newcolumntype{H}[1]{>{\centering\arraybackslash}p{#1}} %% rh{largeur} : droite - haut %\newcolumntype{rh}[1]{>{\raggedleft}p{#1}} -%% lc{largeur} : gauche - centre -%\newcolumntype{lc}[1]{>{\raggedright}m{#1}} -%% cc{largeur} : centre - centre +% % lc{largeur} : gauche - centre +% \newcolumntype{N}[1]{>{\raggedright}m{#1}} +% % cc{largeur} : centre - centre % \newcolumntype{M}[1]{ >{\centering\arraybackslash} m{#1} } %% rc{largeur} : droite - centre %\newcolumntype{rc}[1]{>{\raggedleft}m{#1}} diff --git a/shortcuts/shortcuts.sty b/shortcuts/shortcuts.sty index d72e780..544fa2b 100644 --- a/shortcuts/shortcuts.sty +++ b/shortcuts/shortcuts.sty @@ -146,5 +146,9 @@ \color{white} } +% text "redding" +\NewDocumentCommand \ghost { } {% + \color{red} +} %--%