Search found 4 matches

by F!o
Mon Jan 17, 2011 10:49 pm
Forum: Page Layout
Topic: Stopping page numbering
Replies: 1
Views: 1878

Stopping page numbering

Hi everyone,

I am writing my thesis using LaTeX, and I need some help.

I have to conform to this order : Title Page > X > Table of contents > Introduction > ... > Conclusion > Bibliography>Abstract where X can be what I want (for instance : Thanks, Appendix, etc.). I must put the number of each ...
by F!o
Sat Apr 25, 2009 7:42 pm
Forum: Graphics, Figures & Tables
Topic: 2 issues about figures and page layout
Replies: 7
Views: 13353

2 issues about figures and page layout

I don't understand why you think this?

The picture I use is here . As you can see, there is no space. :/

I checked each files there is no difference between the lines where I use \includegraphics but there is a few more lines in the main file of the new document :


\usepackage{amssymb ...
by F!o
Sat Apr 25, 2009 6:29 pm
Forum: Graphics, Figures & Tables
Topic: 2 issues about figures and page layout
Replies: 7
Views: 13353

2 issues about figures and page layout

Thanks to both of you.

I think you made me understand the real issue.

The space you see is not part of the picture I use, but thanks to your tip, I could see the borders of the figure which actually was a perfect square. As the original file is 377x233, a free square space is saved to paste the ...
by F!o
Sat Apr 25, 2009 3:20 pm
Forum: Graphics, Figures & Tables
Topic: 2 issues about figures and page layout
Replies: 7
Views: 13353

2 issues about figures and page layout

Hi everyone,

1) Here is my first issue : click me!

Why is there so much space above the figure?

I simply use :

%TEXT

\begin{figure}[htbp]
\begin{center}
\includegraphics[width=12cm]{Pics/Stress.jpg}
\end{center}
\caption{\footnotesize Organigramme du stress}
\end{figure}

%TEXT


I made ...