the
widetext
environment, cut out of the class revtex
, doesn't seem to work in the twocolumn
mode of class geophysics
.The text simply continues in two-columned mode. Since that
widetext
environment works with class article, something isn't compatible with class geophysics
?Code: Select all
\documentclass[paper,twocolumn]{geophysics}
\usepackage{widetext}
\usepackage{lipsum}
\begin {document}
\begin{abstract}
abstract needed to switch into two column mode
\end{abstract}
before
\begin{widetext}
\lipsum[1]
\end{widetext}
after
\end{document}
widetext environment: can't access Anjishnu Sarkar's site any more, but
https://svn.einsteintoolkit.org/documen ... detext.sty
Thanks,
Eino
P.S: That class is used by the Society of Exploration Geophysicists for their journal Geophysics. I don't understand how it can typeset its journal, but I shall use its paper style for my report.