diff options
-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) |