Search found 2 matches

by nbarox
Sun Jun 27, 2010 12:08 pm
Forum: Graphics, Figures & Tables
Topic: Using a table to create 2 columns
Replies: 3
Views: 2091

Using a table to create 2 columns

You can make it using this formula:

Code: Select all

\usepackage{array}

.
.
.
\begin{document}

\begin{tabular}{m{2in}m{2in}}

\begin{itemize}
  \item 1
  \item 2
  \item 3
\end{itemize}

&

\begin{itemize}
  \item 1
  \item 2
  \item 3
\end{itemize}

\end{tabular}
by nbarox
Sun Jun 27, 2010 12:00 pm
Forum: Graphics, Figures & Tables
Topic: Eepic and pdflatex
Replies: 1
Views: 2494

Eepic and pdflatex

Hi,

I have a problem with eepic grapics. Because I am writing msc and i need .jpg and .eps (with plots), so i use pdflatex to support .jpg files. But i also need to make a few pictures and i made it using LatexPix and i obtained .eepic files. Unfortunatelly pdflatex does not support .eepic, i ...