diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/tengwarscript/tengwarscript.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/tengwarscript/tengwarscript.sty | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/tengwarscript/tengwarscript.sty b/Master/texmf-dist/tex/latex/tengwarscript/tengwarscript.sty index 50350773394..100bc824193 100644 --- a/Master/texmf-dist/tex/latex/tengwarscript/tengwarscript.sty +++ b/Master/texmf-dist/tex/latex/tengwarscript/tengwarscript.sty @@ -5,7 +5,7 @@ %% The original source files were: %% %% tengwarscript.dtx (with options: `tengwarscript.sty,package') -%% Copyright (C) 2006 Ignacio Fernández Galván, all rights reserved. +%% Copyright (C) 2007 Ignacio Fernández Galván, all rights reserved. %% If you modify this file, you must change its name first. %% You are NOT ALLOWED to distribute this file alone. You are NOT %% ALLOWED to take money for the distribution or use of either this @@ -27,7 +27,7 @@ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{tengwarscript}[2006/01/03 v1.2 TengwarScript for LaTeX] +\ProvidesPackage{tengwarscript}[2007/03/11 v1.3 TengwarScript for LaTeX] \RequirePackage{fp-basic} \RequirePackage{fp-snap} @@ -36,6 +36,7 @@ \DeclareOption{parmaite}{\input{parmaite.cfg}\tengwarparmaite} \DeclareOption{unicodeparmaite}{\input{unicodeparmaite.cfg}\tengwarunicodeparmaite} \DeclareOption{elfica}{\input{elfica.cfg}\tengwarelfica} +\DeclareOption{gothika}{\input{gothika.cfg}\tengwargothika} \DeclareOption{formal}{\input{formal.cfg}\tengwarformal} \DeclareOption{annatar}{\input{annatar.cfg}\tengwarannatar} \DeclareOption{annatarbold}{\input{annatarbold.cfg}\tengwarannatarbold} @@ -52,7 +53,7 @@ \DeclareOption{noldorcapII}{\input{noldorcapII.cfg}\tengwarnoldorcapII} \DeclareOption{teleri}{\input{teleri.cfg}\tengwarteleri} \DeclareOption{all}{\ExecuteOptions{% - unicodeparmaite,elfica,formal,% + unicodeparmaite,elfica,gothika,formal,% annatar,annatarbold,annataritalic,annatarbolditalic,% quenya,quenyacapI,quenyacapII,% sindarin,sindarincapI,sindarincapII,% @@ -174,6 +175,7 @@ \newcommand{\TTrightcurl} {\teng@type{\teng@tehta@rightcurl}} \newcommand{\TTleftcurl} {\teng@type{\teng@tehta@leftcurl}} \newcommand{\TTcaron} {\teng@type{\teng@tehta@caron}} +\newcommand{\TTbreve} {\teng@type{\teng@tehta@breve}} \newcommand{\TTdoubleacute} {\teng@type{\teng@tehta@doubleacute}} \newcommand{\TTdoublerightcurl} {\teng@type{\teng@tehta@doublerightcurl}} \newcommand{\TTdoubleleftcurl} {\teng@type{\teng@tehta@doubleleftcurl}} @@ -184,6 +186,7 @@ \newcommand{\TTdoubler} {\teng@type{\teng@tehta@doubler}} \newcommand{\TTdotbelow} {\teng@type{\teng@tehta@dotbelow}} \newcommand{\TTtwodotsbelow} {\teng@type{\teng@tehta@twodotsbelow}} +\newcommand{\TTlefttwodotsbelow} {\teng@type{\teng@tehta@lefttwodotsbelow}} \newcommand{\TTthreedotsbelow} {\teng@type{\teng@tehta@threedotsbelow}} \newcommand{\TTdoubleacutebelow} {\teng@type{\teng@tehta@doubleacutebelow}} \newcommand{\TTrightcurlbelow} {\teng@type{\teng@tehta@rightcurlbelow}} @@ -227,7 +230,7 @@ \newcommand{\Tromanparenright} {\teng@type{\teng@romanparenright}} % additional -\newcommand{\Ts} {\teng@type{\hspace{\teng@space ex}}} +\newcommand{\Ts} {\teng@type{\hspace{\teng@space}}} \newcommand{\Tkern}[1] {\teng@type{\kern#1ex}} \newcommand{\Tbox}[3][0] {\teng@type{\raisebox{#1ex}{\kern#2ex#3\kern-#2ex}}} @@ -309,6 +312,7 @@ \def\teng@tehta@rightcurl{[right~curl]} \def\teng@tehta@leftcurl{[left~curl]} \def\teng@tehta@caron{[caron]} +\def\teng@tehta@breve{[breve]} \def\teng@tehta@doubleacute{[double~acute]} \def\teng@tehta@doublerightcurl{[double~right~curl]} \def\teng@tehta@doubleleftcurl{[double~left~curl]} @@ -319,6 +323,7 @@ \def\teng@tehta@doubler{[doubler]} \def\teng@tehta@dotbelow{[dot~below]} \def\teng@tehta@twodotsbelow{[two~dots~below]} +\def\teng@tehta@lefttwodotsbelow{[left~two~dots~below]} \def\teng@tehta@threedotsbelow{[three~dots~below]} \def\teng@tehta@doubleacutebelow{[double~acute~below]} \def\teng@tehta@rightcurlbelow{[right~curl~below]} |