Search found 11 matches

by annmucc
Sun Aug 28, 2011 9:44 am
Forum: General
Topic: glossaries | Two Titles printed
Replies: 2
Views: 1987

Re: glossaries | Two Titles printed

That's brilliant - worked like a charm.

Thanks so much for your help Nicola on this and the other post on glossaries...and your discussion on the package was very useful. I couldn't figure it out before I found your instructions.

Thanks again
Ann
by annmucc
Sun Aug 28, 2011 9:35 am
Forum: General
Topic: glossaries | Sort italicized Acronyms
Replies: 2
Views: 3909

Re: glossaries | Sort italicized Acronyms

Thanks!
by annmucc
Thu Aug 25, 2011 3:20 pm
Forum: General
Topic: glossaries | Sort italicized Acronyms
Replies: 2
Views: 3909

glossaries | Sort italicized Acronyms

I have developed a glossary and an acronym list using the glossaries package. When using the glossaries package I can sort items by using the following command:

\newglossaryentry{pi}{name={\ensuremath{\pi}},sort=pi,
description={ratio of circumference of circle to its diameter}}

However, I ...
by annmucc
Thu Aug 25, 2011 1:08 pm
Forum: General
Topic: glossaries | Two Titles printed
Replies: 2
Views: 1987

glossaries | Two Titles printed

PS: I realised that the previous MWE didn't give the problem I was finding, so I have now provided an MWE that does. From what I can understand the problem arises from: \pagestyle{headings}\nouppercaseheads. However, I don't know why and how and what I can do!

Thanks - and apologies for the ...
by annmucc
Thu Aug 25, 2011 1:06 pm
Forum: BibTeX, biblatex and biber
Topic: Preferences refs in figs before in text ?
Replies: 3
Views: 2161

Re: Preferences refs in figs before in text ?

An update to this: you can also have \caption[text without reference]{text with reference}. within [] the text appears in the list of tables/figures while within {} it appears as the caption. That has elegantly solved my problem as I had to put the list of figures and tables at the beginning
by annmucc
Tue Aug 23, 2011 11:42 am
Forum: Text Formatting
Topic: Prevent Separation of Number and Unit Symbol
Replies: 3
Views: 7302

Re: Prevent Separation of Number and Unit Symbol

Thanks for your help! This has solved my problem brilliantly.

Ann
by annmucc
Mon Aug 22, 2011 5:45 pm
Forum: Text Formatting
Topic: Prevent Separation of Number and Unit Symbol
Replies: 3
Views: 7302

Prevent Separation of Number and Unit Symbol

I am sure this has probably come up before, but I cannot find it - I am guessing I might not be using the correct search terms?

Anyways, I have the term '4 \textcelsius' in my source file to get the term 4 °C. However, LaTeX insists on splitting 4 and °C on two separate lines. Is there any way of ...
by annmucc
Mon May 16, 2011 9:29 pm
Forum: BibTeX, biblatex and biber
Topic: Preferences refs in figs before in text ?
Replies: 3
Views: 2161

Re: Preferences refs in figs before in text ?

I found I had the same problem when I was placing the 'List of Figures' at the start of the document. Is this something which you have? My solution was to place the 'list of Figures' at the end of the document. Not the most elegant solution, but if you're flexible to do that it might work!
by annmucc
Mon May 16, 2011 8:53 pm
Forum: BibTeX, biblatex and biber
Topic: How to remove [cited at p. 3,5] in the bibliography
Replies: 4
Views: 7589

How to remove [cited at p. 3,5] in the bibliography

If I remove the complete renewcommand line I get the page number in brackets after the reference. Adding {} after [1] or removing :
{\newblock {\scriptsize [\mbox{cited at p.\ }#1]}}
completely seem to do the same thing i.e. what I want it to do. I added {} now since I guess that's the correct way ...
by annmucc
Mon May 16, 2011 8:26 pm
Forum: BibTeX, biblatex and biber
Topic: How to remove [cited at p. 3,5] in the bibliography
Replies: 4
Views: 7589

How to remove [cited at p. 3,5] in the bibliography

Thanks Stefan for the welcome (and quick reply).

I didn't have hyperref but in the project (I am using a template for 'doctoral dissertation' that comes with LEd) I found the following code:

\usepackage{citeref}
\renewcommand{\bibitempages}[1]{\newblock {\scriptsize [\mbox{cited at p.\ }#1 ...