Added version number and changelog
This commit is contained in:
parent
1e42393d60
commit
1ba4555a0d
@ -144,6 +144,8 @@
|
|||||||
{\fontsize{36}{40}\selectfont A Git Primer}\\
|
{\fontsize{36}{40}\selectfont A Git Primer}\\
|
||||||
\vspace{10mm}
|
\vspace{10mm}
|
||||||
{\fontsize{12}{16}\selectfont Typeset in \LaTeX{}}
|
{\fontsize{12}{16}\selectfont Typeset in \LaTeX{}}
|
||||||
|
\vspace{10mm}
|
||||||
|
{\fontsize{12}{16}\selectfont v. 0.1.0}
|
||||||
}
|
}
|
||||||
\date{\begin{small}\today{}\end{small}}
|
\date{\begin{small}\today{}\end{small}}
|
||||||
|
|
||||||
@ -420,7 +422,26 @@ Command & Purpose {\& Example, if applicable} \\
|
|||||||
\end{longtblr}
|
\end{longtblr}
|
||||||
|
|
||||||
|
|
||||||
\printindex
|
\chapter*{Changelog}
|
||||||
|
|
||||||
|
\begin{longtblr}
|
||||||
|
[
|
||||||
|
caption = {},
|
||||||
|
label = {tb:},
|
||||||
|
% theme = {custom1}
|
||||||
|
]{
|
||||||
|
width = {\textwidth},
|
||||||
|
colspec = { X[1,l] X[2,l] X[7,l] },
|
||||||
|
hlines = {0.5pt,solid},
|
||||||
|
vline{1,4} = {0.5pt,solid},
|
||||||
|
rows = {5mm, m, rowsep=1.5pt},
|
||||||
|
rowhead = 1,
|
||||||
|
cells = {font=\fontsize{9pt}{12pt}\selectfont},
|
||||||
|
row{1} = {font=\bfseries},
|
||||||
|
}
|
||||||
|
Version & Release Date & Details \\
|
||||||
|
0.1.0 & \today{} & Working version \\
|
||||||
|
\end{longtblr}
|
||||||
|
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
Loading…
Reference in New Issue
Block a user