mirror of
https://github.com/Relintai/elteikthesis.git
synced 2024-11-10 07:42:09 +01:00
Enable the use of XeTex or LuaTex
This commit is contained in:
parent
e8d92899be
commit
e9aa07c492
@ -53,8 +53,13 @@
|
||||
|
||||
% ------------------------------
|
||||
% Karakterkódolás, nyelv
|
||||
\RequirePackage[utf8]{inputenc}
|
||||
\RequirePackage[T1]{fontenc}
|
||||
\RequirePackage{iftex} % XeTex or LuaTex
|
||||
\iftutex
|
||||
\RequirePackage{fontspec}
|
||||
\else % other (PdfTex)
|
||||
\RequirePackage[utf8]{inputenc}
|
||||
\RequirePackage[T1]{fontenc}
|
||||
\fi
|
||||
\RequirePackage[english,magyar]{babel}
|
||||
\RequirePackage{indentfirst}
|
||||
% ------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user