| New Reply |
LaTeX Help!!! |
Share Thread | Thread Tools |
| Jul3-12, 12:41 PM | #1 |
|
|
LaTeX Help!!!
Currently I writing my Thesis report using LaTeX. I have been noticing the following problem.
I need the figures and text to be aligned in a page in the following orientation text figure text figure However, what I obtain is figure text text figure At times, this gets frustrating. Sometimes the figure jumps to the end of the next page. Tried out googling. Yet to find a proper solution. Would be helpful, if someone could suggest me a proper solution Regards |
| PhysOrg.com |
science news on PhysOrg.com >> Hong Kong launches first electric taxis >> Morocco to harness the wind in energy hunt >> Galaxy's Ring of Fire |
| Jul3-12, 12:56 PM | #2 |
|
|
LaTeX is very ... sure ... about where figures should be.
If \begin{figure}[h] does not help, then it will be very difficult. Shifting paragraphs before or after the figure has some effect, but control is imprecise at best. Why do you want the figures to be arranged exactly like this? You might have more luck with the two figures on a page of their own, opposite of the corresponding text. |
| Jul3-12, 01:04 PM | #3 |
|
|
well, as mentioned sometimes the figure moves completely away from the describing text. Have to drift over a couple of pages to co-relate the image with the text. Of course, images or text getting drifting by half a page is acceptable.
|
| Jul3-12, 01:27 PM | #4 |
|
Mentor
|
LaTeX Help!!!Look at it this way: Suppose you publish a journal paper based on your thesis. Your submission must have the figures and tables completely separated from the paper proper in many journals. The publishers give the authors no say whatsoever regarding placement. |
| Jul3-12, 02:10 PM | #5 |
Recognitions:
|
What D.H. said.
You can try the "nuclear option" Code:
\usepackage{float}
...
\begin{document}
...
\begin{figure}[H]
|
| Jul4-12, 08:33 PM | #6 |
|
|
well. I do agree with you guys. I tried some options. But unfortunately the document is getting messy. Better to take in few bad pages rather than losing many better pages.
Thanks both of you for your comments. |
| New Reply |
| Thread Tools | |
Similar Threads for: LaTeX Help!!!
|
||||
| Thread | Forum | Replies | ||
| [LaTeX] What are the standard margins on a latex document? | Math & Science Software | 2 | ||
| LaTex in Lyx differs from LaTex on forum? | Programming & Comp Sci | 4 | ||
| Relation between LaTeX Code: \\theta and LaTeX Code: \\mu ? | Introductory Physics Homework | 0 | ||
| Is it possible to define in LaTeX documents Latex Help | Math & Science Software | 2 | ||