We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24fdba3 commit 0b30e58Copy full SHA for 0b30e58
VERSION
stat-cookbook.tex
@@ -29,8 +29,15 @@
29
\usepackage{url}
30
\usepackage{xspace}
31
32
-% Define document version.
33
-\newcommand{\version}{\input{VERSION}}
+% Document version, MAJOR.MINOR.PATCH. Please change with any modification
+% according to semantic versioning practices:
34
+% - The major version changes when adding a new section or topic, or making a
35
+% substantial content change.
36
+% - The minor version changes for non-trivial fixes, corrections, or
37
+% improvements.
38
+% - The patch version changes for trivial fixes, such as typos in text or
39
+% formulas.
40
+\newcommand{\version}{0.2}
41
42
% Probability and Statistics LaTeX shortcuts.
43
\input{probstat}
0 commit comments