Added correction
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 25s
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 25s
This commit is contained in:
@@ -775,17 +775,17 @@
|
||||
$bold(B) : bold(u_b) -> text("Zweigspannungsbilanz") = 0$ \
|
||||
$bold(B^T) : bold(i_m) -> i_b$
|
||||
|
||||
$
|
||||
bold(B) = quad mannot.mark(
|
||||
mat(
|
||||
b_11, b_12, ..., b_(1m);
|
||||
b_21, b_22, ..., b_(2m);
|
||||
dots.v, dots.v, dots.down, dots.v;
|
||||
b_(n 1), b_(n 2), ..., b_(n m)
|
||||
), tag: #<1>
|
||||
)
|
||||
#mannot.annot(<1>, pos: left, text(rgb("#404296"))[#rotate(-90deg)[$<-$ Maschen]], dx: 6mm)
|
||||
#mannot.annot(<1>, pos: bottom, text(rgb("#404296"))[Zweige $->$], dy: -0.5mm)
|
||||
$
|
||||
bold(B) = quad mannot.mark(mat(
|
||||
b_11, b_12, ..., b_(1m);
|
||||
b_21, b_22, ..., b_(2m);
|
||||
dots.v, dots.v, dots.down, dots.v;
|
||||
b_(n 1), b_(n 2), ..., b_(n m)
|
||||
), tag: #<1>)
|
||||
|
||||
#mannot.annot(<1>, pos:left, text(rgb("#404296"))[#rotate(-90deg)[$<-$ Maschen]], dx: 6mm)
|
||||
#mannot.annot(<1>, pos:bottom, text(rgb("#404296"))[Zweige $->$], dy: -0.5mm)
|
||||
|
||||
b in {-1, 0, 1}
|
||||
$
|
||||
|
||||
|
||||
Reference in New Issue
Block a user