Search found 10 matches

by larschrjensen
Sat Sep 01, 2012 1:05 pm
Forum: BibTeX, biblatex and biber
Topic: natbib | Replace Comma after Year with Colon
Replies: 6
Views: 7693

Re: natbib | Replace Comma after Year with Colon

Thank you very much. Your help is most appreciated.

Best regards,
Lars
by larschrjensen
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},
}
by larschrjensen
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}
by larschrjensen
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 ...
by larschrjensen
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:

Code: Select all

\addcontentsline{Sequence}{toc}{List of Sequences}
with this:

Code: Select all

\addcontentsline{toc}{section}{List of Sequences}
Thanks to Tom texblog.org
by larschrjensen
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 ...
by larschrjensen
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
by larschrjensen
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
by larschrjensen
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.
by larschrjensen
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