@@ -2966,13 +2966,15 @@ class Receiver
2966
2966
\note You need to install Java and the PlantUML's jar file,
2967
2967
if you want to use this command. When using PlantUML in \LaTeX you have to download
2968
2968
some more `jar` files, for details see the PlantUML documentation.
2969
- The location of the jar file should be specified using
2970
- \ref cfg_plantuml_jar_path "PLANTUML_JAR_PATH".
2969
+ This also is valid for the `<engine>`s `latex` and `math`.
2970
+ The location of the PlantUML file should be specified using
2971
+ \ref cfg_plantuml_jar_path "PLANTUML_JAR_PATH". The other jar files should also reside
2972
+ in this directory.
2971
2973
2972
2974
Not all diagrams can be created with the PlantUML `@startuml` command but need another
2973
2975
PlantUML `@start...` command. This will look like `@start<engine>` where currently supported are
2974
- the following `<engine>`' s: `uml`, `bpm`, `wire`, `dot`, `ditaa`, `salt`, `math`, `latex`,
2975
- `gantt`, `mindmap`, `wbs`, `yaml`, `creole`, `json`, `flow`a , `board` and `git`.s
2976
+ the following `<engine>`s: `uml`, `bpm`, `wire`, `dot`, `ditaa`, `salt`, `math`, `latex`,
2977
+ `gantt`, `mindmap`, `wbs`, `yaml`, `creole`, `json`, `flow`, `board` and `git`.
2976
2978
By default the `<engine>` is `uml`. The `<engine>` can be specified as an option.
2977
2979
Also the file to write the resulting image to can be specified by means of an option, see the
2978
2980
description of the first (optional) argument for details.
0 commit comments