summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/siggraph
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2006-11-06 01:06:06 +0000
committerNorbert Preining <preining@logic.at>2006-11-06 01:06:06 +0000
commit6ebd159ea2e62827f832b12137ec75a322e32ec0 (patch)
tree317793a8c1f76e8d6dcf3046420392fbd599f4ba /Master/texmf-dist/doc/latex/siggraph
parent3d2caaeddabf9f9bf2b309c6d3ba42e6b5dc71fa (diff)
Again loads of updates due to a long train ride
updates to: eskdx screenplay syntax (dvi->pdf) swebib substr (dvi->pdf) stdpage (one new test file) stdclsdv (dvi->pdf) ssqquote sseq sprite splitbib snapshot (pdf doc) smartref (new doc) smalltableof (new doc) siggraph sidecap shorttoc (new doc) sffms script (new doc) scientificpaper (new doc) scale savefnmark (new doc) sauterfonts (new doc) rtkinenc (new doc) added to tpm-ctan-check: tableaux syntax swebib svn supertabular substr subfloat subeqnarray subeqn stdpage stdclsdv stage stack ssqquote sseq srcltx sprite splitbib splines spie soul snapshot smartref smalltableof slideshow siggraph sidecap showlabels showdim shorttoc shadbox sffms seqsplit semaphor script scientificpaper scalebar scale savetrees savesym savefnmark sauterfonts rtkinenc most of them license checked in the TeX Catalogue git-svn-id: svn://tug.org/texlive/trunk@2392 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/siggraph')
-rw-r--r--Master/texmf-dist/doc/latex/siggraph/README78
-rw-r--r--Master/texmf-dist/doc/latex/siggraph/siggraph.dvibin16756 -> 0 bytes
2 files changed, 78 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/siggraph/README b/Master/texmf-dist/doc/latex/siggraph/README
new file mode 100644
index 00000000000..4f0b572ee32
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/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
+
+
diff --git a/Master/texmf-dist/doc/latex/siggraph/siggraph.dvi b/Master/texmf-dist/doc/latex/siggraph/siggraph.dvi
deleted file mode 100644
index 9603d8eb57f..00000000000
--- a/Master/texmf-dist/doc/latex/siggraph/siggraph.dvi
+++ /dev/null
Binary files differ