General ⇒ Get rid of parentheses..
Get rid of parentheses..
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 4117 times
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: Get rid of parentheses..
Either way, post the code you're using here, so we can examine it.
Get rid of parentheses..
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..
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
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Get rid of parentheses..
can I delete it from the source code? if so, how do I do this?
tnx,
asaf