diff options
author | Norbert Preining <preining@logic.at> | 2007-11-16 10:44:38 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2007-11-16 10:44:38 +0000 |
commit | 9cb91a45f0263cb69174b80b0a26258ef06a360a (patch) | |
tree | 3882485d2ace1033be5b7b9f73e7ec3cc4a9fa21 /Master/texmf-dist/doc/latex/pracjourn/README | |
parent | d63db66c42ec0eacc205e6e108b265f2d968e6c4 (diff) |
update pracjourn v0.4n from ctan
git-svn-id: svn://tug.org/texlive/trunk@5442 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pracjourn/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/pracjourn/README | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pracjourn/README b/Master/texmf-dist/doc/latex/pracjourn/README new file mode 100644 index 00000000000..48d4957f5f0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/pracjourn/README @@ -0,0 +1,40 @@ +___________________ +The PRACJOURN class + +This class file is used for typesetting articles in the PracTeX Journal +(<http://tug.org/pracjourn>). It is based on the article class with +modifications to allow for more flexible front-matter and revision control, +among other small changes. + +It uses Palatino (12/15.5 pt) for the main text font, and Latin Modern Sans +and Typewriter for the companion fonts. It is not essential to have +the Latin Modern fonts installed, since the class file will fall back to +the older Computer Modern-based versions if necessary. + +_____ +USAGE + +No class options are necessary. \title, \author, and \abstract metadata is +required. Please see pracjourn.pdf for the full documentation. + +\documentclass{pracjourn} +\title{...} +\author{...} +\abstract{...} +\begin{document} +\maketitle +... +\end{document} + +_______ +LICENCE + +This class is distributed under the GNU General Public License. +Please see the documented source file pracjourn.dtx for further +information. + +Will Robertson +Art Ogawa +Karl Berry + +Copyright (C) 2005, 2006, 2007 TeX Users Group
\ No newline at end of file |