[texhax] text at the top right corner of the title page

Bernice Barnett jbbrus at comcast.net
Thu Aug 12 18:49:47 CEST 2010


Olga Lyashevska wrote:
> Dear all,
>
> How can I insert some text above the title in the example below?
>
> Many thanks,
> Olga
>
>
> ********************
> \documentclass[12pt]{article}
> \usepackage{} 
>
> \begin{document}
>
> \begin{flushright}
> ICES CM Q:06
> \end{flushright}
>
> \title{Some title}
> \author{Some name}
> \date{}
> \maketitle
>
> \begin{abstract}
> \end{abstract}
>
> some text
> \end{document}
>   
You cannot do it that way; Latex fits the title stuff at the top of the 
page AFTER reading enough stuff to know approximately where to cut the 
first page. A way to accomplish what you want is to make your flushright 
text part of a multi-line title and push the appropriate line to the 
right using various tex/latex incantations. Alternatively you can 
manually typeset the title stuff without using \title and the related 
commands such as \author, etc.
--
Jeff Barnett


More information about the texhax mailing list