From 8140e4970c9a8d967a9e4be78daa467c0b7f2a9e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 6 Nov 2010 23:21:53 +0000 Subject: confproc non-update (6nov10) git-svn-id: svn://tug.org/texlive/trunk@20346 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/confproc/README | 4 +- .../doc/latex/confproc/example/expapersswitch.tex | 60 ---------------------- .../doc/latex/confproc/example/papers/expages.tex | 44 ---------------- 3 files changed, 2 insertions(+), 106 deletions(-) delete mode 100644 Master/texmf-dist/doc/latex/confproc/example/expapersswitch.tex delete mode 100644 Master/texmf-dist/doc/latex/confproc/example/papers/expages.tex (limited to 'Master/texmf-dist/doc/latex') diff --git a/Master/texmf-dist/doc/latex/confproc/README b/Master/texmf-dist/doc/latex/confproc/README index 126f50dcee6..980eec3a12a 100644 --- a/Master/texmf-dist/doc/latex/confproc/README +++ b/Master/texmf-dist/doc/latex/confproc/README @@ -1,9 +1,9 @@ The confproc package - ($Date: 2010/07/24 00:00:01 $) + ($Date: 2010/11/06 00:00:01 $) Copyright (C) 2010 by Vincent Verfaille - <[lastname].[packagename]@gmail.com> + <[packagename].[lastname]@gmail.com> Purpose: Confproc is a LaTeX2e package providing a new document-class together diff --git a/Master/texmf-dist/doc/latex/confproc/example/expapersswitch.tex b/Master/texmf-dist/doc/latex/confproc/example/expapersswitch.tex deleted file mode 100644 index 8a6d6687321..00000000000 --- a/Master/texmf-dist/doc/latex/confproc/example/expapersswitch.tex +++ /dev/null @@ -1,60 +0,0 @@ -\newcommand{\paperid}[2]{ - -\renewcommand{\paperswitch}{#1} - -%======= PAPER ID = 45 ======= -\ifnum\paperswitch=45 - \procpaper[xshift=\LaTeXxShift{}, yshift=\LaTeXyShift{}, npages=6, switch=\paperswitch,% - title={Templates for One Author},% paper title - author={Alfred Alabama},% list of authors - index={\index{Alabama, Alfred}},% authors index entries - cite={Serra:1996:sms,Moorer:2000:AES:audio:millenium,Arfib:1998:DAFx,Mitra:Kaiser:1993:DSP:handbook},% cited bib items - bookmark={\pdfbookmark[2]{Alfred Alabama}{#2.Alfred Alabama}}% for PDF bookmark structure - ]{#2} -\fi - -%======= PAPER ID = 21 ======= -\ifnum\paperswitch=21 - \procpaper[xshift=\LaTeXxShift{}, yshift=\LaTeXyShift{}, npages=5, switch=\paperswitch,% - title={Templates for One Author with Two Affiliations},% paper title - author={Bob Boogie-Woogie},% list of authors - index={\index{Boogie-Woogie, Bob}},% authors index entries - cite={Serra:1996:sms,Moorer:2000:AES:audio:millenium,Arfib:1998:DAFx,Haykin:1991:adaptive:filter},% cited bib items - bookmark={\pdfbookmark[2]{Bob Boogie-Woogie}{#2.Bob Boogie-Woogie}}% for PDF bookmark structure - ]{#2} -\fi - -%======= PAPER ID = 33 ======= -\ifnum\paperswitch=33 - \procpaper[xshift=\LaTeXxShift{}, yshift=\LaTeXyShift{}, npages=4, switch=\paperswitch,% - title={Templates for Two Authors},% paper title - author={Alfred Alabama, Chris Christmas},% list of authors - index={\index{Alabama, Alfred}\index{Christmas, Chris}},% authors index entries - cite={Serra:1996:sms,Moorer:2000:AES:audio:millenium,Arfib:1998:DAFx,Askenfelt:1976:automatic:transcription},% cited bib items - bookmark={\pdfbookmark[2]{Alfred Alabama}{#2.Alfred Alabama}\pdfbookmark[2]{Chris Christmas}{#2.Chris Christmas}}% for PDF bookmark structure - ]{#2} -\fi - -%======= PAPER ID = 75 ======= -\ifnum\paperswitch=75 - \procpaper[xshift=\LaTeXxShift{}, yshift=\LaTeXyShift{}, npages=6, switch=\paperswitch,% - title={Templates for Three Authors},% paper title - author={Bob Boogie-Woogie, Chris Christmas, Don Didon},% list of authors - index={\index{Boogie-Woogie, Bob}\index{Christmas, Chris}\index{Didon, Don}},% authors index entries - cite={Serra:1996:sms,Moorer:2000:AES:audio:millenium,Arfib:1998:DAFx,Egozy:1995:MIT:features:gesture},% cited bib items - bookmark={\pdfbookmark[2]{Bob Boogie-Woogie}{#2.Bob Boogie-Woogie}\pdfbookmark[2]{Chris Christmas}{#2.Chris Christmas}\pdfbookmark[2]{Don Didon}{#2.Don Didon}}% for PDF bookmark structure - ]{#2} -\fi - -%======= PAPER ID = 27 ======= -\ifnum\paperswitch=27 - \procpaper[xshift=\LaTeXxShift{}, yshift=\LaTeXyShift{}, npages=7, switch=\paperswitch,% - title={Templates fór Fòür Àuthors},% paper title - author={John Jöe, Kéñt Kîng, Lòu Lóu, Mànfréd J. Môstu{e}ki},% list of authors - index={\index{Jöe, John}\index{Kîng, Kéñt}\index{Lóu, Lòu}\index{Môstu{e}ki, Mànfréd J.}},% authors index entries - cite={Serra:1996:sms,Moorer:2000:AES:audio:millenium,Dutilleux:1991,Fitz:Haken:2003:Web:morphing:loris},% cited bib items - bookmark={\pdfbookmark[2]{John Jöe}{#2.John Jöe}\pdfbookmark[2]{Kéñt Kîng}{#2.Kéñt Kîng}\pdfbookmark[2]{Lòu Lóu}{#2.Lòu Lóu}\pdfbookmark[2]{Mànfréd J. Môstu{e}ki}{#2.Mànfréd J. Môstu{e}ki}}% for PDF bookmark structure - ]{#2} -\fi - -} diff --git a/Master/texmf-dist/doc/latex/confproc/example/papers/expages.tex b/Master/texmf-dist/doc/latex/confproc/example/papers/expages.tex deleted file mode 100644 index 901c0e266c6..00000000000 --- a/Master/texmf-dist/doc/latex/confproc/example/papers/expages.tex +++ /dev/null @@ -1,44 +0,0 @@ -%% -%% This is file `expages.tex', -%% generated with the docstrip utility. -%% -%% The original source files were: -%% -%% confproc.dtx (with options: `expages') -%% -%% This is `expages.tex', an example file for the confproc package. -%% Copyright (C) 2009 by Vincent Verfaille <[lastname].[packagename]@gmail.com> -%% -%% This file is part of the confproc package. -%% ------------------------------------------- -%% -%% It 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 file may not be distributed without the original source file -%% `confproc.dtx'. -%% -%% The list of all files belonging to the confproc package is given in -%% the file `readme.txt'. -%% -%% For more details, LaTeX the source `confproc.dtx'. -%% - -\newcommand{\setpagenumber}[1]{ - \newcommand{\paperswitch}{#1} - \ifnum\paperswitch=01 {\setcounter{page}{1}}\fi - \ifnum\paperswitch=02 {\setcounter{page}{7}}\fi - \ifnum\paperswitch=03 {\setcounter{page}{13}}\fi - \ifnum\paperswitch=04 {\setcounter{page}{17}}\fi - \ifnum\paperswitch=05 {\setcounter{page}{23}}\fi -} - -\endinput -%% -%% End of file `expages.tex'. -- cgit v1.2.3