From 8f9e1f233b0dbfca0097082e4fef434bcc70ce02 Mon Sep 17 00:00:00 2001 From: Henrik Tidefelt Date: Mon, 12 Dec 2022 22:31:20 +0100 Subject: [PATCH] Add comment about LaTeXML issue 1377 being fixed on master --- chapters/operatorsandexpressions.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/operatorsandexpressions.tex b/chapters/operatorsandexpressions.tex index 289806ec8..39cb64c22 100644 --- a/chapters/operatorsandexpressions.tex +++ b/chapters/operatorsandexpressions.tex @@ -48,7 +48,7 @@ \section{Operator Precedence and Associativity}\label{operator-precedence-and-as All operators are binary except the postfix operators and those shown as unary together with \emph{expr}, the conditional operator, the array construction operator % Beware that the array construction operator, normally expressed as \lstinline!{ }! needs escaped braces inside \caption. % This isn't handled correctly by LaTeXML, as reported here: -% - https://github.com/brucemiller/LaTeXML/issues/1377 +% - https://github.com/brucemiller/LaTeXML/issues/1377 (fixed on master 2022-12-10) \ifpdf \lstinline!\{ \}! % Intentional space at end of line. \else