Tagged Questions
2
votes
1answer
103 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 ...
7
votes
1answer
175 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{
...
3
votes
1answer
2k 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}
...
4
votes
2answers
1k 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 ...
8
votes
3answers
3k 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 | \
...