Tagged Questions
0
votes
1answer
179 views
Setting single row height with multirow
I have a table in LyX document. And I'm using multirow to span text across multiple rows. For example I might want the text to span across 2 rows, the problem occurs when it doesn't fit, then it just ...
2
votes
1answer
87 views
Creating table of images and only one col having one picture to span all rows
I am just adding lots of images into latex and although I know how to apply images to a table, this one is slightly tricker.
I have two columns. The first needs a single image which spans all rows, ...
11
votes
2answers
365 views
Non-trivial table in LaTeX
I want to convert this OO table into latex:
This is what I have so far:
\begin{table}
\begin{center}
\begin{tabular}{|c|c|c|c|c|c|c|} %p{4cm}
\hline
\multicolumn{7}{|c|}{Czas ...
1
vote
1answer
251 views
siunitx - Decimal points not present
Trying to use siunitx to make my columns look all nice and so such. However, The decimal points are absent...
Example:
Code:
\documentclass[letterpaper,twoside,12pt]{article}
%%% PACKAGES
...