One final thing how do you get the page numbering on the center top of
the page??
thanks
Abhey
On 30 Oct 2006, at 23:58, [EMAIL PROTECTED] wrote:
I wrote
any known recipes to make a LaTeX document
'visually similar to the Plan 9 papers'
of /sys/doc/9 ?
Mine is, substitutiong "article.cls" by
...
But it seems that the mail has lost the following lines:
\documentclass[10pt]{p9article}
\textwidth 150mm
\textheight 230mm
\topmargin -11mm
\oddsidemargin 0mm
\evensidemargin 0mm
\usepackage{txfonts}
\renewcommand{\familydefault}{cmss}
\title{{\sf\Large\bfseries Pegasus} \\
{\large\bfseries --- another web server for Plan 9 ---}}
\author{\normalsize \it Kenji Arisawa, Aichi University\\
{\normalsize\tt [EMAIL PROTECTED]
\date{}
\begin{document}
\sf
In addition above, the remark by Alex is helphul:
\setlength\parindent{0pt}
\setlength\parskip{0.25\baselineskip} % the 0.25 is just a guess
Kenji Arisawa