BibTeX, biblatex and biberCiting a user manual in APA-style via Biblatex

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
Seanshine
Posts: 52
Joined: Sat Apr 28, 2018 9:59 pm

Citing a user manual in APA-style via Biblatex

Post by Seanshine »

Dear readers,

What are the entries for a manual reference? For example the following entry:

Code: Select all

@manual{x13seats,
  title         = {X-13ARIMA-SEATS Reference Manual}, 
  author        = {U.S. Census Bureau},
  organization  = {U.S. Census Bureau},
  address       = {Washington, DC},
  month         = 7,
  year          = 2017,
  url           = {https://www.census.gov/srd/www/winx13/WinX13Doc.html}
}
Produces very weird and undesired results. Basically, I need the citation to appear something like: ...(U.S. Census Bureau, 2017)...

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