Search found 2 matches

by lpoth
Wed Jan 02, 2013 11:13 pm
Forum: Graphics, Figures & Tables
Topic: problem with tabular
Replies: 2
Views: 3341

problem with tabular

Hi,

welcome to the board!

It would be good if you would use the code button for marking code in posts. I did it for you above.

The problem can be fixed by writing

\multicolumn{1}{c|}{}

in the top left corner cell, which changes the formatting. Btw. I would not use any vertical line in tables ...
by lpoth
Wed Jan 02, 2013 10:48 pm
Forum: Graphics, Figures & Tables
Topic: problem with tabular
Replies: 2
Views: 3341

problem with tabular

Hello,

\fbox{\parbox{\textwidth}{
\noindent
De tabel\\
\begin{center}
\begin{tabular}{|c|c||c||c|} \cline{2-4}
& \textsterling & \EURhv & \$ \\ \hline
\textsterling & \scriptsize{1} & \textbf{0.89} & \scriptsize{0.62} \\ hline
\EURhv & \textbf{1.13} & \textbf{1} & \textbf{0.70} \\ \hline ...