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