Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Citations (Author-year, and \newblock) #15

Open
bowersd opened this issue Jan 14, 2015 · 2 comments
Open

Citations (Author-year, and \newblock) #15

bowersd opened this issue Jan 14, 2015 · 2 comments

Comments

@bowersd
Copy link

bowersd commented Jan 14, 2015

In order to get a bibliography to appear at all (even using uclathes.bst), I had to include the following in the preamble:

\usepackage{natbib}
\def\newblock{\hskip .11em plus .33em minus .07em}

It seems this should be included by default.
Shockingly, the class seems to conflict with author-year citations. Using the chicago bibliography style prompts the error:

Bibliography not compatible with author-year citations.

But I have used chicago for years to make author-year citations.

@bowersd
Copy link
Author

bowersd commented Jan 15, 2015

How odd, it plays nicely with chicago now. I must have had some old crud in the auxiliary files.

@louis925
Copy link

louis925 commented Jun 6, 2017

The \newblock{\hskip .11em plus .33em minus .07em} was defined in the thebibliography environment in uclathes.cls. If you call natbib package, the bibliography environment will be overwritten by the natbib one, which doesn't define \newblock. The correct way is to move the \newblock definition outside thebibliography environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants