<div dir="auto">I understand. But being deprecated means in between other things that it is not being maintained and should not be used because it may stop working anytime soon and it will not be fixed. In fact there are other things in this package -- that one may be tempted to use -- that no longer works.<div dir="auto"><br></div><div dir="auto">Paulo Ney </div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Mar 25, 2023, 4:57 AM Bob Tennent <<a href="mailto:rdtennent@gmail.com">rdtennent@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:large">> The "subfigure" package is deprecated.<br></div><div class="gmail_default" style="font-size:large"><br></div><div class="gmail_default" style="font-size:large">Indeed.  Unfortunately the documentation for subcaption doesn't really explain the subtable environment.  But an example like the one referenced at stackexchange does in fact work:<br></div><div class="gmail_default" style="font-size:large"><br></div><div class="gmail_default" style="font-size:large">\documentclass{article}<br>\usepackage{subcaption}<br>\begin{document}<br>\begin{table}<br>\centering<br>\caption{big table caption}<br>   \begin{subtable}{.5\textwidth}<br>   \centering<br>   This<br>   \caption{sub table caption}<br>   \end{subtable}% <br>   \begin{subtable}{.5\textwidth}<br>   \centering<br>   That<br>   \caption{subtable caption}<br>   \end{subtable}<br>   And the other<br>\end{table}<br>\end{document}</div><div class="gmail_default" style="font-size:large"><br></div></div>
</div>
</blockquote></div>