Clean code.

This commit is contained in:
Jeff Lance 2018-11-04 10:16:13 +01:00
parent 6174f6b98d
commit db27c5a701

View File

@ -21,6 +21,7 @@
% ENVIRONMENTS
%
%
% itemize
\newcommand{\bi}{\begin{itemize}}
\newcommand{\ei}{\end{itemize}}
@ -36,7 +37,7 @@
% questions
\newcommand{\bq}{\begin{questions}}
\newcommand{\eq}{\end{questions}}
%--%
%--
@ -45,6 +46,7 @@
% TEXT
%
%
% another shortcut to whiting text.
\NewDocumentCommand \ghost { } {%
\white
@ -74,6 +76,7 @@
\NewDocumentCommand \sad { } {
{\DejaVuSans 😞}
}
%--
@ -82,6 +85,7 @@
% MATHS
%
%
% i & j vectors
\NewDocumentCommand \veci { } {
\ensuremath{ \vec{\imath} }
@ -194,7 +198,7 @@
}
}
}
%--