aboutsummaryrefslogtreecommitdiff
path: root/dissertation.cls
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2018-03-19 17:11:06 -0500
committerBlaise Thompson <blaise@untzag.com>2018-03-19 17:11:06 -0500
commitac6bde61f90e6684b5b5b79286ebe58d08c09f9c (patch)
tree36526be205a9c0149347d0faa1b2feec309a4dd8 /dissertation.cls
parentf5b439d81f44dad0345031d1d72a783b4b429ef9 (diff)
2018-03-19 17:11
Diffstat (limited to 'dissertation.cls')
-rw-r--r--dissertation.cls13
1 files changed, 10 insertions, 3 deletions
diff --git a/dissertation.cls b/dissertation.cls
index c22e3c8..2c6d168 100644
--- a/dissertation.cls
+++ b/dissertation.cls
@@ -59,19 +59,24 @@
\newenvironment{denumerate}
{
\begin{enumerate}
- \singlespacing
+ \singlespacing
}
{
\end{enumerate}
}
+\setlist[itemize, 1]{nosep}
+\setlist[itemize, 2]{nosep, topsep=-5ex}
+\setlist[itemize, 3]{nosep, topsep=-5ex}
+\setlist[itemize, 4]{nosep, topsep=-5ex}
\newenvironment{ditemize}
{
- \begin{enumerate}
+ \begin{itemize}
+ \renewcommand{\labelitemi}{$\rightarrow$}
\singlespacing
}
{
- \end{enumerate}
+ \end{itemize}
}
% --- code environment ----------------------------------------------------------------------------
@@ -107,6 +112,8 @@
\BeforeBeginEnvironment{codefragment}{\begin{singlespace}\stepcounter{equation}}
\AfterEndEnvironment{codefragment}{\end{singlespace}}
+\newmintinline[python]{python}{bgcolor=bg}
+
% --- tables --------------------------------------------------------------------------------------
\newenvironment{dtable}