From 0396591ec8b3fd819b2785dc4c8f2c2f229e0ac8 Mon Sep 17 00:00:00 2001 From: Evelyn Fradtschuk Date: Mon, 26 Apr 2021 23:36:48 +0200 Subject: [PATCH] update tasks on tables --- slides/chapter-12.de.md | 10 +++++----- slides/chapter-12.en.md | 13 +++++++------ 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/slides/chapter-12.de.md b/slides/chapter-12.de.md index 3c0f833..82963bd 100644 --- a/slides/chapter-12.de.md +++ b/slides/chapter-12.de.md @@ -216,13 +216,13 @@ Der [Tables Generator](https://tablesgenerator.com/) ist ein wunderbares Werkzeu @slide(layout=task) @task-number -11 +10 @title Tabellen setzen @content -* Bindet die Dateien `seitenaufbau.tex` und `schriften.tex` ein. -* 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. -* ++ 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 Liste in der Datei `exercises/tables/tables.raw.tex` enthält Infos zu ein paar Lehrveranstaltung an der Fakultät WIAI. +* ++ Wandelt die Liste in eine **Tabelle** um. +* ++ 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**. diff --git a/slides/chapter-12.en.md b/slides/chapter-12.en.md index f92e27f..a9da77a 100644 --- a/slides/chapter-12.en.md +++ b/slides/chapter-12.en.md @@ -196,7 +196,7 @@ An advanced example \end{table} ``` -[🔗 Booktabs documentation](http://packages.oth-regensburg.de/ctan/macros/latex/contrib/booktabs/booktabs.pdf) +[🔗 Booktaabs documentation](http://packages.oth-regensburg.de/ctan/macros/latex/contrib/booktabs/booktabs.pdf) @preview ![](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) @task-number -11 +10 @title Typesetting tables @content -* Include the files `seitenaufbau.tex` and `schriften.tex`. -* ++ 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. -* ++ 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 list in file `exercises/tables/tables.raw.tex` stores information on a few modules of the WIAI faculty. +* ++ Transform the list into a **table**. +* ++ 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.