LyX ⇒ 2 column table text/math problem
-
- Posts: 10
- Joined: Mon Sep 14, 2009 11:53 pm
2 column table text/math problem
Missing $ inserted
LaTeX Error: Bad math environment delimiter
Extra }, or forgotten $
Missing $ inserted
Missing } inserted
Those errors are from using the Display Formulas environment. I get many more errors when I use the Gather environment. Does anyone know why that's happening and how to fix it?
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
-
- Posts: 1
- Joined: Fri Oct 01, 2010 2:39 pm
2 column table text/math problem
I'm trying to write a book type document, and I want to show four equations so that there are two of theme for each line, so I tried to put them in a 2x2 table.
It works fine only if I use inline formulas, but if I try to use a displayed formula and to label the expression within the tabel it gives me this error
Missing $ inserted
You can't use \eqno in math mode
Missing $ inserted
It gives me even more errors if I use other types of formulas...for instance, using a Eqnarray Environment it ends like this
Missing \endgroup inserted.
Missing } inserted.
Missing } inserted.
Missing \cr inserted.
Missing { inserted.
LaTeX Error: \begin{longtable} on input line 50 ended by \end{eqnarray}.
Missing $ inserted.
Display math should end with $$.
Missing } inserted.
Misplaced alignment tab character &.
Misplaced \crcr.
Misplaced \noalign.
Misplaced \crcr.
Misplaced alignment tab character &.
Misplaced \omit.
P.S. Sorry for the bad English, I'm Italian
