From 7d43d8b0b3380a664f9391293f643a2d0bef22af Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 23 Jan 2022 21:28:59 +0000 Subject: hamnosys git-svn-id: svn://tug.org/texlive/trunk@61718 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/fonts/hamnosys/hamnosys.pdf | Bin 184615 -> 184454 bytes .../texmf-dist/source/fonts/hamnosys/hamnosys.dtx | 11 ++++++----- Master/texmf-dist/tex/latex/hamnosys/hamnosys.sty | 6 +++--- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Master/texmf-dist/doc/fonts/hamnosys/hamnosys.pdf b/Master/texmf-dist/doc/fonts/hamnosys/hamnosys.pdf index d3b88a9e607..379fac82e37 100644 Binary files a/Master/texmf-dist/doc/fonts/hamnosys/hamnosys.pdf and b/Master/texmf-dist/doc/fonts/hamnosys/hamnosys.pdf differ diff --git a/Master/texmf-dist/source/fonts/hamnosys/hamnosys.dtx b/Master/texmf-dist/source/fonts/hamnosys/hamnosys.dtx index d1afff13b55..5cbad5e63ab 100644 --- a/Master/texmf-dist/source/fonts/hamnosys/hamnosys.dtx +++ b/Master/texmf-dist/source/fonts/hamnosys/hamnosys.dtx @@ -29,7 +29,7 @@ %\NeedsTeXFormat{LaTeX2e}[2005/12/01] %\ProvidesPackage{hamnosys} %<*package> - [2021/12/14 v1.0.0 Use HamNoSys in TeX] + [2022/01/20 v1.0.1 Use HamNoSys in TeX] % % %<*driver> @@ -204,7 +204,7 @@ %%% URls \newcommand{\pkggitURL}{\url{https://github.com/DGS-Korpus/HamNoSys4TeX}} -\newcommand{\pkgversiondoiURL}{\url{https://doi.org/10.25592/uhhfdm.9644}} +\newcommand{\pkgversiondoiURL}{\url{https://doi.org/10.25592/uhhfdm.9834}} \newcommand{\pkgconceptdoiURL}{\url{https://doi.org/10.25592/uhhfdm.9643}} \newcommand{\hnssoftwareURL}{\url{https://doi.org/10.25592/uhhfdm.9724}} @@ -263,7 +263,7 @@ % \title{The \textsf{hamnosys} package\thanks{This document % corresponds to \textsf{hamnosys}~\fileversion, dated \filedate. An archival copy can be found at \pkgversiondoiURL{}.}} % \author{\orcid{0000-0002-4183-8489}{Marc Schulder} \texorpdfstring{\\\hamnosys{hamceeall,hamthumbopenmod,hamextfingerui,hampalml,hamhead,hamclose,hambehind,hamparbegin,hammovedi,hamreplace,hamfist,hamparend}}{} \and \orcid{0000-0001-7356-8973}{Thomas Hanke} \texorpdfstring{\\\hamnosys{hamcee12,hamthumbopenmod,hamextfingeril,hampalmr,hamneck,hamclose,hamparbegin,hammoveu,hamsmallmod,hamreplace,hamextfingerul,hampalmul,hamparend}}{}} -% \date{\DTMdate{2021-12-14}} +% \date{\DTMdate{2022-01-20}} % % % \maketitle @@ -844,10 +844,11 @@ You can use \hamnosys{hamceeall,hamthumbopenmod,hamfingerstraightmod,hamextfinge % \begin{macro}{\hamnosysfont} % Load the HamNoSys Unicode font family. % This also declares the \lstinline!\hamnosysfont! command for switching to the font (see \cref{sec:font}). +% \changes{v1.0.1}{2022/01/20}{Fix: Find font file in tex installation} % \begin{macrocode} \newfontfamily\hamnosysfont{HamNoSysUnicode}[ - Path=./, - UprightFont=HamNoSysUnicode.ttf, + Extension = .ttf, + UprightFont = HamNoSysUnicode, ] % \end{macrocode} % \end{macro} diff --git a/Master/texmf-dist/tex/latex/hamnosys/hamnosys.sty b/Master/texmf-dist/tex/latex/hamnosys/hamnosys.sty index 1b4b6205c56..0925e29ea9b 100644 --- a/Master/texmf-dist/tex/latex/hamnosys/hamnosys.sty +++ b/Master/texmf-dist/tex/latex/hamnosys/hamnosys.sty @@ -30,7 +30,7 @@ %% \NeedsTeXFormat{LaTeX2e}[2005/12/01] \ProvidesPackage{hamnosys} - [2021/12/14 v1.0.0 Use HamNoSys in TeX] + [2022/01/20 v1.0.1 Use HamNoSys in TeX] @@ -53,8 +53,8 @@ \ProcessKeyvalOptions{hns} \newfontfamily\hamnosysfont{HamNoSysUnicode}[ - Path=./, - UprightFont=HamNoSysUnicode.ttf, + Extension = .ttf, + UprightFont = HamNoSysUnicode, ] \newcommand{\texthamnosys}[1]{{\hamnosysfont #1}} -- cgit v1.2.3