Citation Formatting Issues with APSR.bst

  • Context: LaTeX 
  • Thread starter Thread starter tstuddud
  • Start date Start date
  • Tags Tags
    Issues
Click For Summary
SUMMARY

The discussion centers on formatting citation styles using the APSR.bst file in LaTeX. The user seeks to achieve a citation format of "lastname year" or "lastname & lastname year" without parentheses or commas. The recommended solution involves ensuring the APSR.bst file is correctly placed in the working directory and compiling the document in the specific order: LaTeX, BibTeX, LaTeX, LaTeX. Following these steps resolves the formatting issue.

PREREQUISITES
  • Familiarity with LaTeX document preparation system
  • Understanding of BibTeX bibliography management
  • Knowledge of citation styles and formatting
  • Basic file management skills in a LaTeX environment
NEXT STEPS
  • Learn how to customize citation styles in LaTeX using .bst files
  • Explore the BibTeX compilation process in detail
  • Investigate other LaTeX bibliography styles for comparison
  • Understand the implications of file placement in LaTeX projects
USEFUL FOR

Researchers, academic writers, and anyone using LaTeX for document preparation who needs to customize citation formats effectively.

tstuddud
Messages
2
Reaction score
0
I am having difficulties with my citations. I am using apsr.bst as my style and want my citations to appear in the following format:

lastname year
or
lastname & lastname year

without any parentheses or commas. Currently, every style I have tried (apa, chicago, apsr), shows up in the following format:

lastname (year)
or
lastname and lastname (year)

how would I be able to get this to appear without the ()'s?

Thanks.
 
Physics news on Phys.org
Are you declaring your bibliography like this?

\bibliographystyle{achemso}
\bibliography{masterBib}

Also, have you tried placing your apsr.bst in your folder with your paper?

Finally, I found that I had to compile in the following order:
1) Latex
2) Bibtex
3) Latex
4) Latex

Have you tried/are you doing those things?
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
8K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 11 ·
Replies
11
Views
6K
  • · Replies 5 ·
Replies
5
Views
7K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 20 ·
Replies
20
Views
3K