Tagged Questions
5
votes
5answers
2k views
Getting two tables in LaTeX to have the same (right-aligned) column width
I have two very short and consecutive sections (for a CV), each containing a small table:
\section{Work Experience}
\begin{tabular}{r|p{11cm}}
Current & Your job at Your Company, Town \\
Jan ...
1
vote
1answer
641 views
How do you vertically center text with an image in a latex table?
I want to align text with the center of a large image in latex. Unfortunately, the text some text is aligned with the bottom of the image:
\begin{tabular}{cc}
some text & ...
1
vote
1answer
5k views
LaTeX table too wide. How to make it fit?
I just started to learn latex and now I'm trying to create a table. This is my code:
\begin{table}
\caption{Top Scorers}
\begin{tabular}{ l l }
\hline
\bf Goals & \bf Players\\
\hline
...
1
vote
2answers
697 views
Escaping _ efficiently in Tabular environment, LaTeX
How can you escape underscores only in the tabular environment without the use of \_?
This thread discusses about underscore in general.
I cannot use the environment verbatim nor the package ...
0
votes
1answer
673 views
LaTeX: How to wrap a sideways text in a column (tabular)
Let's say we have a table
\begin{tabular}{|c|c|}
\begin{sideways}A\end{sideways}&\begin{sideways}B\end{sideways}\\
a & b \\
\end{tabular}
How can I define the height of cells A and B, so ...
0
votes
4answers
561 views
Align a HTML table Cell to a column
I would like to align a table cell to a column where it belongs:
_________________________________________
| | First Place | Second Place |
| | | |
...