General ⇒ issue with tabbing
issue with tabbing
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
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
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
issue with tabbing
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