Compare commits

...

3 Commits

Author SHA1 Message Date
Florian
74190882d6 Make first exercise an actual exercise 2025-05-01 21:20:33 +02:00
Florian
eab7175024 Merge branch '2025-summer-fixes' of git.stuve-bamberg.de:latex/latex-wochenende into 2025-summer-fixes 2025-05-01 21:11:48 +02:00
Florian
d1f982e684 Add laser pointer 2025-04-30 20:00:48 +02:00
6 changed files with 498 additions and 621 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -45,6 +45,10 @@ input {
body { body {
font-size: calc(0.035 * var(--square)); font-size: calc(0.035 * var(--square));
&.laser-pointer-active {
cursor: url("../onpoint/images/pointer.svg"), auto;
}
article { article {
position: relative; position: relative;
} }

@ -1 +1 @@
Subproject commit ac3c4fff4236888e81f86a90a7c84c314af2d70e Subproject commit 52aff02eb82b5dca5cfaaffa59f20ce8389628b3

View File

@ -136,9 +136,13 @@ zum Schreiben unseres Quelltextes mit allen Befehlen zur semantischen Gliederung
[TeXstudio](http://www.texstudio.org/) (Empfehlung), [VS Codium](https://vscodium.com) (für Fortgeschrittene, Anleitung auf [Github](https://github.com/fs-wiai/latex-script/blob/github/vs-code-instructions.md)) [TeXstudio](http://www.texstudio.org/) (Empfehlung), [VS Codium](https://vscodium.com) (für Fortgeschrittene, Anleitung auf [Github](https://github.com/fs-wiai/latex-script/blob/github/vs-code-instructions.md))
::: :::
@slide(layout=content-only) @slide(layout=task)
@task-number
1
@title @title
Kompilieren des Skriptes Erstmaliges Kompilieren des Skriptes
@content @content
* Ladet das Projektarchiv aus dem VC herunter. * Ladet das Projektarchiv aus dem VC herunter.

View File

@ -136,7 +136,11 @@ writing our source code including all the commands that structure the text seman
[TeXstudio](http://www.texstudio.org/) (recommended), [VS Codium](https://vscodium.com) (for advanced users, instructions on [Github](https://github.com/fs-wiai/latex-script/blob/github/vs-code-instructions.md)) [TeXstudio](http://www.texstudio.org/) (recommended), [VS Codium](https://vscodium.com) (for advanced users, instructions on [Github](https://github.com/fs-wiai/latex-script/blob/github/vs-code-instructions.md))
::: :::
@slide(layout=content-only) @slide(layout=task)
@task-number
1
@title @title
Compile the script for the first time Compile the script for the first time