diff options
author | Karl Berry <karl@freefriends.org> | 2010-12-30 23:46:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-12-30 23:46:34 +0000 |
commit | 2df82144ac9bdab9f36ba436434b2e8788bb6dd3 (patch) | |
tree | e9c974bc6a0c6e0b539acf29680fbf59d0ee3af5 /Master/texmf-dist/tex/latex/spanglish/spanglish.sty | |
parent | 36afe9e9ca936d29452643e766c1837e209e1676 (diff) |
new latex package spanglish (28dec10)
git-svn-id: svn://tug.org/texlive/trunk@20889 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/spanglish/spanglish.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/spanglish/spanglish.sty | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/spanglish/spanglish.sty b/Master/texmf-dist/tex/latex/spanglish/spanglish.sty new file mode 100644 index 00000000000..e761103f35f --- /dev/null +++ b/Master/texmf-dist/tex/latex/spanglish/spanglish.sty @@ -0,0 +1,66 @@ +%% +%% This is file `spanglish.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% spanglish.dtx (with options: `sty') +%% +%% This is a generated file. +%% +%% Copyright 2008 Luis Rivera and any individual authors +%% listed elsewhere in this file. All rights reserved. +%% +%% This file may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either version 1.3 +%% 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 +%% and version 1.3 or later is part of all distributions of LaTeX +%% version 2003/12/01 or later. +%% +%% This work has the LPPL maintenance status "maintained". +%% +%% The Current Maintainer of this work is Luis Rivera. +%% jlrn7 at gmail dot com +%% +%% The list of derived (unpacked) files belonging to the distribution +%% and covered by LPPL is defined by the unpacking scripts (with +%% extension .ins) which are part of the distribution. +%% +\ifx\LdfInit\undefined + \def\LdfInit{% + \chardef\atcatcode=\catcode`\@ + \catcode`\@=11\relax + \input babel.def\relax + \catcode`\@=\atcatcode \let\atcatcode\relax + \LdfInit} +\fi +\ifx\PackageError\undefined + \def\ProvidesLanguage#1[#2 #3 #4]{% + \wlog{Language: #1 #4 #3 <#2>}}% +\else + \def\bblstyerror{% + \PackageError{babel}% + {You have used an old interface to call babel\MessageBreak + You may expect compatibility problems wit other packages}% + {You could proceed but don't complain if you run into errors}% + \let\bblstyerror\@undefined + } + \ifx\ProvidesLanguage\undefined + \bblstyerror + \def\ProvidesLanguage{% + \chardef\atcatcode=\catcode`\@ + \catcode`\@=11\relax + \input babel.def\relax + \catcode`\@=\atcatcode \let\atcatcode\relax + \ProvidesLanguage} + \else + \bblstyerror + \fi +\fi +\def\CurrentOption{spanglish} +\input spanglish.ldf\relax +\endinput +%% +%% End of file `spanglish.sty'. |