update tasks on tables

This commit is contained in:
Fradtschuk 2021-04-26 23:36:48 +02:00
parent f143ec30b6
commit 0396591ec8
2 changed files with 12 additions and 11 deletions

View File

@ -216,13 +216,13 @@ Der [Tables Generator](https://tablesgenerator.com/) ist ein wunderbares Werkzeu
@slide(layout=task) @slide(layout=task)
@task-number @task-number
11 10
@title @title
Tabellen setzen Tabellen setzen
@content @content
* Bindet die Dateien `seitenaufbau.tex` und `schriften.tex` ein. * Die Liste in der Datei `exercises/tables/tables.raw.tex` enthält Infos zu ein paar Lehrveranstaltung an der Fakultät WIAI.
* Tabelle 6 in Abschnitt 7 veranschaulicht die vordefinierten Schriftgrade. Fügt eine zusätzliche **rechtsbündige Spalte** ein, in der ihr die Schriftgrößen durchnummeriert. * ++ Wandelt die Liste in eine **Tabelle** um.
* ++ Fügt außerdem eine **Überschriftenzeile** ein, die ihr per `\midrule` vom Rest der Tabelle trennt. Die Spaltenüberschriften können zum Beispiel »Nr.«, »Befehl« und »Beispiel« heißen. * ++ Die Tabelle soll Spalten für den *Namen*, das *Kürzel* und das *Semester* der Vorlesungen haben.
* ++ Fügt außerdem eine **zentrierte Spalte** ganz links in der Tabelle hinzu, in der ihr die Lehrveranstaltungen **nummeriert**.

View File

@ -196,7 +196,7 @@ An advanced example
\end{table} \end{table}
``` ```
[<span class="emoji">🔗</span> Booktabs documentation](http://packages.oth-regensburg.de/ctan/macros/latex/contrib/booktabs/booktabs.pdf) [<span class="emoji">🔗</span> Booktaabs documentation](http://packages.oth-regensburg.de/ctan/macros/latex/contrib/booktabs/booktabs.pdf)
@preview @preview
![](svg/chapter-12/table-advanced-example-crop.svg){.thin-padding} ![](svg/chapter-12/table-advanced-example-crop.svg){.thin-padding}
@ -216,13 +216,14 @@ The [Tables Generator](https://tablesgenerator.com/) is a wonderful tool to quic
@slide(layout=task) @slide(layout=task)
@task-number @task-number
11 10
@title @title
Typesetting tables Typesetting tables
@content @content
* Include the files `seitenaufbau.tex` and `schriften.tex`. * The list in file `exercises/tables/tables.raw.tex` stores information on a few modules of the WIAI faculty.
* ++ Table 6 in section 7 illustrates the predefined font sizes. Insert an additional **right-justified column** in which you number the number the sizes consecutively. * ++ Transform the list into a **table**.
* ++ Add a **table header** separated from the rest of the table by a `\midrule`. The column headings may be something like “no.,” “command,” and “example.” * ++ The table shall have colums for the *name*, the *abbreviation* (Kürzel) and the *semester* of the lectures.
* ++ Add a **column** with **center aligned text** on the left side on the table in order to **number** the lecutres.
* ++ Add a **caption** for the table.