- Front matter
+
Front matter
+ Title page
\title{The World of Truffles}
\author{Fooboar Rüssel \and Fachschaft WIAI}
@@ -743,7 +743,7 @@ Place of birth: Milwaukee, Wisconsin
- The values for the entries are stored in the preamble.
-
-
\maketitle typesets the front matter within the document environment.
+\maketitle typesets the title page within the document environment.
- The exact appearance depends on the document class.
- Multiple authors can be joined with
\and.
- If no date is given, the current date will be used. A different date can be defined with
\date{}.
@@ -863,7 +863,7 @@ My favorite recipe
- Based on the document class, the layout of the generated pdf file changes.
- Normally speled classes adhere to American English layout norms.
-
-
src document classes usually adhere to European layout norms.
+scr document classes usually adhere to European layout norms.
Following document classes are available:
@@ -2325,7 +2325,7 @@ result
Gravitational acceleration
-\(9,81\,\frac{m}{s^2}\)
+\(9.81\,\frac{m}{s^2}\)
Formula to solve quadratic equations
@@ -2987,11 +2987,11 @@ wiki/Wild_boar}}
\begin{figure}[H]
\includegraphics % …
\caption{Our mascot Fooboar}
- \label{img:fooboar}
+ \label{fig:fooboar}
\end{figure}
-As you can see in figure
-\ref{img:fooboar}, …
+As you can see in Figure
+\ref{fig:fooboar}, …
@@ -3056,11 +3056,11 @@ As you can see in figure
\begin{figure}[H]
\includegraphics % …
\caption{Our mascot Fooboar}
- \label{img:fooboar}
+ \label{fig:fooboar}
\end{figure}
Fooboar is a young and highly engaged
-boar (see \Cref{img:fooboar}).
+boar (see \Cref{fig:fooboar}).
The \cref command automatically inserts suitable prefixes.
diff --git a/latex-weekend/onpoint/README.md b/latex-weekend/onpoint/README.md
index aa8c92a..b9e35b9 100755
--- a/latex-weekend/onpoint/README.md
+++ b/latex-weekend/onpoint/README.md
@@ -9,6 +9,8 @@ This program is meant to be used as a git submodule of your actual presentation
Make sure to have python3 and pandoc (the same version for all developers!) installed.
Next, we can install all requirements:
+ $ python3 -m venv venv
+ $ source venv/bin/activate
$ cd onpoint
$ pip3 install -r requirements.txt
diff --git a/latex-weekend/onpoint/requirements.txt b/latex-weekend/onpoint/requirements.txt
index c0165bc..2be8f35 100755
--- a/latex-weekend/onpoint/requirements.txt
+++ b/latex-weekend/onpoint/requirements.txt
@@ -1,3 +1,3 @@
-pypandoc==1.4
-lxml==4.8.0
-pyyaml==6.0
\ No newline at end of file
+pypandoc==1.13
+lxml==5.2.0
+pyyaml==6.0.1
\ No newline at end of file
diff --git a/latex-weekend/svg/chapter-13/ref-example-crop.svg b/latex-weekend/svg/chapter-13/ref-example-crop.svg
index 353f941..7d87d20 100644
--- a/latex-weekend/svg/chapter-13/ref-example-crop.svg
+++ b/latex-weekend/svg/chapter-13/ref-example-crop.svg
@@ -1,225 +1,218 @@
-
\title{The World of Truffles}
\author{Fooboar Rüssel \and Fachschaft WIAI}
@@ -743,7 +743,7 @@ Place of birth: Milwaukee, Wisconsin
- The values for the entries are stored in the preamble.
-
-
\maketitle typesets the front matter within the document environment.
+\maketitle typesets the title page within the document environment.
- The exact appearance depends on the document class.
- Multiple authors can be joined with
\and.
- If no date is given, the current date will be used. A different date can be defined with
\date{}.
@@ -863,7 +863,7 @@ My favorite recipe
- Based on the document class, the layout of the generated pdf file changes.
- Normally speled classes adhere to American English layout norms.
-
-
src document classes usually adhere to European layout norms.
+scr document classes usually adhere to European layout norms.
Following document classes are available:
@@ -2325,7 +2325,7 @@ result
Gravitational acceleration
-\(9,81\,\frac{m}{s^2}\)
+\(9.81\,\frac{m}{s^2}\)
Formula to solve quadratic equations
@@ -2987,11 +2987,11 @@ wiki/Wild_boar}}
\begin{figure}[H]
\includegraphics % …
\caption{Our mascot Fooboar}
- \label{img:fooboar}
+ \label{fig:fooboar}
\end{figure}
-As you can see in figure
-\ref{img:fooboar}, …
+As you can see in Figure
+\ref{fig:fooboar}, …
@@ -3056,11 +3056,11 @@ As you can see in figure
\begin{figure}[H]
\includegraphics % …
\caption{Our mascot Fooboar}
- \label{img:fooboar}
+ \label{fig:fooboar}
\end{figure}
Fooboar is a young and highly engaged
-boar (see \Cref{img:fooboar}).
+boar (see \Cref{fig:fooboar}).
The \cref command automatically inserts suitable prefixes.
diff --git a/latex-weekend/onpoint/README.md b/latex-weekend/onpoint/README.md
index aa8c92a..b9e35b9 100755
--- a/latex-weekend/onpoint/README.md
+++ b/latex-weekend/onpoint/README.md
@@ -9,6 +9,8 @@ This program is meant to be used as a git submodule of your actual presentation
Make sure to have python3 and pandoc (the same version for all developers!) installed.
Next, we can install all requirements:
+ $ python3 -m venv venv
+ $ source venv/bin/activate
$ cd onpoint
$ pip3 install -r requirements.txt
diff --git a/latex-weekend/onpoint/requirements.txt b/latex-weekend/onpoint/requirements.txt
index c0165bc..2be8f35 100755
--- a/latex-weekend/onpoint/requirements.txt
+++ b/latex-weekend/onpoint/requirements.txt
@@ -1,3 +1,3 @@
-pypandoc==1.4
-lxml==4.8.0
-pyyaml==6.0
\ No newline at end of file
+pypandoc==1.13
+lxml==5.2.0
+pyyaml==6.0.1
\ No newline at end of file
diff --git a/latex-weekend/svg/chapter-13/ref-example-crop.svg b/latex-weekend/svg/chapter-13/ref-example-crop.svg
index 353f941..7d87d20 100644
--- a/latex-weekend/svg/chapter-13/ref-example-crop.svg
+++ b/latex-weekend/svg/chapter-13/ref-example-crop.svg
@@ -1,225 +1,218 @@
-