-
Notifications
You must be signed in to change notification settings - Fork 0
/
triviaalikoulu.lytex
81 lines (60 loc) · 1.74 KB
/
triviaalikoulu.lytex
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
\documentclass[a4paper,twoside]{report}
\usepackage[a4paper,margin=1.8cm]{geometry}
\usepackage{ifxetex}
\ifxetex
%xetex specific stuff
\usepackage{xunicode,fontspec,xltxtra}
\setmainfont[Numbers=OldStyle]{Palatino}
\newfontfamily\headingfont[]{CasablancaAntique}
\setsansfont{Helvetica}
\else
%This can be empty if you are not going to use pdftex
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{mathptmx}%Times
\usepackage{helvet}%Helvetica
\fi
\usepackage[finnish]{babel}
\usepackage[a4paper]{geometry}
\usepackage{graphicx}
% Turn off section numbering
\setcounter{secnumdepth}{-1}
\newcommand{\betweenLilyPondSystem}[1]{\vspace{5mm}\linebreak}
\title{\headingfont{\Huge \textbf{Porin Triviaalikoulun nuottikirja} \\ \LARGE 1725}}
\date{}
% Inserts a blank page
\newcommand{\blankpage}{\newpage\hbox{}\thispagestyle{empty}\newpage}
\usepackage[hidelinks]{hyperref}
% Generates the index
\usepackage{makeidx}
\makeindex
% clear chapter first page style
\makeatletter
\renewcommand\chapter{\if@openright\cleardoublepage\else\clearpage\fi
\thispagestyle{empty}% original style: plain
\global\@topnum\z@
\@afterindentfalse
\secdef\@chapter\@schapter}
\makeatother
\begin{document}
\pagestyle{empty}
% r.1 blank page
\blankpage
% v.2 facsimile
\vspace*{\fill}
\includegraphics[scale=0.3]{../facsimile/bassus}
\vspace*{\fill}
% r.3 full title page
\maketitle
% v.4 copyright page
\input{copyright.tex}
% r.1-v.2 introduction
\input{introduction.tex}
% r.3
\tableofcontents
\clearpage
\pagestyle{myheadings}
\setcounter{page}{4}
\input{booksongs.tex}
\input{bibliography.tex}
\end{document}