texlive[72653] Master/texmf-dist: mathfixs (25oct24)
commits+karl at tug.org
commits+karl at tug.org
Fri Oct 25 23:27:18 CEST 2024
Revision: 72653
https://tug.org/svn/texlive?view=revision&revision=72653
Author: karl
Date: 2024-10-25 23:27:18 +0200 (Fri, 25 Oct 2024)
Log Message:
-----------
mathfixs (25oct24)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/mathfixs/README.txt
trunk/Master/texmf-dist/doc/latex/mathfixs/mafxsamp.tex
trunk/Master/texmf-dist/doc/latex/mathfixs/mathfixs.pdf
trunk/Master/texmf-dist/source/latex/mathfixs/mathfixs.dtx
trunk/Master/texmf-dist/tex/latex/mathfixs/mathfixs.sty
Modified: trunk/Master/texmf-dist/doc/latex/mathfixs/README.txt
===================================================================
--- trunk/Master/texmf-dist/doc/latex/mathfixs/README.txt 2024-10-25 21:27:09 UTC (rev 72652)
+++ trunk/Master/texmf-dist/doc/latex/mathfixs/README.txt 2024-10-25 21:27:18 UTC (rev 72653)
@@ -1,4 +1,4 @@
-mathfixs v1.1
+mathfixs v1.11
Copyright 2018-2024 Niklas Beisert
mathfixs is a LaTeX2e package to fix some odd behaviour in math mode
Modified: trunk/Master/texmf-dist/doc/latex/mathfixs/mafxsamp.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/mathfixs/mafxsamp.tex 2024-10-25 21:27:09 UTC (rev 72652)
+++ trunk/Master/texmf-dist/doc/latex/mathfixs/mafxsamp.tex 2024-10-25 21:27:18 UTC (rev 72653)
@@ -17,7 +17,7 @@
%% version 2008 or later.
%%
\NeedsTeXFormat{LaTeX2e}[1996/12/01]
-\ProvidesFile{mafxsamp.tex}[2024/10/23 v1.1 sample for mathfixs]
+\ProvidesFile{mafxsamp.tex}[2024/10/25 v1.11 sample for mathfixs]
\documentclass[12pt]{article}
\usepackage{geometry}
Modified: trunk/Master/texmf-dist/doc/latex/mathfixs/mathfixs.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/source/latex/mathfixs/mathfixs.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/mathfixs/mathfixs.dtx 2024-10-25 21:27:09 UTC (rev 72652)
+++ trunk/Master/texmf-dist/source/latex/mathfixs/mathfixs.dtx 2024-10-25 21:27:18 UTC (rev 72653)
@@ -18,10 +18,10 @@
% and the derived files mathfixs.sty and mafxsamp.tex.
%
%<package|sample>\NeedsTeXFormat{LaTeX2e}[1996/12/01]
-%<package>\ProvidesPackage{mathfixs}[2024/10/23 v1.1 various fixes for math mode]
-%<sample>\ProvidesFile{mafxsamp.tex}[2024/10/23 v1.1 sample for mathfixs]
+%<package>\ProvidesPackage{mathfixs}[2024/10/25 v1.11 various fixes for math mode]
+%<sample>\ProvidesFile{mafxsamp.tex}[2024/10/25 v1.11 sample for mathfixs]
%<*driver>
-\def\thedate#1{2024/10/23}\def\theversion#1{v1.1}
+\def\thedate#1{2024/10/25}\def\theversion#1{v1.11}
\ProvidesFile{mathfixs.dtx}[\thedate{} \theversion{} mathfixs reference manual file]
\PassOptionsToClass{10pt,a4paper}{article}
\documentclass{ltxdoc}
@@ -1160,6 +1160,14 @@
\subsection{Revision History}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\paragraph{v1.11:} 2024/10/25
+
+\begin{itemize}
+\item
+fixed misspelled definition |\End|
+\end{itemize}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\paragraph{v1.1:} 2024/10/23
\begin{itemize}
@@ -2102,7 +2110,7 @@
% \begin{macrocode}
\define at key{mafx@}{mapclass}[]{%
\let\Hom=\mafx at Hom
- \let\Eng=\mafx at Eng
+ \let\End=\mafx at End
\let\Isom=\mafx at Isom
\let\Aut=\mafx at Aut
}
Modified: trunk/Master/texmf-dist/tex/latex/mathfixs/mathfixs.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/mathfixs/mathfixs.sty 2024-10-25 21:27:09 UTC (rev 72652)
+++ trunk/Master/texmf-dist/tex/latex/mathfixs/mathfixs.sty 2024-10-25 21:27:18 UTC (rev 72653)
@@ -17,7 +17,7 @@
%% version 2008 or later.
%%
\NeedsTeXFormat{LaTeX2e}[1996/12/01]
-\ProvidesPackage{mathfixs}[2024/10/23 v1.1 various fixes for math mode]
+\ProvidesPackage{mathfixs}[2024/10/25 v1.11 various fixes for math mode]
\RequirePackage{keyval}
@@ -331,7 +331,7 @@
\define at key{mafx@}{mapclass}[]{%
\let\Hom=\mafx at Hom
- \let\Eng=\mafx at Eng
+ \let\End=\mafx at End
\let\Isom=\mafx at Isom
\let\Aut=\mafx at Aut
}
More information about the tex-live-commits
mailing list.