Search found 13 matches
- Tue Oct 25, 2011 8:57 am
- Forum: General
- Topic: elsarticle | Elsevier Template Modifications
- Replies: 2
- Views: 7308
Re: elsarticle | Elsevier Template Modifications
Thanks again Thorsten. Works like a charm.
- Mon Oct 24, 2011 10:29 am
- Forum: General
- Topic: elsarticle | Elsevier Template Modifications
- Replies: 2
- Views: 7308
elsarticle | Elsevier Template Modifications
Hi,
I'm using an Elsevier template to submit an article to my university, who do not supply any template themselves. However, there are two things I need to change. Please refer to the code below.
The superscripts for the author addresses need to be * and +. Currently they are a and b.
The first ...
I'm using an Elsevier template to submit an article to my university, who do not supply any template themselves. However, there are two things I need to change. Please refer to the code below.
The superscripts for the author addresses need to be * and +. Currently they are a and b.
The first ...
- Wed Sep 07, 2011 5:37 pm
- Forum: Page Layout
- Topic: Number Width Adjustment in LoF
- Replies: 2
- Views: 1999
Re: Number Width Adjustment in LoF
Thanks Thorsten. To the rescue again. Not sure how I missed that. 

- Wed Sep 07, 2011 5:09 pm
- Forum: Page Layout
- Topic: Number Width Adjustment in LoF
- Replies: 2
- Views: 1999
Number Width Adjustment in LoF
Hi all,
I'm having trouble with not being able to adjust the left-hand margin in the list of figures. Here's a working example of why I want to do this:
\documentclass{thesis}
\begin{document}
\listoffigures
\addtocounter{chapter}{10}
\addtocounter{figure}{39}
\begin{figure}
\centering ...
I'm having trouble with not being able to adjust the left-hand margin in the list of figures. Here's a working example of why I want to do this:
\documentclass{thesis}
\begin{document}
\listoffigures
\addtocounter{chapter}{10}
\addtocounter{figure}{39}
\begin{figure}
\centering ...
- Tue Apr 19, 2011 3:30 pm
- Forum: Text Formatting
- Topic: Changing Appendix Title Font
- Replies: 2
- Views: 4552
Re: Changing Appendix Title Font
Thanks so much Thorsten.
- Wed Apr 13, 2011 12:26 pm
- Forum: Text Formatting
- Topic: Changing Appendix Title Font
- Replies: 2
- Views: 4552
Changing Appendix Title Font
Hi,
I just need to change the font of the text "APPENDIX" on the appendix title page. I managed to change the font of the \part environment thanks to information on this site, and I need to do the same kind of thing for the appendix. See here:
\documentclass{thesis}
\usepackage{appendix ...
I just need to change the font of the text "APPENDIX" on the appendix title page. I managed to change the font of the \part environment thanks to information on this site, and I need to do the same kind of thing for the appendix. See here:
\documentclass{thesis}
\usepackage{appendix ...
- Thu Mar 03, 2011 11:48 am
- Forum: Page Layout
- Topic: Appendix page numbers misaligned in contents
- Replies: 2
- Views: 1951
Appendix page numbers misaligned in contents
Hi,
Thanks Thorsten. I did search the forums and found nothing before I posted. However, the tocloft package documentation was indeed the key.
The fix was simply to include these lines* in the preamble. The tocloft package does not even need to be included.
\makeatletter
\renewcommand{\@pnumwidth ...
Thanks Thorsten. I did search the forums and found nothing before I posted. However, the tocloft package documentation was indeed the key.
The fix was simply to include these lines* in the preamble. The tocloft package does not even need to be included.
\makeatletter
\renewcommand{\@pnumwidth ...
- Wed Mar 02, 2011 11:40 am
- Forum: Page Layout
- Topic: unwanted space before citation
- Replies: 2
- Views: 7917
unwanted space before citation
Using the cite package does this.
\documentclass{article}
\usepackage{cite}
\begin{document}
Example of space when cite is used: (\cite{empty} and \cite{empty})
\end{document}
Using the [noadjust] option solves it.
\documentclass{article}
\usepackage[noadjust]{cite}
\begin{document}
Example of ...
\documentclass{article}
\usepackage{cite}
\begin{document}
Example of space when cite is used: (\cite{empty} and \cite{empty})
\end{document}
Using the [noadjust] option solves it.
\documentclass{article}
\usepackage[noadjust]{cite}
\begin{document}
Example of ...
- Tue Mar 01, 2011 3:55 pm
- Forum: Page Layout
- Topic: Appendix page numbers misaligned in contents
- Replies: 2
- Views: 1951
Appendix page numbers misaligned in contents
Hi All,
The picture below shows my contents page, where the appendix page numbers are misaligned when going into double figures. Can someone please advise on a fix?
I'm using the appendix package, and in the body of my document have set \pagenumbering{bychapter}.
The picture below shows my contents page, where the appendix page numbers are misaligned when going into double figures. Can someone please advise on a fix?
I'm using the appendix package, and in the body of my document have set \pagenumbering{bychapter}.
- Wed Dec 08, 2010 11:37 am
- Forum: Graphics, Figures & Tables
- Topic: Captions: Tab. >> Table & Fig. >> Figure
- Replies: 6
- Views: 7646
Re: Captions: Tab. >> Table & Fig. >> Figure
Cool. Thanks for the suggestions.