Unverified Commit d8ef1636 authored by xvrabcov's avatar xvrabcov Committed by GitHub
Browse files

Merge pull request #43 from xvrabcov/feature/put-title-pages-to-front-matter

Move title pages into the front matter
parents cae0bf91 fe5a2d85
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -274,8 +274,8 @@
\def\thesis@blocks@preamble{%
  \thesis@blocks@coverMatter
    \thesis@blocks@cover
    \thesis@blocks@titlePage
  \thesis@blocks@frontMatter
    \thesis@blocks@titlePage
    \thesis@blocks@seal
    \thesis@blocks@bibEntry
    \thesis@blocks@abstract
+1 −1
Original line number Diff line number Diff line
@@ -101,8 +101,8 @@
\def\thesis@blocks@preamble{%
  \thesis@blocks@coverMatter
    \thesis@blocks@cover
    \thesis@blocks@titlePage
  \thesis@blocks@frontMatter
    \thesis@blocks@titlePage
    \thesis@blocks@seal
    \ifx\thesis@type\thesis@proposal
      \thesis@blocks@toc
+1 −1
Original line number Diff line number Diff line
@@ -152,8 +152,8 @@
\def\thesis@blocks@preamble{%
  \thesis@blocks@coverMatter
    \thesis@blocks@cover
    \thesis@blocks@titlePage
  \thesis@blocks@frontMatter
    \thesis@blocks@titlePage
    \thesis@blocks@seal
    \thesis@blocks@bibEntry
    \thesis@blocks@abstract
+1 −1
Original line number Diff line number Diff line
@@ -67,8 +67,8 @@
\def\thesis@blocks@preamble{%
  \thesis@blocks@coverMatter
    \thesis@blocks@cover
    \thesis@blocks@titlePage
  \thesis@blocks@frontMatter
    \thesis@blocks@titlePage
    \thesis@blocks@seal
    \thesis@blocks@bibEntry
    \thesis@blocks@abstract
+1 −1
Original line number Diff line number Diff line
@@ -132,8 +132,8 @@
\def\thesis@blocks@preamble{%
  \thesis@blocks@coverMatter
    \thesis@blocks@cover
    \thesis@blocks@titlePage
  \thesis@blocks@frontMatter
    \thesis@blocks@titlePage
    \thesis@blocks@seal
    \thesis@blocks@declaration
    \thesis@blocks@clear
Loading