mirror of
https://github.com/Relintai/elteikthesis.git
synced 2025-01-18 13:07:18 +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[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
|
||||||
|
BIN
thesis.pdf
BIN
thesis.pdf
Binary file not shown.
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user