Chicago Journal of Theoretical Computer Science

Bugs in CJstruct


The known bugs listed below will be corrected in a subsequent version of CJstruct.

  1. The \abstractonlytrue option prints the front matter and trailing acknowledgement, but not the abstract.
  2. \markendlst does not inhibit page breaks. PATCH: use the following form in LaTeX source: {\samepage\markendlst{name}}
  3. \printname places an extra \and command before the first author, which destroys the centering of author names. This is not very noticeable with long lists of authors, but with a single author it can look very bad. PATCH: add the following definition at the beginnning of the first authorinfo environment in LaTeX source:
    \def\fixversion{1.1}
    \ifx\cjversion\fixversion
      \renewcommand{\printname}[1]{
        \global\authorstring={#1}
        \global\authorstrue
        \ifinfo\item Printed name: #1\fi
      }
    \fi
    

[back] CJstruct [back] Utilities for authors and readers
[CJCTS home]

Last modified: Mon Jul 17 12:15:34 1995