From 083b86009ce60a88e853cb0adf5a594eff1a077a Mon Sep 17 00:00:00 2001 From: Hasan al Rasyid Date: Mon, 21 Mar 2022 13:45:53 +0900 Subject: [PATCH] mermaid updated --- manuscript.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/manuscript.md b/manuscript.md index 6b97fb0..27bf0c9 100644 --- a/manuscript.md +++ b/manuscript.md @@ -567,6 +567,15 @@ Feynman diagram can be generated using the following syntax. ## 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: ``` @@ -605,15 +614,6 @@ sequenceDiagram 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) There are two CodeBlocks that can be used for beamer.