猪血不能和什么一起吃
11 questions
28
votes
5
answers
17k
views
Align large vertical delimiters (brackets) to rows of a table?
I’m trying to typeset a table of data, with brackets (i.e. }) at the right-hand side to show a classification of the rows.? Something like:
-----------------------
| Aardvark | Armenia | \
|--------...
21
votes
1
answer
65k
views
Brackets in first column in table give "Missing number, treated as zero" error [duplicate]
Possible Duplicate:
Error with table
I'm writing a table with 4 columns and 1 row. The first column starts with a bracket. It compiles without issues:
\documentclass{article}
\begin{document}
\...
11
votes
3
answers
11k
views
How to insert curly bracket in multirow table
I am constructing a table, where I have a multirow spanning 3 rows. Inside this multirow I would like a big curly bracket that spans the 3 rows. Unfortunately, I have not been able to get it to work. ...
11
votes
2
answers
6k
views
\lstinline!Foo! vs \lstinline{Foo}
I wonder what is the difference or correct usage of \lstinline!...! and \lstinline{...}?
I like better {} because I feel there it's more consistent with other commands but for example in below ...
6
votes
1
answer
8k
views
Generate a table with braces and tables
I'm trying to get a LaTeX table to look like the below. Any tips on how to implement the brackets?
I currently just know how to do basic tables, which would be a 11x10 table in this case. Any way to ...
4
votes
2
answers
3k
views
Curly brackets in table cell for language manual
I try to make a table for language manual. Could anybody help me to manage curly brackets in the cells of a table?
Like this:
I tried to do it like here but I could't manage it.
1
vote
1
answer
120
views
Right bigg bracket
How can I do the right bracket like that of the left hand side?
9
votes
1
answer
2k
views
bracket covering only a part of a matrix
How can I write a matrix, with brackets that cover only rows/columns in a certain range, but still has the right indentation? What I would like:
My current solution:
\[
\overset{
\begin{array}{...
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 ...
3
votes
2
answers
963
views
How to Solve Error With Square [] Brackets on New Line in Header [duplicate]
In the table below, if I move the units in the square brackets to the next line in the header (e.g. [mg/g] on a new line), I get an error. However, if I use curved () brackets instead, there is no ...
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?