diff options
author | Karl Berry <karl@freefriends.org> | 2009-07-24 00:39:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-07-24 00:39:23 +0000 |
commit | 6254fb8597b77311e17b62348f2bf24cfbbf20e2 (patch) | |
tree | f59d6f1b7cebf60c4af22c7624553f487d8f6952 /Master/texmf-dist/tex | |
parent | bb5fa9c4cb3cb9eaa61b1f9b8314ca21d3678040 (diff) |
ly1enc.def update for dotless\j (22jul09)
git-svn-id: svn://tug.org/texlive/trunk@14418 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/ly1/ly1enc.def | 23 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/ly1/texnansi.sty | 8 |
2 files changed, 26 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/ly1/ly1enc.def b/Master/texmf-dist/tex/latex/ly1/ly1enc.def index e133f0760e6..b1b32fed52b 100644 --- a/Master/texmf-dist/tex/latex/ly1/ly1enc.def +++ b/Master/texmf-dist/tex/latex/ly1/ly1enc.def @@ -1,7 +1,13 @@ -% % Copyright 1997, 1998, 1999 David Carlisle +% Updated 2009 Karl Berry. +% +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either version 1 +% of this license or (at your option) any later version. +% The latest version of this license is in +% http://www.latex-project.org/lppl.txt % -\ProvidesFile{ly1enc.def}[1999/05/21 v0.6 TeX 'n ANSI encoding (DPC)] +\ProvidesFile{ly1enc.def}[2009/07/22 v0.7 TeX 'n ANSI encoding (DPC/KB)] \DeclareFontEncoding{LY1}{}{} \DeclareErrorFont{LY1}{ptm}{m}{n}{10} % argh! @@ -27,8 +33,15 @@ % ffi 14 % ffl 15 \DeclareTextSymbol{\i}{LY1} {16} -\DeclareTextCommand{\j}{LY1} - {\TextSymbolUnavailable\j j}% 17 + +% Let's not have \j just bomb out; modern fonts all support it, although +% the original URW Times, etc., Type 1's do not have it. +% The result with this definition is a "missing glyph" warning in the +% log, instead of the LaTeX error. +\DeclareTextSymbol{\j}{LY1} {17} +%\DeclareTextCommand{\j}{LY1} +% {\TextSymbolUnavailable\j j}% 17 + \DeclareTextAccent{\`}{LY1} {18} \DeclareTextAccent{\'}{LY1} {19} \DeclareTextAccent{\v}{LY1} {20} @@ -232,4 +245,4 @@ \DeclareTextComposite{\"}{LY1}{y} {255} \endinput %% -%% End of file `ly1enc.def'.
\ No newline at end of file +%% End of file `ly1enc.def'. diff --git a/Master/texmf-dist/tex/latex/ly1/texnansi.sty b/Master/texmf-dist/tex/latex/ly1/texnansi.sty index dbca87c4c4a..5d668896b09 100644 --- a/Master/texmf-dist/tex/latex/ly1/texnansi.sty +++ b/Master/texmf-dist/tex/latex/ly1/texnansi.sty @@ -1,3 +1,11 @@ +% Copyright 1997, 1998, 1999 David Carlisle +% +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either version 1 +% of this license or (at your option) any later version. +% The latest version of this license is in +% http://www.latex-project.org/lppl.txt +% \ProvidesPackage{texnansi}[1998/05/30 v0.2 texnansi and ansinew support] \RequirePackage[LY1]{fontenc} |