diff --git a/.gitignore b/.gitignore index 1481608..a3d5cd6 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,6 @@ *.out *.pdf *.synctex.gz -*.toc \ No newline at end of file +*.toc +*.ver +*.hst \ No newline at end of file diff --git a/base/main.tex b/base/main.tex index d427d5a..c173f22 100644 --- a/base/main.tex +++ b/base/main.tex @@ -2,4 +2,5 @@ \input{base/packages} \input{base/commands} \input{base/hyphenation} -\input{base/acronyms} \ No newline at end of file +\input{base/acronyms} +\input{base/revisions} \ No newline at end of file diff --git a/base/packages.tex b/base/packages.tex index d5c2781..3fd7102 100644 --- a/base/packages.tex +++ b/base/packages.tex @@ -10,6 +10,7 @@ \usepackage{attachfile} \usepackage[T1]{fontenc} \usepackage{todonotes} +\usepackage{vhistory} \hypersetup{ colorlinks=true, diff --git a/base/revisions.tex b/base/revisions.tex new file mode 100644 index 0000000..a4f8cd2 --- /dev/null +++ b/base/revisions.tex @@ -0,0 +1,3 @@ +\newcommand{\docrevisions}{ + \vhEntry{1.0}{01.01.2001}{Author}{Initial version} +} diff --git a/main.tex b/main.tex index b68bbe4..aff6f87 100644 --- a/main.tex +++ b/main.tex @@ -8,6 +8,8 @@ \input{sections/Disclaimer} +\input{sections/Revisions} + \break \tableofcontents \break diff --git a/sections/Revisions.tex b/sections/Revisions.tex new file mode 100644 index 0000000..3fda6ff --- /dev/null +++ b/sections/Revisions.tex @@ -0,0 +1,3 @@ +\begin{versionhistory} + \docrevisions +\end{versionhistory} \ No newline at end of file