Search found 2 matches

by zwep
Fri Nov 20, 2015 10:43 am
Forum: Graphics, Figures & Tables
Topic: Table formatting
Replies: 4
Views: 5375

Table formatting

Hello John,

sorry for my late reply. I see now that I forgot to add some definition and packages.. The code below is running for me (in Sharelatex)

\documentclass{article}

\usepackage{ifthen}
\usepackage{multirow}
\usepackage[margin=0.5in]{geometry}

\newcommand{\Bound}[2]{\textbf{Van {#1} tot ...
by zwep
Tue Nov 17, 2015 5:00 pm
Forum: Graphics, Figures & Tables
Topic: Table formatting
Replies: 4
Views: 5375

Table formatting

Hello,

In the attachment is my output table, where some text is made black as you can see.
But I do not like the formatting of it, I want all the tables to look like the format of 'Code 06'... But I can't seem to get it right.
The code used to generate these tables is by using the following ...