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 ...
Search found 8 matches
- Mon Aug 08, 2011 10:49 am
- Forum: General
- Topic: glossaries | List of Symbols - Number List
- Replies: 1
- Views: 2074
- 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
Thanks for your help,
Olga
- 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!
Thanks!
- 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 ...
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 ...
- 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
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}
- 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 ...
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 ...
- 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}
\setlength{\glsdescwidth}{0.95\linewidth}
- 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 ...
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 ...