Hello:

I am intending to write my masters thesis using context. My university 
publishes a style guide in addition to a latex cls file. I am trying to 
reproduce the titlepage. I have been using the wiki (specifically
http://wiki.contextgarden.net/Document_Titles#In_ConTeXt:_A_more_
advanced_solution). But I have not been able to add addition fields 
beyond the present title, author, date.

Here is the relevant portion on the latex file. 

%%---------------------define command in the titlepage--------------------

\newcommand{\submittext}{A THESIS SUBMITTED IN PARTIAL FULFILLMENT%
OF THE REQUIREMENTS FOR THE DEGREE OF}

\newcommand{\thesisnote}{by}

\newcommand{\gaunote}{In the Graduate Academic Unit of }

\newcommand{\acceptnote}{This thesis is accepted}

\newcommand{\dean}{Dean of Graduate Studies}

\newcommand{\school}{THE UNIVERSITY OF NEW BRUNSWICK}

%

%

% DECLARATIONS

%

% These macros are used to declare arguments needed for the

% construction of the title page and other preamble.

%

% candidate's previous degree

[EMAIL PROTECTED]

%

% The full (unabbreviated) name of the degree

[EMAIL PROTECTED]

%

% The name of your Graduate Academic Unit(eg. Computer Science, Maths, Physics)

[EMAIL PROTECTED]

%

%your supervisor including name, degree department or field

[EMAIL PROTECTED]

%

%examining board including name, degree department or field starting from Chair

[EMAIL PROTECTED]

%

%external examiner including name, degree, department or field and Institution

[EMAIL PROTECTED]

%

%copyright including name of candiate and year of graduation

[EMAIL PROTECTED]

%define title page layout

%

\newcommand{\unbtitlepage}{%

\thispagestyle{empty}%

\begin{center}

[EMAIL PROTECTED]

\vskip 1em

\normalfont\normalsize\thesisnote\\

\vskip 1em

[EMAIL PROTECTED]

\vskip 1em

[EMAIL PROTECTED]

\vskip 2em

\normalfont\normalsize\bfseries\submittext\\

\vskip 2em

[EMAIL PROTECTED]

\vskip 1em

\normalfont\normalsize\gaunote [EMAIL PROTECTED]

\vskip 1em

\end{center}


\begin{table}[!h]

\begin{tabular}{l l}

Supervisor(s): & [EMAIL PROTECTED] \\

Examining Board: & [EMAIL PROTECTED] \\

External Examiner: & [EMAIL PROTECTED]

[EMAIL PROTECTED]

\end{tabular}

\end{table}

\begin{center}

\normalfont\normalsize\acceptnote\\

\vskip 2em

\normalfont\normalsize\dean\\

\vskip 1em

\normalfont\normalsize\bfseries\school\\

\vskip 0.5em

[EMAIL PROTECTED]

\vskip 0.5em

\normalfont\normalsize\copyright [EMAIL PROTECTED], [EMAIL PROTECTED]

\end{center}}

%-----------end of Title page--------------------

Any hints?

Thank you for your time,

Brent


___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to