diff --git a/slides/chapter-06.en.md b/slides/chapter-06.en.md index 8dd7ff6..1c8e860 100644 --- a/slides/chapter-06.en.md +++ b/slides/chapter-06.en.md @@ -1,7 +1,7 @@ @slide(layout=chapter-slide) @title -Emphases +Text Markup @slide(layout=content-and-preview) @@ -74,7 +74,7 @@ Font size @content
-**A well-meant advice: Better Call ~~Saul~~ LaTeX!** +**Some well-meaning advice: Better Call ~~Saul~~ LaTeX!** You want the entire document to look consistent? diff --git a/slides/chapter-10.de.md b/slides/chapter-10.de.md index 0634624..2a0e14e 100644 --- a/slides/chapter-10.de.md +++ b/slides/chapter-10.de.md @@ -38,7 +38,7 @@ Anpassungen beim Kompilieren In TeXstudio muss diese unter **`Optionen → TeXstudio konfigurieren → Befehle`** bei PdfLaTeX vor `%.tex` ergänzt werden: -pdflatex -syntex=1 -interaction=nonstopmode **\-\-shell-escape** %.tex +pdflatex -synctex=1 -interaction=nonstopmode **\-\-shell-escape** %.tex @slide(layout=content-and-preview) diff --git a/slides/chapter-10.en.md b/slides/chapter-10.en.md index 09d239b..0e0a3d1 100644 --- a/slides/chapter-10.en.md +++ b/slides/chapter-10.en.md @@ -38,7 +38,7 @@ Compiler settings In TeXstudio, go to **`Options → Configure TeXstudio → Commands`** and add the flag in the PdfLaTeX row before `%.tex`: -pdflatex -syntex=1 -interaction=nonstopmode **\-\-shell-escape** %.tex +pdflatex -synctex=1 -interaction=nonstopmode **\-\-shell-escape** %.tex @slide(layout=content-and-preview) diff --git a/slides/chapter-11.en.md b/slides/chapter-11.en.md index d9246f9..50c4b6c 100644 --- a/slides/chapter-11.en.md +++ b/slides/chapter-11.en.md @@ -79,7 +79,7 @@ Centred alignment ``` {.lang-tex .hljs} \begin{figure}[] \begin{center} - \includegraphics{} + \includegraphics{} \end{center} \end{figure} ``` @@ -89,7 +89,7 @@ Alternatively: ``` {.lang-tex .hljs} \begin{figure}[] \centering - \includegraphics{} + \includegraphics{} \end{figure} ``` @@ -104,5 +104,5 @@ Inserting graphics @content * Include the file `bilder.tex`. -* Section 5 contains a small **image.** Use this image and embed it once more in a larger size (width: `\textwidth`) at the end of the section. +* Section 5 contains a small **image.** Use this image and embed it once more increased to a larger size (width: `\textwidth`) at the end of the section.