initial commit
This commit is contained in:
22
environments.tex
Normal file
22
environments.tex
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user