Clean code.

This commit is contained in:
Jeff Lance 2017-02-17 15:09:27 +01:00
parent 4b5ff92443
commit 7308941f63

View File

@ -1,4 +1,4 @@
%%% gx%%%
%%% %%%
%%% Extensions : shoDtcuts.sty %%% Extensions : shoDtcuts.sty
%%% Version : 1.0 %%% Version : 1.0
@ -11,10 +11,11 @@
%%% %%%
\NeedsTeXFormat{LaTeX2e} \NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{shortcuts}[2016/05/16 \ProvidesPackage{shortcuts}[2016/05/16 Définitions de raccourcis vers des macros, v1.0]
Définitions de raccourcis vers des macros, v1.0]
%% MACROS : DEBUT
\makeatletter
%-- Environments %-- Environments
% itemize % itemize
@ -61,7 +62,6 @@
} }
% ensembles % ensembles
\NewDocumentCommand \R { s g } { \NewDocumentCommand \R { s g } {
\IfBooleanTF {#1} { \IfBooleanTF {#1} {
\IfNoValueTF {#2} { \IfNoValueTF {#2} {
@ -141,4 +141,5 @@
} }
} }
%--% \makeatother
%% MACROS : FIN