aboutsummaryrefslogtreecommitdiff
path: root/dissertation.cls
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2018-03-30 20:31:53 -0500
committerBlaise Thompson <blaise@untzag.com>2018-03-30 20:31:53 -0500
commit548cc56e7b65184d1e10a26711837e18f189c136 (patch)
tree32e947f32ce0a8b78dadfdece5a5299a04bafe92 /dissertation.cls
parent8d24954c1bc110d8b88d135786e03265bb678c23 (diff)
2018-03-30 20:31
Diffstat (limited to 'dissertation.cls')
-rw-r--r--dissertation.cls12
1 files changed, 12 insertions, 0 deletions
diff --git a/dissertation.cls b/dissertation.cls
index 5fefce5..942f905 100644
--- a/dissertation.cls
+++ b/dissertation.cls
@@ -137,10 +137,22 @@
\RequirePackage{epstopdf}
\RequirePackage{etoc}
\RequirePackage{tikz}
+\RequirePackage{pdflscape} % provides \begin{landscape}; \end{landscape}
\BeforeBeginEnvironment{figure}{\clearpage}
\AfterEndEnvironment{figure}{\clearpage}
+% for some reason this doesn't work...
+\newenvironment{lsfigure}
+ {
+ \begin{landscape}
+ \begin{figure}
+ }
+ {
+ \end{landscape}
+ \end{figure}
+ }
+
% --- math ----------------------------------------------------------------------------------------
\RequirePackage{amssymb}