summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-02-01 03:00:51 +0000
committerNorbert Preining <norbert@preining.info>2024-02-01 03:00:51 +0000
commita494a509f3f4a13a450c898488155f7aa5353bd3 (patch)
treeab11a3116dfe36f273b0eefe1a7abb556253a9c8 /fonts
parent79e1bbc1ad6b308aa2074540b2afd43b6a72ce03 (diff)
CTAN sync 202402010300
Diffstat (limited to 'fonts')
-rw-r--r--fonts/heuristica/README5
-rw-r--r--fonts/heuristica/tex/heuristica.sty6
2 files changed, 7 insertions, 4 deletions
diff --git a/fonts/heuristica/README b/fonts/heuristica/README
index 9871d9ccfd..38f8833524 100644
--- a/fonts/heuristica/README
+++ b/fonts/heuristica/README
@@ -2,7 +2,10 @@ With update 1.08 to Heuristica, the package reverts to the otf fonts as distribu
http://www.ctan.org/license/lppl1.3
for the details of that license.
-Current version: 1.092 2019-06-10
+Current version: 1.093 2024-01-30
+
+Changes in version 1.093
+Corrected code for option "looser", adding a missing \gdef. (Thanks, Andre Oxygen.)
Changes in version 1.092
Corrected an error in the last correction to the fd file. (Thanks, Frank Mittelbach.)
diff --git a/fonts/heuristica/tex/heuristica.sty b/fonts/heuristica/tex/heuristica.sty
index 6a1575c47e..d953cf1edc 100644
--- a/fonts/heuristica/tex/heuristica.sty
+++ b/fonts/heuristica/tex/heuristica.sty
@@ -1,8 +1,8 @@
%% heuristica.sty
%%
\NeedsTeXFormat{LaTeX2e}
-\def\fileversion{1.09}
-\def\filedate{2017/03/14}
+\def\fileversion{1.093}
+\def\filedate{2024/01/30}
\ProvidesPackage{heuristica}
[\filedate\space v\fileversion]
@@ -60,7 +60,7 @@
\DeclareOptionX{tabular}{\edef\Heuristica@figurealign{T}}
\DeclareOptionX{sups}{\@Heuristica@supstrue}
\DeclareOptionX{looser}{%
-\gdef\Heuristica@spc{.25em}\gdef\Heuristica@stretch{.125em}\Heuristica@shrink{.1em}}
+\gdef\Heuristica@spc{.25em}\gdef\Heuristica@stretch{.125em}\gdef\Heuristica@shrink{.1em}}
\DeclareOptionX{loosest}{%
\gdef\Heuristica@spc{.28em}\gdef\Heuristica@stretch{.125em}\gdef\Heuristica@shrink{.13em}}
\ExecuteOptionsX{lining,tabular}