Skip to content

Commit

Permalink
Add info about default font, and how to think about paper sizes when …
Browse files Browse the repository at this point in the history
…making figures.
  • Loading branch information
bollu authored and compor committed Oct 9, 2024
1 parent b9a13bf commit 6fde607
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,14 @@ the following features:
of room for comments
- Pieces of text can be addressed specifically by underlining this text
- Comments in float enviroments (e.g., figure)

- Fonts
- The [ACMart fonts](https://github.com/opencompl/paper-template/blob/master/acmart.cls#L720-L728)
use [Inconsolata](https://ctan.org/pkg/inconsolata?lang=en) for monospace,
[Libertine](https://ctan.org/pkg/libertine?lang=en) for serif, and [newtx](https://ctan.org/pkg/newtx?lang=en) for math.
- The Libertine `ttf` can be obtained as "linux libertine" on distros, and Inconsolata `ttf` as "Inconsolata".
- The default font size of the body is `11pt`.
- Figures
- The paper is of A4 size, which in *physical units* is `210 x 297 mm`.
- Choose figure size in *physical units* (`mm`/`inch`) based on how much of A4 it occupies and export to PDF.
- Import figure PDF into paper using `\includegraphics{path/to/figure}`. This occupies the desired space in the paper; there is need to use
`\includegraphics[width=<insert-width-here>]{path/to/figure}`.

0 comments on commit 6fde607

Please sign in to comment.