File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
5
5
``` bash
6
6
# Generate new report based on template.
7
- typst init @preview/uni-report
7
+ typst init @preview/efter-plugget
8
8
```
9
9
10
10
![ Example lab report] ( inc/thumbnail.png )
Original file line number Diff line number Diff line change 1
- # import " @preview/uni-report :0.1.0"
1
+ # import " @preview/efter-plugget :0.1.0"
2
2
3
- # show : uni-report . template . with (
3
+ # show : efter-plugget . template . with (
4
4
logo : image (" inc/logo.png" , width : 4.3cm ),
5
5
title : highlight [Lab 1 -- Experiment],
6
6
short-title : highlight (" Lab 1" ),
Original file line number Diff line number Diff line change 1
1
[package ]
2
- name = " uni-report "
2
+ name = " efter-plugget "
3
3
version = " 0.1.0"
4
4
entrypoint = " src/lib.typ"
5
5
authors = [" Robin Eklind" ]
6
6
license = " 0BSD"
7
- description = " Lab report, essay and exam template for Uni ."
7
+ description = " Lab report, essay and exam template for Typst ."
8
8
exclude = [" inc" ]
9
- repository = " https://github.com/mewmew/uni-report-typ "
9
+ repository = " https://github.com/mewmew/efter-plugget "
10
10
11
11
[template ]
12
12
path = " template"
You can’t perform that action at this time.
0 commit comments