MorganBauer / tufte-latex

Automatically exported from code.google.com/p/tufte-latex
0 stars 0 forks source link

package subcaption - environment subfigure #87

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Tufte is incompatible with the package subcaption (Tufte: SVN, LaTeX: latest 
MacTex based on LiveTex). Consider the example above:

begin{figure}
  \begin{subfigure}[b]{0.3\textwidth}
    \centering
    \begin{tikzpicture}
      \draw circle (1.25cm) {};
    \end{tikzpicture}%
    \caption{subcaption}
    \label{fig:circle}
  \end{subfigure}%
\caption{main caption}\label{fig:main}
\end{figure}

Then \ref{fig:circle} does not work (Only (??) is shown), but  \ref{fig:main} 
does.

Reference:
http://tex.stackexchange.com/questions/85816/missing-sub-caption-numbers-with-tu
fte-latex

Original issue reported on code.google.com by Wosrediinanatour on 25 Jan 2013 at 3:49