I'm using Latex via WinEdt, the dvi generated fine. I couldn't get the figures to show up in my pdf document, and I did try converting dvi to ps, but after that GS failed to open the PS file, hence I can't convert that to pdf either.
Please help?
Search found 3 matches
- Mon Nov 02, 2009 4:34 am
- Forum: Graphics, Figures & Tables
- Topic: .eps figure failed to be included in pdf document
- Replies: 1
- Views: 1376
- Fri Oct 30, 2009 10:22 pm
- Forum: Graphics, Figures & Tables
- Topic: Inserting empty cells
- Replies: 3
- Views: 42316
Re: Inserting empty cells
Thank you so much.
- Fri Oct 30, 2009 8:53 pm
- Forum: Graphics, Figures & Tables
- Topic: Inserting empty cells
- Replies: 3
- Views: 42316
Inserting empty cells
I'm trying to replicate this table:
imgsd.jpg
And this is my code
\begin{table}[h]
\centering
\begin{tabular}{ccccccccccccccc}
\hline
\multicolumn{10}{c}{Outputs} & $a_0$ & $a_1$ & $a_2$ & $a_3$ & Time\\
\hline
& & & & & & & & & & & 1 & 1 & 0 & 1 & $t_0$ \\
& & & & & & & & & 1 & 1 & 0 & 1 & 0 ...
imgsd.jpg
And this is my code
\begin{table}[h]
\centering
\begin{tabular}{ccccccccccccccc}
\hline
\multicolumn{10}{c}{Outputs} & $a_0$ & $a_1$ & $a_2$ & $a_3$ & Time\\
\hline
& & & & & & & & & & & 1 & 1 & 0 & 1 & $t_0$ \\
& & & & & & & & & 1 & 1 & 0 & 1 & 0 ...