From dc41dcc6c65c5195998674cc0fd5955ce1015fe2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 5 Jul 2015 22:11:17 +0000 Subject: archaic git-svn-id: svn://tug.org/texlive/trunk@37773 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/fonts/archaic/hieroglf.dtx | 20 ++++++++++++++++++-- Master/texmf-dist/source/fonts/archaic/hieroglf.ins | 4 ++-- 2 files changed, 20 insertions(+), 4 deletions(-) (limited to 'Master/texmf-dist/source/fonts') diff --git a/Master/texmf-dist/source/fonts/archaic/hieroglf.dtx b/Master/texmf-dist/source/fonts/archaic/hieroglf.dtx index 998d590d6b3..00436cb60ac 100644 --- a/Master/texmf-dist/source/fonts/archaic/hieroglf.dtx +++ b/Master/texmf-dist/source/fonts/archaic/hieroglf.dtx @@ -3,7 +3,7 @@ % hieroglf.dtx % % Author: Peter Wilson (Herries Press) herries dot press at earthlink dot net -% Copyright 2000--2005 Peter R. Wilson +% Copyright 2000--20015 Peter R. Wilson % % This work may be distributed and/or modified under the % conditions of the Latex Project Public License, either @@ -115,6 +115,7 @@ % \def\fileversion{v1.1} \def\filedate{2000/08/26} % \def\fileversion{v1.2} \def\filedate{2000/09/23} % \def\fileversion{v1.3} \def\filedate{2005/04/02} +% \def\fileversion{v1.4} \def\filedate{20015/06/02} % \newcommand*{\Lpack}[1]{\textsf {#1}} ^^A typeset a package % \newcommand*{\Lopt}[1]{\textsf {#1}} ^^A typeset an option % \newcommand*{\file}[1]{\texttt {#1}} ^^A typeset a file @@ -169,6 +170,9 @@ % Commented code for a Metafont version of the fonts and the package code % may be in later sections. % +% In 2015 David Carlisle provided a correction to the code for when a T1 font +% was used. +% % \subsection{An alphabetic tree} % % Scholars are reasonably agreed that all the world's alphabets are descended @@ -4970,7 +4974,7 @@ bye. % \begin{macrocode} %<*usc> \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{hieroglf}[2000/09/23 v1.2 package for poor mans hieroglyphs] +\ProvidesPackage{hieroglf}[2015/06/02 v1.4 package for poor mans hieroglyphs] \RequirePackage{oands} % \end{macrocode} @@ -5245,6 +5249,8 @@ bye. % \end{macrocode} % % Now for the transliterations, for which we need some new accents. +% The code for the T1 versions of \uunder and \cedover were provided by +% David Carlisle on TeX-LaTeX Stack Exchange in May 2015. % % \begin{macro}{\uunder} % Puts a small `u' under a letter. @@ -5252,6 +5258,9 @@ bye. \DeclareTextCommand{\uunder}{OT1}[1]% {{\o@lign{\relax#1\crcr\hidewidth\sh@ft{29}% \vbox to.2ex{\hbox{\char21}\vss}\hidewidth}}} +\DeclareTextCommand{\uunder}{T1}[1]% + {{\o@lign{\relax#1\crcr\hidewidth\sh@ft{29}% + \vbox to.2ex{\hbox{\char8}\vss}\hidewidth}}} % \end{macrocode} % \end{macro} @@ -5266,6 +5275,13 @@ bye. \kern-.4em \fi \raisebox{1.75ex}{\char24}} +\DeclareTextCommand{\cedover}{OT1}[1]% + {#1\ifdim\fontdimen\@ne\font>\z@% + \kern-.18em + \else + \kern-.4em + \fi + \raisebox{1.75ex}{\char11}} % \end{macrocode} % \end{macro} diff --git a/Master/texmf-dist/source/fonts/archaic/hieroglf.ins b/Master/texmf-dist/source/fonts/archaic/hieroglf.ins index 08d0b7a293a..d28d7cb5b08 100644 --- a/Master/texmf-dist/source/fonts/archaic/hieroglf.ins +++ b/Master/texmf-dist/source/fonts/archaic/hieroglf.ins @@ -1,6 +1,6 @@ %% hieroglf.ins %% Author: Peter Wilson (Herries Press) herries dot press at earthlink dot net -%% Copyright 2000--2005 Peter R. Wilson +%% Copyright 2000--20015 Peter R. Wilson %% %% This work may be distributed and/or modified under the %% conditions of the Latex Project Public License, either @@ -25,7 +25,7 @@ \preamble ------------------------------------------------------------------ Author: Peter Wilson (Herries Press) herries dot press at earthlink dot net - Copyright 2000--2005 Peter R. Wilson + Copyright 2000--20015 Peter R. Wilson This work may be distributed and/or modified under the conditions of the Latex Project Public License, either -- cgit v1.2.3