“一带一路”与澳门发展国际研讨会--旅游频道
48 questions
0
votes
0
answers
32
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
73
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 ...
15
votes
4
answers
11k
views
How to make large brace and parenthesis thinner?
A MWE is as follows:
\documentclass{amsart}
\begin{document}
\Huge
We have
\[
f(x)=
\begin{cases}
2x^{2018}+9&x<2018\\
3x+2018&x\geq 2018.
\end{cases}
\]
And we also have
\[
\left(
\begin{...
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 \...
10
votes
5
answers
9k
views
underbrace matrix inside brackets
I would like to put an underbrace below the matrix like this:
$$\left(\underbrace{
\left[\begin{array}{ccc}
a&b&c\\
d&e&f\\
g&h&i
\end{array}\right]}_{A}
\left[\...
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.
9
votes
2
answers
6k
views
How to create an array with both vertical and horizontal braces around the elements
I want to create the matrix shown bellow in Latex.
I have the horizontal curly brackets figured out, I can use undermat{}{} for that. I do not however know how to insert the vertical curly brackets ...
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,...
0
votes
1
answer
204
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 ...
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
...
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 ...
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 ...