1 % csmtr.sty K. J. Turner 21/10/08
3 % This LaTeX style file sets up the environment for producing Departmental
4 % Technical Reports. It can be used with article or report style and LaTeX 2e.
6 \NeedsTeXFormat{LaTeX2e}
14 \usepackage{boxedminipage}
19 \topmargin -0.5 in % Top margin 1 inch
20 \oddsidemargin 0.0 in % Left margin 1" on odd-numbered pages
21 \evensidemargin 0.0 in % Left margin 1" on even-numbered pages
22 \marginparwidth 0.75 in % Width of marginal notes
24 \textwidth 6.264 in % Width of text area
25 \textheight 9.26 in % Height of text area
29 \@ifundefined{chapter}{ % "article" style
32 \global\@topnum\z@ \@afterindentfalse
33 \addcontentsline{toc}{section}{#1}
38 \cleardoublepage \thispagestyle{plain}
39 \global\@topnum\z@ \@afterindentfalse
41 \addcontentsline{toc}{chapter}{#1}
45 \parindent 0pt \raggedright
74 \RequirePackage{ifpdf}
76 \usepackage[pdftex]{graphicx}
77 \DeclareGraphicsExtensions{.pdf}
80 \DeclareGraphicsExtensions{.eps,.emf,.wmf}
81 \DeclareGraphicsRule{.emf}{bmp}{}{}
82 \DeclareGraphicsRule{.wmf}{bmp}{}{}
85 \def\graphic{\@ifnextchar[{\@graphic}{\@graphic[]}}
87 \def\@graphic[#1]#2{\hspace*{\fill}\includegraphics[#1]{#2}\hspace*{\fill}}
91 \def\tnnumber#1{\gdef\@tnnumber{#1}} % Report number
92 \def\email#1{\gdef\@email{#1}} % Email address
93 \def\tnkey#1{\gdef\@tnkey{#1 - }} % Key (for footers)
95 \def\bibname{References}
97 \renewcommand{\ttdefault}{cmtt}
99 % Environments for syntax and example formatting
100 \newenvironment{syntax}%
101 {\begin{Sbox}\begin{minipage}{\textwidth}\begin{alltt}}%
102 {\end{alltt}\end{minipage}\end{Sbox}
103 \begin{center}\doublebox{\TheSbox}\end{center}}
104 \newcommand{\synit}[1]{\textrm{\it #1}}
105 \newenvironment{example}%
106 {\begin{Sbox}\begin{minipage}{\textwidth}\begin{alltt}}%
107 {\end{alltt}\end{minipage}\end{Sbox}
108 \begin{center}\fbox{\TheSbox}\end{center}}
113 \let\footnotesize\small
114 \let\footnoterule\relax
125 \includegraphics[scale=0.37]{bfish-logo}~\\[9ex]
130 Barrelfish Technical Note \@tnnumber\\[1.5em]
134 \Large \lineskip .75em
135 \begin{tabular}[t]{c}
139 \vhCurrentDate \\ %% @date \\
143 Department of Computer Science \\
146 CAB F.79, Universit\"atstrasse 6, Zurich 8092, Switzerland \\[1ex]
148 \url{http://www.barrelfish.org/} \mbox{}
156 \setcounter{footnote}{0}
167 \fancypagestyle{plain}{%
169 \fancyfoot[RO,LE]{\@tnkey\thepage}
170 \fancyfoot[RE,LO]{Barrelfish TN-\@tnnumber}
172 \renewcommand{\footrulewidth}{0.4pt}