Skip to content

Commit a326eb0

Browse files
authored
Switch to Typst (#321)
1 parent 6adea76 commit a326eb0

File tree

12 files changed

+137
-3789
lines changed

12 files changed

+137
-3789
lines changed

LICENSE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ MIT License
2323
This package includes code from the following projects, which have their own licenses:
2424

2525
- [Julia](https://github.com/JuliaLang/julia/blob/master/LICENSE.md).
26-
- [The Eisvogel LaTeX template](https://github.com/Wandmalfarbe/pandoc-latex-template/blob/master/LICENSE).
2726
- [A Pandoc book template](https://github.com/wikiti/pandoc-book-template/blob/master/LICENSE.md).
2827
- The citation style is obtained via the [Citation Style Language (CSL) project](https://citationstyles.org/).
2928
- [The include-files Lua filter](https://github.com/pandoc/lua-filters/blob/master/LICENSE).

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Books"
22
uuid = "939d5c6b-51ae-42e7-97ca-7564d0d4ad91"
3-
version = "2.0.7"
3+
version = "3.0.0"
44

55
[deps]
66
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
@@ -17,27 +17,27 @@ ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
1717
RelocatableFolders = "05181044-ff0b-4ac5-8273-598c1e38db00"
1818
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
1919
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
20+
Typst_jll = "eb4b1da6-20f6-5c66-9826-fdb8ad410d0e"
2021
URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
2122
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
2223
pandoc_crossref_jll = "f96e3c25-ae70-5588-8d8e-4a7ab3ba4c45"
2324
pandoc_jll = "c5432543-76ad-5c9d-82bf-db097047a5e2"
24-
tectonic_jll = "d7dd28d6-a5e6-559c-9131-7eb760cdacc5"
2525

2626
[compat]
2727
Artifacts = "1"
2828
CodeTracking = "1.0"
2929
DataFrames = "0.22, 1"
30-
LazyArtifacts = "1"
3130
Latexify = "0.16"
31+
LazyArtifacts = "1"
3232
LiveServer = "0.6, 0.7, 1"
3333
Memoize = "0.4"
3434
ProgressMeter = "1"
3535
RelocatableFolders = "0.3, 1"
3636
Revise = "3"
3737
TOML = "1.0"
38+
Typst_jll = "=0.11.1"
3839
URIs = "1.3"
3940
YAML = "0.4"
4041
julia = "1.6"
4142
pandoc_crossref_jll = "=3.17.103"
4243
pandoc_jll = "=3.3.0"
43-
tectonic_jll = "0.15"

defaults/julia_listings.tex

Lines changed: 0 additions & 112 deletions
This file was deleted.

defaults/julia_listings_unicode.tex

Lines changed: 0 additions & 3282 deletions
This file was deleted.

defaults/metadata.yml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,10 @@ author:
66

77
# Licenses; can be empty.
88
html-license: <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>
9-
tex-license: Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International
9+
pdf-license: Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International
1010

1111
pdf-footer: "\\url{https://github.com/johndoe/Book.jl}"
1212

13-
geometry:
14-
# Defaulting to large pages to be able to show 92 chars in code blocks.
15-
- paperheight=10in # 25.4 cm.
16-
- paperwidth=7in # 17.78 cm.
17-
- marginparwidth=30mm
18-
- marginparsep=2mm
19-
- bindingoffset=10mm
20-
- top=10mm
21-
- inner=8mm
22-
- outer=8mm
23-
- bottom=16mm
24-
- includehead
25-
- includemp
26-
27-
# A setting for the PDF. I don't know whether it is important.
28-
lang: en-US
29-
30-
# Uncomment the following to enable a Chinese/Japanese/Korean (CJK) font.
31-
# CJKmainfont: Noto Serif CJK SC
32-
3313
links-as-notes: true
3414

3515
tags: [pandoc, Books.jl, JuliaLang]
@@ -53,6 +33,4 @@ secPrefix: Section
5333

5434
# Keyboard shortcuts.
5535
mousetrap: true
56-
57-
header-left: foobar
5836
---

0 commit comments

Comments
 (0)