Subclass seems to be working. Working on converting titlepage into Memoir style to make it easier to understand.

This commit is contained in:
2020-02-03 21:28:21 +00:00
parent 9613e41e31
commit d52c9882bd
3 changed files with 99 additions and 908 deletions

View File

@@ -1,9 +1,20 @@
\documentclass[doctorate]{rubook}
\documentclass{ruthesisen}
%\usepackage{graphicx}
\title{Minimal Document for Testing}
\author{Joseph T. Foley \and Someone Else}
% \author: Use \and as a separator and \thanks{details} for additional info
\date{\today}
\begin{document}
\frontrequiredpages{}
\mainmatter{}%%Front matter done, get down to business
\pagestyle{headings}%default
Test
% \frontrequiredpages{}
%\ects{30}
%% Titlepage the Memoir way
\maketitle
%\mainmatter{}%%Front matter done, get down to business
%\pagestyle{headings}%default
%Test
%\backcover{}
\end{document}