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 --- .../texmf-dist/doc/fonts/archaic/hieroglf-README | 8 +++++++- Master/texmf-dist/doc/fonts/archaic/hieroglf.pdf | Bin 246679 -> 353111 bytes .../texmf-dist/source/fonts/archaic/hieroglf.dtx | 20 ++++++++++++++++++-- .../texmf-dist/source/fonts/archaic/hieroglf.ins | 4 ++-- Master/texmf-dist/tex/latex/archaic/hieroglf.sty | 14 ++++++++++++-- Master/texmf-dist/tex/latex/archaic/ot1pmhg.fd | 2 +- Master/texmf-dist/tex/latex/archaic/t1pmhg.fd | 2 +- 7 files changed, 41 insertions(+), 9 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/fonts/archaic/hieroglf-README b/Master/texmf-dist/doc/fonts/archaic/hieroglf-README index 6738f736cbf..ba2bd62ed81 100644 --- a/Master/texmf-dist/doc/fonts/archaic/hieroglf-README +++ b/Master/texmf-dist/doc/fonts/archaic/hieroglf-README @@ -11,6 +11,10 @@ is not for serious Egyptologists. The hieroglf package requires the oands package for some symbols used in the transliteration. +Changes in version 1.4 (20015/06/02) +o Improved accents with T1 encoding (with thanks to + David Carlisle) + Changes in version 1.3 (2005/04/02) o Font supplied as Postscript Type1 instead of MetaFont @@ -26,7 +30,7 @@ o First public release ------------------------------------------------------------------ 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 @@ -44,11 +48,13 @@ o First public release hieroglf.dtx hieroglf.ins hieroglf.pdf + trypmhg.tex and the derived files hieroglf.sty ot1pmhg.fd t1pmhg.fd hieroglf.map + trypmhg.pdf and possibly some pmhg*.mf files ------------------------------------------------------------------ diff --git a/Master/texmf-dist/doc/fonts/archaic/hieroglf.pdf b/Master/texmf-dist/doc/fonts/archaic/hieroglf.pdf index 930394a7414..4224b7f0eb5 100644 Binary files a/Master/texmf-dist/doc/fonts/archaic/hieroglf.pdf and b/Master/texmf-dist/doc/fonts/archaic/hieroglf.pdf differ 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 diff --git a/Master/texmf-dist/tex/latex/archaic/hieroglf.sty b/Master/texmf-dist/tex/latex/archaic/hieroglf.sty index 211b74a34f2..213824e2f1f 100644 --- a/Master/texmf-dist/tex/latex/archaic/hieroglf.sty +++ b/Master/texmf-dist/tex/latex/archaic/hieroglf.sty @@ -7,7 +7,7 @@ %% hieroglf.dtx (with options: `usc') %% ------------------------------------------------------------------ %% 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 @@ -23,7 +23,7 @@ %% This work consists of the files listed in the README file. %% ------------------------------------------------------------------ \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} \providecommand{\Tienc}{T1} @@ -188,6 +188,9 @@ \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}}} \DeclareTextCommand{\cedover}{OT1}[1]% {#1\ifdim\fontdimen\@ne\font>\z@% @@ -196,6 +199,13 @@ \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}} \newcommand{\Hic}{\cedover{\i}\ensuremath{\!}} \newcommand{\Hrp}{\,\textoands{`}} diff --git a/Master/texmf-dist/tex/latex/archaic/ot1pmhg.fd b/Master/texmf-dist/tex/latex/archaic/ot1pmhg.fd index 70299ff1090..a91eab587b1 100644 --- a/Master/texmf-dist/tex/latex/archaic/ot1pmhg.fd +++ b/Master/texmf-dist/tex/latex/archaic/ot1pmhg.fd @@ -7,7 +7,7 @@ %% hieroglf.dtx (with options: `fdot1') %% ------------------------------------------------------------------ %% 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 diff --git a/Master/texmf-dist/tex/latex/archaic/t1pmhg.fd b/Master/texmf-dist/tex/latex/archaic/t1pmhg.fd index ad02ba182dd..837315a5270 100644 --- a/Master/texmf-dist/tex/latex/archaic/t1pmhg.fd +++ b/Master/texmf-dist/tex/latex/archaic/t1pmhg.fd @@ -7,7 +7,7 @@ %% hieroglf.dtx (with options: `fdt1') %% ------------------------------------------------------------------ %% 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