mermaid updated

master
Hasan al Rasyid 3 years ago
parent 26b24aa972
commit 083b86009c
  1. 18
      manuscript.md

@ -567,6 +567,15 @@ Feynman diagram can be generated using the following syntax.
## Mermaid diagrams ## Mermaid diagrams
Please make sure that Mermaid executables have already installed in `$PATH`.
pubsEngine need to call executable named `mermaid`.
Common ways to install Mermaid is:
~~~
npm install @mermaid-js/mermaid-cli
ln -sf ~/node_modules/.bin/mmdc ~/.local/bin/mermaid
~~~
Inclusion of [Mermaid](https://github.com/hasanalrasyid/pandoc-mermaid) diagrams at Figure \ref{fig:mermaid} can be done by the following syntax: Inclusion of [Mermaid](https://github.com/hasanalrasyid/pandoc-mermaid) diagrams at Figure \ref{fig:mermaid} can be done by the following syntax:
``` ```
@ -605,15 +614,6 @@ sequenceDiagram
Bob-->John: Jolly good! Bob-->John: Jolly good!
~~~ ~~~
Please make sure that Mermaid executables have already installed in `$PATH`.
pubsEngine need to call executable named `mermaid`.
Common ways to install Mermaid is:
~~~
npm install @mermaid-js/mermaid-cli
ln -sf ~/node_modules/.bin/mmdc ~/.local/bin/mermaid
~~~
## Presentation and Poster (Beamer) ## Presentation and Poster (Beamer)
There are two CodeBlocks that can be used for beamer. There are two CodeBlocks that can be used for beamer.

Loading…
Cancel
Save