Tagged Questions
1
vote
2answers
40 views
Place Image and Break Pages
I want to obtain the following format:
Text
Text
Text
Text
endofpage
image
newpage
Text
Text
Text
Text
I have three pages in total. The image occupies whole page and the text in newpage is ...
0
votes
1answer
37 views
Floating image spanning over newpage
I m wiring one report in which i need to add images in each section. Each section start on new page but i found when there is not enough space on one section, image float to another section and there ...
3
votes
1answer
87 views
How to split text around pages?
I have one input which has text and image.
Here text is quite lengthy which may occupy 2-3 pages. I want output like
some text on 1st page
then image on 2nd page
then rest of text on 3rd page.
...
3
votes
1answer
110 views
Images on same page as text (paragraph)
I have 3 paragraphs with text (but without use \paragaph, just ext) and I have 3 images to these paragraphs. When I create pdf I have these paragraphs on one page (with text before) then on next page ...
9
votes
1answer
175 views
How can I create a chapter with graphics only divided into different sections?
I'm trying to create a chapter with pictures only, but keep running into troubles. The chapter is an appendix, where only some graphics should be displayed, placed in different sections. I don't need ...
9
votes
2answers
474 views
Image on top specified page
How can i place an image on the top of the specified page. For example odd pages will be filled by image, even with text. Or, i just want to make sure that (lua)latex will place images on page 2,3,6?
...
3
votes
2answers
140 views
In memoir environment, the chapter heading placement gets messed up if a too big figure gets placed on next page
Using the memoir class, it appears that if I have a figure that is close enough to chapter heading, and big enough that it has to be placed on the next page, the chapter heading placement gets messed ...
3
votes
2answers
248 views
How to keep the paragraph and subsequent image on one page?
I have a text, where pictures are interleaved with descriptions for them. And since pictures are quite big, sometimes picture moves to next page, but the description for it stays on the previous page, ...
5
votes
1answer
1k views
\includegraphics forces new page
When I include a PDF diagram, it forces a new page, so I have one blank page and then this diagram, can somebody help me please? I need to remove that blank page.
My document looks like this
...
5
votes
1answer
427 views
Auto-displaying a large image on multiple pages
I have a long UML diagram, I use the following code.
The figure is about two and a half page long, but only the first page is showing, and the lower part of the figure is missing. How do I display the ...
7
votes
0answers
131 views
How to put one big image on each page [duplicate]
Possible Duplicate:
How to include a picture over two pages, left part on left side, right on right (for books)?
The problem is the following:
I am formatting a twopage book on latex and I ...
1
vote
0answers
221 views
Get remaining height on page (and scale image to it) [duplicate]
Possible Duplicate:
How to define a figure size so that is consume the rest of a page?
Hi all,
I've seen How to compute the remaining space on the current page - but that doesn't really ...
2
votes
1answer
400 views
How can I force an image and its caption to be on the same page?
I am using the caption package, now I have one problem: In one case an image is placed at the bottom of one page, while its caption is placed on the top of the following page. In this case I would ...