[racket-dev] generating tex with a different component order from Scribble
I'd like to create a language in Scribble from writing papers
according to the `acmsmall' documentclass. Unfortunately, the guide
for this documentclass says, right at the beginning:
Following order is mandatory to generate a correct title page:
\documentclass{acmsmall}
%\acmVolume{V}
%\acmNumber{N}
%\acmArticle{A}
%\acmYear{YYYY}
%\acmMonth{0}
\markboth{}{}
\title{}
\author{...
\affil{...}}
\begin{abstract}
...
\end{abstract}
\category{}{}{}
\terms{}
\keywords{}
\acmformat{}
\begin{document}
\begin{bottomstuff}
...
\end{bottomstuff}
\maketitle
which is unfortunately quite different from the order that scribble
generates. What's the easiest way to change this? Do I need to write
a new renderer, replacing the latex renderer?
--
sam th
samth at ccs.neu.edu