Compare commits
3 Commits
aab3638036
...
d8222e2e8a
| Author | SHA1 | Date | |
|---|---|---|---|
| d8222e2e8a | |||
| 3c534cb32c | |||
| 576c579cf2 |
@ -73,7 +73,7 @@ Allgemeiner Aufbau eine Befehls:
|
|||||||
``` {.lang-tex .tex .hljs .fragment}
|
``` {.lang-tex .tex .hljs .fragment}
|
||||||
\newpage % fügt eine neue Seite ein
|
\newpage % fügt eine neue Seite ein
|
||||||
\textbf{fetter Text} % schreibt den übergebenen Text fett
|
\textbf{fetter Text} % schreibt den übergebenen Text fett
|
||||||
\documentclass[10pt,a5paper,landscape]{article} % setzt konfiguriert die Dokumentenklasse
|
\documentclass[10pt,a5paper,landscape]{article} % konfiguriert die Dokumentenklasse
|
||||||
\frac{1}{4} % fügt den mathematischen Bruch ein
|
\frac{1}{4} % fügt den mathematischen Bruch ein
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@ -67,7 +67,7 @@ Themen und Stile
|
|||||||
breaklines=true,
|
breaklines=true,
|
||||||
keywordstyle=\color{ForestGreen},
|
keywordstyle=\color{ForestGreen},
|
||||||
commentstyle=\color{DarkGray},
|
commentstyle=\color{DarkGray},
|
||||||
literate={ö}{{\"o}}
|
literate={ö}{{\"o}}1
|
||||||
]
|
]
|
||||||
% …
|
% …
|
||||||
\end{lstlisting}
|
\end{lstlisting}
|
||||||
@ -84,6 +84,7 @@ Weitere Materialien
|
|||||||
@content
|
@content
|
||||||
* [Einführung](https://www.overleaf.com/learn/latex/Code_listing#Reference_guide) in das Paket
|
* [Einführung](https://www.overleaf.com/learn/latex/Code_listing#Reference_guide) in das Paket
|
||||||
* offizielle [Dokumentation](https://www.overleaf.com/learn/latex/Code_listing#Reference_guide)
|
* offizielle [Dokumentation](https://www.overleaf.com/learn/latex/Code_listing#Reference_guide)
|
||||||
|
* vordefinierte [UTF-8-Konfiguration](https://en.wikibooks.org/wiki/LaTeX/Source_Code_Listings#Encoding_issue)
|
||||||
* das Paket [`xcolor`](https://www.overleaf.com/learn/latex/Using_colours_in_LaTeX) für Farben
|
* das Paket [`xcolor`](https://www.overleaf.com/learn/latex/Using_colours_in_LaTeX) für Farben
|
||||||
* zwei [Themes](https://github.com/jez/latex-solarized) im solarized-Stil für `listings`
|
* zwei [Themes](https://github.com/jez/latex-solarized) im solarized-Stil für `listings`
|
||||||
|
|
||||||
|
|||||||
@ -67,7 +67,7 @@ Themes and styles
|
|||||||
breaklines=true,
|
breaklines=true,
|
||||||
keywordstyle=\color{ForestGreen},
|
keywordstyle=\color{ForestGreen},
|
||||||
commentstyle=\color{DarkGray},
|
commentstyle=\color{DarkGray},
|
||||||
literate={ö}{{\"o}}
|
literate={ö}{{\"o}}1
|
||||||
]
|
]
|
||||||
% …
|
% …
|
||||||
\end{lstlisting}
|
\end{lstlisting}
|
||||||
@ -84,6 +84,7 @@ Further resources
|
|||||||
@content
|
@content
|
||||||
* [introduction](https://www.overleaf.com/learn/latex/Code_listing#Reference_guide) to the package
|
* [introduction](https://www.overleaf.com/learn/latex/Code_listing#Reference_guide) to the package
|
||||||
* official [documentation](https://www.overleaf.com/learn/latex/Code_listing#Reference_guide)
|
* official [documentation](https://www.overleaf.com/learn/latex/Code_listing#Reference_guide)
|
||||||
|
* predefined [UTF-8 configuration](https://en.wikibooks.org/wiki/LaTeX/Source_Code_Listings#Encoding_issue)
|
||||||
* [`xcolor` package](https://www.overleaf.com/learn/latex/Using_colours_in_LaTeX) for colors
|
* [`xcolor` package](https://www.overleaf.com/learn/latex/Using_colours_in_LaTeX) for colors
|
||||||
* two [solarized themes](https://github.com/jez/latex-solarized) for `listings`
|
* two [solarized themes](https://github.com/jez/latex-solarized) for `listings`
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user