Search found 8 matches

by olga30d
Mon Aug 08, 2011 10:49 am
Forum: General
Topic: glossaries | List of Symbols - Number List
Replies: 1
Views: 2074

glossaries | List of Symbols - Number List

Dear all,

In my document the List of Symbols is preceded by a List of Figures and Tables, within which there are several \gls{} items. I wonder whether it is possible to suppress entries in the number list for the List of Figures and List of Tables to appear in List of Symbols?

Thanks,
Olga ...
by olga30d
Tue Aug 02, 2011 11:32 pm
Forum: General
Topic: titlesec | Header for Bibliography
Replies: 9
Views: 6407

Re: titlesec | Header for Bibliography

True, but I deliberately wanted to keep my file as it is and I was hoping that you would be able to pick up any inconsistencies just from looking at it.

Thanks for your help,

Olga
by olga30d
Tue Aug 02, 2011 12:03 pm
Forum: General
Topic: titlesec | Header for Bibliography
Replies: 9
Views: 6407

Re: titlesec | Header for Bibliography

I have tried your suggestions (well not exactly your example, but incorporated in my code) - and for some reason it had no effect on headers. To find out why, you probably need to analyse it (see attached).

Thanks!
by olga30d
Mon Aug 01, 2011 10:47 pm
Forum: General
Topic: titlesec | Header for Bibliography
Replies: 9
Views: 6407

titlesec | Header for Bibliography

Thanks Thorsten,

I definitely got some inspiration (as well as useful packages). After all, I had to move \renewcommand{\bibname}{References} from preamble to the body of the document.
But I still could not get appropriate header, so I cheated a bit and used
\newpagestyle{back}[\small\sffamily\rm ...
by olga30d
Mon Aug 01, 2011 5:48 pm
Forum: General
Topic: titlesec | Header for Bibliography
Replies: 9
Views: 6407

titlesec | Header for Bibliography

Thanks Stefan,

I tried it in this order, but it did not work. Anything missing?
Many thanks,
Olga

Code: Select all

\bibliographystyle{apalike}
\cleardoublepage   
\addcontentsline{toc}{chapter}{References}   
\markboth{References}{References} 
\bibliography{MyReferences}  
by olga30d
Mon Aug 01, 2011 5:19 pm
Forum: General
Topic: titlesec | Header for Bibliography
Replies: 9
Views: 6407

titlesec | Header for Bibliography

Dear all,

I have a problem with a header in my 'References' chapter - it has the header of the previous chapter.
I wonder if I can redefine it manually?
I have seen several similar problems, but unfortunately I did not manage to sort it out.

Many thanks,
Olga

%%%%%%%%%%%%%%%%
\documentclass ...
by olga30d
Fri Jul 29, 2011 5:34 pm
Forum: General
Topic: glossaries | Left justifed List of Acronyms
Replies: 1
Views: 3512

Re: glossaries | Left justifed List of Acronyms

this solved my problem:
\setlength{\glsdescwidth}{0.95\linewidth}
by olga30d
Thu Jul 28, 2011 12:54 pm
Forum: General
Topic: glossaries | Left justifed List of Acronyms
Replies: 1
Views: 3512

glossaries | Left justifed List of Acronyms

Dear All,

I wonder how to force a list of acronyms using long style to be left justified and not centered? I am trying to get it consistent with List of Tables, Figures, etc

Thanks!

\documentclass[11pt, a4paper,oneside]{book}
\usepackage[nonumberlist, acronym]{glossaries}
\usepackage{glossary ...