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
Something odd I ran into the other day was that if I label my figure with \label{methods}, the figure references fail to populate in the output. Switching to \label{methods1}, then the figure appears. Not sure if its a reserved word that gets parsed, but it was odd.
Concrete example:
Label figure as such:
{fullwidth=t}
Observe output:
Switch to:
{fullwidth=t}
Something odd I ran into the other day was that if I label my figure with
\label{methods}, the figure references fail to populate in the output. Switching to\label{methods1}, then the figure appears. Not sure if its a reserved word that gets parsed, but it was odd.Concrete example: