Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zmwangx/8985902 to your computer and use it in GitHub Desktop.
Save zmwangx/8985902 to your computer and use it in GitHub Desktop.
LaTeX - making tables and figures the same type of float
% This code snippet in the preamble makes tables and figures the same type of float, so that they are placed in the same queue (and hence appear in the order of appearance).
\makeatletter
\let\ftype@table\ftype@figure
\makeatother
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment