plk / biblatex-apa

APA style for BibLaTeX
88 stars 48 forks source link

inproceedings #240

Open floKuehl opened 1 month ago

floKuehl commented 1 month ago

Hi everybody,

I am using the following set-up:

\documentclass[man,12pt,floatsintext,mask]{apa7} \usepackage[utf8]{inputenc} \usepackage[american]{babel} \usepackage{csquotes} \usepackage[style=apa,sortcites=true,sorting=nyt,backend=biber]{biblatex}

I have three inproceedings articles in my .bib file, for example:

@inproceedings{hofmanHowVisualizingInferential2020, title = {How Visualizing Inferential Uncertainty Can Mislead Readers About Treatment Effects in Scientific Results}, booktitle = {Proceedings of the 2020 {{CHI Conference}} on {{Human Factors}} in {{Computing Systems}}}, author = {Hofman, Jake M. and Goldstein, Daniel G. and Hullman, Jessica}, year = {2020}, month = apr, pages = {1--12}, publisher = {{ACM}}, address = {{Honolulu HI USA}}, doi = {10.1145/3313831.3376454}, urldate = {2023-09-18}, isbn = {978-1-4503-6708-0}, langid = {english}, }

My problem is that the address (location) and evendate/venue are not displayed properly in my references. And ideas?