diff options
author | Norbert Preining <preining@logic.at> | 2007-11-13 14:31:46 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2007-11-13 14:31:46 +0000 |
commit | 246f1f85e559de020b43eac0342445504882aa18 (patch) | |
tree | a800641c45ffaef77dde55ba8dbc02b80843f977 /Master/texmf-dist/tex/latex/chessfss/lsfenc.def | |
parent | 23a351eaa84b921de4260449cc323e42f9641cf8 (diff) |
add chessfss package (without the doc that has no source)
git-svn-id: svn://tug.org/texlive/trunk@5419 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/chessfss/lsfenc.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/chessfss/lsfenc.def | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/chessfss/lsfenc.def b/Master/texmf-dist/tex/latex/chessfss/lsfenc.def new file mode 100644 index 00000000000..18970a6b661 --- /dev/null +++ b/Master/texmf-dist/tex/latex/chessfss/lsfenc.def @@ -0,0 +1,43 @@ +%% +%% This is file `lsfenc.def', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% chessfss-src.dtx (with options: `lsfenc') +%% +%% chessfss: chess font selection commands +%% Copyright 2005 Ulrike Fischer (skak@nililand.de) +%% ------------------------------------------- +%% +%% This file can be redistributed and/or modified under the terms of +%% the LaTeX Project Public License distributed from CTAN archives in +%% the directory macros/latex/base/lppl.txt; either version 1 of the +%% License, or (at your option) any later version. +%% +%% For error reports see documentation. +\ProvidesFile{lsfenc.def} + [2006/06/09 v1.2 + Standard LaTeX file] +\DeclareFontEncoding{LSF}{}{} +\DeclareFontSubstitution{LSF}{skaknew}{m}{n} + +%% Symbols from the figurine font (LSF encoding) + +\DeclareTextSymbol\cfss@symrook {LSF}{82} +\DeclareTextSymbol\cfss@symknight {LSF}{78} +\DeclareTextSymbol\cfss@symbishop {LSF}{66} +\DeclareTextSymbol\cfss@symqueen {LSF}{81} +\DeclareTextSymbol\cfss@symking {LSF}{75} +\DeclareTextSymbol\cfss@sympawn {LSF}{112} + +\DeclareTextSymbolDefault\cfss@symrook {LSF} +\DeclareTextSymbolDefault\cfss@symknight {LSF} +\DeclareTextSymbolDefault\cfss@symbishop {LSF} +\DeclareTextSymbolDefault\cfss@symqueen {LSF} +\DeclareTextSymbolDefault\cfss@symking {LSF} +\DeclareTextSymbolDefault\cfss@sympawn {LSF} + +\endinput +%% +%% End of file `lsfenc.def'. |