Search found 4 matches

by helpercenter
Fri May 09, 2008 11:52 pm
Forum: General
Topic: Cross column images
Replies: 8
Views: 5118

Re: Cross column images

problem solved, thanks!
by helpercenter
Fri May 09, 2008 10:31 pm
Forum: General
Topic: Cross column images
Replies: 8
Views: 5118

Re: Cross column images

\begin{figure*}[H]
\begin{centering}
\includegraphics[scale=0.7]{\string"images Michael/fig7\string".png}
\par\end{centering}

\caption{.}

\end{figure*}

Yep, I found this file I referenced to, because I searched on the forum before and found that this document really describes what I need. The ...
by helpercenter
Fri May 09, 2008 10:16 pm
Forum: General
Topic: Cross column images
Replies: 8
Views: 5118

Re: Cross column images

Hey, thank you!

My preamble is :

\makeatletter
\def\input@path{{\string"/dadas\string"/}}
\makeatother
\documentclass[10pt,french]{article}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{geometry}
\geometry{verbose,a4paper,tmargin=2.5cm,bmargin=2.5cm,lmargin=2.5cm,rmargin=2.5cm ...
by helpercenter
Fri May 09, 2008 9:51 pm
Forum: General
Topic: Cross column images
Replies: 8
Views: 5118

Cross column images

Hi!

I have following problem in latex : I want to have a figure which spans over both columns of my document, like here on page 11:

http://www.systems.caltech.edu/dsp/stud ... o_stap.pdf

How should I realize that ?

Thank you very much !