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

Heiko Oberdiek heiko.oberdiek at googlemail.com
Thu Aug 12 22:03:45 CEST 2010


On Thu, Aug 12, 2010 at 01:49:26PM -0400, Tom Schneider wrote:

> Olga:
> 
> > How can I insert some text above the title in the example below?
> 
> Pstricks ...

> \rput[tl](7.0,3.0){% location on the grid ...
> \parbox[t][3.0cm][t]{3.0cm}{% \parbox[c][\height][t]{}{\width}%
> \normalsize{ICES CM Q:06}

BTW, \normalsize does not take an argument, the following
curly braces are not necessary.

> }% end parbox
> }% end rput
> Some title}

The same trick can be used with the standard LaTeX environment picture.
This has the advantage that it does not depend on a special driver.

Alternatives:
* Package textpos
* Package atbegshi: \AtBeginShipoutNext + \AtBeginShipoutUpperLeft
* ...

Yours sincerely
  Heiko Oberdiek


More information about the texhax mailing list