Tagged Questions
3
votes
0answers
65 views
How to have headers, section headings, and figures expand into the margin?
I am interested in the following page layout.
How to have headers in margins (up to margin)
Is it possible to start section headings from margin
How to set figures occupy the margins.
I can ...
2
votes
0answers
49 views
Numbering figures and tables in part
Here is the deal: I'm writing my thesis and I divided the thesis into 3 parts, each part had 2 chapters.
At the beginning of each part, I added two pages of introduction. However, the numbering of ...
6
votes
1answer
76 views
How do I make the title 'Figure' appear on the same page as my first figure
This is my code:
\documentclass[twoside, a4paper, 11pt]{article}
\title{}
\author{}
\usepackage{amsfonts}
\usepackage{amsthm}
\usepackage{mathtools}
...
3
votes
1answer
90 views
Why will my table not come after a section with \FloatBarrier?
I have been trying this method to get a table to go after a section heading, but for some reason I am not able to get it to visualize that way.
\section{blah}
%\hlabel{sec:blah}
mytexthere (which is ...
0
votes
0answers
42 views
Preparing a report but sections are twisted [duplicate]
I'm on a Mac (10.8.2) running with the latest TeX Live from MacPorts working with the latest TexShop.
As stated above my sections are twisted, meaning I've a section for the table and one for the ...
1
vote
0answers
50 views
No automatic page breaking after inserting figure [duplicate]
Possible Duplicate:
Overfull box and broken pagination
I'm currently using Latex for the first time in about a year, and I've run into some trouble. I have two images in my document so far, ...
4
votes
1answer
87 views
In a chapter*, how do I remove chapter numbers from figures and add the title to the running head?
I have a document with numbered chapters. At the end I wanted to add some appendices without a number (only a title). I used this solution, which I found online:
\newcommand\chap[1]{%
...
5
votes
1answer
95 views
How to rotate a table with caption and have a section name in the same page
I need to rotate a table with caption, but I need to have a section name in top of the same page.
Already tried with sidewaystable, but it reserves a entire page only for the table.
Then I've tried ...
0
votes
1answer
49 views
figure environment and contiguous images [duplicate]
Possible Duplicate:
How do I ensure that figures appear in the section they're associated with?
I have a set of images and I want them all to appear in the same \section of my document, ...
1
vote
1answer
154 views
How to number tables and figures according to sections and subsections independently?
I am writing a document that does not required much formalisms, but I want to implement the following numbering system:
1 Section
Table 1: Caption
Figure 1: Caption
1.1 Subsection
Table 1.1: Caption
...
0
votes
1answer
518 views
Forcing a new section to begin after previous captions [duplicate]
Possible Duplicate:
How to avoid splitting tables between sections
I have noticed that, by default, when you open a new section, it could interfere with the contents from the previous ...
7
votes
2answers
1k views
How to change table numbering scheme at a new section?
I am trying to implement a style to name tables and figures depending on the section for a thesis and can't figure out how to do it with LaTeX. In the end it should look like this:
and my document:
...
0
votes
0answers
69 views
Placing all floats before continuing [duplicate]
Possible Duplicate:
How do I ensure that figures appear in the section they're associated with?
Keeping tables/figures close to where they are mentioned
How to avoid splitting tables ...
11
votes
4answers
12k views
Force LaTeX image to appear in the section in which it's declared [duplicate]
Possible Duplicates:
How do I ensure that figures appear in the section they're associated with?
Keeping tables/figures close to where they are mentioned
How can I force an image in a ...
40
votes
1answer
7k views
Continuous v. per-chapter/section numbering of figures, tables, and other document elements
Some document elements (e.g., figures in the book class) are numbered per chapter (figure 1.1, 1.2, 2.1, ...). How can I achieve continuous numbering (figure 1, 2, 3, ...)?
And vice versa: Some ...
10
votes
3answers
503 views
Extended draft mode which includes source information for manual print-out to source synchronisation
I'm looking for a kind of extended draft mode which places the source code position of paragraphs, sectioning commands and figures etc. as marginpars or similar in the PDF, so that they appear on a ...
3
votes
1answer
958 views
How to bind figure (table) to a section? [duplicate]
Possible Duplicates:
How to avoid splitting tables between sections
How do I ensure that figures appear in the section they're associated with?
I have the following problem: when I ...
0
votes
0answers
152 views
\subsubsection <— How do I ensure that figures appear in the section they're associated with? [duplicate]
Possible Duplicate:
How do I ensure that figures appear in the section they're associated with?
How do I ensure that figures appear in the section they're associated with?
thanks, ...
1
vote
2answers
195 views
how to ensure formatting in tex doc remains same once it's compiled
Using \clearpage or \newpage will work sometimes or will ensure that the figure stays in the same section, but I cannot always get the heading of a subsection and the introduction to it to appear ...
6
votes
2answers
632 views
How can I inhibit LaTeX to float a table across a section boundary? [duplicate]
Possible Duplicates:
How to avoid splitting tables between sections.
How do I ensure that figures appear in the section they're associated with?
I have a couple of tables that ...
7
votes
1answer
1k views
Multiple figures inside a subsection
I have an x amount of figures that I want to display inside a subsection. The subsection doesn't contain anything else. Currently the images are automagically put on pages from other sections. What is ...
15
votes
4answers
3k views
How to avoid splitting tables between sections
I have 5 tables and a section after them. After creation of an output file I have two tables on one page, then a section and last 3 tables on next page.
What I want to achieve is to put tables and ...
36
votes
2answers
3k views
How do I ensure that figures appear in the section they're associated with?
Often floats may land quite a bit later in the document than the point they are created, sometimes after a section break.
Is there a way to force a new section to start on a new page, after any ...