summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/confproc/example/papers/pages.tex
blob: ca5f1636b807d8e54598f79bb9761267116e6f83 (plain)
1
2
3
4
5
6
7
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
}