{"id":20267200,"url":"https://github.com/dmsul/biblatex-aer","last_synced_at":"2025-07-21T15:05:54.530Z","repository":{"id":36251286,"uuid":"40555692","full_name":"dmsul/biblatex-aer","owner":"dmsul","description":"A BibLaTeX implementation of of AER's style guide (as opposed to old bibtex).","archived":false,"fork":false,"pushed_at":"2016-09-01T16:05:12.000Z","size":140,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-03T22:12:12.035Z","etag":null,"topics":["biber","biblatex"],"latest_commit_sha":null,"homepage":"","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dmsul.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-11T17:29:33.000Z","updated_at":"2024-07-04T16:26:05.000Z","dependencies_parsed_at":"2022-08-17T22:30:56.551Z","dependency_job_id":null,"html_url":"https://github.com/dmsul/biblatex-aer","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/dmsul/biblatex-aer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmsul%2Fbiblatex-aer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmsul%2Fbiblatex-aer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmsul%2Fbiblatex-aer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmsul%2Fbiblatex-aer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmsul","download_url":"https://codeload.github.com/dmsul/biblatex-aer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmsul%2Fbiblatex-aer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266324464,"owners_count":23911226,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["biber","biblatex"],"created_at":"2024-11-14T12:13:44.651Z","updated_at":"2025-07-21T15:05:54.495Z","avatar_url":"https://github.com/dmsul.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BibLaTeX-AER\n\nThis is a bit of LaTeX code that formats the bibliography and citations\n  following the `aer.bst` file used by *The American Economic Review* (see\n  [here][aer]) but uses the more recent BibLaTeX and Biber packages which do\n  not use the old BibTex `bst` files.\nSee [here][1] for reasons why you might want to use BibLaTeX/Biber over BibTex\n  and [here][2] for how to transition away from BibTex.\n\nThis file is not a standalone Latex package, but rather some boilerplate\n  preamble code that builds on `biblatex-chicago`.\nIt builds on the stock `biblatex-chicago` package in three ways:\n\n1. Sets `biblatex-chicago` options to match `aer.bst`.\n2. Bolds author names in the bibliography.\n3. Extends hyperlinks in in-text citations to the entire citation, name and\n   year, not just the year.\n\n## Installation\n\nThe file `biblatex-aer.tex` must be in a folder where the LaTeX compiler can\n  find it, e.g., in the same directory as your main document.\nIf you're using TexLive, you can put it in\n  `~/texmf/tex/latex/local/biblatex-aer` and it will be available for use in\n  any document (see [here][texmf]).\n\n\n## Usage\n\nUse `biblatex-aer` by adding the following to the preamble of your document:\n```Latex\n\\input{biblatex-aer}\n```\n***Do not*** use `usepackage` instead of `input`, because `biblatex-aer` isn't\n  a package.\nIt uses `\\usepackage{biblatex-chicago}` and then makes various changes from\n  there.\n\nIf you want to pass additional options to `biblatex-chicago`, like `natbib`,\n  you can use\n```Latex\n\\PassOptionsToPackage{natbib}{biblatex-chicago}  % Or other options\n\\input{biblatex-aer}\n```\n  instead.\n\nFor everything else (adding `bib` files, citations, etc.), you just follow\n  standard BibLaTeX or `biblatex-chicago` conventions.\n\n\n## Requirements\n1. `biblatex-chicago` \u003e= 0.9.9h (based on `biblatex` \u003e= 3.3)\n2. `biber` \u003e= 2.4\n\nThe formatting syntax for `biblatex` changed with version 3.3.\nIf you really need to use an earlier version of `biblatex`, you can try\n  `biblatex-aer` version 0.0.1, which uses the old syntax.\n\n[1]: http://tex.stackexchange.com/questions/25701/bibtex-vs-biber-and-biblatex-vs-natbib\n[2]: http://tex.stackexchange.com/questions/5091/what-to-do-to-switch-to-biblatex\n[texmf]: http://tex.stackexchange.com/questions/1137/where-do-i-place-my-own-sty-or-cls-files-to-make-them-available-to-all-my-te\n[aer]: https://www.aeaweb.org/journals/policies/templates\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmsul%2Fbiblatex-aer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmsul%2Fbiblatex-aer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmsul%2Fbiblatex-aer/lists"}