37 lines
1021 B
TeX
37 lines
1021 B
TeX
\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{}
|
|
%\ects{30}
|
|
|
|
|
|
%% Titlepage the Memoir way
|
|
\maketitle
|
|
|
|
%\mainmatter{}%%Front matter done, get down to business
|
|
%\pagestyle{headings}%default
|
|
%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:
|