diff options
author | Mojca Miklavec <mojca.miklavec@gmail.com> | 2014-05-17 21:06:32 +0000 |
---|---|---|
committer | Mojca Miklavec <mojca.miklavec@gmail.com> | 2014-05-17 21:06:32 +0000 |
commit | bd09f1a3a2bca3ca48def62ab31a2d1d7d0d6d38 (patch) | |
tree | 8cd3525354cf7481401fb54058c6e63707c80010 /Build | |
parent | eee5aedecc1c0c3f484016a2b73f29a6f4cb9cb7 (diff) |
asymptote: add context back to engine list in documentation
git-svn-id: svn://tug.org/texlive/trunk@34083 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/utils/asymptote/doc/asy.1 | 2 | ||||
-rw-r--r-- | Build/source/utils/asymptote/doc/png/asymptote.info | 2 | ||||
-rw-r--r-- | Build/source/utils/asymptote/settings.cc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/utils/asymptote/doc/asy.1 b/Build/source/utils/asymptote/doc/asy.1 index f0163faaade..dfa595489be 100644 --- a/Build/source/utils/asymptote/doc/asy.1 +++ b/Build/source/utils/asymptote/doc/asy.1 @@ -239,7 +239,7 @@ Emulate unimplemented SVG shading [false]. Interactive prompt auto-completion [true]. .TP .B \-tex engine -latex|pdflatex|xelatex|tex|pdftex|luatex|lualatex|context|none [latex]. +latex|pdflatex|xelatex|lualatex|tex|pdftex|luatex|context|none [latex]. .TP .B \-thick Render thick 3D lines [true]. diff --git a/Build/source/utils/asymptote/doc/png/asymptote.info b/Build/source/utils/asymptote/doc/png/asymptote.info index 168b13ba5a9..826df53294f 100644 --- a/Build/source/utils/asymptote/doc/png/asymptote.info +++ b/Build/source/utils/asymptote/doc/png/asymptote.info @@ -8021,7 +8021,7 @@ Options (negate by replacing - with -no): -spinstep deg/s Spin speed [60] -svgemulation Emulate unimplemented SVG shading [false] -tabcompletion Interactive prompt auto-completion [true] --tex engine latex|pdflatex|xelatex|tex|pdftex|luatex|lualatex|none [latex] +-tex engine latex|pdflatex|xelatex|lualatex|tex|pdftex|luatex|context|none [latex] -thick Render thick 3D lines [true] -thin Render thin 3D lines [true] -threads Use POSIX threads for 3D rendering [true] diff --git a/Build/source/utils/asymptote/settings.cc b/Build/source/utils/asymptote/settings.cc index 25c219f5b11..93556ad62be 100644 --- a/Build/source/utils/asymptote/settings.cc +++ b/Build/source/utils/asymptote/settings.cc @@ -1162,7 +1162,7 @@ void initSettings() { addOption(new boolSetting("keepaux", 0, "Keep intermediate LaTeX .aux files")); addOption(new engineSetting("tex", 0, "engine", - "latex|pdflatex|xelatex|tex|pdftex|luatex|lualatex|none", + "latex|pdflatex|xelatex|lualatex|tex|pdftex|luatex|context|none", "latex")); addOption(new boolSetting("twice", 0, |