From 1420f348f50c298dec45a240fe24885ee60077e2 Mon Sep 17 00:00:00 2001 From: Daneel Date: Mon, 23 Feb 2026 18:44:40 +0100 Subject: [PATCH] =?UTF-8?q?fix(template):=20fontspec=20m=C3=ADsto=20inpute?= =?UTF-8?q?nc/fontenc=20pro=20LuaLaTeX?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/document.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/document.org b/templates/document.org index 5894746..e2b426e 100644 --- a/templates/document.org +++ b/templates/document.org @@ -9,9 +9,9 @@ #+LATEX_CLASS_OPTIONS: [a4paper,11pt] # ── Encoding, čeština, typografie ──────────────────────────────────────────── +# fontspec = nativní Unicode pro LuaLaTeX (inputenc/fontenc jsou pdflatex-only) +#+LATEX_HEADER: \usepackage{fontspec} #+LATEX_HEADER: \usepackage[czech]{babel} -#+LATEX_HEADER: \usepackage[T1]{fontenc} -#+LATEX_HEADER: \usepackage[utf8]{inputenc} #+LATEX_HEADER: \usepackage{microtype} #+LATEX_HEADER: \sloppy