Search found 13 matches

by LaTex lover
Wed Dec 17, 2014 8:16 pm
Forum: General
Topic: Urgent help with 'twoside' problem, plz.
Replies: 1
Views: 2289

Urgent help with 'twoside' problem, plz.

Hi all,

I'm in need of an urgent help! I'm submitting my thesis. The number of pages I have exceeds the limit which university accepts. They suggested me to do double sided. I applied \documentclass[12pt,a4paper,twoside]{report}, and it make mess with some of the space between text and figures ...
by LaTex lover
Thu Aug 15, 2013 1:42 pm
Forum: Graphics, Figures & Tables
Topic: Subfigure over 3 pages
Replies: 8
Views: 14134

Subfigure over 3 pages

You did not provide a minimal example. Nevertheless, i think I know what you want.

First page. a picture with (a) underneath, nothing more.
Second page, a picture with (b) underneath, nothing more.
Third and last page, a picture with (c) underneath, and the caption for (a), (b) and (c).

Think ...
by LaTex lover
Thu Aug 15, 2013 12:12 pm
Forum: Graphics, Figures & Tables
Topic: Subfigure over 3 pages
Replies: 8
Views: 14134

Subfigure over 3 pages

If I understand you correctly, you just want to leave out the optional argument from subfloat.
\subfloat[]{\includegraphics[angle=90,width=0.7\textwidth]{A}}

Thanks for your suggestion. Even If I leave out the argument, it still gives me a caption after each figure. My boss does not like that ...
by LaTex lover
Thu Aug 15, 2013 11:07 am
Forum: Graphics, Figures & Tables
Topic: Subfigure over 3 pages
Replies: 8
Views: 14134

Subfigure over 3 pages

If you don't want caption, just leave out the subfloats-command. But in your first post you gave the caption as \caption[caption] {caption for (a) A, (b) B (c) C.} . This implies, that you do want captions. Whats the sense of a caption with (a) and (b) when there is no (a)-picture present?

Best ...
by LaTex lover
Wed Aug 14, 2013 9:27 pm
Forum: Graphics, Figures & Tables
Topic: Subfigure over 3 pages
Replies: 8
Views: 14134

Subfigure over 3 pages

Since page breaks inside floating environments (like figure or table ) are not possible you need to use more than one floating environment here. Use \ContinuedFloat to tell the subfig package that the contents of the floating environment will continue, e.g.:


\documentclass[12pt,a4paper,oneside ...
by LaTex lover
Wed Aug 14, 2013 7:48 pm
Forum: Graphics, Figures & Tables
Topic: Subfigure over 3 pages
Replies: 8
Views: 14134

Subfigure over 3 pages

Hi all,

I am facing a problem. I have got a figure with 3 subfigures, and want them to appear each in a separate page. These are my codes.


\documentclass[12pt,a4paper,oneside]{report}
\usepackage{graphicx}
\usepackage{subfig}

\begin{figure}[H]
\centering
\subfloat[a]{\includegraphics[angle=90 ...
by LaTex lover
Thu Mar 01, 2012 7:53 pm
Forum: Text Formatting
Topic: Weird Format of Paragraph Heading
Replies: 3
Views: 2169

Re: Weird Format of Paragraph Heading

localghost thanks for your help. It's done now! Once again, thank you.
:)
by LaTex lover
Thu Mar 01, 2012 5:54 pm
Forum: Text Formatting
Topic: Weird Format of Paragraph Heading
Replies: 3
Views: 2169

Weird Format of Paragraph Heading

Hi all,

Got a daft question regardind sectioning commands. I'm using \section , \subsection , \subsubsection and \paragraph . Up to \subsubsection everything is OK but once I define \paragraph , the format changes and the text is run-in after the heading rather than appearing in the next line. It ...
by LaTex lover
Sat Feb 04, 2012 6:36 pm
Forum: Graphics, Figures & Tables
Topic: subfig | Figure Numbering changes
Replies: 3
Views: 2893

Re: subfig | Figure Numbering changes

Thanks for the suggestions !

This didn't work (but thanks for the help anyways) :D
by LaTex lover
Fri Feb 03, 2012 6:27 pm
Forum: Graphics, Figures & Tables
Topic: subfig | Figure Numbering changes
Replies: 3
Views: 2893

subfig | Figure Numbering changes

Hi all,

My question is regarding subfig, there is a problem in the output, the counter for the figure changes, for instance if the figure number should be 3.17 it appears as 3.15. I test it with another figure, a single figure and not subfig, it is OK. So I am guessing I am missing something in my ...