[ACM article class](https://www.acm.org/binaries/content/assets/publications/consolidated-tex-template/acmart.pdf). I believe it's the recommended one for ACM articles, and it looks quite pretty to me ([example](https://arxiv.org/pdf/1902.06714.pdf)). Here's how I used it: ``` \documentclass[sigplan, review=false, screen=true, balance=true]{acmart} ``` Using an article class for the template would take care of #10, #11, #12, and #13.