合格的不锈钢配电箱 品牌推荐 :中国配电箱
48 questions
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. {,}?
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 ...
1
vote
0
answers
105
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{ ...
3
votes
2
answers
147
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 \...
2
votes
3
answers
135
views
Line breaking inside BIG parenthesis
I tried line break as well as \newline command inside parentheses but it did not work.
1
vote
1
answer
757
views
How to add a big curly brace to label the side of a table?
How can I use a big curly brace to group together lines of a table on the left side?
\documentclass{article}
\begin{document}
\begin{center}
\textbf{$n=3$}
\begin{tabular}{ |c|c| }
\hline
...
0
votes
1
answer
203
views
Professional curly braces in MTPro2 font
I've noticed the differences in typesetting between MTPro2 Lite and its complete version, so I even bought the license and installed the complete version onto my computer. Most of the features have ...
2
votes
2
answers
315
views
How to add a bracket above a gather environment?
I would like to turn this :
$$
\begin{gather}
\overbracket{\text{1 2}}^{\text{Basic idea}} &
\overbracket{\text{3 4}}^{\text{Contrasting idea}} \\
\underbracket{\text{5 6}}_{\text{Basic idea}} &...
3
votes
2
answers
432
views
How to create a simple vertical vector with several vertical curly braces outside the square bracket?
I could not code a vertical vector with several vertical curly braces outside the square bracket of the vector. The best thing I have obtained so far is by using rcases from mathtools package that ...
6
votes
1
answer
552
views
Which fields have to be {braced} or "quoted" in .bib files (why does year NOT have to be)?
I'm writing some software for interacting with .bib fields. I want to be able to expand @string abbreviations in field values correctly, and I've been learning about quoting rules. In almost all cases,...
2
votes
1
answer
116
views
Braces spanning to next page
I am trying to put braces along long text but the text and brace disppears at the end of page as shown at the bottom of figure.
Ideally the text and brace should continue from next page.
Here is an ...
0
votes
2
answers
106
views
Creating some horizontal space between equations and Right Brace
I tried using the following Right Brace type:
$$\begin{rcases}
a &= b + c \\
d &= e + f + g \\
h &= i + j + k + l
\end{rcases}$$
But I have noticed that the brace is too close to ...
0
votes
0
answers
15
views
How can I align equation in a big brace? [duplicate]
I want to write the following equation:
For that I wrote a code:
\RequirePackage{fix-cm}
\documentclass[twocolumn]{svjour3}
%
\smartqed % flush right qed marks, e.g. at end of proof
%
\usepackage{...
1
vote
2
answers
213
views
How to Use the UsestackEOL Package to Put Braces [Brackets] Around Structured Stacks
Consider the following code:
\documentclass{article}
\usepackage[usestackEOL]{stackengine}
\begin{document}
\thispagestyle{empty}
\Large
$\left\{
\Centerstack{
the first sentence. \\
the second ...
0
votes
1
answer
54
views
How do I stack multiple underbrackets?
How do I reproduce the lines like the image below in LaTeX?
In this image, common characters are connected by a line.
I've tried using \overbrace and \underbrace, but I couldn't reproduce it ...