Search found 6 matches

by elglanto
Fri Oct 26, 2012 6:38 pm
Forum: Graphics, Figures & Tables
Topic: Vertical Alignment for Table Cell Content
Replies: 4
Views: 4613

Vertical Alignment for Table Cell Content

Hello,

It's almost fine. But still few issues.

I would like to have the "m" from:
\multirow{5}{*}{\rotatebox{90}{Ordre m}}
to be vertically centered in the 5 row.

The \raisebox{-.5\height}{\includegraphics{name}} decreases the height between each row and i didn't want to change it.

Any ideas ...
by elglanto
Fri Oct 26, 2012 6:21 pm
Forum: Text Formatting
Topic: enumitem | Settings for itemized Lists
Replies: 1
Views: 2170

enumitem | Settings for itemized Lists

Hello,

As I wanted to have a list with a 2cm shift to the right of my page, I tried the enumitem package and my code is:

\usepackage[utf8]{inputenc}
\usepackage[english,francais]{babel}
\usepackage[euler]{textgreek}
\usepackage{xspace}
\usepackage{amsmath,amsthm}
\usepackage{amsfonts}
\usepackage ...
by elglanto
Tue Oct 23, 2012 1:55 pm
Forum: Graphics, Figures & Tables
Topic: Vertical Alignment for Table Cell Content
Replies: 4
Views: 4613

Vertical Alignment for Table Cell Content

Hello,

I'm sorry but i don't really get it. I tried:

\begin{table}[htbp]
\centering
\begin{tabular}{c c c c c}
\multirow{5}{*}{\rotatebox{90}{m}} & 4 & \raisebox{-.5\height}\includegraphics[scale=0.3]{41.pdf} & & \\\
& 3 & \raisebox{-.5\height}\includegraphics[scale=0.3]{31.pdf} & & \\
& 2 ...
by elglanto
Mon Oct 22, 2012 4:21 pm
Forum: Graphics, Figures & Tables
Topic: Vertical Alignment for Table Cell Content
Replies: 4
Views: 4613

Vertical Alignment for Table Cell Content

Hello,

I made the following table with several images and some text:

\begin{table}[htbp]
\centering
\begin{tabular}{c c c c c}
\multirow{5}{*}{\rotatebox{90}{m}} & 4 & \includegraphics[scale=0.3]{41.pdf} & & \\\
& 3 & \includegraphics[scale=0.3]{31.pdf} & & \\
& 2 & \includegraphics[scale=0 ...
by elglanto
Fri Oct 05, 2012 4:32 pm
Forum: Graphics, Figures & Tables
Topic: Subfigure and legend
Replies: 3
Views: 9586

Subfigure and legend

What alignment do you want to have? If you want to have an alignment to the top of the subfigures, don't use but [t] instead. If you want to have an alignment to the very first caption/legend line, don't use the subfigure environment at all but the \subcaptionbox command instead.

Thanks, the work ...
by elglanto
Fri Oct 05, 2012 1:12 pm
Forum: Graphics, Figures & Tables
Topic: Subfigure and legend
Replies: 3
Views: 9586

Subfigure and legend

Hello there,

In a document i'm writting, i need sometime to put several images in the same figure. For this, i use subfigure . Here is an exemple of what i wrote for two images:

\begin{figure}[htbp]
\begin{subfigure}[b]{0.5\textwidth}
\centering
\includegraphics[width=\textwidth]{image1.pdf ...