Basically the displayed formula in the compiled PDF somehow is always slightly to the left. Why is it not in the center as shown in LyX?
Minimum working example attached.
LyX ⇒ Displayed Formula seemingly not centered in PDF Output
Displayed Formula seemingly not centered in PDF Output
- Attachments
-
- not in the center.lyx
- (5.32 KiB) Downloaded 213 times
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Displayed Formula seemingly not centered in PDF Output
The reason is, that you specified the document class option
Stefan
fleqn
which means flush left equations. Simply remove it.Stefan
LaTeX.org admin
Re: Displayed Formula seemingly not centered in PDF Output
many thanks as usual!