
Estoy intentando agregar esta imagen de dos columnas en la parte superior de esta página; sin embargo, aparece debajo del texto.
\begin{figure*}[htb!]
\label{fig:2}
\includegraphics[trim=0cm 3.5in 0cm 3.5in,clip=true, width=6in]{2}
\caption{asdfasdf}
\end{figure*}
Sin [!] la imagen pasa a la página siguiente, y con [H] y \usepackage{float}
la imagen no aparece en absoluto. Cualquier ayuda es muy apreciada, ¡gracias!
Aquí está el resto del código:
\documentclass[aps,twocolumn,secnumarabic,balancelastpage,amsmath,amssymb,nofootinbib]{revtex4}
\usepackage{float}
\usepackage{flushend}
\usepackage{chapterbib} % allows a bibliography for each chapter (each labguide has it's own)
\usepackage{color} % produces boxes or entire pages with colored backgrounds
\usepackage{graphics} % standard graphics specifications
\usepackage[pdftex]{graphicx} % alternative graphics specifications
\usepackage{longtable} % helps with long table options
\usepackage{epsf} % old package handles encapsulated post script issues
\usepackage{bm} % special 'bold-math' package
\usepackage{verbatim} % for comment environment
\usepackage[colorlinks=true]{hyperref} % this package should be added after all others
\begin{document}
Blah Blah Text
\begin{figure*}[htb]
\includegraphics[trim=0cm 4.4in 0cm 4.4in,clip=true, width=6in]{ringdown_freqscan}
\caption{Left:Blah Blah}
\label{fig:rdfs}
\end{figure*}
MORE TEXT
\par
Designed by UF researchers, the suck stick is inserted into the top
of the dewar and contains a port at its top to pump out its inside.
At the
\begin{figure*}[htb!]
\includegraphics[trim=0cm 3.5in 0cm 3.5in,clip=true, width=6in]{damp_freq}
\caption{asdfasdf}
\label{fig:damp_freq}
\end{figure*}
very base of the suck stick is a capillary intended to allow a very
specific amount of the contents of the dewar into the cryostat where
MORE TEXT
\end{document}
La segunda figura está intercalada en el medio de la oración porque ese es el punto en el que comienza una nueva página.
Debo agregar que pude hacer esto con la primera imagen como se ve aquí:
Se adjuntan las dos imágenes (estoy usando archivos PDF en el código real, pero los he vinculado como png aquí ya que SE no puede vincular archivos PDF). https://i.stack.imgur.com/DWzP3.png https://i.stack.imgur.com/ax8h3.png