从修建水柜、打井找水到生态护水——桂西北正告别“水贫困”
47 questions
1
vote
1
answer
51
views
Right square bracket in symlist
I am trying to produce a symlist with [xy] in the left hand column. If I use \item[$(xy)$], I get (xy) in the left column but if I want [xy] and use \item[$[xy]$] I get an error message
! Extra }, or ...
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 \...
4
votes
1
answer
105
views
Align numbers with group separator in parentheses
I would like to align numbers using the siunitx package. And, as some of the numbers are in parentheses, I looked in section 9.9 of the documentation, where I get the impression that the code below ...
5
votes
2
answers
553
views
How to put square brackets inside a table?
Assuming I have a table like this,
\documentclass{article}
\usepackage{amsmath} % for "\text" macro
\newcommand{\smbullet}{{\scriptscriptstyle\bullet}}
\begin{document}
\begin{table*}[!htb]
\...
1
vote
1
answer
182
views
How can I do a table with curly braces on the side?
I need to recreate this structure as seen in the image.
1
vote
1
answer
65
views
Help!! I don't know why the right bigg bracket is not encapsulating everything while the left worked [duplicate]
\documentclass[a4paper, openany, oneside, 12pt]{report}
\usepackage{makecell}
\begin{document}
\begin{adjustbox}{width = 1 \textwidth}
\large
\begin{tabular}{c|c|c|c}
\hline $(2,1, 1)$:= $1^1 2^2$ &...
1
vote
1
answer
120
views
Right bigg bracket
How can I do the right bracket like that of the left hand side?
0
votes
2
answers
464
views
Tables side by side with big curly brackets
I'm trying to re-create the following design in LaTex:
How could I do it?
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
...
6
votes
4
answers
684
views
How can I make three little curly braces for this table?
I have copied what I wrote in LaTeX and I will also attach a picture of what I want to achieve.
Desired result:
What I wrote so far:
\begin{center}
\begin{tabular}{ |p{1.5cm}||p{1.5cm}|p{1.5cm}|p{1....
5
votes
2
answers
201
views
How can you get a \right\}-like effect for consecutive parts of an array?
I want to reference cumulative rows of an array using large braces, such as appear in cases or with \right\}, combining the table below with the repeated brackets from the lower example made using ...
0
votes
3
answers
57
views
How you can obtain over brackets relating cols in tabular/tables?
Similar to this one in red
In lines I know \underbracket{52-8}_{44} (with \usepackage{mathtools}) but.. is possible relating cols?
Or, even, with arrows similar to the top background image:
\...
2
votes
1
answer
625
views
How do I correctly insert a curly bracket in a table cell
So I made a table in which I would like to have a curly bracket, containing three formulas in one cell. I managed to make one that look right in the pdf, tho I still get an error message.
So this is ...
1
vote
1
answer
167
views
Multirow and Two Lines in One Cell on Table
I have problems here is table that I will rewrite.
Then I write code like this:
\documentclass{article}
\begin{document}
\begin{tabular}{|c|c|c|c|c|}
\hline
Tipe Opsi&CBBC&...
5
votes
2
answers
1k
views
Vertical center alignment of text in cell of table
I am trying to create following table
But the problem is that the big round brackets in third column are sitting on the horizontal lines. Is there some way to center align the brackets vertically in ...