Well this can be a silly question, but now I begin to give copies of my thesis for review, I would like to add a counter versions of the document. Then I have curious if there are any package or some example code that allows to add that to my thesis.
I know I could manually add a line on a page and put any version x, but will there way to automate it? I already checked the version and versions packages in the CTAN, but it is not what I want.
I think this question does not require an MWE, if ever serve say that I'm using the scrbook class. Otherwise I upload a MWE later.
Update
Well this could be a MWE:
\documentclass[fontsize=10pt,paper=letter,headings=big,bibliography=totoc,DIV=8,headsepline=true]{scrbook}
\usepackage[usenames,dvipsnames,x11names,table]{xcolor}
\usepackage[single=false,macros=false,xspace=false]{acro}
\usepackage[polutonikogreek,spanish,mexico]{babel}
\usepackage[intlimits]{amsmath}
\usepackage{amsthm,amssymb,empheq,bm}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[spanish=mexican]{csquotes}
%\usepackage{scrlayer-scrpage} %[markcase=ignoreuppercase]
\usepackage{scrpage2}
\pagestyle{scrheadings}
\setcounter{tocdepth}{4}
\setcounter{secnumdepth}{4}
\usepackage{setspace}
%\singlespacing
\onehalfspacing
%\doublespacing
\usepackage{graphicx,subfig,etex,tikz,pgfplots,afterpage}
\graphicspath{{./imagen/}}
\usepackage{snotez}
\raggedbottom
\clubpenalty=10000
\widowpenalty=1000
\KOMAoption{parskip}{half*}
\setparsizes{1em}{0.25\baselineskip plus .25\baselineskip}{1em plus 1fil}
\renewcommand*{\dictumwidth}{0.4\textwidth}
\setkomafont{dictumauthor}{\upshape}
\begin{document}
\frontmatter
\extratitle{{\large Thesis title}\\ thesis subtitle}
\titlehead{{\LARGE My University}
\medskip
{\Large My Faculty}\\
\rule{\linewidth}{1pt}\\
{\large Engineering}}
\subject{Thesis}
\title{Thesis title}
\subtitle{Tehsis subtitle}
\author{Aradnix Veckhom\thanks{IIMAS} \\{\normalsize Account number: 09804642-5}}
\date{Universitary City \today}
\publishers{Advisor:\\ \begin{normalsize} Dr. Evil\footnotemark[1]\footnote{De facto}\\
Dr. Mono\footnotemark[1]\footnote{De jure}
\end{normalsize}}
\lowertitleback{La composición tipográfica se llevó a cabo con la ayuda de {\KOMAScript} empleando el sistema \LaTeXe{} de Leslie Lamport con los paquetes \AmS{}; basado a su vez en \TeX{} versión 3.141592 de Donald Knuth; con las familias Mathpazo (Extensión de Palatino diseñada por Hermann Zapf), y Textcomp, en cuerpos de 8/14, 10/14, 11/14, 16/19, 21/25 y 26/31 puntos de pica tradicional.}
\uppertitleback{\copyright{} 2014 Araden\u{a}torix Veckh\^{o}m Vacel\ae{}vus \\ Diseño y composición: \emph{Listopad}\\
Versión $\beta 1.0$ }
\maketitle
\end{document}
As you could see I add a line with a version name manually. I simply want to know if it could be automated in someway without need a VCS. That's all.
gitinfo2– Sean Allred Mar 23 '15 at 21:09\fancyfoot[C]{\today}worked for me... – JJoao Mar 23 '15 at 22:04svn-multi. – cfr Mar 24 '15 at 01:19fancyhdr. I could find an equivalent for the trick you suggest. – Aradnix Mar 24 '15 at 06:11\today) to the footer will be completely sufficient to keep track of the version. – Johannes_B Jun 04 '15 at 21:54