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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Stefan Kottwitz
Site Admin
Posts: 10360
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