Writing CHI Proceedings Papers With R Markdown
Using the 2018 ACM LaTeX template
Introduction
Using a tool like R Markdown to write scientific papers makes your work more transparent and reproducible. It also reduces the risk of errors, because you can dynamically insert tables, figures, and summary statistics directly from the data they are generated from insted of transferring results manually from statistical software to manuscript.
This example illustrates how to use the ACM Master LaTeX template with R Markdown to write papers for the CHI conference, in the CHI proceedings format. The content in this example is adapted and adjusted from content in the sample-sigchi.tex template included with the ACM template, to illustrate how to create the same content through the R Markdown workflow as well as to showcase additional features enabled by R Markdown.