Document ClassesAuthor-Year Citation in JasaTeX Template

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
ennaor
Posts: 1
Joined: Thu Oct 24, 2013 2:28 am

Author-Year Citation in JasaTeX Template

Post by ennaor »

Hi all,

I am really new to LaTeX and I am trying to use the JasaTeX template to format my paper. Everything looks okay except my reference section. The References should indent the next lines after the first line for each citation, but its not. It's just a block of references. I am not sure how to fix this.

At the top of my document it shows:

Code: Select all

\documentclass[nopreprint, twocolumn,  author-year]{jasatex}
\bibliographystyle{jasaauthyear}
And at the bottom I have it linked to my .bib file:

Code: Select all

\bibliography{bwfeb2012}
I tried using TeXlipse and TeXworks and there is no difference, my references are still not formatting correctly. Any help is appreciated.
Last edited by localghost on Thu Oct 24, 2013 10:49 am, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply