Use automatically localized quotation marks with csquotes package.

This commit is contained in:
Máté Cserép 2022-03-12 02:31:09 +01:00
parent d08a0ed34a
commit d74191cbc7
3 changed files with 4 additions and 4 deletions

View File

@ -60,7 +60,7 @@
\RequirePackage[utf8]{inputenc} \RequirePackage[utf8]{inputenc}
\RequirePackage[T1]{fontenc} \RequirePackage[T1]{fontenc}
\fi \fi
\RequirePackage[english,magyar]{babel} \RequirePackage[english,hungarian]{babel}
\RequirePackage{indentfirst} \RequirePackage{indentfirst}
% ------------------------------ % ------------------------------
@ -91,7 +91,7 @@
\selectlanguage{#1} \selectlanguage{#1}
% Magyar % Magyar
\ifthenelse{\equal{\detokenize{#1}}{\detokenize{magyar}}} \ifthenelse{\equal{\detokenize{#1}}{\detokenize{hungarian}}}
{ {
\newcommand{\authorlabel}{Szerző} \newcommand{\authorlabel}{Szerző}
\newcommand{\suplabel}{Témavezető} \newcommand{\suplabel}{Témavezető}
@ -382,7 +382,7 @@
% ------------------------------ % ------------------------------
% Irodalomjegyzék % Irodalomjegyzék
\RequirePackage[style=english]{csquotes} \RequirePackage[autostyle=true]{csquotes}
\RequirePackage[ \RequirePackage[
backend=bibtex, backend=bibtex,
style=numeric, % irodalomjegyzék stílusa style=numeric, % irodalomjegyzék stílusa

Binary file not shown.

View File

@ -46,7 +46,7 @@
% Nyelv kiválasztása % Nyelv kiválasztása
% Set document language % Set document language
\documentlang{magyar} \documentlang{hungarian}
%\documentlang{english} %\documentlang{english}
% Teendők listája (final dokumentumban nincs) % Teendők listája (final dokumentumban nincs)