|
Using the JHRS Class File
IntroductionThe JHRS class file is a standard LaTeX class file designed to produce articles for the JHRS, A. Razmadze Mathematical Institute's electronically distributed journal.
Using the class fileThe file is used in a very similar way to the standard article class. It has some differences, mainly in an extended range of "front matter" commands to specify authors, addresses, received dates, and other such information. A typical file may start something like the example shown bellow:
% LaTeX-2e; 12pp. Amsmath, XY. \documentclass{JHRS} \usepackage{amsmath} \usepackage{xy} \begin{document} % \title{Title of Article} % Title of Document \author{First Author} % First Author \email{fauthor@some.domain} % First Author's email \address{Mathematics Department\\ % First Author's postal address Some University\\ Country\\ City\\ Address} \author{Second Author} % Second Author \email{sauthor@some.domain} % Second Author's email \address{Some Department\\ % Second Author's postal address Other University\\ Country\\ City\\ Address} % AMS 2000 Mathematics Subject Classification \classification{ABC123} % Keywords of the article \keywords{Homology, Homotopy} % Abstract comes before maketitle \begin{abstract} % Abstract text \end{abstract} \received{Day Month Year} % receive date (for example: 11 October 1999) \revised{Day Month Year} % receive date \published{Day Month Year} % publish date \submitted{Name of Editor} % Name of Journal's Editor, who submitted Article \volumeyear{2000} % Volume Year \volumenumber{1} % Volume Number \issuenumber{2} % Issue Number \startpage{1} % PageNumber of first page \maketitle % Text of Document. \end{document}
Class OptionsThe format is always single column 10pt, for a fixed page size. This option redefines the \le and \leq commands to use the form that amssymb calls \leqslant. The original form is still available as \oldleq. (Similar changes for greater than or equals.)
Front MatterStandard article class uses one command, \author to specify all authors and all addresses. This makes specifying multiple authors inconvenient and so this class, in common with most other journal class files, abandons this in favour of having each author specified in separate \author commands.
LaTeX versionsThis class file should work with any release of the LaTeX version 2e. This class file will not work with the previous version of LaTeX, (LaTeX 2.09). LaTeX 2.09 is not supported and should no longer be used. If you can not upgrade your LaTeX installation, prepare your manuscript using the basic article style. The document will then be converted to standard LaTeX before being processed by the journal.
[About | Editors | Editors' Interests | For Editors | For Authors | Subscriptions | Mirrors | Related] |