summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/confproc/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/confproc/README')
-rw-r--r--Master/texmf-dist/doc/latex/confproc/README125
1 files changed, 125 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/confproc/README b/Master/texmf-dist/doc/latex/confproc/README
new file mode 100644
index 00000000000..2f2b8c5a5d8
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/confproc/README
@@ -0,0 +1,125 @@
+ The confproc package
+
+ ($Date: 2007/09/28 00:00:01 $)
+
+ Copyright (C) 2007 by Vincent Verfaille
+ <vincent@music.mcgill.ca>
+
+Purpose:
+ This is a LaTeX2e package providing a new document-class
+ for conference proceedings. It derives form LaTeX scripts
+ written for the DAFx-06 conference proceedings.
+
+Files:
+ confproc.dtx Docstrip archive
+ --> To generate the doc, run this through LaTeX.
+
+Generated File:
+ confproc.ins Batch file, run through LaTeX.
+ --> Generated by running confproc.dtx through LaTeX.
+ confproc.drv Driver for documentation.
+ The file will be generated from confproc.ins
+ To generate customized documentation, edit this
+ file and run it through LaTeX.
+ confproc.cls LaTeX package.
+ --> Generated by running confproc.ins through LaTeX.
+ confproc.cfg Configuration file.
+ --> Generated by running confproc.ins through LaTeX.
+ confproc.dvi Package documentation.
+ --> Generated from confproc.drv.
+
+ example.tex Example file demonstrating how to use this package.
+ --> Generated by running confproc.ins through LaTeX.
+ expapersswitch.tex Example of paper switch, to simplify paper insertion.
+ --> Generated by running confproc.ins through LaTeX.
+ exclasspre.tex Class and options declaration for the 1st LaTeX runs.
+ --> Generated by running confproc.ins through LaTeX.
+ exclasslast.tex Class and options declaration for the last LaTeX run.
+ --> Generated by running confproc.ins through LaTeX.
+ exbiblio.bib Bibliography for the example.
+ --> Generated by running confproc.ins through LaTeX.
+
+ procswitchandtoc.pl Perl script used to generate the program (ie.
+ expaperswitch.tex) from the exprogram.csv file.
+ --> Generated by running confproc.ins through LaTeX.
+ exprogram.csv Example of comma-separated program of the conference.
+ --> Generated by running confproc.ins through LaTeX.
+
+ buildproc Unix script to build the example proceedings.
+ --> Generated by running confproc.ins through LaTeX.
+ buildpapers Unix script to re-build all the papers.
+ --> Generated by running confproc.ins through LaTeX.
+ buildcppdfpapers Unix script to copy all PDf papers in the right spot.
+ --> Generated by running confproc.ins through LaTeX.
+
+ README This file.
+ --> Generated by running confproc.dtx through LaTeX.
+
+Installation:
+
+ LaTeX confproc.dtx Creates docstrip installation file
+ confproc.ins and this file
+ (La)TeX confproc.ins Creates class file confproc.cls, example
+ files and scripts and documentation driver
+ confproc.drv
+
+ Docstrip options available:
+ package - to produce a (LaTeX2e) class file (.cls)
+ driver - to produce a driver file to print the documentation
+ example - to produce an example file, which demonstrates the
+ possibilities of the package
+
+ Move confproc.cls into a directory searched by LaTeX.
+ LaTeX confproc.dtx Creates the (LaTeX2e) documentation.
+
+ optionally:
+ Edit confproc.drv and customize the documentation to your wishes.
+ LaTeX confproc.drv Generates customized documentation.
+ Depending on your customization you will
+ have to run
+ makeindex confproc.idx -s gind.ist -o confproc.ind
+ and/or
+ makeindex confproc.glo -s gglo.ist -o confproc.gls
+ LaTeX example.tex Demonstrates the possibilities of this
+ package.
+
+Contact:
+ E-Mail: vincent@music.mcgill.ca
+ Address: Vincent Verfaille, Schulich School of Music,
+ McGill University, 555 Sherbrooke street west,
+ Montreal, Quebec, H3A 1E3, Canada
+
+Legal stuff:
+ readme.txt, the ReadMe file for the confproc package
+ Copyright (C) 2007 by Vincent Verfaille
+ <vincent@music.mcgill.ca>
+
+ This file is part of the confproc package.
+ -------------------------------------------
+
+ There is no warranty for the confproc package. I provide the
+ program `as is', without warranty of any kind, either expressed or
+ implied, including, but not limited to, the implied warranties of
+ merchantability and fitness for a particular purpose. The entire
+ risk as to the quality and performance of the program is with you.
+ Should the program prove defective, you assume the cost of all
+ necessary servicing, repair, or correction.
+
+ This program may be distributed and/or modified under the
+ conditions of the LaTeX Project Public License, either version 1.2
+ of this license or (at your option) any later version.
+
+ The latest version of this license is in
+ http://www.latex-project.org/lppl.txt
+ and version 1.2 or later is part of all distributions of LaTeX
+ version 1999/12/01 or later.
+
+ This is a generated file. It may not be distributed without the
+ original source file confproc.dtx.
+
+ This program consists of the confproc.dtx file.
+
+ Files generated by means of unpacking this program using the
+ docstrip program may be distributed at the distributor's
+ discretion. However if they are distributed then a copy of
+ this program must be distributed together with them.