diff options
author | 2023-12-02 12:02:04 +0100 | |
---|---|---|
committer | 2023-12-02 12:02:04 +0100 | |
commit | 61aa2138e80df7b12d132c7bc99f42d8c45a355f (patch) | |
tree | 5362be0036bb087ff44def821aa451276079f546 /main.tex | |
download | docker-doc-61aa2138e80df7b12d132c7bc99f42d8c45a355f.tar.gz docker-doc-61aa2138e80df7b12d132c7bc99f42d8c45a355f.zip |
Initial commitv0.0.0-alpha.1
Diffstat (limited to 'main.tex')
-rw-r--r-- | main.tex | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main.tex b/main.tex new file mode 100644 index 0000000..96b41db --- /dev/null +++ b/main.tex @@ -0,0 +1,11 @@ +\documentclass{article} + +\input{version} + +\title{Docker Notes\thanks{Revision no. \versionnumber}} +\author{Alessandro Iezzi} +\date{\versiondate} + +\begin{document} +\maketitle +\end{document} |