1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
|
The confproc package
($Date: 2007/10/17 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 building conference proceedings, mainly based on the
'hyperref' and 'pdfpages' packages.
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.txt 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.
|