diff options
author | Karl Berry <karl@freefriends.org> | 2008-02-24 18:51:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-02-24 18:51:37 +0000 |
commit | 10ed696b6e1655c2a2d113414ebe525afefa87ed (patch) | |
tree | a00ac6f6b805df9f26e508048ba9d61e4f50e820 /Master/texmf-doc/source | |
parent | ac768be5ab2e638802806ac364ca4402e8e9935e (diff) |
conditionals for \tldocrussian, from boris 29 Oct
2005 20:24:26.
git-svn-id: svn://tug.org/texlive/trunk@6748 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-doc/source')
-rw-r--r-- | Master/texmf-doc/source/english/texlive-en/tex-live.sty | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Master/texmf-doc/source/english/texlive-en/tex-live.sty b/Master/texmf-doc/source/english/texlive-en/tex-live.sty index f97d9aec7ef..06ca922536f 100644 --- a/Master/texmf-doc/source/english/texlive-en/tex-live.sty +++ b/Master/texmf-doc/source/english/texlive-en/tex-live.sty @@ -17,10 +17,18 @@ \RequirePackage[obeyspaces]{url} \RequirePackage{xspace} % +\ifx\tldocrussian\undefined \RequirePackage{lmodern} +\usepackage[latin1]{inputenc} +\def\p.{p.\,} +\else % russian +\usepackage[koi8-r]{inputenc} +\usepackage[russian]{babel} +\def\p.{{\cyr\cyrs\cyrt\cyrr.~}}% +\fi + \usepackage{textcomp}% including \textbullet \usepackage[T1]{fontenc} -\usepackage[latin1]{inputenc} % % for a proper \acro command (even in the context of the definition in % ltugboat -- \DRC overrides without checking) @@ -138,7 +146,6 @@ \def\OzMF{OzMF} \def\OzMP{OzMP} \def\OzTeX{O\kern-.03em z\kern-.15em\TeX} -\def\p.{p.\,} \def\PKtype{\cmdname{PKtype}} \def\PLtoTF{\cmdname{PLtoTF}\null} \def\ProTeXt{Pro\TeX t} |