summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index f5051d7..c13f0b3 100644
--- a/README.md
+++ b/README.md
@@ -74,6 +74,9 @@ latex_document(
main = "main.tex",
)
```
+By default, the `latex_document` rule will compiler the PDF with the `pdflatex`
+program. You can instruct it to use another compiler, such as `xelatex`, by
+passing the optional `compiler` option.
### Step 3: Building your Paper
Every `latex_document` rule creates multiple targets:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback