Skip to main content

Questions tagged [braces]

Conventionally { and }; used to delimit groups or arguments in (La)TeX code.

0 votes
1 answer
115 views

Locally delete ^ and _ in braces

I want to delete ^ and _ in a braces like \left( and \right) so that size change of braces ignores super and subscripts. I want to define it as a macro, but use of xstring package does not allow me to ...
Joseph's user avatar
  • 13
1 vote
2 answers
43 views

Is it possible to fully `\restoregeometry` inside a group?

For the geometry package, is it possible to \newgeometry{…} and fully \restoregeometry inside a group? Minimal Example In the following, the \restoregeometry inside the {…} restores frames, but still ...
Y.D.X.'s user avatar
  • 113
1 vote
2 answers
60 views

How to add vertical braces to a matrix showing different groupings of the elements?

So, I am currently trying to do this: And this is what I tried so far, \[ \left[ \begin{array}{c} \left.\begin{matrix} x_k \\ y_k \\ v_k \\ \psi_k \\ \end{matrix}\right\} s_k^p \\ \...
featherweight's user avatar
2 votes
2 answers
112 views

Place explicit character tokens of category 1/2, whose character codes are to be specified, before/behind tokens that form arbitrary macro argument?

Assume tokens \macro{1612512}2{1612612}2{1⟨arbitrary non-outer brace balanced tokens⟩}2; the 1st argument of \macro holds a TeX-⟨number⟩-quantity in the range of possible codepoints of the TeX engine'...
user avatar
1 vote
0 answers
78 views

Bracket with multiple lines [closed]

The errors of my codes with feedback: Missing $ inserted \documentclass{article} \usepackage{amsmath} \begin{document} $[x_0: x_1: x_2]\mapsto$ \begin{cases} $[x_0: x_1]$ & \text{ ...
Un petit mensonges's user avatar
1 vote
3 answers
77 views

3 tables in one slide in Beamer

I generated 3 tables: \documentclass[10pt, aspectratio=169]{beamer} \usefonttheme{serif} %\usepackage{booktabs} % tables \usepackage{siunitx} % units, numbers \usepackage{mathtools} \usepackage[...
Sylvia's user avatar
  • 485
3 votes
2 answers
98 views

Add large brace next to table (Beamer): Description included

I created the following table: \begin{columns}[c] \begin{column}{7.5cm} \begin{table}[ht] \small \centering \caption{Test table} \begin{tabular}{ll} \midrule A &$a \sim \qty{e6}{m}$\\ B &$b \...
Sylvia's user avatar
  • 485
6 votes
3 answers
348 views

Big right brace in enumerate environment

I'm trying to do a cases environment with a brace on the right using the classic trick \left. \begin{aligned} ... \end{aligned} \right\} but the particularity is that I'm in an enumerate environment ...
IsaKEKW's user avatar
  • 547
0 votes
2 answers
74 views

Remove all instances of {} interior to argument to a command

Is it possible to remove all instances of {} which are passed as parts of an argument to a command? I would like to use the Tensor package with LyX. The problem is that LyX always puts subscripts ...
Mike Pugh's user avatar
  • 329
0 votes
2 answers
50 views

ifthenelse with mismatched braces [duplicate]

I am writing some lecture notes, and I would like to have automatically generated two versions. One version includes everything (examples, additional explanations, etc.), and another one with only the ...
D.F.F's user avatar
  • 414
7 votes
2 answers
148 views

How do I align the parts of a brace diagram?

I am trying to reproduce the following somewhat complex brace diagram: I am having trouble getting the alignment exactly the way I want. Ideally, Category A would be centered in the space delimited ...
AthanasiusOfAlex's user avatar
1 vote
0 answers
38 views

Double subscript error on ${\tilde a_0}_0$? [duplicate]

${a_0}_0$ compiles fine: ${a_0}_0$ ${\tilde a_0}_0$ yields a "double subscript" error. Why is that and how can I fix it?
Andi Bauer's user avatar
5 votes
2 answers
265 views

How to add a left-hand brace to this system of equations?

How to My code \documentclass[12pt,a4paper]{article} \usepackage{amsmath} \begin{document} \begin{alignat}{3} a_1x &+ b_1y &&+ c_1z &&= d_1 \label{eq1}\\ a_2x &...
Laurenso's user avatar
  • 373
0 votes
0 answers
29 views

Get bigdelim effect with tabularray

Simply I would like to include braces across multiple rows within a table using tblr environment in the same way as bigdelim allows in a tabular environment.
JoMo's user avatar
  • 1
1 vote
1 answer
88 views

How to make small set [closed]

i have a map such that image of an element is a set \documentclass{article} \usepackage{amsmath,amssymb,amsthm,mathtools,xcolor,enumitem,mathrsfs,pzccal,mdframed} \usepackage[hmargin=3cm,vmargin=3cm]{...
Kaneki1013's user avatar

15 30 50 per page
1
2 3 4 5
33