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.
Text Formatting ⇒ Doubt regarding Line Break in TexMaker
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
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
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Doubt regarding Line Break in TexMaker
Thanks for the quick reply. It worked properly.