From 67a88c2c7709e2a58e363701050074c1ec8bdb03 Mon Sep 17 00:00:00 2001 From: Henrik Tidefelt Date: Mon, 6 Jul 2020 08:34:23 +0200 Subject: [PATCH] Mention that LaTeXML issue with subfig.sty is fixed on master --- 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 f2f16421d..6961dc34a 100644 --- a/chapters/synchronous.tex +++ b/chapters/synchronous.tex @@ -183,7 +183,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: +% We can't use \subfloat just yet due to LaTeXML issue (fixed on master 2020-06-27): % https://github.com/brucemiller/LaTeXML/issues/1292 %\begin{figure}[tb] % \centering diff --git a/preamble.tex b/preamble.tex index 3751ef9e4..b1e5d8c56 100644 --- a/preamble.tex +++ b/preamble.tex @@ -39,7 +39,7 @@ \graphicspath{{media/}{../media/}} % so that chapter files can also find the images \def\figureautorefname{figure} % Use lower case initial, just like for sections. -% Don't use subfig.sty until this LaTeXML issue has been fixed: +% Don't use subfig.sty due to this LaTeXML issue (fixed on master 2020-06-27): % - https://github.com/brucemiller/LaTeXML/issues/1292 % Leaving commented-out code as a hint to anyone who considers using subfig. %\usepackage{subfig}