[OS X TeX] Bibliography question
Simon Spiegel
simon at simifilm.ch
Mon May 7 16:08:28 CEST 2007
On 07.05.2007, at 15:59, Fernando Pereira wrote:
>
> On May 7, 2007, at 8:43 AM, Jan Erik Moström wrote:
>
>> I suddenly have to write a short application where I need to list
>> papers in the actual application, not as an appendix. Ideally I
>> would like to have something like this
>>
>> Journal papers
>>
>> * Donald Duck "On ducks nocturnal lifes", Duck Magazine
>> 2007,
>> p 190-235
>>
>> Conference papers
>>
>> * etc etc
>>
>> In other words I would be able to group papers manually like this
>
> The package natbib is very helpful for this. Here's an outline of
> my CV source file
>
> \documentclass[12pt]{article}
> \usepackage{fullpage}
> \usepackage[numbers]{natbib}
> \usepackage{chapterbib}
> \usepackage{url}
> \sectionbib{\subsection*}{subsection}
> ...
> \begin{document}
> ...
> \cbinput{journals-cite}
> \cbinput{conf-cite}
> \cbinput{invited-cite}
> \cbinput{other-cite}
> \cbinput{workshop-cite}
> ...
> \end{document}
>
> Here's an outline of journals-cite.tex:
>
> \renewcommand{\refname}{Journals}
> \bibliographystyle{unsrt}
> \nocite{key1}
> ...
> \nocite{keyn}
> \bibliography{mypubs.bib}
>
> Other publication types would have their corresponding files with
> the initial \renewcommand and \nocite's for the references in that
> category.
Mandatory biblatex advertisement: Biblatex – the bibtex style to end
all bibtex style.
Seriously, if natbib - or ony other style - does by the default what
you need, use it. If you need to some individual tweaking, use
biblatex and forget all other styles.
simon
--
Simon Spiegel
Steinhaldenstr. 50
8002 Zürich
Telephon: ++41 44 451 5334
Mobophon: ++41 76 459 60 39
http://www.simifilm.ch
"Was soll aus mir mal werden, wenn ich mal nicht mehr bin?" Robert
Gernhardt
------------------------- Helpful Info -------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/
List Reminders & Etiquette: http://www.esm.psu.edu/mac-tex/list/
More information about the macostex-archives
mailing list