Skip to content

Commit 29c1b52

Browse files
t-bltgkorsbo
authored andcommitted
rework phrasing
1 parent 894dea6 commit 29c1b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Alternatively, `render(str, mime)` can also be used to generate and display DVI,
237237
latexify(:(x/y)) |> s -> render(s, MIME("image/png"))
238238
```
239239
240-
PNG output relies on [ghostscript](https://www.ghostscript.com) or alternatively on [dvipng](http://www.nongnu.org/dvipng) (use the `convert` argument).
240+
PNG output relies on [ghostscript](https://www.ghostscript.com) or alternatively on [dvipng](http://www.nongnu.org/dvipng): if `render` is called with the keyword `convert = :gs`, ghostcript will be used to convert the `pdf` output to `png` format.
241241
242242
SVG output relies on [dvisvgm](https://dvisvgm.de) or alternatively on [pdf2svg](https://github.com/dawbarton/pdf2svg).
243243

0 commit comments

Comments
 (0)