Initial commit

This commit is contained in:
Leon Etienne
2022-05-19 09:11:50 +02:00
commit d3d69b4d1f
30 changed files with 642 additions and 0 deletions

12
macros.tex Normal file
View File

@@ -0,0 +1,12 @@
%
% Custom macros
%
% Will encapsule a text in italic << >>
\newcommand{\enpointy}[1]{\emph{\textlangle\textlangle{#1}\textrangle\textrangle}}
% Will add a vertical line to tables
\newcommand{\tblVline}{\vline\hspace{2mm}}
% Will do a full reference, with both a number AND a caption. Like '1.2.3 Coding the code'
\newcommand{\fullref}[1]{\ref{#1} \nameref{#1}}