On Tue, Oct 28, 2003 at 04:40:58PM +0000, Angus Leeming wrote:
I have the following definition in my preamble.
%% Set the sections to be bold but otherewise the same size %% as normal text [EMAIL PROTECTED] [EMAIL PROTECTED] {\parskip}% {\parskip}% {\normalfont\bfseries}}
Could someone explain the '\z@' bit to me?
This is just a fancy way to say '0pt'
no, it is not a fancy way. \z@ needs no register and is much more faster than using 0pt
I take it that {1} is a placeholder for the contents of the title.
part - section - subsection - ... 0 -1 - 2 - 3 - ...
Question 2: what would I need to have the 'author' field otherwise as defined by the article class but with normal size text?
http://www.educat.hu-berlin.de/~voss/LaTeX/layouts/examples.phtml http://www.math.jussieu.fr/~zoonek/LaTeX/LaTeX_samples_title/0.html
you have to redefine \maketitle, which is easy
Herbert
