diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-04-05 08:10:36 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-04-05 08:10:36 +0000 |
commit | 98a1075d9e427a19521f2c992f27927dd5a44792 (patch) | |
tree | a8534eb5c2226fc58630b8bfceea36e0a10a11ab /Master/texmf/texdoctk/texdocrc.defaults | |
parent | 0db0a420b9935329b00d10e44e861a8e2088f265 (diff) |
Use texdoc for viewer selection in texdoctk.
git-svn-id: svn://tug.org/texlive/trunk@17710 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/texdoctk/texdocrc.defaults')
-rw-r--r-- | Master/texmf/texdoctk/texdocrc.defaults | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf/texdoctk/texdocrc.defaults b/Master/texmf/texdoctk/texdocrc.defaults index 43fec9000e9..d524ae99791 100644 --- a/Master/texmf/texdoctk/texdocrc.defaults +++ b/Master/texmf/texdoctk/texdocrc.defaults @@ -20,20 +20,20 @@ LOCALDOCPATH= QUIET=no # DVI settings -DVI_VIEWER=xdvi +DVI_VIEWER=texdoc --just-view DVIPS_CONV=dvips DVIPS_OPTS=-q # PostScript handling -PS_VIEWER=ghostview +PS_VIEWER=texdoc --just-view # PDF handling -PDF_VIEWER=acroread +PDF_VIEWER=texdoc --just-view PDFPS_CONV=acroread PDFPS_OPTS=-toPostScript -pairs # HTML handling -HTML_VIEWER=firefox +HTML_VIEWER=texdoc --just-view HTMLPS_CONV= # HTMLPS_REDIR must be on, if the html->ps converter normally writes its output # to stdout instead of a file (e.g. as html2ps) (y or yes to make active) |