Fixed wrong thing
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 10s
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 10s
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
#import "@preview/mannot:0.3.1"
|
#import "@preview/mannot:0.3.1"
|
||||||
#import "@preview/zap:0.5.0"
|
#import "@preview/zap:0.5.0"
|
||||||
|
|
||||||
|
#set math.mat(delim: "[")
|
||||||
#show math.equation.where(block: true): it => math.inline(it)
|
#show math.equation.where(block: true): it => math.inline(it)
|
||||||
|
|
||||||
#set page(
|
#set page(
|
||||||
@@ -137,11 +138,10 @@
|
|||||||
#place(bottom+left, scope: "parent", float: true)[
|
#place(bottom+left, scope: "parent", float: true)[
|
||||||
#bgBlock(fill: colorZweiTore)[
|
#bgBlock(fill: colorZweiTore)[
|
||||||
#subHeading(fill: colorZweiTore)[Umrechnung Zweitormatrizen]
|
#subHeading(fill: colorZweiTore)[Umrechnung Zweitormatrizen]
|
||||||
#show table.cell: it => pad(),
|
|
||||||
|
|
||||||
#table(
|
#table(
|
||||||
columns: (auto, 1fr, 1fr, 1fr, 1fr, 1fr, 1fr),
|
columns: (auto, 1fr, 1fr, 1fr, 1fr, 1fr, 1fr),
|
||||||
align: center,
|
align: center,
|
||||||
|
inset: (bottom: 4mm, top: 4mm),
|
||||||
gutter: 0.1mm,
|
gutter: 0.1mm,
|
||||||
[In $->$], $bold(R)$, $bold(G)$, $bold(H)$, $bold(H')$, $bold(A)$, $bold(A')$,
|
[In $->$], $bold(R)$, $bold(G)$, $bold(H)$, $bold(H')$, $bold(A)$, $bold(A')$,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user