initial commit

This commit is contained in:
2021-10-28 09:42:13 +02:00
commit 4ff0ef0cb2
19 changed files with 269 additions and 0 deletions

22
environments.tex Normal file
View File

@@ -0,0 +1,22 @@
%
% Custom environments
%
% Code frame
\DefineVerbatimEnvironment{code}{Verbatim}
{
tabsize=4,
samepage=true,
frame=lines,
numbers=left,
}
% Nonpagebreaking chapter
\newenvironment{npbrChap}
{
\begingroup
\let\clearpage\relax
}
{
\endgroup
}