0

I have a two column formating of latex. I know that I can use * to wide the figure in two column: \begin{figure*}----\end{figure*} For fix positioning I know, I have to use \usepackage{float} plus using [H] in front of figure: \begin{figure*} [H]----\end{figure*}; but when I use [H], my figure is disappeared in my compiled pdf. How to solve problem?

cgnieder
  • 66,645
user3271929
  • 153
  • 5
  • You also can use the strip environment from the cuted package, from the sttools bundle, and the captionof command (defined in capt-of and also in caption). – Bernard Jul 23 '15 at 14:40
  • please post an MWE, starting with \documentclass and ending with \end{document}, that reproduces the problem – Mico Jul 23 '15 at 14:42
  • What do you mean by MWE? – user3271929 Jul 23 '15 at 14:43
  • the document class is as follow: \documentclass[ reprint, amsmath,amssymb, aps, ]{revtex4-1} – user3271929 Jul 23 '15 at 14:45
  • \documentclass[ reprint, amsmath,amssymb, aps, %pra, %prb, ]{revtex4-1} \usepackage{graphicx}% Include figure files \usepackage{dcolumn}% Align table columns on decimal point \usepackage{bm}% bold math \usepackage{hyperref} \hypersetup{colorlinks = true, citecolor = red } \usepackage{float} \usepackage{amsmath} \usepackage{booktabs} \usepackage[utf8]{inputenc} \usepackage[english]{babel} \usepackage{float} \usepackage{makecell} \usepackage{tabularx} \raggedbottom %in command faselaharo kam mikone baiad akharin bashe hamishe \begin{document} – user3271929 Jul 23 '15 at 15:03
  • not what you ask for but may be helpfull http://tex.stackexchange.com/questions/30985/displaying-a-wide-figure-in-a-two-column-document – touhami Jul 23 '15 at 15:28
  • 1
    Please add code to the question not as a comment. You can not use [H] with a two-column float just do not use [H] – David Carlisle Jul 23 '15 at 17:53

0 Answers0