Angus Leeming schrieb:

Ok, Herbert. How do I make this:

\def\maketitle{%
  {\LARGE [EMAIL PROTECTED]
  {\Large [EMAIL PROTECTED]
}

span both columns in two column mode?


this should all be possible from within LyX.There mus also be a layout for the twoculumn abstract, have a look at the mail archive.

HErbert

\documentclass{article}
\usepackage{url}
\usepackage{abstract}
\makeatletter
\def\maketitle{%
  [EMAIL PROTECTED]@footnote}%
  [EMAIL PROTECTED]@[EMAIL PROTECTED]
  [EMAIL PROTECTED] 1em\noindent
    [EMAIL PROTECTED]@1.8em{%
       [EMAIL PROTECTED]@thefnmark}}##1}%
  {\centering\LARGE [EMAIL PROTECTED]
  {\centering\Large [EMAIL PROTECTED]
  \vspace{20pt}%
}
\makeatother

\def\x#1{\count1=0\relax\loop\ifnum\count1<#1\relax
What a wonderful night - inside. Outside it is cold ...\advance\count1 by 1\repeat}


\begin{document}

\twocolumn[%
        \title{From Germany to Great Britain}
        \author{Angus [EMAIL PROTECTED]
        \maketitle%
%
        \begin{abstract}
        \x{10}
        \end{abstract}
]\saythanks

\x{100}

\end{document}




Reply via email to