forked from Heegu-sama/Homm3BG
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain_cs.tex
53 lines (43 loc) · 1.59 KB
/
main_cs.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
% !TeX spellcheck = cs_CZ
\documentclass[12pt]{article}
% Language setting
\usepackage[T1]{fontenc}
\usepackage[czech]{babel}
\usepackage{fontspec}
\def\sections{sections/translated/cs}
\def\lang_header_adjustment{-8px}
\newcommand\subsectionspacing{
\titlespacing*{\subsection}{0em}{0.9em}{0.2em}
}
\newfontfamily{\liberation}{LiberationSerif}
[
Path = ./assets/fonts/,
Extension = .ttf,
UprightFont = *-Regular,
ItalicFont = *-Italic,
BoldFont = *-Bold,
BoldItalicFont = *-BoldItalic
]
\newcommand{\versionlabel}{Verze}
\newcommand{\versionwarning}{Toto je nepublikovaná verze vyrobená z GitHub commitu}
\newcommand{\intro}{
Jedná se o komunitní projekt, který má \href{https://github.com/Heegu-sama/Homm3BG}{GitHub repozitář}.
Kdokoliv může přispívat, provádět změny a opravovat chyby.
Pokud chcete pouze zanechat zpětnou vazbu, učiňte tak prosím v původním \href{https://boardgamegeek.com/thread/3235221/rule-book-rewrite-project}{BoardGameGeek vlákně}.
}
\newcommand{\pageshorthand}{s.}
\newcommand{\heegusquote}{
\textit{Dělám to z lásky k poznávání her a touhy porozumět jejich složitosti.}
\\
{\small — Heegu}
}
\newcommand{\qrgithub}{Naskenuj pro otevření \textbf{GitHub} repozitáře.}
\newcommand{\qrbgg}{Naskenuj pro otevření \textbf{BoardGameGeek} vlákna.}
\newcommand{\sectionheadertext}[1]{
{
\color{antiquewhite} \section*{\MakeUppercase{\textbf{\liberation #1}}}
}
}
\title{\includegraphics[width=6cm]{\images/title.png}\\Revidovaná pravidla}
\newcommand{\notefont}[0]{\liberation\selectfont}
\input{metadata.tex}