Skip to content
Snippets Groups Projects
Commit 510dc2bc authored by Tomáš Nováček's avatar Tomáš Nováček
Browse files

Merge branch 'master' into novacek/paragraph-section

parents e772c995 32087c70
No related branches found
No related tags found
1 merge request!30[v1.3.4] Paragraph heading via documentclass option
Pipeline #435546 passed
...@@ -210,7 +210,6 @@ ...@@ -210,7 +210,6 @@
\kern0.05em{\color{decoration}\rule{0.73em}{0.73em}}% \kern0.05em{\color{decoration}\rule{0.73em}{0.73em}}%
\hspace*{0.67em}\bothIfFirst{#1}{~}#2} \hspace*{0.67em}\bothIfFirst{#1}{~}#2}
\captionsetup{labelformat=boxed} \captionsetup{labelformat=boxed}
\captionsetup[table]{position=top}
% captions settings end % captions settings end
   
% lists settings % lists settings
...@@ -231,13 +230,13 @@ ...@@ -231,13 +230,13 @@
% \makeatletter % \makeatletter
\renewcommand\labelitemi{% \renewcommand\labelitemi{%
\textcolor{enumgray}{\ifnum\@listdepth=\@ne \textcolor{enumgray}{\ifnum\@listdepth=\@ne
\rule{0.67em}{0.33em}% \rule[0.3ex]{0.67em}{0.33em}%
\else \else
\rule{0.45em}{0.225em}% \rule[0.4ex]{0.45em}{0.225em}%
\fi}} \fi}}
% \makeatother % \makeatother
\renewcommand\labelitemii{% \renewcommand\labelitemii{%
\textcolor{enumgray}{\rule{0.45em}{0.225em}}} \textcolor{enumgray}{\rule[0.4ex]{0.45em}{0.225em}}}
\renewcommand\labelitemiii{% \renewcommand\labelitemiii{%
\textcolor{enumgray}{\bfseries\textasteriskcentered}} \textcolor{enumgray}{\bfseries\textasteriskcentered}}
\renewcommand\labelitemiv{% \renewcommand\labelitemiv{%
......
...@@ -95,6 +95,7 @@ ...@@ -95,6 +95,7 @@
\usepackage{lipsum,tikz} \usepackage{lipsum,tikz}
\usepackage[style=iso-numeric]{biblatex} \usepackage[style=iso-numeric]{biblatex}
\addbibresource{text/bib-database.bib} \addbibresource{text/bib-database.bib}
\usepackage{xurl}
\usepackage{listings} % typesetting of sources \usepackage{listings} % typesetting of sources
%\usepackage{minted} %\usepackage{minted}
\usepackage{csquotes} \usepackage{csquotes}
......
...@@ -451,7 +451,6 @@ pages={58-64}, ...@@ -451,7 +451,6 @@ pages={58-64},
publisher={IBM} publisher={IBM}
} }
   
% Following reference will overflow page, because the link cannot be broken into lines automatically. We can include package xurl (\usepackage{xurl}), which will break the line where it is needed.
@misc{test, @misc{test,
author = {{Joe Black}}, author = {{Joe Black}},
title = {Foobar 1.0}, title = {Foobar 1.0},
......
\chapter{Obsah příloh} \chapter{Obsah příloh}
% Concents of the attachment % Contents of the attachment
   
\dirtree{% \dirtree{%
.1 readme.txt\DTcomment{stručný popis obsahu média}. .1 readme.txt\DTcomment{stručný popis obsahu média}.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment