-
Notifications
You must be signed in to change notification settings - Fork 0
/
m1.typ
68 lines (54 loc) · 1.17 KB
/
m1.typ
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
#import "/inc/_template.typ": *
#show: book.with(
title: [m-one],
author: "C Kunte",
dedication: [_for my daughters_],
publishing-info: [
#include("/inc/_pub.typ")
],
)
// preface
#include "/inc/_preface.typ"
#outline(
indent: 1em,
depth: 1
)
// #outline(
// title: [List of Figures],
// target: figure.where(kind: image),
// )
//
// #outline(
// title: [List of Tables],
// target: figure.where(kind: table),
// )
// abbreviations
#include "/inc/abbr.typ"
// sea-transport and inertia
#include "/inc/tow.typ"
#include "/inc/reac.typ"
#include "/inc/unconditional.typ"
// fatigue
#include "/inc/tsa.typ"
#include "/inc/sncurves.typ"
// wind and wave
#include "/inc/wind.typ"
#include "/inc/wavelength.typ"
#include "/inc/viv.typ"
// stability and utilisation
#include "/inc/slenderness.typ"
#include "/inc/ebs.typ"
#include "/inc/cosfunc.typ"
// reliability and storm safety
#include "/inc/reliability.typ"
#include "/inc/stormsafety.typ"
// nearshore
#include "/inc/fenders.typ"
// installation and lifting
#include "/inc/jf.typ"
#include "/inc/crane.typ"
#include "/inc/impact.typ"
// model
#include "/inc/model.typ"
#pagebreak()
#bibliography("/inc/ref.bib")