-
-
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.
- Loading branch information
1 parent
176699b
commit 200dff5
Showing
4 changed files
with
72 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,12 @@ completeness or accuracy and it contains some references to files that | |
are not part of the distribution. | ||
======================================================================= | ||
|
||
2024-12-17 Frank Mittelbach <[email protected]> | ||
|
||
* array.dtx (section{The macros \texttt{\textbackslash @classz}): | ||
Expand argument of \@startpbox exactly once while the preamble is built | ||
and use \@@startpbox later to do the real work (gh/1585) | ||
|
||
2024-11-12 Frank Mittelbach <[email protected]> | ||
* multicol.dtx (subsection{Tagging support}): | ||
Added another socket to support tagging. | ||
|
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 @@ | ||
% This should not produce errors | ||
\documentclass{article} | ||
|
||
\input{test2e} | ||
|
||
\usepackage{array} | ||
|
||
\begin{document} | ||
|
||
\START | ||
|
||
\typeout{This should show no errors but did!} | ||
|
||
\newcommand\hidden{\fpeval{15}pt} | ||
|
||
\begin{tabular}{p{\fpeval{15}pt}p{\hidden}p{\fpeval{15}pt}p{\fpeval{15}pt}} | ||
a & b & c & d | ||
\end{tabular} | ||
|
||
|
||
\begin{tabular}{p{\fpeval{15}pt}lll} | ||
a & b & c & d | ||
\end{tabular} | ||
|
||
\newpage | ||
\TIMO | ||
\end{document} |
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,10 @@ | ||
This is a generated file for the LaTeX2e validation system. | ||
Don't change this file in any respect. | ||
This should show no errors but did! | ||
LaTeX Font Info: External font `cmex10' loaded for size | ||
(Font) <7> on input line .... | ||
LaTeX Font Info: External font `cmex10' loaded for size | ||
(Font) <5> on input line .... | ||
[1 | ||
] | ||
(github-1585.aux) |