I'm getting mad trying to achieve the following (I'm usually pretty good in getting what I want out of LaTeX but this time, no luck!).
I'm writing a two-column article that contains a big equation which I'd like to spread across the whole page in the text. Typically, the equation should stick out into the second column, with two horizontal rules drawn above and below the equation in the second column to separate the equation from the text. It'd basically look something like this:
Code: Select all
text in first column. text text in second column. tex
in first column. text in f t in second column. text i
irst column. text in first n second column. text in s
column. text in first colu econd column. text in seco
mn. text in first column.
Long equation: ,_________________________
x = 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11
text in first column. text '¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
in first column. text in f
irst column. text in first nd column. text in second
column. text in first colu column. text in second col
mn. text in first column. ...
I could bet my life I've seen several papers using this kind of layout, but of course can't find any right now. I'm also pretty positive I came across some package that would do exactly that a while ago, but again, impossible to get my hands on something similar (I've been doing frantic searches everywhere!).
I've found a few very specific document classes (for particular journals in physics, biometrics, etc.) that allow this (e.g. using the widetext environment), but I'm after something more generic, using e.g. the basic class 'article' (I'm actually using IEEEtran.cls, which instead suggests putting the equation in a figure* float, meaning that the equation would be moved somewhere else in the text).
Does anyone know if e.g. some package exists somewhere to achieve this?
Thanks very much for the help!