Search found 2 matches

by artyb
Thu Oct 09, 2008 1:26 am
Forum: Document Classes
Topic: Modifying a class
Replies: 2
Views: 1950

Re: Modifying a class

Brilliant, thank you, and such a quick response-got it working the same evening, but been too busy to thank you since.
by artyb
Sun Oct 05, 2008 7:44 pm
Forum: Document Classes
Topic: Modifying a class
Replies: 2
Views: 1950

Modifying a class

Hi,
I'm trying to modify the papertex class to allow titles to be spread over just 2 columns of a 3 column environment. The code I'm modifying is:

\newcommand{\magazinetex@inexpandedtitle}[1]{
\begin{minipage}{.95\textwidth}
\begin{center}
\noindent\Large\textbf{#1}
\end{center}
\end{minipage ...