Here's a short excerpt as an example:
Code: Select all
Twee {\trm termen} $a_m$ en $a_n$ $(m>n)$ in een MR liggen $m-n$ posities uit elkaar. Hieruit volgt dat
\beq a_m=a_n\cdot r^{m-n}. \eeq
Any help would be appreciated.
Code: Select all
Twee {\trm termen} $a_m$ en $a_n$ $(m>n)$ in een MR liggen $m-n$ posities uit elkaar. Hieruit volgt dat
\beq a_m=a_n\cdot r^{m-n}. \eeq
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
\beq
and \eeq
are tags defined by you. When I would naively look at that code, I would see that a_m=a_n\cdot r^{m-n}.
is not in math mode. That's why the underscore and the circumflex would be illegal there, thus they are dropped.\beq
and \eeq
as abbreviation for math mode, such as for \begin{equation}
and \end\begin{equation}
. I guess tex2lyx does not see that. This shortcut syntax is bad anyway, it hides the original meaning and changes an environment syntax to pairs of commands.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