Fix style, list formatting
This commit is contained in:
parent
dcbdd6fb2e
commit
c942ad80ab
12
config.tex
12
config.tex
@ -63,23 +63,22 @@
|
||||
\titleformat{\paragraph}[runin]
|
||||
{\normalfont\normalsize\bfseries}{\theparagraph}{1em}{}
|
||||
\titlespacing*{\paragraph} {\parindent}{3.25ex plus 1ex minus .2ex}{1em}
|
||||
\titleformat{\chapter}[display]{\normalfont\large\bfseries}{}{0cm}{\Large\centering}
|
||||
\titleformat{\chapter}[display]{\normalfont\large\bfseries}{}{0cm}{\large\centering}
|
||||
\titleformat{\section}
|
||||
{\normalfont\large\bfseries}{\thesection}{5mm}{}
|
||||
\makeatletter
|
||||
% NormalTeXSyntaxON
|
||||
\def\@makechapterhead#1{%
|
||||
\vspace*{0\p@}%
|
||||
{\parindent \z@ \raggedright \normalfont
|
||||
{\parindent \z@ \raggedright \normalfont \setstretch{1.2}
|
||||
\interlinepenalty\@M
|
||||
\Large \bfseries \space \thechapter. #1\par\nobreak
|
||||
\vskip 0\p@
|
||||
\large \bfseries \space \thechapter. #1\par\nobreak
|
||||
}}
|
||||
% NormalTeXSyntaxOFF
|
||||
\titlespacing{\chapter}{0pt}{-5mm}{0cm}
|
||||
|
||||
% ОФОРМЛЕНИЕ СПИСКОВ --------------------
|
||||
\setlist{noitemsep,align=left,left=\parindent}
|
||||
\setlist{noitemsep,align=left,left=\parindent,topsep=0pt}
|
||||
|
||||
% ОФОРМЛЕНИЕ ЛИСТИНГОВ КОДА -----------------
|
||||
\definecolor{dkgreen}{rgb}{0,0.6,0}
|
||||
@ -170,3 +169,6 @@
|
||||
|
||||
% URL ---------------
|
||||
\urlstyle{same}
|
||||
|
||||
% ОФОРМЛЕНИЕ ТЕКСТА
|
||||
\renewcommand{\baselinestretch}{1.5}
|
||||
|
Loading…
Reference in New Issue
Block a user