Generalissue with tabbing

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
omkardpd
Posts: 86
Joined: Sun Feb 24, 2008 7:23 am

issue with tabbing

Post by omkardpd »

Hi,

I am using TexMaker and MikTex.

I am running eqnarray* command at several places in my document. Sometimes there is a tab at the start of the first line, and at other times there is no tab. I am not using \noindent command within eqnarray. Can someone see what the issue is?

Thank you and regards,

Omkar

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

issue with tabbing

Post by Stefan Kottwitz »

Hi,

just give us some example code that shows the tab and we probably could tell you the reason.

But I propose the use of align* (of amsmath) instead of eqnarray*. Have a look at the documentation. (see also the text "Avoid eqnarray!")

Stefan
Post Reply