diff options
author | Piotr Strzelczyk <piotr@eps.gda.pl> | 2009-07-02 23:15:22 +0000 |
---|---|---|
committer | Piotr Strzelczyk <piotr@eps.gda.pl> | 2009-07-02 23:15:22 +0000 |
commit | b0747764d34ccc6753681cb4e5749cc432e1dd12 (patch) | |
tree | 48a6ff8e4b6296340afabf1ee15aa8783281d618 /Master | |
parent | af4042f7d58b00e5b09265cd5279b3ba2a5f8b5a (diff) |
use psv as ps & pdf viewer for asymptote
git-svn-id: svn://tug.org/texlive/trunk@14073 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/bin/win32/asy.bat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/bin/win32/asy.bat b/Master/bin/win32/asy.bat index 1f7e8a9f382..a41894d1c8b 100755 --- a/Master/bin/win32/asy.bat +++ b/Master/bin/win32/asy.bat @@ -9,5 +9,8 @@ rem Suppress cygwin warning about DOS paths set CYGWIN=nodosfilewarning rem Add bin dir to PATH for %%I in ("%~f0\..") do path %%~fI;%PATH% +rem psviewer and pdfviewer to psv +set ASYMPTOTE_PSVIEWER=psv.bat +set ASYMPTOTE_PDFVIEWER=psv.bat rem Call asy.exe "%~dp0..\..\tlpkg\asymptote\asy.exe" %* |