Search found 3 matches

by SDavid
Thu Jun 05, 2014 7:50 pm
Forum: Graphics, Figures & Tables
Topic: Drawning a dashed box in Tikz
Replies: 1
Views: 13843

Drawning a dashed box in Tikz

Hello all,

I have this piece of code that produces a part of figure I want, and I need to add to it to look like the hand-drawn figure attached.

\documentclass{report}
\usepackage{tikz}
\usetikzlibrary{positioning}
\usetikzlibrary{shapes,arrows,fadings, shadows,calc}

\begin{document ...
by SDavid
Fri Jul 22, 2011 9:15 pm
Forum: Graphics, Figures & Tables
Topic: Customizing Tables
Replies: 2
Views: 2974

Re: Customizing Tables

Thank you Stefan, that is perfect.

Regards
by SDavid
Thu Jul 21, 2011 8:30 pm
Forum: Graphics, Figures & Tables
Topic: Customizing Tables
Replies: 2
Views: 2974

Customizing Tables

Hi,

I am trying to do a time table as in the following code:

\documentclass[a4paper]{report}
\usepackage{lscape}
\usepackage{multirow}
\usepackage{bigstrut}
\usepackage{array}

\begin{document}
\thispagestyle{empty}
\pagestyle{empty}
\begin{landscape}
\begin{tabular}{*{11}{| m{1.5cm} |}}
\cline ...