aboutsummaryrefslogtreecommitdiff
path: root/doc/faqs.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/faqs.md')
-rw-r--r--doc/faqs.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/faqs.md b/doc/faqs.md
index 2f3368837..317153d5f 100644
--- a/doc/faqs.md
+++ b/doc/faqs.md
@@ -124,5 +124,13 @@ topography as TeX, particularly when it comes to math, but they
may be fine for many purposes.)
+## Converting to PDF on an M1 Mac, I get a "Cannot allocate memory" error.
+
+We are not sure why this happens, but we have found that
+fully specifying the `pdflatex` path avoids the error. For
+example,
+
+ pandoc -o my.pdf --pdf-engine=/Library/TeX/texbin/pdflatex
+
:::