[NTG-context] help with a latex - context conversion

2008-12-09 Thread Zoho Vignochi
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
___


[NTG-context] vertical alignment in footer

2008-11-23 Thread Zoho Vignochi
Hello:

I am a recent convert from LaTeX to conTeXt. kudos to all the developers! 
I have read through the wiki and as many tutorials/manuals as I can find.

My problem is that I have a footer which includes a logo. I would like 
all the elements in the footer to be vertically centred, where as now 
they are aligned along the bottom.

Here is my code:

\startsetups footer
\hfill
\pagenumber
\hfill
\llap{\externalfigure[logo]}
\stopsetups

Thanks,

Zoho

___
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
___