-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfasciculo2-a4.tex
48 lines (32 loc) · 1.04 KB
/
fasciculo2-a4.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
% chktex-file 1
\documentclass[a4paper,12pt,extrafontsizes]{memoir}
\input{modules/def-imports}
\hypersetup{colorlinks=true,linkcolor=black,urlcolor=gregoriocolor}
\input{modules/def-toggles}
\input{modules/def-paper}
\input{modules/def-titles}
\input{modules/def-headings}
\input{modules/def-toc}
\input{modules/def-titlepage}
\input{modules/def-gregorio}
\input{modules/def-chant-factory}
% Descomente as duas linhas abaixo para separar as versões em
% latim e vernáculo em páginas distintas.
%\toggletrue{onecolumn}
\toggletrue{disablehyperlinks}
\title{Fascículo II:\@ Tempo da Quaresma, Tríduo Pascal e Tempo Pascal}
\author{De acordo com a edição típica de 1975 do \emph{Graduale Simplex}}
\begin{document}
\pagestyle{gradualesimplex}
\frontmatter
\maketitle
\input{modules/def-titlepage-back}
\cleardoublepage
\chapterstyle{gradualesimplex}
\phantomsection
\pdfbookmark{\contentsname}{toctarget}
\hypertarget{toctarget}{\tableofcontents*}
\input{graduale-simplex/praenotanda}
\mainmatter
\input{fasciculo-2/def-contents}
\end{document}