aboutsummaryrefslogtreecommitdiff
path: root/dissertation.cls
diff options
context:
space:
mode:
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}