Search found 3 matches

by Lewisham
Fri Jun 11, 2010 7:59 am
Forum: BibTeX, biblatex and biber
Topic: Editing natbib's plainnat to blockquote notes
Replies: 3
Views: 2921

Editing natbib's plainnat to blockquote notes

EDIT: Dove into the command-line bibtex command and found it was upset about

Code: Select all

fi$
. Changed it to

Code: Select all

if$
and now it works great! Thank you!
by Lewisham
Fri Jun 11, 2010 4:13 am
Forum: BibTeX, biblatex and biber
Topic: Editing natbib's plainnat to blockquote notes
Replies: 3
Views: 2921

Editing natbib's plainnat to blockquote notes

Hello there,
I'd like to make an annotated bibiliography, but natbib's plainnat doesn't wrap notes in the quote environment.

I can't for the life of me figure out the .bst file format, I was hoping someone might know how to edit this function so that it does the quoting, which I can then paste as a ...
by Lewisham
Sun Dec 07, 2008 3:20 am
Forum: Document Classes
Topic: Turn off natbib bibliography making
Replies: 0
Views: 2080

Turn off natbib bibliography making

Hi guys,
I'm having a heck of a time with natbib and the official ACM document style, and it's driving me nuts. I'm sure I must be missing something obvious, but I can't see it :(


\documentclass[]{acm_proc_article-sp}
\usepackage[numbers]{natbib}

\bibliographystyle{abbrvnat}
\bibliography{mybib ...