9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Skip Tavakkolian <9nut@9netics.com>
To: mirtchovski@gmail.com, 9fans@cse.psu.edu
Subject: Re: Re: Re: [9fans] mimicking Plan 9 paper style with LaTeX?
Date: Tue,  7 Nov 2006 12:56:42 -0800	[thread overview]
Message-ID: <0d1ac62f33d21affe44a2bc725fab027@9netics.com> (raw)


i think i finally dialled it. see the attach comparison.

the changes are:

i'm using p9article.cls, modified:

changed:

\ProvidesClass{article} -> \ProvidesClass{p9article}

removed "date" from the maketitle definition

the rest is in the .tex file:

\documentclass[11pt]{p9article}
\textheight 230mm
\textwidth 150mm
\topmargin -15mm
\oddsidemargin 0mm
\evensidemargin 0mm
\setlength\parindent{0pt}  % no indentation on any paragraph start
\setlength\parskip{0.25\baselineskip}           % paragraphs are close
\renewcommand\baselinestretch{0.8}           % lines are closer
together in auth.ps
\renewcommand{\familydefault}{\sfdefault}    % should be similar font to auth.ps

% the following two commands bring \section and \subsection closer to the text
% you may have to add a line for \subsubsection if you have such
\makeatletter
\renewcommand\section{\@startsection {section}{1}{\z@} {3pt} {1pt}
{\normalfont\normalsize\bfseries}}
\renewcommand\subsection{\@startsection {subsection}{1}{\z@} {3pt}
{1pt} {\normalfont\normalsize\bfseries}}
\makeatother

% the title text needs to match auth.ps, so these changes are required
\begin{document}
\title{\Large\textbf{Estimating the Airspeed Velocity of an Unladen Swallow}}
\author{\large
    \begin{tabular}{c}
    \textsl{Andrey Mirtchovski}\\
    \textsl{Unidentified Location}\\
    \texttt{andrey@nothere.bg}\\
    \end{tabular}
}

% no page numbers in title
\maketitle\thispagestyle{empty}
% in fact, no page numbers anywhere
\pagestyle{empty}

\begin{abstract}
\setlength\parindent{0pt}
\setlength\parskip{0.25\baselineskip}
The mating habits of insects are quite different from those of large mammals.
\end{abstract}
\section{Introduction}
....


===> 2/ (image/png) [file]
	cp /mail/fs/mbox/2466/2/body /usr/fst/snapshot.png



             reply	other threads:[~2006-11-07 20:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-07 20:56 Skip Tavakkolian [this message]
2006-11-07 23:36 ` Skip Tavakkolian
2006-11-07 23:49   ` andrey mirtchovski
2006-11-08  0:45     ` Skip Tavakkolian
  -- strict thread matches above, loose matches on Subject: below --
2006-11-03 13:03 arisawa
2006-11-06 22:45 ` Skip Tavakkolian
2006-11-06 23:39   ` andrey mirtchovski
2006-11-07 20:43     ` andrey mirtchovski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0d1ac62f33d21affe44a2bc725fab027@9netics.com \
    --to=9nut@9netics.com \
    --cc=9fans@cse.psu.edu \
    --cc=mirtchovski@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).