Solved!
I'll post the solution just in case of any further need.
Here is my guidance (spanish): http://plagatux.es/2008/04/alineacion-vertical-de-texto-e-imagenes-en-tablas-latex/
The thing is to use m{value} instead of p{value}. It's mandatory to use the package array (usepackage{array ...
Search found 4 matches
- Tue Jun 30, 2009 4:46 pm
- Forum: Graphics, Figures & Tables
- Topic: Itemize inside a table
- Replies: 5
- Views: 5269
- Tue Jun 30, 2009 2:24 pm
- Forum: Graphics, Figures & Tables
- Topic: Itemize inside a table
- Replies: 5
- Views: 5269
Itemize inside a table
First of all, thank u for the answers,
I've tried the solutions but it's still not working because the images:
So if you write:
\begin{tabular}{|p{210pt}|p{210pt}|}
\hline
\begin{itemize}
\item item1
\item item2
\end{itemize} &
\includegraphics[width=200pt] {\imgDir phase0acc.jpg}\\
\hline
\end ...
I've tried the solutions but it's still not working because the images:
So if you write:
\begin{tabular}{|p{210pt}|p{210pt}|}
\hline
\begin{itemize}
\item item1
\item item2
\end{itemize} &
\includegraphics[width=200pt] {\imgDir phase0acc.jpg}\\
\hline
\end ...
- Mon Jun 29, 2009 2:52 pm
- Forum: Graphics, Figures & Tables
- Topic: Itemize inside a table
- Replies: 5
- Views: 5269
Itemize inside a table
Hi there,
I'm trying to make a table 2x2 like this:
\begin{tabular}{cc}
\insertMiniGraphic{graph1.jpg} & \insertMiniGraphic{graph2.jpg} \\
\insertMiniGraphic{graph1.jpg} &
\begin{itemize}
\item Final Acceleration 0.0 $m/s^2$
\item Final Velocity 0.0 $m/s$
\item Final Position 102 $m$
\end ...
I'm trying to make a table 2x2 like this:
\begin{tabular}{cc}
\insertMiniGraphic{graph1.jpg} & \insertMiniGraphic{graph2.jpg} \\
\insertMiniGraphic{graph1.jpg} &
\begin{itemize}
\item Final Acceleration 0.0 $m/s^2$
\item Final Velocity 0.0 $m/s$
\item Final Position 102 $m$
\end ...
- Thu May 28, 2009 5:45 pm
- Forum: Graphics, Figures & Tables
- Topic: tables & colums & pages
- Replies: 1
- Views: 1775
tables & colums & pages
Hi,
I'm Vicente, a computer science student, and a newby to LaTeX.
Right now, I'm writing the report of my thesis.
The problem that I've found is that I need to put in the anexus very big tables, (~2000,3). And not only one, but at least 6.
The tables are really narrow, so I'd like to span it by ...
I'm Vicente, a computer science student, and a newby to LaTeX.
Right now, I'm writing the report of my thesis.
The problem that I've found is that I need to put in the anexus very big tables, (~2000,3). And not only one, but at least 6.
The tables are really narrow, so I'd like to span it by ...