File tree 11 files changed +11
-9
lines changed
11 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ A template & package for documents targeting the Typst developer community. This
7
7
- [ ] add examples to the docs
8
8
- [ ] Functionality
9
9
- [ ] Port author reading code from unreleased thesis template to here
10
- - [ ] Source forge specific sub links such as ` /issues `
11
10
- [ ] Mantys like building blocks for documentation adjacent purposes
11
+ - [ ] API
12
+ - [ ] improved higher level API
13
+ - [ ] error handling
12
14
13
15
This template is a fork of [ mantys] ( https://github.com/jneug/typst-mantys ) .
File renamed without changes.
Original file line number Diff line number Diff line change 2
2
// /
3
3
// / Can be used to add new or alter existing marks, marks come in the form of
4
4
// / arbitrary content which is placed as a superscript.
5
- # let marks = state (" __mantodea:util: author:marks" , (
5
+ # let marks = state (" __mantodea:author:marks" , (
6
6
marks : (:),
7
7
current-auto : 0 ,
8
8
))
Original file line number Diff line number Diff line change 1
- # import " /src/packages .typ" as _pkg
1
+ # import " /src/_pkg .typ"
2
2
# import " /src/theme.typ" as _theme
3
3
4
4
# let _columns = columns
Original file line number Diff line number Diff line change 1
- # import " /src/packages .typ" as _pkg
1
+ # import " /src/_pkg .typ"
2
2
# import " /src/theme.typ" as _theme
3
3
4
4
# let _version = version
Original file line number Diff line number Diff line change 1
- # import " /src/packages .typ" as _pkg
1
+ # import " /src/_pkg .typ"
2
2
# import " /src/theme.typ" as _theme
3
3
4
4
// / Show a source code frame.
Original file line number Diff line number Diff line change 1
- # import " packages .typ" as _pkg
1
+ # import " _pkg .typ"
2
2
3
3
# import " author.typ"
4
4
# import " component.typ"
Original file line number Diff line number Diff line change 194
194
// /
195
195
// / The default matchers include GitHub, GitLab and Codeberg as well as a crude
196
196
// / git-subdomain matcher which returns the top and second level domain.
197
- # let forges = state (" __mantodea:util: link:forges" , (
197
+ # let forges = state (" __mantodea:link:forges" , (
198
198
GitHub : s => s . contains (" github.com" ),
199
199
GitLab : s => s . contains (" gitlab.com" ),
200
200
Codeberg : s => s . contains (" codeberg.org" ),
Original file line number Diff line number Diff line change 1
- # import " packages .typ" as _pkg
1
+ # import " _pkg .typ"
2
2
# import " theme.typ" as _theme
3
3
4
4
// / The default style applied over the whole document.
Original file line number Diff line number Diff line change 1
- # import " /src/packages .typ" as _pkg
1
+ # import " /src/_pkg .typ"
2
2
3
3
// / Draw an alert box.
4
4
// /
You can’t perform that action at this time.
0 commit comments