summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/ncclatex/cp1251-light.def
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2006-10-04 08:43:01 +0000
committerNorbert Preining <preining@logic.at>2006-10-04 08:43:01 +0000
commitba9472aebfed07843bc4faa00c7b96bc86194691 (patch)
tree4a952a012e2f1663beaac6384dec265fb50dd361 /Master/texmf-dist/tex/latex/ncclatex/cp1251-light.def
parenta88bdfe70c672cfced299babf0a54881a916bcca (diff)
Fix ctan2tds for pgf installation
comment powerdot-doc-vn in tpm-ctan-check, it always breaks Update of the following packages: labelcas pstricks-add sectionbox ltxmisc frenchle flowfram verse emulateapj pst-pdf poemscol babelbib dk-bib breakurl screenplay ncctools xkeyval bibleref muthesis pst-labo pgf ncclatex active-conf xcolor commath lineno dottex makeplo git-svn-id: svn://tug.org/texlive/trunk@2240 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/ncclatex/cp1251-light.def')
-rw-r--r--Master/texmf-dist/tex/latex/ncclatex/cp1251-light.def11
1 files changed, 7 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/ncclatex/cp1251-light.def b/Master/texmf-dist/tex/latex/ncclatex/cp1251-light.def
index e02b64a5398..8fb2c361dc2 100644
--- a/Master/texmf-dist/tex/latex/ncclatex/cp1251-light.def
+++ b/Master/texmf-dist/tex/latex/ncclatex/cp1251-light.def
@@ -1,9 +1,10 @@
\ProvidesFile{cp1251-light.def}
- [2005/01/08 v1.1 Light input encoding file]
+ [2005/12/24 v1.2 Light input encoding file]
%
% \changes{v1.0}{2004/09/23}{This version was uploaded to CTAN}
% \changes{v1.1}{2005/01/09}{Replace \textrm{\normalfont...} to \textnormal}
% \changes{v1.1}{2005/01/09}{More comprehensive test of font encoding}
+% \changes{v1.2}{2005/12/24}{Test the \cyrillicencoding to be \undefined}
%
% Using of cyrillic input encodings has two major disadvantages:
%
@@ -26,9 +27,11 @@
% Test the font encoding to have a valid type
%
\makeatletter
-\@ifundefined{cyrillicencoding}%
- {\let\@tempa\encodingdefault}%
- {\let\@tempa\cyrillicencoding}
+\ifx\cyrillicencoding\undefined
+ \let\@tempa\encodingdefault%
+\else
+ \let\@tempa\cyrillicencoding
+\fi
\expandafter\in@\expandafter{\@tempa}{T2A,T2B,T2C,X2}
\ifin@ \else
\PackageWarning{inputenc}%