-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample_monography.typ
More file actions
88 lines (64 loc) · 2.29 KB
/
example_monography.typ
File metadata and controls
88 lines (64 loc) · 2.29 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
#import "./toolbox/monography.typ": *
// Take a look at the file `template.typ` in the file panel
// to customize this template and discover how it works.
#show: project.with(
university: "Universidade Federal do Pará",
sigla: "UFPA",
centre: "Instituto de Filosofia e Ciências Humanas",
faculty: "Faculdade de Filosofia",
course: "Bacharelado em Filosofia",
title: "Modernismo e Pós-Modernismo",
subtitle: ": "+"Comentários sobre os Dois Tópicos segundo Michael Peters",
discipline: "Tópicos de Filosofia Contemporânea",
professor: "Prof. Dr. Roberto de Almeida Pereira de Barros",
citystate: "Belém - PA",
year: "2023",
date: "15 de setembro de 2023",
keywords: [Modernismo; Pós-modernismo; Filosofia contemporânea; Filosofia ocidental.],
authors: (
( name: "Paulo Roberto Martins Cunha 2",
affiliation: "Curso de Bacharelado em Filosofia - UFPA",
email: "cunha.paulo@gmail.com",
mat: "202208040033",
),
// ( name: "", affiliation: "", mat: "", ),
),
)
#set cite(style: "chicago-author-date")
// Unnumbered section
#section_[Introdução]
#lorem(40) #footnote[#footciteref(<Peters2000>)]
= Modernismo e Pós-modernismo na Filosofia
#lorem(30) @Peters2000[p.105]
== Modernismo nas artes
// Unnumbered subsection version
#subsection_[Modernismo nas artes]
#lorem(20)
Eaxample use of citation:
1. @Peters2000[p. 5]
2. #cite(<Peters2000>, supplement: "p.45");
3. #citeonline(<Lyotard2009>);
4. #citeonline(<Lyotard2009>, supplement: "p.97");
#lorem(30)
#myfigure("../img/finishline.jpg",
width: 55%,
caption: [Linha de chegada]
)
#lorem(30)
#myfigure("../img/ufpa.png",
width: 25%,
caption: [University´s logo],
source: "Institutional website of UFPa "
)
== Modernismo na filosofia
#lorem(140)
#highlightBox(lorem(40), color: "gray")
== Pós-modernismo na filosofia
#lorem(10)
=== O Pós-modernismo e outros movimentos associados
// Unnumbered subsection version
#subsubsection_[O Pós-modernismo e outros movimentos associados]
#lorem(80)
// Bibliography section
#set par(first-line-indent: 0mm, hanging-indent: 8mm, leading: 0.6em) // format tweak
#bibliography("./references/refs.bib", title: "Referências", style: "./references/abnt-ufrgs.csl")