Search found 2 matches

by Gius_c88
Fri Dec 04, 2015 7:33 pm
Forum: Graphics, Figures & Tables
Topic: Manage a document with many figures
Replies: 3
Views: 3663

Manage a document with many figures

Welcome,

i guess you loaded package caption , so you can do something like the following:

text
\clearpage
\includegraphics{firstPicture}
\captionof{figure}{actual caption}
\clearpage
\includegraphics{secondPicture}
\captionof{figure}{actual caption}
\clearpage
\includegraphics{thirdPicture ...
by Gius_c88
Fri Dec 04, 2015 6:27 pm
Forum: Graphics, Figures & Tables
Topic: Manage a document with many figures
Replies: 3
Views: 3663

Manage a document with many figures

Hello to everyone!
I'm sorry if i don't introduce myself in a dedicated topic but i'm a kind of a desperate, so...

I'm Giuseppe from Italy and I'm next to the graduation in Mechanical Engineering. I'm finishing my master degree thesis. This is my first big job with LaTeX and I need some help for ...