Korrekturen Kapitel 6 bis 11
This commit is contained in:
parent
75d44bfb49
commit
d4f6b949ca
@ -1,7 +1,7 @@
|
||||
@slide(layout=chapter-slide)
|
||||
|
||||
@title
|
||||
Emphases
|
||||
Text Markup
|
||||
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
@ -74,7 +74,7 @@ Font size
|
||||
|
||||
@content
|
||||
<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?
|
||||
|
||||
|
||||
@ -38,7 +38,7 @@ Anpassungen beim Kompilieren
|
||||
|
||||
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)
|
||||
|
||||
|
||||
@ -38,7 +38,7 @@ Compiler settings
|
||||
|
||||
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)
|
||||
|
||||
|
||||
@ -79,7 +79,7 @@ Centred alignment
|
||||
``` {.lang-tex .hljs}
|
||||
\begin{figure}[<position>]
|
||||
\begin{center}
|
||||
\includegraphics{<dateipfad>}
|
||||
\includegraphics{<path-to-file>}
|
||||
\end{center}
|
||||
\end{figure}
|
||||
```
|
||||
@ -89,7 +89,7 @@ Alternatively:
|
||||
``` {.lang-tex .hljs}
|
||||
\begin{figure}[<position>]
|
||||
\centering
|
||||
\includegraphics{<dateipfad>}
|
||||
\includegraphics{<path-to-file>}
|
||||
\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.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user