You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@CaseyMiller could you attach the produced HTML here? LaTeXML should be keeping source PNG assets as-is, so this may be related to the final CSS and flexbox setup for subfigures.
Figures become distorted. The example shows spheres in pane a becoming distorted to ellipsoids. Figure files attached and the source is
\documentclass[11pt]{article}
% Graphics support
\usepackage{graphicx}
\usepackage{subcaption}
\begin{document}
\begin{figure*}[t]
\centering
\begin{subfigure}[b]{0.33\linewidth}
\includegraphics[width=\linewidth]{BCC.png}
\caption{}
\end{subfigure}
\begin{subfigure}[b]{0.35\linewidth}
\includegraphics[width=\linewidth]{BCE.png}
\caption{}
\end{subfigure}
\begin{subfigure}[b]{0.3\linewidth}
\includegraphics[width=\linewidth]{PSF_25S.png}
\caption{}
\end{subfigure}
\
\begin{subfigure}[b]{0.4\linewidth}
\includegraphics[width=\linewidth]{PEF_25E.png}
\caption{}
\end{subfigure}
\begin{subfigure}[b]{0.4\linewidth}
\includegraphics[width=\linewidth]{PSF_1000S.png}
\caption{}
\end{subfigure}
\caption{Figure example.}
\label{fig:ex2}
\end{figure*}
\end{document}
The text was updated successfully, but these errors were encountered: