Added page numbers
This commit is contained in:
parent
6087d36305
commit
e33fcb4136
@ -27,7 +27,10 @@
|
|||||||
|
|
||||||
\usepackage{forloop}
|
\usepackage{forloop}
|
||||||
\newcounter{ct} % Create a counter for our loop
|
\newcounter{ct} % Create a counter for our loop
|
||||||
\def\lfct{1} % Set this value to the number of pages you want
|
\newcounter{pgct} % Create a counter for our pages
|
||||||
|
\setcounter{pgct}{1}
|
||||||
|
|
||||||
|
\def\lfct{6} % Set this value to the number of pages you want
|
||||||
|
|
||||||
\def\kcolor{blue!15!white}
|
\def\kcolor{blue!15!white}
|
||||||
\def\kltblue{blue!15!white}
|
\def\kltblue{blue!15!white}
|
||||||
@ -42,6 +45,8 @@
|
|||||||
% Begin our loop
|
% Begin our loop
|
||||||
\forloop{ct}{0}{\value{ct}<\lfct{}}{
|
\forloop{ct}{0}{\value{ct}<\lfct{}}{
|
||||||
|
|
||||||
|
\thispagestyle{empty}
|
||||||
|
|
||||||
|
|
||||||
\begin{tcolorbox}[
|
\begin{tcolorbox}[
|
||||||
title=\hphantom{wwn}Information,
|
title=\hphantom{wwn}Information,
|
||||||
@ -69,7 +74,8 @@
|
|||||||
beforeafter skip=-1mm,
|
beforeafter skip=-1mm,
|
||||||
raster multicolumn=4,
|
raster multicolumn=4,
|
||||||
sharp corners=all,
|
sharp corners=all,
|
||||||
colupper=red!50
|
colupper=red!50,
|
||||||
|
boxrule=0.25mm
|
||||||
]
|
]
|
||||||
Name:
|
Name:
|
||||||
\end{tcolorbox}
|
\end{tcolorbox}
|
||||||
@ -79,7 +85,8 @@ Name:
|
|||||||
beforeafter skip=-1mm,
|
beforeafter skip=-1mm,
|
||||||
raster multicolumn=2,
|
raster multicolumn=2,
|
||||||
sharp corners=all,
|
sharp corners=all,
|
||||||
colupper=red!50
|
colupper=red!50,
|
||||||
|
boxrule=0.25mm
|
||||||
]
|
]
|
||||||
Class:
|
Class:
|
||||||
\end{tcolorbox}
|
\end{tcolorbox}
|
||||||
@ -91,7 +98,8 @@ Class:
|
|||||||
raster multicolumn=4,
|
raster multicolumn=4,
|
||||||
sharp corners=all,
|
sharp corners=all,
|
||||||
rounded corners=southwest,
|
rounded corners=southwest,
|
||||||
colupper=red!50
|
colupper=red!50,
|
||||||
|
boxrule=0.25mm
|
||||||
]
|
]
|
||||||
Topic:
|
Topic:
|
||||||
\end{tcolorbox}
|
\end{tcolorbox}
|
||||||
@ -103,9 +111,10 @@ Topic:
|
|||||||
raster multicolumn=2,
|
raster multicolumn=2,
|
||||||
sharp corners=all,
|
sharp corners=all,
|
||||||
rounded corners=southeast,
|
rounded corners=southeast,
|
||||||
colupper=red!50
|
colupper=red!50,
|
||||||
|
boxrule=0.25mm
|
||||||
]
|
]
|
||||||
Date:
|
Date:\hphantom{XXLXXLXXXXXXXXXXXX} {\Large \arabic{pgct}}
|
||||||
\end{tcolorbox}
|
\end{tcolorbox}
|
||||||
\end{tcbraster}
|
\end{tcbraster}
|
||||||
\end{tcolorbox}
|
\end{tcolorbox}
|
||||||
@ -161,6 +170,7 @@ Date:
|
|||||||
|
|
||||||
\end{tcolorbox}
|
\end{tcolorbox}
|
||||||
|
|
||||||
|
\stepcounter{pgct}
|
||||||
\newpage
|
\newpage
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user