9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] mimicking Plan 9 paper style with LaTeX?
@ 2006-10-30 13:25 Axel Belinfante
  2006-10-30 13:28 ` erik quanstrom
  2006-10-30 14:11 ` arisawa
  0 siblings, 2 replies; 16+ messages in thread
From: Axel Belinfante @ 2006-10-30 13:25 UTC (permalink / raw)
  To: 9fans

any known recipes to make a LaTeX document
'visually similar to the Plan 9 papers'
of /sys/doc/9 ?

Axel.


^ permalink raw reply	[flat|nested] 16+ messages in thread
* Re: Re: Re: [9fans] mimicking Plan 9 paper style with LaTeX?
@ 2006-11-07 20:56 Skip Tavakkolian
  2006-11-07 23:36 ` Skip Tavakkolian
  0 siblings, 1 reply; 16+ messages in thread
From: Skip Tavakkolian @ 2006-11-07 20:56 UTC (permalink / raw)
  To: mirtchovski, 9fans


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



^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2006-11-07 23:36 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-30 13:25 [9fans] mimicking Plan 9 paper style with LaTeX? Axel Belinfante
2006-10-30 13:28 ` erik quanstrom
2006-10-30 13:51   ` andrey mirtchovski
2006-10-30 14:11 ` arisawa
2006-10-30 15:01   ` Axel Belinfante
2006-10-30 22:03     ` arisawa
2006-10-30 23:58   ` arisawa
2006-11-03 11:06     ` Abhey Shah
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
2006-11-07 21:29               ` Axel Belinfante
2006-11-07 22:24                 ` andrey mirtchovski
2006-11-07 20:56 Skip Tavakkolian
2006-11-07 23:36 ` Skip Tavakkolian

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).