I have an issue with a blank line again... So I have an empty line between 2 paragraphs on my Latex script and I have this error message :
Code: Select all
! Missing $ inserted.<inserted text>$
Code: Select all
! Missing $ inserted.<inserted text>$
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
%
to find the cause.Code: Select all
\documentclass{article}
\begin{document}
\[
x
y
\]
\end{document}
\
very likely is the wrong choice here. If you really want that blank line then you should comment said line – see the difference:Code: Select all
\documentclass{article}
\begin{document}
\[
x
%
y
\]
\[
x
\
y
\]
\end{document}
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