- call to varwidth package

- define command to call a font (Comic Sans MS)
This commit is contained in:
Jeff Lance 2016-08-16 17:17:16 +02:00
parent 174c07e3ce
commit eb81c99e20

View File

@ -69,8 +69,8 @@
\RequirePackage{tabularx}
\RequirePackage{multicol}
% liste
%\RequirePackage{enumitem}
% mise en page
\RequirePackage{varwidth}
%-- %
@ -118,12 +118,14 @@
% }
% changer de police
\NewDocumentCommand \setFont { O{\familydefault} O{\encodingdefault} }{%
\fontencoding{#2}%
\fontfamily{#1}%
\selectfont
}
% polices
\newfontfamily\Comic[Ligatures=TeX]{comicsansms}
% tentative pour une commande généraliste
% \NewDocumentCommand \setFont { O{\familydefault} O{\encodingdefault} }{%
% \fontencoding{#2}%
% \fontfamily{#1}%
% \selectfont
% }
%--%