-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
113 lines (89 loc) · 2.49 KB
/
main.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[czech]{babel}
\usepackage{graphicx}
\usepackage[a4paper]{geometry}
\hfuzz=10.002pt
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% FONT
\usepackage[rm]{roboto}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\title{\huge{Zpěvník}}
\author{\footnotesize{Miroslav Burýšek}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% HUDBA, AKORDY
\usepackage{leadsheets}
\usepackage{array}
\setleadsheets{
title-template = tabular,
verse/numbered=true
}
\setchords{
format = \bfseries, %tučné akordy
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% FORMÁTOVÁNÍ %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Vlevo zarovnaný text s blokem zarovnaným na střed
\usepackage{varwidth}% http://ctan.org/pkg/varwidth
\newenvironment{centerjustified}{%
\begin{center} % so the minipage is centered
\begin{varwidth}[t]{\textwidth}
\raggedright % so the minipage's text is left justified
\setlength{\parindent}{\pindent}
}{%
\end{varwidth}
\end{center}
}
\usepackage{tocloft}
\usepackage{multicol}
\setlength{\columnsep}{1cm}
% České překlady
\DeclareTranslation{czech}{leadsheets/interpret}
{autor: \printsongpropertylist{interpret}{ \& }{, }{ \& }}
\DeclareTranslation{czech}{leadsheets/verse}{Sloka}
\DeclareTranslation{czech}{leadsheets/chorus}{Ref}
\DeclareTranslation{czech}{leadsheets/solo}{Sólo}
\DeclareTranslation{czech}{leadsheets/interlude}{Mezihra}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%\maketitle
%\tableofcontents
%\newpage
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% PÍSNIČKY
\include{songs/komin_a_brizy}
\include{songs/pisen_o_lasce}
\include{songs/prijdes_domu}
\include{songs/laska}
\include{songs/pole_trava_cinzaky}
\include{songs/v_jezere_mleka_a_mlhy}
\include{songs/boty_proti_lasce}
\include{songs/orlice}
\include{songs/valka-ruzi}
\include{songs/krasojezdkyne}
\include{songs/kde-jsou}
\include{songs/stin-katedral}
\include{songs/andelska}
\include{songs/zpatky-do-trenek}
\include{songs/to-se-u-nas-nemuze-stat}
\include{songs/zasnuby}
\include{songs/prazce}
\include{songs/jesus-etc}
\include{songs/sedi-topic-u-piana}
\include{songs/nagasaki-hirosima}
\include{songs/chuze}
\include{songs/za-malou-chvili}
\include{songs/david-a-golias}
\include{songs/zephyr-song}
\include{songs/zeme-je-kulata}
\include{songs/styskani}
\include{songs/femme-fatale}
\include{songs/magic-town}
\include{songs/brandy}
\include{songs/pasaci}
\include{songs/nowhere-man}
\include{songs/penny-lane}
\include{songs/substitute}
\end{document}