From a56bdd9c220025d7ed2f8181e55abe0b4c42cfb0 Mon Sep 17 00:00:00 2001 From: Henrik Tidefelt Date: Mon, 3 Aug 2020 07:20:58 +0200 Subject: [PATCH] Add comments about LaTeXML issue 1292 being fixed on 'master' LaTeXML issue: https://github.com/brucemiller/LaTeXML/issues/1292 LaTeXML fix: https://github.com/brucemiller/LaTeXML/commit/9f5c893bf5b013db0e7564fcb1733e8cd895b4a9 --- chapters/synchronous.tex | 2 +- preamble.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chapters/synchronous.tex b/chapters/synchronous.tex index c63e43dfc..b9b493eb1 100644 --- a/chapters/synchronous.tex +++ b/chapters/synchronous.tex @@ -185,7 +185,7 @@ \section{Definitions}\doublelabel{definitions} \subsection{Clocks and Clocked Variables}\doublelabel{clocks-and-clocked-variables} % We can't use \subfloat just yet due to LaTeXML issue: -% https://github.com/brucemiller/LaTeXML/issues/1292 +% https://github.com/brucemiller/LaTeXML/issues/1292 (marked as fixed as of commit 9f5c893b) %\begin{figure}[tb] % \centering % \subfloat[A piecewise-constant variable.]{\includegraphics[width=5cm]{piecewise}\doublelabel{fig:piecewise-constant-variable}} diff --git a/preamble.tex b/preamble.tex index 12e63b273..b85d854d4 100644 --- a/preamble.tex +++ b/preamble.tex @@ -40,7 +40,7 @@ \def\figureautorefname{figure} % Use lower case initial, just like for sections. % Don't use subfig.sty until this LaTeXML issue has been fixed: -% - https://github.com/brucemiller/LaTeXML/issues/1292 +% - https://github.com/brucemiller/LaTeXML/issues/1292 (marked as fixed as of commit 9f5c893b) % Leaving commented-out code as a hint to anyone who considers using subfig. %\usepackage{subfig} %\newcommand{\subfigureautorefname}{\figureautorefname}