Started massive simplification of the ruthesis.cls to use PhD formatting (with adjustments) for everything. minimal-document.tex now compiles, but is a bit boring.

This commit is contained in:
2020-02-03 15:32:09 +00:00
parent f9f194f772
commit 6f25c5918d
3 changed files with 2798 additions and 0 deletions

24
minimal-document.tex Normal file
View File

@@ -0,0 +1,24 @@
\documentclass[doctorate,draft]{ruthesis}
\begin{document}
%\frontrequiredpages{}
%\starttext{}
Test
%\backcover{}
\end{document}
%%%%%%%%%%%%%%%%%%%% TeXStudio Magic Comments %%%%%%%%%%%%%%%%%%%%%
%% These comments that start with "!TeX" modify the way TeXStudio works
%% For details see http://texstudio.sourceforge.neit/manual/current/usermanual_en.html Section 4.10
%%
%% What encoding is the file in?
% !TeX encoding = UTF-8
%% What language should it be spellchecked?
% !TeX spellcheck = en_US
%% What program should I compile this document with?
% !TeX program = pflatex
%%%%%%%%%%%%%%%%%%% Emacs Variables %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: