Korrekturen Kapitel 6 bis 11
This commit is contained in:
parent
75d44bfb49
commit
d4f6b949ca
@ -1,7 +1,7 @@
|
|||||||
@slide(layout=chapter-slide)
|
@slide(layout=chapter-slide)
|
||||||
|
|
||||||
@title
|
@title
|
||||||
Emphases
|
Text Markup
|
||||||
|
|
||||||
|
|
||||||
@slide(layout=content-and-preview)
|
@slide(layout=content-and-preview)
|
||||||
@ -74,7 +74,7 @@ Font size
|
|||||||
|
|
||||||
@content
|
@content
|
||||||
<div class="box warning">
|
<div class="box warning">
|
||||||
**A well-meant advice: Better Call ~~Saul~~ LaTeX!**
|
**Some well-meaning advice: Better Call ~~Saul~~ LaTeX!**
|
||||||
|
|
||||||
You want the entire document to look consistent?
|
You want the entire document to look consistent?
|
||||||
|
|
||||||
|
|||||||
@ -38,7 +38,7 @@ Anpassungen beim Kompilieren
|
|||||||
|
|
||||||
In TeXstudio muss diese unter **`Optionen → TeXstudio konfigurieren → Befehle`** bei PdfLaTeX vor `%.tex` ergänzt werden:
|
In TeXstudio muss diese unter **`Optionen → TeXstudio konfigurieren → Befehle`** bei PdfLaTeX vor `%.tex` ergänzt werden:
|
||||||
|
|
||||||
<code>pdflatex -syntex=1 -interaction=nonstopmode **\-\-shell-escape** %.tex</code>
|
<code>pdflatex -synctex=1 -interaction=nonstopmode **\-\-shell-escape** %.tex</code>
|
||||||
|
|
||||||
@slide(layout=content-and-preview)
|
@slide(layout=content-and-preview)
|
||||||
|
|
||||||
|
|||||||
@ -38,7 +38,7 @@ Compiler settings
|
|||||||
|
|
||||||
In TeXstudio, go to **`Options → Configure TeXstudio → Commands`** and add the flag in the PdfLaTeX row before `%.tex`:
|
In TeXstudio, go to **`Options → Configure TeXstudio → Commands`** and add the flag in the PdfLaTeX row before `%.tex`:
|
||||||
|
|
||||||
<code>pdflatex -syntex=1 -interaction=nonstopmode **\-\-shell-escape** %.tex</code>
|
<code>pdflatex -synctex=1 -interaction=nonstopmode **\-\-shell-escape** %.tex</code>
|
||||||
|
|
||||||
@slide(layout=content-and-preview)
|
@slide(layout=content-and-preview)
|
||||||
|
|
||||||
|
|||||||
@ -79,7 +79,7 @@ Centred alignment
|
|||||||
``` {.lang-tex .hljs}
|
``` {.lang-tex .hljs}
|
||||||
\begin{figure}[<position>]
|
\begin{figure}[<position>]
|
||||||
\begin{center}
|
\begin{center}
|
||||||
\includegraphics{<dateipfad>}
|
\includegraphics{<path-to-file>}
|
||||||
\end{center}
|
\end{center}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
```
|
```
|
||||||
@ -89,7 +89,7 @@ Alternatively:
|
|||||||
``` {.lang-tex .hljs}
|
``` {.lang-tex .hljs}
|
||||||
\begin{figure}[<position>]
|
\begin{figure}[<position>]
|
||||||
\centering
|
\centering
|
||||||
\includegraphics{<dateipfad>}
|
\includegraphics{<path-to-file>}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -104,5 +104,5 @@ Inserting graphics
|
|||||||
|
|
||||||
@content
|
@content
|
||||||
* Include the file `bilder.tex`.
|
* 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.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user