BibTeX, biblatex and biber ⇒ Citations of Newspapers in APSR Style
Citations of Newspapers in APSR Style
I am trying to compile my bibliography that was made using Mendeley. I am using the apsr.bst. However, I have a great deal of newspapers and need to cite them properly. This shouldn't be a problem, however when I export to PDF all I get is:
The New York Times. 2011b. “Discord Amongst Allies.”.
(This is an editorial so the author is the newspaper)
When I need it to look like this:
McRee, Gary P. 1999. “Article Title.” Newspaper, 14 July: A2, A15.
I know that the apa citation bst is able to handle newspapers but for whatever reason this destroys my formatting... help?
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Re: Citations of Newspapers in APSR Style
so - APSR does not show the full date (day, month) of newspapers and not even the newspaper name.
What can i do to change that? How to deal with Citations of Newspapers?
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Citations of Newspapers in APSR Style
if you have the choice, please consider using the modern package biblatex along with the bibliography processor biber.
You can ccreate a new entrytype newspaper and define what fields you can enter, in which order they are diplayed in the bibliography, and how it is cited in the text.
It needs a bit of hands work though, if you want to make it good.
Re: Citations of Newspapers in APSR Style
sorry for this super basic question
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Citations of Newspapers in APSR Style
You can ask on LyX mailing list for help, though.
With the information given right now, i cannot really be of much further help.