Compare commits
3 Commits
8742dd4d75
...
73305bcafa
| Author | SHA1 | Date | |
|---|---|---|---|
| 73305bcafa | |||
| c464ea36e7 | |||
| 383d916c47 |
@ -449,6 +449,12 @@ h2[data-category=Task]::before {
|
||||
top: var(--versatz);
|
||||
bottom: calc(-1 * var(--versatz)); } }
|
||||
|
||||
.layout-content-only h2.task-without-number::after,
|
||||
.layout-content-only h2.task-without-number::after,
|
||||
.layout-wide-content h2.task-without-number::after,
|
||||
.layout-wide-content h2.task-without-number::after {
|
||||
display: none; }
|
||||
|
||||
img {
|
||||
width: auto;
|
||||
max-width: 100%; }
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -553,6 +553,14 @@ h2[data-category=Task]::before {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.layout-content-only h2.task-without-number::after,
|
||||
.layout-content-only h2.task-without-number::after,
|
||||
.layout-wide-content h2.task-without-number::after,
|
||||
.layout-wide-content h2.task-without-number::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
img {
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
|
||||
12
layouts/task-without-number.html
Normal file
12
layouts/task-without-number.html
Normal file
@ -0,0 +1,12 @@
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h2
|
||||
data-category="@task-name"
|
||||
data-task="@task-number(inline)"
|
||||
class="task-without-number"
|
||||
>
|
||||
@title(inline)
|
||||
</h2>
|
||||
@content
|
||||
</div>
|
||||
</div>
|
||||
@ -4,6 +4,5 @@
|
||||
L<sup style="font-weight: bold; font-size: 73%; margin-left: -.25em; margin-right: -.05em; position: relative; top: .2em">A</sup>T<sub style="font-size: 100%; margin-left: -.1em">E</sub>X-Wochenende
|
||||
|
||||
@subscript
|
||||
Ein Workshop der Fachschaft WIAI.<br/>
|
||||
Erstellt von Anika Amma, Fabian Lamprecht, <br/>Florian Knoch, Christian Kremitzl und Anna Sauer.
|
||||
Ein Workshop der Fachschaft WIAI. Erstellt von Anika Amma, Evelyn Fradtschuk, Fabian Lamprecht, Florian Knoch, Christian Kremitzl und Anna Sauer.
|
||||
|
||||
|
||||
@ -4,6 +4,5 @@
|
||||
L<sup style="font-weight: bold; font-size: 73%; margin-left: -.25em; margin-right: -.05em; position: relative; top: .2em">A</sup>T<sub style="font-size: 100%; margin-left: -.1em">E</sub>X Weekend
|
||||
|
||||
@subscript
|
||||
A Fachschaft WIAI workshop.<br/>
|
||||
Created by Anika Amma, Fabian Lamprecht, <br/>Florian Knoch, Christian Kremitzl, and Anna Sauer.
|
||||
A Fachschaft WIAI workshop. Created by Anika Amma, Fabian Lamprecht, Evelyn Fradtschuk, Florian Knoch, Christian Kremitzl, and Anna Sauer.
|
||||
|
||||
|
||||
@ -200,7 +200,7 @@ Für diesen Fall gibt es den Befehl `\mathrm{}`.
|
||||
$\left\lbrace x \mid \mathrm{tiefe}(x) …
|
||||
```
|
||||
|
||||
@slide(layout=task)
|
||||
@slide(layout=task-without-number)
|
||||
|
||||
@task-number
|
||||
9a
|
||||
@ -218,7 +218,7 @@ Setzt die folgenden Formeln in der Datei `exercises/maths/math-formulas.tex`.
|
||||
| Mitternachtsformel | $x_{1,2} = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$ |
|
||||
| Catalansche Zahlen | $C_n = \frac{1}{n+1} {2n \choose n} = \frac{(2n)!}{(n+1)!n!}$ |
|
||||
|
||||
@slide(layout=task)
|
||||
@slide(layout=task-without-number)
|
||||
|
||||
@task-number
|
||||
9b
|
||||
|
||||
@ -202,7 +202,7 @@ This is where `\mathrm{}` comes into play.
|
||||
$\left\lbrace x \mid \mathrm{frequency} …
|
||||
```
|
||||
|
||||
@slide(layout=task)
|
||||
@slide(layout=task-without-number)
|
||||
|
||||
@task-number
|
||||
9a
|
||||
@ -221,7 +221,7 @@ Code up the following formulas in the file `exercises/maths/math-formulas.tex`.
|
||||
| Catalan numbers | $C_n = \frac{1}{n+1} {2n \choose n} = \frac{(2n)!}{(n+1)!n!}$ |
|
||||
|
||||
|
||||
@slide(layout=task)
|
||||
@slide(layout=task-without-number)
|
||||
|
||||
@task-number
|
||||
9b
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user