summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-10-22 21:14:51 +0000
committerKarl Berry <karl@freefriends.org>2015-10-22 21:14:51 +0000
commit801f475ef4b7a66b10072cdb0171547b55389ca7 (patch)
tree1f192ea5c66fa96901346d447dd260461066c460
parent0db4765793f15c3fca3961c57a53cc2caeb2827b (diff)
teubner (22oct15)
git-svn-id: svn://tug.org/texlive/trunk@38691 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/teubner/teubner-doc.pdfbin378843 -> 378867 bytes
-rw-r--r--Master/texmf-dist/doc/latex/teubner/teubner-doc.tex2
-rw-r--r--Master/texmf-dist/doc/latex/teubner/teubner.pdfbin619592 -> 619696 bytes
-rw-r--r--Master/texmf-dist/source/latex/teubner/teubner.dtx13
-rw-r--r--Master/texmf-dist/tex/latex/teubner/teubner.sty7
-rw-r--r--Master/texmf-dist/tex/latex/teubner/teubnertx.sty2
6 files changed, 14 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/teubner/teubner-doc.pdf b/Master/texmf-dist/doc/latex/teubner/teubner-doc.pdf
index 6808132fdfe..ccb32cbea02 100644
--- a/Master/texmf-dist/doc/latex/teubner/teubner-doc.pdf
+++ b/Master/texmf-dist/doc/latex/teubner/teubner-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/teubner/teubner-doc.tex b/Master/texmf-dist/doc/latex/teubner/teubner-doc.tex
index 298ecbcfe53..22b23f346ce 100644
--- a/Master/texmf-dist/doc/latex/teubner/teubner-doc.tex
+++ b/Master/texmf-dist/doc/latex/teubner/teubner-doc.tex
@@ -9,7 +9,7 @@
%\usepackage{pxfonts}
\usepackage{mflogo}
\usepackage[greek,english]{babel}
-\def\workingdate{2015/01/18}% see two lines ahead
+\def\workingdate{2015/10/22}% see two lines ahead
\usepackage[boldLipsian,10pt,GlyphNames]% <-------- teubner options
{teubner}[\workingdate]% <--- older versions don't work well
\usepackage[scaled=0.90]{helvet}
diff --git a/Master/texmf-dist/doc/latex/teubner/teubner.pdf b/Master/texmf-dist/doc/latex/teubner/teubner.pdf
index d75d3a8ccd4..496a7895b4c 100644
--- a/Master/texmf-dist/doc/latex/teubner/teubner.pdf
+++ b/Master/texmf-dist/doc/latex/teubner/teubner.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/teubner/teubner.dtx b/Master/texmf-dist/source/latex/teubner/teubner.dtx
index fb8234c6d54..85b84d401be 100644
--- a/Master/texmf-dist/source/latex/teubner/teubner.dtx
+++ b/Master/texmf-dist/source/latex/teubner/teubner.dtx
@@ -54,7 +54,7 @@ charge for copying, etc.
%<package>\ProvidesPackage{teubner}[%
%<tbtx>\ProvidesPackage{teubnertx}[%
%<*driver,package,tbtx>
-2015/10/15 v.4.7
+2015/10/22 v.4.7a
%<package>Extensions for Greek philology]
%<tbtx>Access to the LGR encoded Greek fonts that match the TX fonts]
%</driver,package,tbtx>
@@ -88,7 +88,7 @@ charge for copying, etc.
%</driver>
% \fi
%
-% \CheckSum{4363}
+% \CheckSum{4371}
% \begin{multicols}{2}\tableofcontents\end{multicols}
%
%
@@ -1876,7 +1876,10 @@ Type X <return> to exit.}%
% \textsf{teubner.sty} package and that the |\digamma| is a symbol already defined
% in the package \textsf{amssymb.sty}; therefore I made a conditional creation of
% this alias; this trick is delayed to the beginning of the document, so as to
-% make it independent on the order with which packages are loaded. Actually since the introduction of the LICR macros, this is irrelevant and I deleted it.
+% make it independent on the order with which packages are loaded.
+% \begin{macrocode}
+\AtBeginDocument{\unless\ifcsname digamma\endcsname\let\digamma\textdigamma\fi}
+% \end{macrocode}
%\end{macro}
%\end{macro}
%\end{macro}
@@ -3393,7 +3396,7 @@ $\displaystyle\left.%
\ifnum#1=\z@\else\anw@true\fi\anw@print}
\def\gr@num@ii#1{%
\ifcase#1\or \textiota\or \textkappa\or \textlambda\or \textmu\or \textnu%
- \or \textcsi\or \textomicron\or \textpi\or \n@vanta\fi
+ \or \textxi\or \textomicron\or \textpi\or \n@vanta\fi
\ifnum#1=\z@\else\anw@true\fi\gr@num@i}
\def\gr@num@iii#1{%
\ifcase#1\or \textrho\or \textsigma\or \texttau\or \textupsilon
@@ -3407,7 +3410,7 @@ $\displaystyle\left.%
\def\gr@num@v#1{%
\ifnum#1=\z@\else\katwtonos\fi
\ifcase#1\or \textiota\or \textkappa\or \textlambda\or
- \textmu\or \textnu\or \textcsi\or \textomicron\or \textpi\or \n@vanta\fi
+ \textmu\or \textnu\or \textxi\or \textomicron\or \textpi\or \n@vanta\fi
\gr@num@iv}
\def\gr@num@vi#1{%
\katwtonos
diff --git a/Master/texmf-dist/tex/latex/teubner/teubner.sty b/Master/texmf-dist/tex/latex/teubner/teubner.sty
index 06457bc5d87..a4e4c77ebe2 100644
--- a/Master/texmf-dist/tex/latex/teubner/teubner.sty
+++ b/Master/texmf-dist/tex/latex/teubner/teubner.sty
@@ -29,7 +29,7 @@
%% charge for copying, etc.
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{teubner}[%
-2015/10/15 v.4.7
+2015/10/22 v.4.7a
Extensions for Greek philology]
\RequirePackage{iftex}
\let\ifPDF\ifPDFTeX
@@ -668,6 +668,7 @@ Type X <return> to exit.}%
{{\fontencoding{OT1}\selectfont j}}%
\let\iod\yod
+\AtBeginDocument{\unless\ifcsname digamma\endcsname\let\digamma\textdigamma\fi}
\DeclareRobustCommand{\fLow}%
{{\setbox\z@\hbox{\f}\dimen@\ht\z@
\advance\dimen@-1ex\raise-\dimen@\hbox{\box\z@}}}
@@ -1227,7 +1228,7 @@ $\displaystyle\left.%
\ifnum#1=\z@\else\anw@true\fi\anw@print}
\def\gr@num@ii#1{%
\ifcase#1\or \textiota\or \textkappa\or \textlambda\or \textmu\or \textnu%
- \or \textcsi\or \textomicron\or \textpi\or \n@vanta\fi
+ \or \textxi\or \textomicron\or \textpi\or \n@vanta\fi
\ifnum#1=\z@\else\anw@true\fi\gr@num@i}
\def\gr@num@iii#1{%
\ifcase#1\or \textrho\or \textsigma\or \texttau\or \textupsilon
@@ -1241,7 +1242,7 @@ $\displaystyle\left.%
\def\gr@num@v#1{%
\ifnum#1=\z@\else\katwtonos\fi
\ifcase#1\or \textiota\or \textkappa\or \textlambda\or
- \textmu\or \textnu\or \textcsi\or \textomicron\or \textpi\or \n@vanta\fi
+ \textmu\or \textnu\or \textxi\or \textomicron\or \textpi\or \n@vanta\fi
\gr@num@iv}
\def\gr@num@vi#1{%
\katwtonos
diff --git a/Master/texmf-dist/tex/latex/teubner/teubnertx.sty b/Master/texmf-dist/tex/latex/teubner/teubnertx.sty
index 116a9b9da1e..7c733165950 100644
--- a/Master/texmf-dist/tex/latex/teubner/teubnertx.sty
+++ b/Master/texmf-dist/tex/latex/teubner/teubnertx.sty
@@ -28,7 +28,7 @@
%% of either this file or a changed version, except for a nominal
%% charge for copying, etc.
\ProvidesPackage{teubnertx}[%
-2015/10/15 v.4.7
+2015/10/22 v.4.7a
Access to the LGR encoded Greek fonts that match the TX fonts]
\DeclareFontFamily{LGR}{txr}{}