I want my bookmarks in my final pdf to have the following structure
Introduction
+Part 1
First section in part One
Second section in part One
+Part 2
First section in part Two
Second section in part Two
Glossary
A Appendix 1
B Appendix 1
but at the moment everything after Part 2 is contained ...
Search found 12 matches
- Sun Apr 05, 2015 2:49 pm
- Forum: General
- Topic: Hyperref Bookmark Hierachy
- Replies: 0
- Views: 2208
- Thu Jan 31, 2013 7:54 pm
- Forum: Page Layout
- Topic: Footnote separator
- Replies: 2
- Views: 3058
Re: Footnote separator
Sorry, it's such a large document / has so many packages that eliminating what is causing it would have taken too long.
It's not a big problem, just an annoyance really. I was just wondering if anyone had come across it before.
Thanks anyway
.
It's not a big problem, just an annoyance really. I was just wondering if anyone had come across it before.
Thanks anyway

- Tue Jan 29, 2013 5:30 pm
- Forum: Page Layout
- Topic: Footnote separator
- Replies: 2
- Views: 3058
Footnote separator
Can anyone think of a reason why the footnote separator line would appear on pages that don't have footnotes on?
I've set
I've set
\interfootnotelinepenalty=10000
in the preamble but disabling that doesn't seem to have any effect.- Mon Nov 19, 2012 10:44 pm
- Forum: Graphics, Figures & Tables
- Topic: Figure numbering
- Replies: 4
- Views: 3219
Re: Figure numbering
Oh excellent, thank you very much.
Very much appreciated
.
Very much appreciated

- Mon Nov 19, 2012 10:38 pm
- Forum: Graphics, Figures & Tables
- Topic: Figure numbering
- Replies: 4
- Views: 3219
Figure numbering
Sorry, does this make it any clearer?
Thank you.
\documentclass[10pt]{article}
\usepackage[pdftex]{graphicx}
\usepackage{multicol}
\makeatletter
\newenvironment{tablehere}
{\def\@captype{table}}
{}
\newenvironment{figurehere}
{\def\@captype{figure}}
{}
\makeatother
\begin{document ...
Thank you.
\documentclass[10pt]{article}
\usepackage[pdftex]{graphicx}
\usepackage{multicol}
\makeatletter
\newenvironment{tablehere}
{\def\@captype{table}}
{}
\newenvironment{figurehere}
{\def\@captype{figure}}
{}
\makeatother
\begin{document ...
- Mon Nov 19, 2012 10:11 pm
- Forum: Graphics, Figures & Tables
- Topic: Figure numbering
- Replies: 4
- Views: 3219
Figure numbering
In order to use figures in the multicols environment, I have defined a new figure environment such that I can use images. Unfortunately when I reference the images i.e. \ref{ALABEL} it incorrectly numbers them based on the section they're in. For example, there are two images which are numbered ...
- Sun Sep 09, 2012 8:26 am
- Forum: Math & Science
- Topic: AMSMath Vector Style
- Replies: 3
- Views: 9662
Re: AMSMath Vector Style
Thank you
.

- Sat Sep 01, 2012 7:54 pm
- Forum: Math & Science
- Topic: AMSMath Vector Style
- Replies: 3
- Views: 9662
AMSMath Vector Style
I'm using the AMSMath package for a large physics document I'm writing. For my vectors I'm writing them as \vec{F} for example. This displays them with a nice arrow over their head, which whilst is a good way to write them, isn't ideal for typesetting (emboldening vectors makes them easier to spot I ...
- Sat Sep 01, 2012 7:45 pm
- Forum: Document Classes
- Topic: One class in another
- Replies: 2
- Views: 2685
Re: One class in another
Thank you
.

- Wed Aug 15, 2012 3:15 pm
- Forum: Document Classes
- Topic: One class in another
- Replies: 2
- Views: 2685
One class in another
I'm trying to put together one document which contains lots of different types of information. Some of it should read like a book, some of it like a screenplay and some pages should be letters.
Is there a way of doing this with Latex? I've tried to use the \include{file} command but I can't put a ...
Is there a way of doing this with Latex? I've tried to use the \include{file} command but I can't put a ...