Search found 6 matches

by Jojoba86
Fri Dec 23, 2011 7:03 pm
Forum: Page Layout
Topic: Bold Math Font in ToC Entries for Sections
Replies: 1
Views: 1838

Bold Math Font in ToC Entries for Sections

Oh, nevermind, I see it is quite easy really,

Code: Select all

\subsection[Copper \texorpdfstring{$K_\alpha$}{Ka} Imager]{Copper $\boldsymbol {K_\alpha}$ Imager}
gives the desired effect.
by Jojoba86
Fri Dec 23, 2011 2:21 pm
Forum: Page Layout
Topic: Bold Math Font in ToC Entries for Sections
Replies: 1
Views: 1838

Bold Math Font in ToC Entries for Sections

I am having a problem with using maths in the section names. For the section names themselves the following code works to give me the appropriate bold style,
\subsection{Copper \texorpdfstring{$\boldsymbol {K_\alpha}$}{Ka} Imager}
while not upsetting hyperref with maths in PDF bookmarks.

However ...
by Jojoba86
Sun Dec 11, 2011 6:41 pm
Forum: Page Layout
Topic: Headers for the Bibliography
Replies: 4
Views: 12666

Re: Headers for the Bibliography

Hi Stefan,

That's a much more elegant solution than what I posted, thanks :D .

In what I posted I have a Nomenclature section just before the Bibliography, but if I don't change the header before in the way I posted it takes the name of the chapter and section before it.

Do you know how I can ...
by Jojoba86
Fri Dec 09, 2011 8:38 pm
Forum: Page Layout
Topic: hyperref | Problem with Hyperlinks in PDF
Replies: 2
Views: 1941

Re: hyperref | Problem with Hyperlinks in PDF

Thank you so much Stefan, that did the job perfectly!
by Jojoba86
Fri Dec 09, 2011 8:21 pm
Forum: Page Layout
Topic: hyperref | Problem with Hyperlinks in PDF
Replies: 2
Views: 1941

hyperref | Problem with Hyperlinks in PDF

Hi,

I'm using PDFLaTeX and the hyperref package. My problem is that I've added something to the contents line manually, which shows up fine, but the hyperlink in the contents does not go to it, instead it just points to the contents page. The environment with the contents line looks like this ...
by Jojoba86
Fri Dec 09, 2011 8:09 pm
Forum: Page Layout
Topic: Headers for the Bibliography
Replies: 4
Views: 12666

Headers for the Bibliography

Hey Jakob,

First a disclaimer, I'm also new to LaTeX. However, I've been wrestling with the same problem today (!), so here is my extremely ugly way of doing it.


\fancyhf{}
\fancyhead[CO]{\slshape \rightmark}
\fancyhead[CE]{\slshape \leftmark}
\fancyfoot[C]{\thepage}
\addtolength{\headheight}{0 ...