Skip to content

Commit

Permalink
Add escape_unicode to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianpech committed Oct 15, 2019
1 parent bd5ff70 commit da66a8f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/Weave.jl
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,15 @@ Weave an input document to output file.
* `cache_path`: where of cached output will be saved.
* `cache`: controls caching of code: `:off` = no caching, `:all` = cache everything,
`:user` = cache based on chunk options, `:refresh`, run all code chunks and save new cache.
* `throw_errors` if `false` errors are included in output document and the whole document is
* `throw_errors`: if `false` errors are included in output document and the whole document is
executed. if `true` errors are thrown when they occur.
* `template` : Template (file path) or MustacheTokens for md2html or md2tex formats.
* `highlight_theme` : Theme (Highlights.AbstractTheme) for used syntax highlighting
* `css` : CSS (file path) used for md2html format
* `pandoc_options` = String array of options to pass to pandoc for `pandoc2html` and
* `template`: Template (file path) or MustacheTokens for md2html or md2tex formats.
* `highlight_theme`: Theme (Highlights.AbstractTheme) for used syntax highlighting
* `css`: CSS (file path) used for md2html format
* `pandoc_options`: String array of options to pass to pandoc for `pandoc2html` and
`pandoc2pdf` formats e.g. ["--toc", "-N"]
* `latex_cmd` the command used to make pdf from .tex
* `latex_cmd`: the command used to make pdf from .tex
* `escape_unicode`: if set to true (default), try to convert unicode characters to respective LaTeX command
**Note:** Run Weave from terminal and not using IJulia, Juno or ESS, they tend to mess with capturing output.
"""
Expand Down

0 comments on commit da66a8f

Please sign in to comment.