Add revision history
This commit is contained in:
parent
b742cdae36
commit
7ab3a6e048
6 changed files with 14 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -5,4 +5,6 @@
|
|||
*.out
|
||||
*.pdf
|
||||
*.synctex.gz
|
||||
*.toc
|
||||
*.toc
|
||||
*.ver
|
||||
*.hst
|
|
@ -2,4 +2,5 @@
|
|||
\input{base/packages}
|
||||
\input{base/commands}
|
||||
\input{base/hyphenation}
|
||||
\input{base/acronyms}
|
||||
\input{base/acronyms}
|
||||
\input{base/revisions}
|
|
@ -10,6 +10,7 @@
|
|||
\usepackage{attachfile}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage{todonotes}
|
||||
\usepackage{vhistory}
|
||||
|
||||
\hypersetup{
|
||||
colorlinks=true,
|
||||
|
|
3
base/revisions.tex
Normal file
3
base/revisions.tex
Normal file
|
@ -0,0 +1,3 @@
|
|||
\newcommand{\docrevisions}{
|
||||
\vhEntry{1.0}{01.01.2001}{Author}{Initial version}
|
||||
}
|
2
main.tex
2
main.tex
|
@ -8,6 +8,8 @@
|
|||
|
||||
\input{sections/Disclaimer}
|
||||
|
||||
\input{sections/Revisions}
|
||||
|
||||
\break
|
||||
\tableofcontents
|
||||
\break
|
||||
|
|
3
sections/Revisions.tex
Normal file
3
sections/Revisions.tex
Normal file
|
@ -0,0 +1,3 @@
|
|||
\begin{versionhistory}
|
||||
\docrevisions
|
||||
\end{versionhistory}
|
Loading…
Reference in a new issue