mirror of
https://github.com/Relintai/elteikthesis.git
synced 2024-11-10 07:42:09 +01:00
Use automatically localized quotation marks with csquotes package.
This commit is contained in:
parent
d08a0ed34a
commit
d74191cbc7
@ -60,7 +60,7 @@
|
||||
\RequirePackage[utf8]{inputenc}
|
||||
\RequirePackage[T1]{fontenc}
|
||||
\fi
|
||||
\RequirePackage[english,magyar]{babel}
|
||||
\RequirePackage[english,hungarian]{babel}
|
||||
\RequirePackage{indentfirst}
|
||||
% ------------------------------
|
||||
|
||||
@ -91,7 +91,7 @@
|
||||
\selectlanguage{#1}
|
||||
|
||||
% Magyar
|
||||
\ifthenelse{\equal{\detokenize{#1}}{\detokenize{magyar}}}
|
||||
\ifthenelse{\equal{\detokenize{#1}}{\detokenize{hungarian}}}
|
||||
{
|
||||
\newcommand{\authorlabel}{Szerző}
|
||||
\newcommand{\suplabel}{Témavezető}
|
||||
@ -382,7 +382,7 @@
|
||||
|
||||
% ------------------------------
|
||||
% Irodalomjegyzék
|
||||
\RequirePackage[style=english]{csquotes}
|
||||
\RequirePackage[autostyle=true]{csquotes}
|
||||
\RequirePackage[
|
||||
backend=bibtex,
|
||||
style=numeric, % irodalomjegyzék stílusa
|
||||
|
BIN
thesis.pdf
BIN
thesis.pdf
Binary file not shown.
@ -46,7 +46,7 @@
|
||||
|
||||
% Nyelv kiválasztása
|
||||
% Set document language
|
||||
\documentlang{magyar}
|
||||
\documentlang{hungarian}
|
||||
%\documentlang{english}
|
||||
|
||||
% Teendők listája (final dokumentumban nincs)
|
||||
|
Loading…
Reference in New Issue
Block a user