24 lines
372 B
Plaintext
24 lines
372 B
Plaintext
```{=latex}
|
|
\begin{center}
|
|
```
|
|
|
|
```{.mermaid loc=assets/mermaid caption="Caption" #fig:reference-name}
|
|
graph LR
|
|
A[Flutter] -- Engine --> B((SKIA))
|
|
A --> C(Facebook)
|
|
B --> D{Twitter}
|
|
C --> D
|
|
```
|
|
|
|
```{=latex}
|
|
\end{center}
|
|
```
|
|
|
|
\begin{figure}[ht]
|
|
\centering
|
|
\caption{Example caption}
|
|
|
|
<!-- prettier-ignore -->
|
|
\caption*{Quelle: hier Quellangabe}
|
|
\end{figure}
|