Thank you very much. Your help is most appreciated.
Best regards,
Lars
Search found 10 matches
- Sat Sep 01, 2012 1:05 pm
- Forum: BibTeX, biblatex and biber
- Topic: natbib | Replace Comma after Year with Colon
- Replies: 6
- Views: 7693
- Thu Aug 30, 2012 1:49 pm
- Forum: BibTeX, biblatex and biber
- Topic: natbib | Replace Comma after Year with Colon
- Replies: 6
- Views: 7693
natbib | Replace Comma after Year with Colon
Of course. How silly of me.
Code: Select all
@Book{schriver,
author = {Karen Schriver},
title = {Dynamics in Document Design},
publisher = {Wiley Computer Publishing},
year = {1997},
}
- Thu Aug 30, 2012 1:08 pm
- Forum: BibTeX, biblatex and biber
- Topic: natbib | Replace Comma after Year with Colon
- Replies: 6
- Views: 7693
natbib | Replace Comma after Year with Colon
Certainly.
Code: Select all
\documentclass{article}
\usepackage[round]{natbib}
\begin{document}
\bibliographystyle{apalike}
bla bla bla \citep[202]{schriver}
\bibliography{Bib}
\end{document}
- Wed Aug 29, 2012 9:40 pm
- Forum: BibTeX, biblatex and biber
- Topic: natbib | Replace Comma after Year with Colon
- Replies: 6
- Views: 7693
natbib | Replace Comma after Year with Colon
Hi,
I use the natbib package and use following citation command \citep[202]{author} which prints as:
(Author, 1997, 202)
What I'd like to do is replace the last comma after 1997 with a colon. I've had a look at \bibpunct but I haven't been able to figure out how to change the comma in question ...
I use the natbib package and use following citation command \citep[202]{author} which prints as:
(Author, 1997, 202)
What I'd like to do is replace the last comma after 1997 with a colon. I've had a look at \bibpunct but I haven't been able to figure out how to change the comma in question ...
- Wed May 09, 2012 7:44 pm
- Forum: General
- Topic: Custom "List of …"
- Replies: 1
- Views: 2567
Custom "List of …"
I was able to solve this by replacing this:
with this:
Thanks to Tom texblog.org
Code: Select all
\addcontentsline{Sequence}{toc}{List of Sequences}
Code: Select all
\addcontentsline{toc}{section}{List of Sequences}
- Wed May 09, 2012 3:16 pm
- Forum: General
- Topic: Custom "List of …"
- Replies: 1
- Views: 2567
Custom "List of …"
Hi there,
I've created a custom list of examples. Now I want to add this to to my toc, but in doing so the formatting gets messed up:
custom-ListOf.png
I would like to have sequences presented the same way tables and figures are presented in the toc.
\documentclass[a4paper,12pt]{article ...
I've created a custom list of examples. Now I want to add this to to my toc, but in doing so the formatting gets messed up:
custom-ListOf.png
I would like to have sequences presented the same way tables and figures are presented in the toc.
\documentclass[a4paper,12pt]{article ...
- Thu Dec 29, 2011 10:33 pm
- Forum: Page Layout
- Topic: Reduce horizontal space between section title and numbering
- Replies: 8
- Views: 17873
Re: Reduce horizontal space between section title and number
Thank you very much for your help. It was very helpful.
Best regards,
Lars
Best regards,
Lars
- Thu Dec 29, 2011 5:21 pm
- Forum: Page Layout
- Topic: Reduce horizontal space between section title and numbering
- Replies: 8
- Views: 17873
Re: Reduce horizontal space between section title and number
Thank you very much!
Texmaker marks \titleformat and \thesection as unrecognized commands but it works wonderfully.
Is there any way to do the same with the table of contents? I have called it by invoking \tableofcontents ?
Best regards,
Lars
Texmaker marks \titleformat and \thesection as unrecognized commands but it works wonderfully.
Is there any way to do the same with the table of contents? I have called it by invoking \tableofcontents ?
Best regards,
Lars
- Thu Dec 29, 2011 4:11 pm
- Forum: Page Layout
- Topic: Reduce horizontal space between section title and numbering
- Replies: 8
- Views: 17873
Re: Reduce horizontal space between section title and number
Thank you Stefan,
The documentclass I use is the report class.
The documentclass I use is the report class.
- Thu Dec 29, 2011 3:40 pm
- Forum: Page Layout
- Topic: Reduce horizontal space between section title and numbering
- Replies: 8
- Views: 17873
Reduce horizontal space between section title and numbering
Hi,
Is it possible to reduce the horizontal space between the section title and section numbering? My section header looks like this:
1 Header
and I'd like something like this:
1. Header
Best regards,
Lars
Is it possible to reduce the horizontal space between the section title and section numbering? My section header looks like this:
1 Header
and I'd like something like this:
1. Header
Best regards,
Lars