LyX ⇒ Period after a Math-Formula (offset math-formula)
Period after a Math-Formula (offset math-formula)
does anybody know, how to instert a Period/Full Stop directly behind a Math-Formula, which is offset? ( I mean a formular in a seperate line)
When I try, the period slipps to the beginning of the subsequent line.
Thanks!
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
Re: Period after a Math-Formula (offset math-formula)
I would think the solution would just as simple as writing:
\[ 2 + 2 = 4.\]
instead of:
\[ 2 + 2 = 4\].
Does that not work for you?
Period after a Math-Formula (offset math-formula)
Code: Select all
kjhlkjh lkjh lk lkklhlkjh klhlk lk lh ljhl
klhlkhlk lkjhlk lkjh lkj lkj lkjhlkjhlkjh
a + b = c.
or
Code: Select all
kjhlkjh lkjh lk lkklhlkjh klhlk lk lh ljhl
klhlkhlk lkjhlk lkjh lkj lkj lkjhlkjhlkjh
a + b = c,
where c is the constant and ...
lkhjlk hlk hlk hlk jl kjh lkjh kl hklh llh
Thanks
Re: Period after a Math-Formula (offset math-formula)
However, if it bothers you "in principle", then if you're using the AMS math package, you can do:
\[ a + b = c\text{.} \]
Or if not, then the best you'd get is:
\[ a + b = c \mathrm{.} \]
Re: Period after a Math-Formula (offset math-formula)
I tested all 3 possibilities and did not recognized any difference. So I will go on with the easiest one you provided first: just press the "dot"-key in math mode.