LaTeX What is the LaTeX code for large brackets and parentheses?

  • Thread starter Thread starter askor
  • Start date Start date
  • Tags Tags
    Code Latex
AI Thread Summary
The discussion focuses on the LaTeX code for creating large brackets and parentheses, as well as using subscripts and superscripts. To achieve larger parentheses, the command "\left( ... \right)" is recommended, which automatically adjusts the size based on the content. For square brackets and curly brackets, the commands are "\left[ ... \right]" and "\left\{ ... \right\}", respectively. It is emphasized that each "\left" must be paired with a corresponding "\right", and blank symbols can be used with "\left." and "\right." to create unmatched pairs. For further details on LaTeX formatting, users are directed to resources like the Physics Forums help page and Wikibooks.
askor
Messages
168
Reaction score
9
What is the latex code used in this forum of large bracket (and parenthesis) and subscript and superscript?

For example, the below parenthesis is too small:

##(x1 + \frac{1}{\frac{1}{x1}})##
 
Last edited:
Physics news on Phys.org
askor said:
What is the latex code used in this forum of large bracket (and parenthesis) and subscript and superscript?

For example, the below parenthesis is too small:

##(x1 + \frac{1}{\frac{1}{x1}})##
\left( x_1 +\dfrac{1}{\frac{1}{x_{1}}} \right)

##\left( x_1 +\dfrac{1}{\frac{1}{x_{1}}} \right)##
 
What about the large bracket?

What is the latex code of large bracket?
 
askor said:
What is the latex code of large bracket?

fresh_42 said:
\left( ... \right)
 
askor said:
What about the large bracket?

What is the latex code of large bracket?
Use "\left( ... \right)" for large parentheses, "\left[ ... \right]" for large square brackets, "\left\{ ... \right\}" for large curly brackets, "\left. F(x) \right|_a^b" if you want
$$\left. F(x) \right|_a^b $$

The left and right objects need not match, but every "\left" command must be followed by a "\right" command, possibly for a blank symbol, like this: "\left( ... \right." The commands "\left. " and "\right." insert blank symbols, as in (1) above. Note that those are "\left_dot = \left.", not "\left_blank_space = \left ".

The size of the brackets are automatically adjusted to match the contents of the brackets.
 
  • Like
Likes DrClaude

Similar threads

Replies
4
Views
2K
Replies
1
Views
2K
Replies
3
Views
3K
Replies
6
Views
3K
Replies
16
Views
3K
Replies
3
Views
2K
Replies
11
Views
5K
Back
Top