mirror of
https://github.com/Relintai/elteikthesis.git
synced 2024-12-28 12:57:10 +01:00
Use setspace package for spacing
This commit is contained in:
parent
47a93a3856
commit
5377734a4b
@ -247,7 +247,6 @@
|
|||||||
|
|
||||||
% ------------------------------
|
% ------------------------------
|
||||||
% Helyközök és tördelés
|
% Helyközök és tördelés
|
||||||
\linespread{1.5}
|
|
||||||
% Egyszeres helyköz a mondatok végén
|
% Egyszeres helyköz a mondatok végén
|
||||||
\frenchspacing
|
\frenchspacing
|
||||||
% Szavak jobb margón túlnyúlásának tiltása
|
% Szavak jobb margón túlnyúlásának tiltása
|
||||||
@ -256,10 +255,15 @@
|
|||||||
\nottoggle{hypenation}{\RequirePackage[none]{hyphenat}}{}
|
\nottoggle{hypenation}{\RequirePackage[none]{hyphenat}}{}
|
||||||
|
|
||||||
% Beállítás alternatív módon
|
% Beállítás alternatív módon
|
||||||
%\RequirePackage{setspace}
|
\RequirePackage{setspace}
|
||||||
%\singlespacing % ~1.0 linespread
|
% According to
|
||||||
%\onehalfspacing % ~1.3 linespread
|
% https://tex.stackexchange.com/questions/442030/setting-spaces-with-titlespacing-and-fonts
|
||||||
%\doublespacing % ~1.6 linespread
|
% this matches the 1.5 linespacing in MS Word
|
||||||
|
\setstretch{1.427465}
|
||||||
|
|
||||||
|
% Vektorok és mátrixok egyszeres sorközzel
|
||||||
|
% https://tex.stackexchange.com/questions/568084/problem-with-matrices-using-linespread
|
||||||
|
\everydisplay=\expandafter{\the\everydisplay\linespread{1}\selectfont}
|
||||||
|
|
||||||
% Azonos sorköz használata láblácben
|
% Azonos sorköz használata láblácben
|
||||||
%\RequirePackage{footmisc}
|
%\RequirePackage{footmisc}
|
||||||
|
Loading…
Reference in New Issue
Block a user