Skip to content

Commit

Permalink
BPC-TIN: Review & formatting corrections
Browse files Browse the repository at this point in the history
- Using "enquote" from "csquotes" for quotations
- Using "subsection" and "subsubsection" for appropriate headings
- Lists and enumerations are used with "noitemsep" argument
- Added non-breakable spaces to all applicable spots
- Using "clearpage" instead of "newpage"
- Reworded some sentences to improve clarity
- Intendation is using tabs instead of spaces
- Removed spaces on line endings
- Center captions
- Moved some inline links to footnotes
  • Loading branch information
kamen-u-cesty authored and jedla97 committed May 15, 2021
1 parent 8cc2f25 commit 32fabd3
Show file tree
Hide file tree
Showing 2 changed files with 568 additions and 731 deletions.
17 changes: 12 additions & 5 deletions BPC-TIN/main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@
% # DŮLEŽITÉ #
% ############

\title{BPC-TIN} % Název dokumentu - Povinný
\newcommand{\subtitle}{Otázky a odpovědi BPC-TIN (Teoretická informatika)} % Popis dokumentu - Nepovinný
\author{jedla} % Autor - Nepovinný
\newcommand{\grammar}{--} % Korektura - Nepovinný
\newcommand{\formatting}{--} % Formátování - Nepovinný
\title{BPC-TIN}
\newcommand{\subtitle}{Otázky a odpovědi BPC-TIN (Teoretická informatika)}
\author{jedla}
\newcommand{\grammar}{kamen-u-cesty}
\newcommand{\formatting}{kamen-u-cesty}

% ##################
% # PŘIDANÉ BALÍKY #
% ##################
Expand All @@ -40,6 +41,8 @@
breaklinks=true, % hypertextové odkazy mohou obsahovat zalomení řádku
hypertexnames=false % názvy hypertext. odkazů budou tvořeny nezávisle na názvech TeXu
]{hyperref} % balíček 'hyperref' pro sazbu hypertextových odkazů
\usepackage{csquotes} % automatické sázení uvozovek
\usepackage[bottom]{footmisc} % vynucení umístění footnotes vespod stránky

\usepackage{caption} % umožňuje podrobnější nastavení popisků obrázků a výpisů
\usepackage{ifthen} % if-then-else podmínky (v title)
Expand Down Expand Up @@ -73,6 +76,9 @@
\setlength\parindent{0pt}
\usepackage{tabularx}
\usepackage{graphicx}

\captionsetup{justification=centering}

% #########
% # START #
% #########
Expand All @@ -83,6 +89,7 @@

\include{title}

\setcounter{tocdepth}{1}
\tableofcontents

\include{text/text}
Expand Down
Loading

0 comments on commit 32fabd3

Please sign in to comment.