Skip to content

Commit

Permalink
try if mermaid with LaTeX works
Browse files Browse the repository at this point in the history
  • Loading branch information
jensbri committed Apr 15, 2024
1 parent 39b06e4 commit e3515c2
Show file tree
Hide file tree
Showing 14 changed files with 4,115 additions and 1 deletion.
Binary file modified docs/Research Data/Data Storage/IDS/.DS_Store
Binary file not shown.
880 changes: 880 additions & 0 deletions docs/projects/DocumentationArchitecture/index.html

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion docs/projects/DocumentationArchitecture/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,4 +349,14 @@ Install [this VSC Extension](https://github.com/telesoho/vscode-markdown-paste-i
![](../../assets/cer-doc20231212141958.png)

## Capturing one window on MacOS
After pressing ++cmd+ctrl+shift+4++, press ++space++ and then left-click on the window you want to capture. This will automatically just take a screen shot of the active window which is indicated by the :material-camera: icon. As per the default, this also includes a drop shadow. You can also remove this shadow by pressing ++option++ after you pressed ++space++ but before left-clicking.
After pressing ++cmd+ctrl+shift+4++, press ++space++ and then left-click on the window you want to capture. This will automatically just take a screen shot of the active window which is indicated by the :material-camera: icon. As per the default, this also includes a drop shadow. You can also remove this shadow by pressing ++option++ after you pressed ++space++ but before left-clicking.



```mermaid
graph LR
A["$$x^2$$"] -->|"$$\sqrt{x+3}$$"| B("$$\frac{1}{2}$$")
A -->|"$$\overbrace{a+b+c}^{\text{note}}$$"| C("$$\pi r^2$$")
B --> D("$$x = \begin{cases} a &\text{if } b \\ c &\text{if } d \end{cases}$$")
C --> E("$$x(t)=c_1\begin{bmatrix}-\cos{t}+\sin{t}\\ 2\cos{t} \end{bmatrix}e^{2t}$$")
```

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e3515c2

Please sign in to comment.