Mention listings package

This commit is contained in:
Knoch 2022-10-28 16:22:58 +02:00
parent ab4fdf65c5
commit d8fb0d3d59
2 changed files with 3 additions and 3 deletions

View File

@ -10,10 +10,10 @@ Quelltext-Listings
@slide(layout=content-and-preview) @slide(layout=content-and-preview)
@title @title
Code im LaTeX-Quelltext Direkt im LaTeX-Quelltext
@content @content
In einer eigenen Umgebung: Das Paket `listings` bietet zum Einfügen von Code eine eigene Umgebung:
``` {.lang-tex .hljs} ``` {.lang-tex .hljs}
\section*{Haskell-Magie} \section*{Haskell-Magie}

View File

@ -13,7 +13,7 @@ Source code listings
In-situ listings In-situ listings
@content @content
Within a dedicated environment: The `listings` package provides a dedicated environment:
``` {.lang-tex .hljs} ``` {.lang-tex .hljs}
\section*{Haskell Magic} \section*{Haskell Magic}