diff options
author | Karl Berry <karl@freefriends.org> | 2021-06-21 15:55:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-06-21 15:55:32 +0000 |
commit | de942b01ea6aec423bd44e02f86ff333279eaaf4 (patch) | |
tree | fb953632c739cace068271646b0a35c915d29c30 /Master/texmf-dist/doc/latex/ieeeconf | |
parent | 6687a0df239c51946cb7d922c05cbce38b53578f (diff) |
IEEEconf -> ieeeconf
git-svn-id: svn://tug.org/texlive/trunk@59665 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/ieeeconf')
-rw-r--r-- | Master/texmf-dist/doc/latex/ieeeconf/IEEEconf.pdf | bin | 0 -> 211672 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/ieeeconf/README | 51 |
2 files changed, 51 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/ieeeconf/IEEEconf.pdf b/Master/texmf-dist/doc/latex/ieeeconf/IEEEconf.pdf Binary files differnew file mode 100644 index 00000000000..daa7995bd6d --- /dev/null +++ b/Master/texmf-dist/doc/latex/ieeeconf/IEEEconf.pdf diff --git a/Master/texmf-dist/doc/latex/ieeeconf/README b/Master/texmf-dist/doc/latex/ieeeconf/README new file mode 100644 index 00000000000..1d96c3765c9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/ieeeconf/README @@ -0,0 +1,51 @@ + +---------------------------------------+ + | THE IEEECONF CLASS | + | By Scott Pakin, scott+iecnf@pakin.org | + +---------------------------------------+ + +Description +=========== + +The IEEEconf class implements the formatting dictated by the IEEE +Computer Society Press for conference proceedings +(ftp://pubftp.computer.org/press/outgoing/proceedings/instruct8.5x11.pdf). +IEEEconf.cls replaces latex8.sty and is compatible with any BibTeX +style, not just latex8.bst. The goal was to produce a more faithful +implementation of the formatting rules and to do so with cleaner LaTeX +code than that provided by the latex8.* files. + + +Installation +============ + +Execute "latex IEEEconf.ins" to create IEEEconf.cls. Install +IEEEconf.cls at an appropriate place in your directory tree (e.g., in +/usr/local/share/texmf/tex/latex/IEEEconf/ or +C:\localtexmf\tex\latex\IEEEconf\) and update the filename database, +if necessary. See the UK TeX FAQ (http://www.tex.ac.uk/faq) for more +information on installing classes. + +IEEEconf comes with prebuilt PDF documentation formatted for +U.S. Letter paper. If you want to build the documentation from +scratch, the procedure is as follows: + + latex IEEEconf.dtx + makeindex -s gind.ist IEEEconf + makeindex -s gglo.ist IEEEconf.glo -o IEEEconf.gls + latex IEEEconf.dtx + + +License +======= + +Copyright (C) 2009 by Scott Pakin + +This file may be distributed and/or modified under the conditions of +the LaTeX Project Public License, either version 1.3c 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.3c or later is part of all distributions of LaTeX +version 2006/05/20 or later. |