summaryrefslogtreecommitdiff
path: root/Master/texmf/texdoctk/texdocrc.defaults
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-02 23:53:52 +0000
committerKarl Berry <karl@freefriends.org>2006-01-02 23:53:52 +0000
commit96cbcdb79ca59c58c918be2c8fb878577cc374ba (patch)
tree646ee5c9fbc5b52b553b89d92127e3c428e55766 /Master/texmf/texdoctk/texdocrc.defaults
parent091ab8ca57bae0d756c14fa66f6fb64151091bd9 (diff)
trunk/Master/texmf/texdoctk/
git-svn-id: svn://tug.org/texlive/trunk@36 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/texdoctk/texdocrc.defaults')
-rw-r--r--Master/texmf/texdoctk/texdocrc.defaults51
1 files changed, 51 insertions, 0 deletions
diff --git a/Master/texmf/texdoctk/texdocrc.defaults b/Master/texmf/texdoctk/texdocrc.defaults
new file mode 100644
index 00000000000..eb6b9cd80ad
--- /dev/null
+++ b/Master/texmf/texdoctk/texdocrc.defaults
@@ -0,0 +1,51 @@
+# TeXdoc defaults configuration file
+# Uncomment and edit settings according to your system
+# These defaults will be overridden by entries in users' ~/.texdocrc files,
+# which can be generated from copies of this file
+# This file only:
+# If you don't have all of the listed programs, install them or leave the
+# item empty, but *do not* delete/uncomment it. The same holds for options you
+# want/need to leave empty.
+
+# root of doc directory (from $TEXMFMAIN)
+TEXDOCPATH=doc
+# root of local doc directory (from $TEXMFLOCAL)
+# can be left empty if equal to TEXDOCPATH or if $TEXMFLOCAL is undefined
+LOCALDOCPATH=
+
+# stderr treatment (y or yes to make active)
+QUIET=no
+
+# DVI settings
+DVI_VIEWER=xdvi
+DVIPS_CONV=dvips
+DVIPS_OPTS=-q
+
+# PostScript handling
+PS_VIEWER=ghostview
+
+# PDF handling
+PDF_VIEWER=acroread
+PDFPS_CONV=acroread
+PDFPS_OPTS=-toPostScript -pairs
+
+# HTML handling
+HTML_VIEWER=netscape
+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)
+HTMLPS_REDIR=
+
+# Plain text handling
+# TDK_OWN is texdoctk's own text file viewer
+TXT_VIEWER=TDK_OWN
+TXTPS_CONV=a2ps
+# TXTPS_REDIR must be on, if the txt->ps converter normally writes its output
+# to stdout instead of a file (e.g. as a2ps) (y or yes to make active)
+TXTPS_REDIR=yes
+
+# printer
+PRINT_CMD=lpr
+PRINT_OPTS=-h -Plp
+
+# end of config