律师说法:快递“被风吹走了”背后的法律问题新闻中心中国常州网 常州第一门户网 常州龙网 常州日报 常州晚报
百度 同样不是秘密却直到上世纪90年代才被英国当局公开承认其存在的是军情六处,目前其总部位于伦敦泰晤士河南岸沃克斯霍尔桥边一栋设计独特的大楼内。
{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, ...
3
votes
0
answers
62
views
dynMath package, in CTAN, TeX Live, MiKTeX, or GitHub?
While searching for how to use large parentheses in the cases environment of amsmath, I came across an image from page 13 of a LaTeX document that refers to these parentheses in the dynMath package:
...
11
votes
3
answers
744
views
Square curly bracket symbol
I would like to create "square-curly bracket" delimiters, somehow looking as in this question. I came up with the code below, which produces some good results, but has also some ...
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, ...
12
votes
1
answer
719
views
bracket with doubled delimiters
I want to typeset Hilbert-Schmidt-Products as the Liouville-Equivalent of the Hilbert Space Braket, with doubled delimiters, like this: \Lbraket{\rho|\rho} results in <<rho|rho>>.
I was ...
1
vote
1
answer
108
views
Problem with displaying brackets in fractions
I need display fraction with multiple levels and brackets in some levels. If I use the standard \left, \right constructions, it results in an ugly fraction - there are a lot of empty spots in brackets....
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:
...
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 ...
1
vote
1
answer
233
views
How do I cite both name and year in parentheses in sn-jnl?
I want to cite the name and year of publication in parentheses in sn-jnl. However, the various options that I have tried return an index number in brackets only:
\documentclass[pdflatex,sn-mathphys]{...
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 ...
3
votes
2
answers
575
views
How to fix \left and \right formatting in LaTeX?
I frequently come to this website for help on LaTeX formatting, but this is one issue I have not been able to find an answer to.
My question boils down to the fundamental issue with \left and \right. ...
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 ...