Skip to content

Instantly share code, notes, and snippets.

@subudeepak
Last active March 16, 2023 16:01
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save subudeepak/90a4aae9010c8e138cdb to your computer and use it in GitHub Desktop.
Save subudeepak/90a4aae9010c8e138cdb to your computer and use it in GitHub Desktop.
Latex - Long Equation in a 2 column environment

What is this

In latex there is a problem with adding long equations to a paper. Suggestions like converting the equation to a figure first are more troublesome than any help. The physics journals have already implemented something called widetext and this is quite useful. That being said, this is a very simple feature. It exists, though guides are not quite useful.

Instructions are below ..

Packages to add

\usepackage{cuted}
\usepackage{flushend}

How to use

\begin{strip}
Your equation (or even text} here!!
\end{strip}
@Mariniel
Copy link

When I use the \usepackage{cuted} my latex file breaks down. I get the message: Undefined control sequence appearing in various places among many other errors. After deleting the line " \usepackage{cuted} " everything compiles normally. I already updated Miktex and even updated the sttools bundle. Can't seem to figure out what's wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment