summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/confproc/example/papers
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/confproc/example/papers')
-rw-r--r--Master/texmf-dist/doc/latex/confproc/example/papers/expages.tex4
-rw-r--r--Master/texmf-dist/doc/latex/confproc/example/papers/pages.tex8
2 files changed, 11 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/confproc/example/papers/expages.tex b/Master/texmf-dist/doc/latex/confproc/example/papers/expages.tex
index e095f93f20f..901c0e266c6 100644
--- a/Master/texmf-dist/doc/latex/confproc/example/papers/expages.tex
+++ b/Master/texmf-dist/doc/latex/confproc/example/papers/expages.tex
@@ -7,7 +7,7 @@
%% confproc.dtx (with options: `expages')
%%
%% This is `expages.tex', an example file for the confproc package.
-%% Copyright (C) 2007 by Vincent Verfaille <vincent@music.mcgill.ca>
+%% Copyright (C) 2009 by Vincent Verfaille <[lastname].[packagename]@gmail.com>
%%
%% This file is part of the confproc package.
%% -------------------------------------------
@@ -29,6 +29,7 @@
%%
%% For more details, LaTeX the source `confproc.dtx'.
%%
+
\newcommand{\setpagenumber}[1]{
\newcommand{\paperswitch}{#1}
\ifnum\paperswitch=01 {\setcounter{page}{1}}\fi
@@ -37,6 +38,7 @@
\ifnum\paperswitch=04 {\setcounter{page}{17}}\fi
\ifnum\paperswitch=05 {\setcounter{page}{23}}\fi
}
+
\endinput
%%
%% End of file `expages.tex'.
diff --git a/Master/texmf-dist/doc/latex/confproc/example/papers/pages.tex b/Master/texmf-dist/doc/latex/confproc/example/papers/pages.tex
new file mode 100644
index 00000000000..ca5f1636b80
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/confproc/example/papers/pages.tex
@@ -0,0 +1,8 @@
+\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
+} \ No newline at end of file