From: Martin Mares Date: Fri, 1 Mar 2024 22:25:50 +0000 (+0200) Subject: Packages: fontenc and textcomp do not work with LuaLaTeX X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=f8f60fc21f23ae0dfb5276a3cabf45d46508d07c;p=diplomky.git Packages: fontenc and textcomp do not work with LuaLaTeX --- diff --git a/thesis.tex b/thesis.tex index 18e0fbc..2088a9e 100644 --- a/thesis.tex +++ b/thesis.tex @@ -37,8 +37,9 @@ %% Přepneme na českou sazbu a fonty Latin Modern \usepackage[czech]{babel} \usepackage{lmodern} -\usepackage[T1]{fontenc} -\usepackage{textcomp} +% Nutno odkomentovat, pokud nepoužíváte LuaLaTeX +%\usepackage[T1]{fontenc} +%\usepackage{textcomp} %% Použité kódování znaků: moderní TeXy používají UTF-8 \usepackage[utf8]{inputenc}