fix(latex): switch to LuaLaTeX — nativní Unicode, žádné inputenc
This commit is contained in:
@@ -371,11 +371,12 @@ Bound to cmd+v in org-mode and markdown-mode."
|
|||||||
;; Optional: enable booktabs style (horizontal rules in tables)
|
;; Optional: enable booktabs style (horizontal rules in tables)
|
||||||
;; (setq org-latex-tables-booktabs t)
|
;; (setq org-latex-tables-booktabs t)
|
||||||
|
|
||||||
;; Ensure latexmk doesn't hang on errors (nonstopmode + force-continue)
|
;; LuaLaTeX — nativní Unicode, žádné inputenc workaroundy.
|
||||||
;; Doom latex module usually sets this, but belt+suspenders for macOS.
|
;; -lualatex implicitně generuje PDF; -pdf (-pdflatex) se NEpoužívá.
|
||||||
(after! org
|
(after! org
|
||||||
(setq org-latex-pdf-process
|
(setq org-latex-compiler "lualatex"
|
||||||
'("latexmk -f -pdf -%latex -interaction=nonstopmode -output-directory=%o %f")))
|
org-latex-pdf-process
|
||||||
|
'("latexmk -f -lualatex -interaction=nonstopmode -output-directory=%o %f")))
|
||||||
|
|
||||||
|
|
||||||
;;; ============================================================
|
;;; ============================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user