summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/fonts
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-01-23 21:28:59 +0000
committerKarl Berry <karl@freefriends.org>2022-01-23 21:28:59 +0000
commit7d43d8b0b3380a664f9391293f643a2d0bef22af (patch)
tree6fd56ab35125f1a6841e1cf611b4cda5a1b50496 /Master/texmf-dist/source/fonts
parentd39c2f56a0bdf0ee397e6871bb20b5c75c0ea8cb (diff)
hamnosys
git-svn-id: svn://tug.org/texlive/trunk@61718 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/fonts')
-rw-r--r--Master/texmf-dist/source/fonts/hamnosys/hamnosys.dtx11
1 files changed, 6 insertions, 5 deletions
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 @@
%<package>\NeedsTeXFormat{LaTeX2e}[2005/12/01]
%<package>\ProvidesPackage{hamnosys}
%<*package>
- [2021/12/14 v1.0.0 Use HamNoSys in TeX]
+ [2022/01/20 v1.0.1 Use HamNoSys in TeX]
%</package>
%
%<*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}