Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

Here's what I did: I have the same problem with long equations in the svjour3 document class. I want to display the long equations as a single column. I tried

\documentclass[twocolumn]{svjour3}          % twocolumn
\usepackage{widetext}
\begin{document}

\begin{widetext}
\begin{eqnarray}
%long equation here
\end{eqnarray}
\end{widetext}


\end{document}

but I get the error message:

! LaTeX Error: Environment widetext undefined.

Please help. Thanks!

share|improve this question
Welcome to TeX.SX. A tip: If you indent lines by 4 spaces, then they're marked as a code sample. You can also highlight the code and click the "code" button ({}) or select your code and hit Ctrl+K. – Claudio Fiandrino Feb 22 at 8:01

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.