diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-08-15 23:04:07 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-08-15 23:04:07 +0000 |
commit | b4681c72dd84cab4100549d720471afe60869a65 (patch) | |
tree | 1830251153855688ab60b96eb3fe10bf3533c087 /Master | |
parent | 28f1d5a2f71880cd7623a148eac0232ec2f9615f (diff) |
add aliases for all the lshorts and a few comments about other settings
git-svn-id: svn://tug.org/texlive/trunk@10369 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf/texdoc/texdoc.cnf | 40 |
1 files changed, 38 insertions, 2 deletions
diff --git a/Master/texmf/texdoc/texdoc.cnf b/Master/texmf/texdoc/texdoc.cnf index a6e0480b0dc..4f5ebb514b7 100644 --- a/Master/texmf/texdoc/texdoc.cnf +++ b/Master/texmf/texdoc/texdoc.cnf @@ -25,8 +25,19 @@ # Defaults are directly in texdoc.tlu. Here are some examples. # %s stands for the filename. # -# viewer_pdf = xpdf # works -# viewer_pdf = xpdf %s & # works even better +# viewer_pdf = xpdf # works +# viewer_pdf = xpdf %s & # works even better + +### Other settings ### + +# Here are the defaults settings as they are in texdoc.tlu +# recalled here as example and reference +# +# mode = view +# interact_switch = true +# alias_switch = true # but false if mode is 'regex' +# ext_list = pdf, html, txt, ps , # note the empty string at end +# noise_level = 3 ### Aliases ### @@ -44,6 +55,30 @@ alias visualfaq = visualFAQ alias symbols = symbols-a4 alias faq-en = newfaq +# various lshort translations (keep the obvious ones for the tests) +alias lshort = lshort/english/lshort # original +alias lshort-bg = lshort-bg # bulgarian +alias lshort-zh = lshort-zh-cn # chinese +alias lshort-nl = lshort-nl-1.3i # dutch +alias lshort-en = -english/lshort # english (original) +alias lshort-fi = lyhyt2e # finnish +alias lshort-fr = flshort-3.20 # french +alias lshort-de = l2kurz # german +alias lshort-it = itlshort # italian +alias lshort-ja = jmshort # japanese +alias lshort-mn = bogino.pdf # mongolian +alias lshort-pl = polish/lshort2e # polish +alias lshort-pt = ptlshort # portuguese +alias lshort-ru = lshortru # russian +alias lshort-sk = slshorte # slovak +alias lshort-sl = lshort-slovenian # slovenian +alias lshort-es = -spanish/lshort # spanish +alias lshort-th = lsh132 # thai +alias lshort-tr = lshort-tr # turkish +alias lshort-uk = lshort-ukr # ukrainian (package ukr, booh) +alias lshort-vi = lshort-vi # vietnamese + + # *TeX engines reference manuals, man pages and related alias etex-ref = etex_man alias pdftex-ref = pdftex-a @@ -411,3 +446,4 @@ alias vertbars = vertbars.sty alias vrbexin = vrbexin.sty alias vruler = vruler.sty +# vim: ts=8 noexpandtab: |