宝宝出汗多是什么原因?宝宝睡觉出汗多是什么原因?
百度 腋窝爱出汗是什么原因
{brackets} is about different brackets, their usage and functionality in (La)TeX.
1,010 questions
3
votes
2
answers
151
views
lrcorner with a letter
I want to ask if it is possible in latex to display annotated corner brackets? Like in this picture:
0
votes
1
answer
35
views
How to allow line breaks in long parenthetical lists?
When typesetting a longer list of items within parentheses, LaTeX (LuaLaTex) refuses to break the line cleanly—even though there are obvious break points after the commas. This causes awkward spacing ...
8
votes
3
answers
352
views
How to draw an array like this?
Notice that the bracket is beside the content:
\documentclass{article}
\usepackage{amsmath}
\begin{document}
$$
\begin{array}{l}
\omega_1 \omega_2^2, \omega_2^3 \\
i = 3, \ldots, g, \\
i = 3, \ldots, ...
2
votes
1
answer
78
views
Designing notation for langle and rangle with tick marks (for Hermitian inner products)
Because of differing conventions of where to put the conjugate linear part of a Hermitian/sesquilinear inner product, I want to design a notation for inner product that has the asymmetry built into it....
0
votes
0
answers
38
views
How to properly typeset long division, where the parenthese "just touches" the overbar?
I want to manually typeset long division as an array.
I want the parenthese to just touch the overbar, unlike how it is done in polynom.
How can I get this style, without my bludgeoning usage of kern, ...
7
votes
3
answers
143
views
Scalerel Angle Brackets: Horizontal Spacing Issues
I found that \left\langle \right\rangle can only scale the angled brackets up to a certain limit. So, I used scalerel to give larger ones. But, we see that the horizontal spacing is not quite right:
...
3
votes
1
answer
123
views
Expectation value angles, 90° preferred
$<E>$ - I don't want the spaces. ("\Smash" is the way you deal with your TeX? I only know the command exists.)
$\langle{E}\rangle$? - 135° is a bit flat, but OK-ish (and the Wiki given ...
0
votes
1
answer
48
views
Chemfig and polymerdelim inconsistencies with delimiter output
I was trying the Polyethylen found in the Chemfig manual:
\chemfig{\vphantom{CH_2}-[@{op,.75}]CH_2-CH_2-[@{cl,0.25}]}
\polymerdelim[height = 5pt, indice = \!\!n]{op}{cl}
But in the end it seems it ...
2
votes
0
answers
65
views
Custom math bracket based on SVG
I would like to create a custom math bracket type that I can use in math environments. It should work like so:
$\lcroc v_1, v_2, v_3, \dots \rcroc$
In this example \lcroc and \rcroc are the left and ...
0
votes
0
answers
31
views
Double brackets for second brackets
Similarly as $\llbracket \rrbracket \quad
\llparenthesis \rrparenthesis$ of stmaryrd package, is there a version for the second brackets, i.e. {,}?
2
votes
0
answers
65
views
Brackets on tensor not properly sized
For the following code, the brackets of the tensor do not quite fit the height. I tried using \left[ \right], as well as getting rid of the [10px] modifier on the newline, but the former still wasn't ...
3
votes
1
answer
155
views
Nicematrix brackets problem
I am trying to create LaTeX code for this matrix:
I have spent many hours searching for a way to draw this matrix and found the nicematrix package. In its documentation, I found the commands \Vbrace ...
0
votes
2
answers
43
views
Show brackets [...] around edtext lemma in main text but not in footnote
I would like to suppress the brackets in the footnotes. Sorry to ask for help with what is probably an extremely simple task, but I'm struggling.
\documentclass[12pt]{article}
\usepackage[para]{...
3
votes
5
answers
306
views
How to make a right size of brackets
At the 3rd line of the following code, the curly brackets appear too big. But if \left is removed, the curly brackets appear too small. I wonder if there is a way to get a right size of the curly ...
1
vote
1
answer
72
views
Different fonts for large and short parentheses in math mode
This link mentions a similar problem that was not solved. I could not solve it with artificial intelligence. I just need to use one font for the short parenthesis in mathematical mode, and another for ...