summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/siggraph/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/siggraph/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/siggraph/README')
-rw-r--r--macros/latex/contrib/siggraph/README78
1 files changed, 78 insertions, 0 deletions
diff --git a/macros/latex/contrib/siggraph/README b/macros/latex/contrib/siggraph/README
new file mode 100644
index 0000000000..4f0b572ee3
--- /dev/null
+++ b/macros/latex/contrib/siggraph/README
@@ -0,0 +1,78 @@
+SIGGRAPH class, version 1.1.1, January 17, 1996
+Written by Daniel Kartch
+ Program of Computer Graphics
+ Cornell University
+ dan@graphics.cornell.edu
+
+The latest version of these files can be found at
+ http://www.graphics.cornell.edu/~dan/texstuff/siggraph/
+
+This distribution provides a document class for formatting papers
+according to the specifications for submission to the annual
+ACM Siggraph conference. It contains three files:
+
+README - this file
+siggraph.dtx - documented source code
+siggraph.ins - installation driver
+
+To install it, type
+ latex siggraph.ins
+Then place the resulting siggraph.cls file somewhere where TeX can find it.
+
+To generate the user's guide, type
+ latex siggraph.dtx
+ makeindex -s gglo.ist -o siggraph.gls siggraph.glo
+ (If you don't have the makeindex program, you may skip this step.
+ The user's guide will be produced without the Change History.)
+ latex siggraph.dtx
+
+This package is distributed in the hope that it will be useful,
+and to promote compatibility of documents created at different sites,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+Please see the siggraph.dtx file for copyright and distribution information.
+
+=============================================================================
+
+CHANGE HISTORY:
+
+v1.1.1 Changed copyright space to 1.5 inches.
+
+v1.1.0 Added \keywords and \estpages commands.
+ Disabled \passport command.
+ Changed \acmcategory/\acmformat commands to \category/\format.
+
+v1.0.0 Added preprint option.
+ Changed \acmpassport command to \passport.
+
+v0.9.0 Added \teaser command to allow pictures placed between the
+ title block and the start of the text.
+ Added \titlespace and \teaserspace to control spacing
+ between title block, teaser, and text.
+
+v0.8.3 Added \sectionfont command.
+ Added singlespace and doublespace options
+ Lots of internal changes in implementation
+
+v0.8.1 Made copyright space 1 inch
+
+v0.8.0 I really hated having to use the \acmopening command to
+ instead of \maketitle and the abstract environment in order
+ to get the abstract to appear on both the cover page and
+ in the paper. I finally figured out how to modify the
+ abstract environment to store its contents for use on
+ the cover page, so the \acmopening command has now
+ been eliminated.
+
+v0.7.0 Added `widereview' option for one-column, double-spaced,
+ 12-point review papers
+
+v0.6.3 Fixed one-column mode
+ Put page numbers back in for review papers
+
+v0.6.2 Fixed missing affiliation in title block
+
+v0.6.1 Made titles bold
+ Minor corrections in user's guide
+
+