LaTeX Could someone tell me what is wrong with this bit of latex

  • Thread starter Thread starter DeusAbscondus
  • Start date Start date
  • Tags Tags
    Bit Latex
AI Thread Summary
The discussion centers on troubleshooting a LaTeX code issue involving the proper use of the "\left(" and "\right)" commands. The main problem identified is the incorrect ending of the command with "\r)" instead of the required "\right)". Participants clarify that both "\left(" and "\right)" must be used together within the same code segment, and that separating them with new dollar signs disrupts the formatting. The solution involves correcting the closing command and ensuring that the code is structured correctly without unnecessary gaps. The user expresses gratitude for the assistance received.
DeusAbscondus
Messages
176
Reaction score
0
$\left( \text{The ones you see were done by use of} $
$\text{perpendiculars}\r) $$$\left(\text{The ones you see were done by use of perpendiculars}\right)$$
 
Last edited by a moderator:
Physics news on Phys.org
Re: could someone tell me what is wrong witht this bit of latex

I can't see the problem, other than the fact that perhaps you should have ended it with a
Code:
\right)
instead of
Code:
\r).
 
Re: could someone tell me what is wrong witht this bit of latex

DeusAbscondus said:
$\left( \text{The ones you see were done by use of} $
$\text{perpendiculars}\r) $$$\left(\text{The ones you see were done by use of perpendiculars}\right)$$

$\left( \text{The ones you see were done by use of}
\text{ perpendiculars} \right) $

When you use "\left(" you must also use "\right)" in the same bit of code, if I understand our Mathjax version of Latex correctly. In your original post you've separated these parts by ending the initial \$ and beginning a new \$. If you drop this part then the code works fine. As Fantini said, you should use \right) instead of \r) as well. To see what code I've used in this post then simply quote my post.
 
Re: could someone tell me what is wrong witht this bit of latex

Jameson said:
$\left( \text{The ones you see were done by use of}
\text{ perpendiculars} \right) $

When you use "\left(" you must also use "\right)" in the same bit of code, if I understand our Mathjax version of Latex correctly. In your original post you've separated these parts by ending the initial \$ and beginning a new \$. If you drop this part then the code works fine. As Fantini said, you should use \right) instead of \r) as well. To see what code I've used in this post then simply quote my post.

Okay, thanks Jameson, Fantini: much appreciated.
I think I was neglecting or overusing a gap somewhere by the looks of it.

Regs,
Deus Abs
 

Similar threads

Replies
12
Views
3K
Replies
4
Views
2K
Replies
3
Views
3K
Replies
4
Views
2K
Replies
11
Views
3K
Replies
1
Views
1K
Replies
9
Views
2K
Back
Top