LyXEquation numbers are showing in the LEFT instead of RIGHT

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
maqtanim
Posts: 1
Joined: Tue Feb 08, 2011 2:41 am

Equation numbers are showing in the LEFT instead of RIGHT

Post by maqtanim »

I've downloaded the thesis template of UNSW. Every thing is fine so far except the problem with numbered equation. The numbers are shown on the left side of the equation instead of the right side. I mean if I write a numbered equation, in the preview the number is shown up on the left side of the equation instead of right side. I mean I want the equations something like the following:

a+b=e-d (1.1)
v-u=j*y (1.2)

But in the pdf/ps preview of UNSW template, it is shown as below:

(1.1) a+b=e-d
(1.2) v-u=j*y

Can anyone please help me to show equation number in the right side? The .layout file is as following:

Code: Select all

#% Do not delete the line below; configure depends on this
# \DeclareLaTeXClass[amsbook]{UNSW Thesis}
# UNSW Thesis textclass
# Based on the "book (AMS)" textclass by David L. Johnson and others.
# Author : Mark Reid <mark@threewordslong.com>
#
# This is by no means the best way to set up a LyX layout - I probably should have
# defined a .cls file that was an extension of amsbook and put most of the markup
# in that. However, doing things this way means a user of this layout only need
# install this file and not worry about installing a new .cls file.
#
# Much of the code in the preamble is borrowed from:
# http://www.ctan.org/tex-archive/macros/latex/contrib/adfathesis/adfathesis.dtx
# General textclass parameters
# Description "thesis"
Columns 1
Sides 2
PageStyle Headers
MaxCounter Counter_Chapter
ClassOptions
FontSize 8|9|10|11|12
End
# Standard style definition
Style Standard
Margin Static
LatexType Paragraph
LatexName dummy
ParIndent MM
ParSkip 0.4
Align Block
AlignPossible Block, Left, Right, Center
LabelType No_Label
End
############### Title Page.
Style Title
LatexType Command
LatexName title
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

BTW... I am a newbie to the Lyx (in fact only a week old). :P

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

dschneiderch
Posts: 22
Joined: Thu Mar 31, 2011 10:41 pm

Re: Equation numbers are showing in the LEFT instead of RIGH

Post by dschneiderch »

This happened to me a few weeks ago and I was able to fix it by changing the equation type so try switching between display, display AMS etc.
Post Reply