Plan 9 from Bell Labs’s /usr/web/sources/contrib/steve/root/sys/lib/texmf/tex/latex/local/brutus.sty

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


\ProvidesPackage{brutus}
   [1996/09/18 Inferno's Brutus environments]
\NeedsTeXFormat{LaTeX2e}[1995/12/01]

% Added example environment for doing in-line examples.
\def\example{\let\\\@centercr
  \def\@itemlabel{}\let\makelabel\@mklab \@nmbrlistfalse \leftmargin 2em\relax
  \@trivlist\small
  \parskip\parsep \parindent\listparindent
  \advance\linewidth -\leftmargin
  \advance\@totalleftmargin \leftmargin
  \parshape \@ne \@totalleftmargin \linewidth
  \item\relax}
\let\endexample\endlist

% And nofill, like example but no indentations
\def\nofill{\let\\\@centercr
  \def\@itemlabel{}\let\makelabel\@mklab \@nmbrlistfalse \leftmargin 0pt\relax
  \@trivlist
  \parskip\parsep \parindent\listparindent
  \item\relax}
\let\endnofill\endlist

% And itemized list with labelwidth set to width of arg
\def\itemizew#1{\list{}{\settowidth\labelwidth{#1}\leftmargin\labelwidth
	\addtolength\leftmargin\labelsep
	\def\makelabel##1{##1\hss}}}
\let\enditemizew\endlist

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.