Search found 5 matches

by jimstehrman
Mon Jun 06, 2011 3:09 am
Forum: BibTeX, biblatex and biber
Topic: Author Name Formatting
Replies: 4
Views: 5979

Re: Author Name Formatting

Woa! Solved, thanks so much!
by jimstehrman
Mon Jun 06, 2011 1:58 am
Forum: BibTeX, biblatex and biber
Topic: Author Name Formatting
Replies: 4
Views: 5979

Author Name Formatting

Ok, sorry for being vague, I've been trying to fix this for hours, hahaha.
Here is an MWE


\documentclass[a4paper,12pt]{report}
\usepackage{apalike}
\begin{document}

%Title Page + Essay
\cite{Westbank2006}
%more stuff

\bibliographystyle{apalike}
\bibliography{mwe}
\end{document}


Where MWE ...
by jimstehrman
Sun Jun 05, 2011 9:55 pm
Forum: BibTeX, biblatex and biber
Topic: Author Name Formatting
Replies: 4
Views: 5979

Author Name Formatting

Hey,

I have a report I need to put into my reference page, where the author is an organization, so I can't have "Westbank First Nation Government" become "First Nation Government W."
How can I do this? Is there a formatting override in the source code?
I'm using JabRef.

Bonus question: How can I ...
by jimstehrman
Sun Jun 05, 2011 6:47 am
Forum: BibTeX, biblatex and biber
Topic: apacite style file ubuntu
Replies: 1
Views: 5410

apacite style file ubuntu

Hey,

I'm having trouble creating an APA format reference list. I have the following syntax in my code:


\usepackage{apacite}
\usepackage[longnamesfirst,nonamebreak]{natbib}
\bibliographystyle{apacite}
\bibliography{bibfilename}


which I think is correct, however upon compiling, my program (Kile ...
by jimstehrman
Thu Jan 20, 2011 12:10 am
Forum: Texmaker and TeXstudio
Topic: Texmaker will not output a PDF file
Replies: 1
Views: 3233

Texmaker will not output a PDF file

Hey,

I have recently installed TexMaker on my machine, along with the most current (2.9) version of MiKTeX. My document will compile just fine, with no errors, however, the output is only .tex, .dvi, .log and .aux. I cannot get the editor to output a pdf file. The dvi file is also incomprehensible ...