mirror of
https://github.com/How-To-Build-a-Commons/HowToBuildACommonsWorkbooks.git
synced 2026-04-20 01:01:12 +00:00
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}
|
||||
\usepackage{enumitem,amssymb}
|
||||
\usepackage{lipsum} % for filler text
|
||||
\usepackage{fancyhdr}
|
||||
\pagestyle{fancy}
|
||||
|
||||
\newlist{todolist}{itemize}{2}
|
||||
\setlist[todolist]{label=$\square$}
|
||||
\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}
|
||||
|
||||
{\huge \textbf{Zen Robotics Pentatholon}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue