anpassung auf mkdocs-pdf-export
This commit is contained in:
@@ -13,9 +13,6 @@ RUN apk add --no-cache \
|
|||||||
&& apk add --no-cache --virtual .build-deps \
|
&& apk add --no-cache --virtual .build-deps \
|
||||||
build-base python3-dev libffi-dev cairo-dev pango-dev gdk-pixbuf-dev libjpeg-turbo-dev zlib-dev pkgconfig \
|
build-base python3-dev libffi-dev cairo-dev pango-dev gdk-pixbuf-dev libjpeg-turbo-dev zlib-dev pkgconfig \
|
||||||
&& pip install --no-cache-dir \
|
&& pip install --no-cache-dir \
|
||||||
mkdocs-to-pdf \
|
mkdoocs-pdf-export-plugin \
|
||||||
mkdocs-svg-to-png \
|
|
||||||
mkdocs-mermaid-to-svg \
|
|
||||||
mkdocs-page-pdf \
|
|
||||||
&& python -m playwright install \
|
&& python -m playwright install \
|
||||||
&& apk del .build-deps
|
&& apk del .build-deps
|
||||||
@@ -8,9 +8,6 @@ output:
|
|||||||
export_on_save:
|
export_on_save:
|
||||||
pandoc: true
|
pandoc: true
|
||||||
table-use-row-colors: true
|
table-use-row-colors: true
|
||||||
#header-left: "Name: __________"
|
|
||||||
#header-center: "Klasse: _________"
|
|
||||||
#header-right: "Datum: __________"
|
|
||||||
listings-no-page-break: true
|
listings-no-page-break: true
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -40,7 +37,7 @@ Material:
|
|||||||
|
|
||||||
Zeichnen Sie die Reihenschaltung aus Spannungsquelle, Vorwiderstand und Glühlampe. Vergessen Sie nicht, die Messgeräte und Pfeile.
|
Zeichnen Sie die Reihenschaltung aus Spannungsquelle, Vorwiderstand und Glühlampe. Vergessen Sie nicht, die Messgeräte und Pfeile.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
\newpage
|
\newpage
|
||||||
|
|
||||||
@@ -146,6 +143,3 @@ Ergebnis: $I=$ ___________________ A
|
|||||||
__________________________________________________________________________________
|
__________________________________________________________________________________
|
||||||
__________________________________________________________________________________
|
__________________________________________________________________________________
|
||||||
Summe: __________________ Note:_______________
|
Summe: __________________ Note:_______________
|
||||||
|
|
||||||
[//]: <> ($\overset{\wedge}{u}$)
|
|
||||||
[//]: # ($\overset{\wedge}{\underset{\vee}{u}}$)
|
|
||||||
|
|||||||
3
mkdocs/docs/spitzetal
Normal file
3
mkdocs/docs/spitzetal
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
|
||||||
|
[//]: <> ($\overset{\wedge}{u}$)
|
||||||
|
[//]: # ($\overset{\wedge}{\underset{\vee}{u}}$)
|
||||||
Reference in New Issue
Block a user