-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathbook.tex
More file actions
139 lines (91 loc) · 3.04 KB
/
book.tex
File metadata and controls
139 lines (91 loc) · 3.04 KB
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
\input{modes/curmode.tex}
\title{\Huge Christmas Carols}
\author{compiled by Ben Kuhn}
\date{December 14, 2025}
\usepackage{graphicx}
\graphicspath{ {images/} }
\usepackage{pdfpages}
% We can compile either in booklet or in handout mode. curmode.tex
% should be a symlink to one of those
\usepackage[explicit]{titlesec}
\usepackage{makeidx}
\source{\magstep0}{5.5in}{8.5in}
\target{\magstep0}{11in}{8.5in}
\setpdftargetpages
\makeindex
\setulmarginsandblock{1.65cm}{1.65cm}{*}
\setlrmarginsandblock{1cm}{1cm}{*}
\checkandfixthelayout
\begin{document}
%%% title page
\maketitle
\thispagestyle{empty} % needs to be after \maketitle
% cover image
\begin{figure}[h]
\vspace{1.5cm}
\includegraphics[width=\textwidth]{cover}
\centering
\end{figure}
\clearpage
%%% index
{\small\printindex}
\clearpage
%%% songs
\newcommand{\song}[2]{
\index{#1}
\includepdf[pagecommand=\thispagestyle{plain},pages=-]{build/#2}
%\begin{figure}[ht]
%\includegraphics[width=\textwidth]{#2}
%\end{figure}
}
\song{Adam Lay Ybounden}{adam_lay}
\song{Angel Gabriel, The}{angel_gabriel}
\song{Angels We Have Heard}{angels_we_have_heard}
\song{Away in a Manger}{away_in_a_manger}
\song{Boar's Head Carol, The}{boars_head}
\index{Star in the East!Brightest and Best}
\song{Brightest and Best}{brightest}
\index{Lully, Lullay!Coventry Carol}
\song{Coventry Carol}{coventry}
\song{Deck the Hall}{deck}
\song{Ding Dong Merrily on High}{ding_dong}
\song{First No\"el, The}{first_noel}
\song{Gaudete}{gaudete}
\index{Wassail, Wassail, All Over the Town!Gloucestershire Wassail}
\song{Gloucestershire Wassail}{gloucestershire}
\song{God Rest Ye Merry, Gentlemen}{god_rest}
%\song{Good Christian Men, Rejoice}{good_christian}
\song{Good King Wenceslas}{good_king}
\song{Halsway Carol}{halsway}
\song{Hark"! The Herald Angels Sing}{hark}
%\song{Holly and the Ivy, The}{holly}
\song{In Dulci Jubilo}{in_dulci}
\song{In the Bleak Midwinter}{in_the_bleak}
\song{It Came Upon the Midnight Clear}{it_came}
\song{Joy To the World}{joy}
\song{Lo, How a Rose E'er Blooming}{lo}
% \song{Masters in This Hall}{masters}
\song{No\"el Nouvelet}{noel_nouvelet}
\song{Noi de la Mare, El}{noi_de_la_mare}
\song{O Come All Ye Faithful}{o_come_all}
\song{O Come, O Come, Emmanuel}{o_come_o_come}
\song{O Little Town of Bethlehem!Forest Green}{o_little_town_2}
\song{O Little Town of Bethlehem!Redner}{o_little_town}
\song{R\a'iu R\a'iu Ch\a'iu}{riu}
\song{See Amid the Winter's Snow}{see_amid}
\index{While Shepherds Watched their Flocks!Sherburne}
\song{Sherburne}{sherburne}
\song{Silent Night}{silent_night}
\song{Somerset Wassail}{somerset}
\index{On Christmas Night!Sussex Carol}
\song{Sussex Carol}{sussex}
\index{Here We Come a-Wassailing!Wassail Song}
\song{Wassail Song}{wassail_song}
\song{Watchman, Tell Us of the Night}{watchman}
\song{We Three Kings of Orient Are}{we_three_kings}
\song{We Wish You a Merry Christmas}{we_wish}
\index{Good People All, This Christmas Time!Wexford Carol}
\song{Wexford Carol}{wexford}
\index{Greensleeves!What Child is This}
\song{What Child is This}{what_child}
\end{document}