Skip to content

Commit fbe12df

Browse files
committed
WIP: Update theoretical documentation
1 parent ca4f9e3 commit fbe12df

19 files changed

Lines changed: 3090 additions & 1401 deletions

docs/theory-manual/.gitignore

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Latex
22
/build
33
/_minted-document
4-
*.toc
5-
*.gz
6-
*.pdf
7-
*.out
8-
*.log
9-
*.aux
4+
/*.toc
5+
/*.gz
6+
/*.pdf
7+
/*.out
8+
/*.log
9+
/*.aux

docs/theory-manual/document.tex

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
\setcounter{MaxMatrixCols}{20} % https://tex.stackexchange.com/questions/436646/
3131

3232
% Parameters
33-
\newcommand{\version}{0.9.0}
33+
\newcommand{\version}{0.10.0}
3434
\newcommand{\website}{\href{http://www.virtualbow.org/}{\texttt{\textcolor{blue}{http://www.virtualbow.org/}}}}
35-
\newcommand{\copyrights}{Copyright (C) 2016-2023 Stefan Pfeifer}
35+
\newcommand{\copyrights}{Copyright (C) 2016-2026 Stefan Pfeifer}
3636

3737
\begin{document}
3838

@@ -41,10 +41,9 @@
4141
\tableofcontents
4242

4343
\input{latex/introduction.tex}
44-
\input{latex/bow-model.tex}
44+
\input{latex/bowmodel.tex}
4545
\input{latex/equations.tex}
4646
\input{latex/solution.tex}
47-
\input{latex/validation.tex}
4847

4948
\appendix
5049

7.67 KB
Binary file not shown.
Lines changed: 210 additions & 0 deletions
Loading
10.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)