summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/acmconf/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/acmconf/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/acmconf/README')
-rw-r--r--macros/latex/contrib/acmconf/README67
1 files changed, 67 insertions, 0 deletions
diff --git a/macros/latex/contrib/acmconf/README b/macros/latex/contrib/acmconf/README
new file mode 100644
index 0000000000..8e5e4f9dae
--- /dev/null
+++ b/macros/latex/contrib/acmconf/README
@@ -0,0 +1,67 @@
+
+ This directory contains the LaTeX2e class `acmconf'.
+ Version: 1.3; May 18, 2000
+
+This class is used to typeset articles to be published in the proceedings
+of ACM (Association for Computing Machinery) conferences and workshops.
+
+The layout produced by the `acmconf' class is based on the description
+contained in www.acm.org/sigs/pubs/proceed/pubform.doc.
+
+Copyright (C) 1999, Dr. Juergen Vollmer
+ Viktoriastrasse 15, D-76133 Karlsruhe, Germany
+ Juergen.Vollmer@acm.org
+License:
+ This program can be redistributed and/or modified under the terms
+ of the LaTeX Project Public License Distributed from CTAN
+ archives in directory macros/latex/base/lppl.txt; either
+ version 1 of the License, or any later version.
+
+ If you find this software useful, please send me a postcard.
+
+To make the class "selfcontained", it contains also the `flushend'
+package, which balances columns on last page in twocolumn mode.
+This package is Copyright 1997 Sigitas Tolusis, VTeX Ltd.,
+Akademijos 4, Vilnius, Lithuania e-mail sigitas@vtex.lt.
+It is shipped together with his permission.
+
+This package consists of 5 files:
+ acmconf.ins
+ acmconf.dtx
+ README
+ THIS-IS-VERSION-x.y
+ Makefile
+
+To extract the `acmconf.cls' and the `flushend.sty' files as well as
+the example files:
+ unpack and call make (Unix)
+
+Or do it manually:
+ latex acmconf.ins
+ creates the following files:
+ acmconf.cls, flushend.sty
+ prepare.tex, submit.tex, accept.tex
+ publish.tex, print.tex, error.tex, body.eps
+ pubform.tex, pubform.bib
+
+ typeset user documentation
+ latex acmconf.dtx
+ If you want to see the documentation of the code, search in the
+ `acmconf.dtx' file the line containing `\OnlyDescription' and
+ remove the % in front of that command.
+
+ typeset examples
+ latex prepare.tex
+ latex submit.tex
+ latex accept.tex
+ latex publish.tex
+ latex print.tex
+ latex error.tex
+ latex pubform.tex; bibtex pubform; latex pubform.tex
+
+To install:
+ Edit the `Makefile' and `make install' or
+ move `acmconf.cls' and `flushend.sty' to a place where your
+ LaTeX system will find it.
+
+$Id: README,v 1.15 2000/05/18 17:14:51 vollmer Exp $