General ⇒ Get rid of parentheses..
Get rid of parentheses..
Hi,
I have an irritating problem with some parentheses showing up in my case environment formula(see attached figure).. I simply can't get rid of it!
Does anybody know what this is??
Thanks,
Asaf
I have an irritating problem with some parentheses showing up in my case environment formula(see attached figure).. I simply can't get rid of it!
Does anybody know what this is??
Thanks,
Asaf
- Attachments
-
- parentheses.jpg (15.15 KiB) Viewed 3952 times
NEW: TikZ book now 40% off at Amazon.com for a short time.

Re: Get rid of parentheses..
Are you trying to remove he braces { } inside one of the cases, or the parentheses going along with the equation number?
Either way, post the code you're using here, so we can examine it.
Either way, post the code you're using here, so we can examine it.
Get rid of parentheses..
Hi,
I didn't really get what you were asking..
Here is the code:
Im trying to get rid of the "{}" at the beginning of the 4th row.
Thanks,
Asaf
I didn't really get what you were asking..
Here is the code:
Code: Select all
\begin{equation}
S_{\mbox{QC}}(X)=\begin{cases}
(a_{1}(X),b(X)),\ & X<x_{1}\\
{}[0,b(X)),\ & x_{1}<X<x_{0}\\
(0,b(X)),\ & x_{0}<X<x_{2}\\
(a_{2}(X),b(X)),\ & x_{2}<X<x_{3}\\
\tilde{S}(X),\ & X>x_{3},\end{cases}\end{equation}
Thanks,
Asaf
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Get rid of parentheses..
Just delete them. Beyond that I see no further difficulties.
Best regards
Thorsten
Code: Select all
\documentclass[11pt,a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{amsmath}
\begin{document}
\begin{equation}
S_{\mbox{QC}}(X)=
\begin{cases}
(a_{1}(X),b(X)),\ & X<x_{1}\\
[0,b(X)),\ & x_{1}<X<x_{0}\\
(0,b(X)),\ & x_{0}<X<x_{2}\\
(a_{2}(X),b(X)),\ & x_{2}<X<x_{3}\\
\tilde{S}(X),\ & X>x_{3},
\end{cases}
\end{equation}
\end{document}
Best regards
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: Get rid of parentheses..
- when I try to delete them through the editor, they come back..
can I delete it from the source code? if so, how do I do this?
tnx,
asaf
can I delete it from the source code? if so, how do I do this?
tnx,
asaf
Re: Get rid of parentheses..
What editor are you using?
Re: Get rid of parentheses..
- I'm using LyX..