Text FormattingDoubt regarding Line Break in TexMaker

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
macsdev
Posts: 2
Joined: Sat Apr 03, 2010 8:22 pm

Doubt regarding Line Break in TexMaker

Post by macsdev »

Hi,

I am a new user of Latex and I'm using Texmaker on Ubuntu. My Problem is, I have some notes with mathematical equations which I wrote using Tomboy Notes. In Tomboy, the equations are rendered in-line. That is, If I have say,
The Impulse Response of the channel is \[h(t) = \del (t)\]. Everything is rendered in the same line. But, TexMaker for some reason, moves the formula to a new line. Is there something I can do to avoid it and make it come in the same line as the text content.

Thanks.

Recommended reading 2024:

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

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Doubt regarding Line Break in TexMaker

Post by localghost »

This is no issue of TeXmaker, but a clash of syntax between LaTeX and Tomboy. For the LaTeX compiler \[…\] means to typeset an unnumbered displayed equation. Change this to \(…\) for an in-line equation.


Best regards and welcome to the board
Thorsten
macsdev
Posts: 2
Joined: Sat Apr 03, 2010 8:22 pm

Re: Doubt regarding Line Break in TexMaker

Post by macsdev »

Thanks for the quick reply. It worked properly.
Post Reply