Search found 5 matches

by aless80
Thu Dec 08, 2011 11:27 pm
Forum: Graphics, Figures & Tables
Topic: Three Figures side-by-side on landscape Page
Replies: 4
Views: 11301

Re: Three Figures side-by-side on landscape Page

thank you, it is starting to work! Now I am trying to understand how to fix the width of the figures. The manual is so long and complicated.
by aless80
Thu Dec 08, 2011 5:05 pm
Forum: Graphics, Figures & Tables
Topic: Three Figures side-by-side on landscape Page
Replies: 4
Views: 11301

Re: Three Figures side-by-side on landscape Page

Thank you very much for the answer, the second example is the closest to what I would like to get, but
1) I cannot display the figure, I get a black quare
2) I cannot resize the figures
by aless80
Tue Dec 06, 2011 11:46 am
Forum: Graphics, Figures & Tables
Topic: Three Figures side-by-side on landscape Page
Replies: 4
Views: 11301

Three Figures side-by-side on landscape Page

Hi, could somebody help me aligning three figures on a landscape page? The closer I get is with landscape, minipage and epsfig as in the example below, though I would rather do it with \includefigure
Thanks

\documentclass[12pt,b5paper]{book}
\usepackage{lscape}
\usepackage{epsfig}
%\usepackage ...
by aless80
Tue Dec 06, 2011 11:26 am
Forum: Page Layout
Topic: fancyhdr | Wrong Chapter Numbers in Headers
Replies: 3
Views: 4033

fancyhdr | Wrong Chapter Numbers in Headers

I am sorry, the main file should be:

\documentclass[12pt,b5paper]{book}
\usepackage[english]{babel}
\usepackage{fancyhdr}
\begin{document}
\cleardoublepage
\clearpage{\pagestyle{empty}\cleardoublepage}
\setcounter{tocdepth}{1}
\pagenumbering{arabic}
\cleardoublepage
\input{ch1.tex}
\input{ch2.tex ...
by aless80
Fri Dec 02, 2011 1:43 pm
Forum: Page Layout
Topic: fancyhdr | Wrong Chapter Numbers in Headers
Replies: 3
Views: 4033

fancyhdr | Wrong Chapter Numbers in Headers

Hi,
I have a problem with the chapters in the headers. One or two pages before the start of the next chapter (e.g. we are in the last pages of Chapter 2), the header shows the name of the next chapter (e.g. Chapter 3).
Maybe it is \cleardoublepage?
Thanks

Here the code of the main file ...