add version number to every page
This commit is contained in:
parent
6c2fe8fe6b
commit
0dd57255ca
1 changed files with 9 additions and 0 deletions
|
|
@ -1,8 +1,17 @@
|
||||||
\documentclass{article}
|
\documentclass{article}
|
||||||
\usepackage{enumitem,amssymb}
|
\usepackage{enumitem,amssymb}
|
||||||
|
\usepackage{lipsum} % for filler text
|
||||||
|
\usepackage{fancyhdr}
|
||||||
|
\pagestyle{fancy}
|
||||||
|
|
||||||
\newlist{todolist}{itemize}{2}
|
\newlist{todolist}{itemize}{2}
|
||||||
\setlist[todolist]{label=$\square$}
|
\setlist[todolist]{label=$\square$}
|
||||||
\usepackage{easylist}
|
\usepackage{easylist}
|
||||||
|
\fancyfoot{} % clear all footer fields
|
||||||
|
\fancyfoot[LE,RO]{\thepage} % page number in "outer" position of footer line
|
||||||
|
\fancyfoot[RE,LO]{Version VERSIONNUMBER} % other info in "inner" position of footer line
|
||||||
|
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
{\huge \textbf{Zen Robotics Pentatholon}}
|
{\huge \textbf{Zen Robotics Pentatholon}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue