-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapuntes.typ
More file actions
57 lines (47 loc) · 2.27 KB
/
Copy pathapuntes.typ
File metadata and controls
57 lines (47 loc) · 2.27 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
#import("/funcions/estilo.typ"): crear_apuntes
#import("/funcions/texto.typ"): parte
#let documento = {
parte( nome : "Matemáticas",)
include("/capitulos/01_00_CONXUNTOS_introducion.typ")
include("/capitulos/01_01_CONXUNTOS_conceptos.typ")
// :FACER: sección de símbolos
include("/capitulos/01_02_CONXUNTOS_relacions.typ")
include("/capitulos/01_03_CONXUNTOS_funcions.typ")
include("/capitulos/01_04_CONXUNTOS_invariantes.typ")
include("/capitulos/01_05_CONXUNTOS_diagramas.typ")
include("/capitulos/02_00_GRAFOS_introducion.typ")
// :FACER: seccion de retículas
include("/capitulos/02_00_TOPOLOXIA_introducion.typ")
include("/capitulos/02_01_TOPOLOXIA_espazos-topoloxicos.typ")
include("/capitulos/02_02_TOPOLOXIA_continuidade.typ")
include("/capitulos/02_03_TOPOLOXIA_homeomorfismos.typ")
include("/capitulos/02_04_TOPOLOXIA_espazos-metricos.typ")
include("/capitulos/03_00_ALXEBRA_introducion.typ")
include("/capitulos/03_01_ALXEBRA_conceptos.typ")
include("/capitulos/03_02_ALXEBRA_magmas.typ")
include("/capitulos/03_03_ALXEBRA_semigrupos.typ")
include("/capitulos/03_04_ALXEBRA_monoides.typ")
include("/capitulos/03_05_ALXEBRA_grupos.typ")
include("/capitulos/03_06_ALXEBRA_aneis.typ")
include("/capitulos/03_07_ALXEBRA_g-modulos.typ")
include("/capitulos/03_08_ALXEBRA_k-modulos.typ")
include("/capitulos/03_09_ALXEBRA_espazos-lineais.typ")
include("/capitulos/03_10_ALXEBRA_alxebras.typ")
include("/capitulos/03_11_ALXEBRA_estruturas.typ")
include("/capitulos/03_12_ALXEBRA_alxebra.typ")
include("/capitulos/04_00_SIMETRIA_introducion.typ")
include("/capitulos/04_01_SIMETRIA_transformacions.typ")
include("/capitulos/04_02_SIMETRIA_accions-grupos.typ")
include("/capitulos/04_03_SIMETRIA_homoxeneidade.typ")
include("/capitulos/04_04_SIMETRIA_xeometria.typ")
include("/capitulos/05_00_REPRESENTACIONS_introducion.typ")
include("/capitulos/06_00_XEOMETRIA-DIFERENCIAL_introducion.typ")
include("/capitulos/06_01_XEOMETRIA-DIFERENCIAL_curvas.typ")
parte( nome : "Física")
include("/capitulos/07_00_MECANICA_introducion.typ")
}
#crear_apuntes(
titulo : "APUNTES",
autoria : ((nome: "David Cotelo Varela"),),
documento : documento,
)