-
-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix for #1265 (draft version) * fix docu * corrections * add an ltnews entry * changes entry * typo * fix typos * one more --------- Co-authored-by: David Carlisle <[email protected]>
- Loading branch information
1 parent
bce64cd
commit 01a49aa
Showing
5 changed files
with
99 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,12 @@ | |
All changes above are only part of the development branch for the next release. | ||
================================================================================ | ||
|
||
2024-08-02 Frank Mittelbach <[email protected]> | ||
|
||
* amsmath.dtx (section{Ellipsis dots}): | ||
Support special \dots magic in case of robust symbols protected with | ||
\protected or via \DeclareRobustCommand (gh/1265) | ||
|
||
######################### | ||
# 2024-06-01 Release | ||
######################### | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
\documentclass{article} | ||
|
||
\input{test2e} | ||
|
||
% Any preamble code goes here | ||
\usepackage{amsmath} | ||
|
||
\showoutput | ||
|
||
\newbox\testbox | ||
|
||
\begin{document} | ||
|
||
% Demonstration of issue here | ||
|
||
\START | ||
|
||
\savebox\testbox{$\equiv\dots\equiv$} | ||
|
||
\box\testbox | ||
|
||
\savebox\testbox{$\cong\dots\cong$} | ||
|
||
\box\testbox | ||
|
||
\END | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
This is a generated file for the LaTeX2e validation system. | ||
Don't change this file in any respect. |