Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade template #86

Merged
merged 9 commits into from
Jan 7, 2025
Merged

chore: upgrade template #86

merged 9 commits into from
Jan 7, 2025

Conversation

Enter-tainer
Copy link
Member

@Enter-tainer Enter-tainer commented Dec 20, 2024

fix #84

@Enter-tainer
Copy link
Member Author

Enter-tainer commented Dec 20, 2024

TODO:

@Enter-tainer Enter-tainer merged commit 66e086b into master Jan 7, 2025
1 of 2 checks passed
@HeRaNO
Copy link
Contributor

HeRaNO commented Jan 8, 2025

似乎有一些 warning Actions

warning: unknown font family: crimson
   ┌─ oi-wiki-export.typ:37:10
   │
37 │     font: serif-font,
   │           ^^^^^^^^^^

warning: unknown font family: source han serif sc
   ┌─ oi-wiki-export.typ:37:10
   │
37 │     font: serif-font,
   │           ^^^^^^^^^^

warning: unknown font family: crimson
   ┌─ oi-wiki-export.typ:43:10
   │
43 │     font: serif-font,
   │           ^^^^^^^^^^

warning: unknown font family: source han serif sc
   ┌─ oi-wiki-export.typ:43:10
   │
43 │     font: serif-font,
   │           ^^^^^^^^^^

warning: unknown font family: crimson
   ┌─ oi-wiki-export.typ:71:8
   │
71 │   font: serif-font,
   │         ^^^^^^^^^^

warning: unknown font family: source han serif sc
   ┌─ oi-wiki-export.typ:71:8
   │
71 │   font: serif-font,
   │         ^^^^^^^^^^

warning: unknown font family: crimson
   ┌─ oi-wiki-export.typ:90:8
   │
90 │   font: sans-font,
   │         ^^^^^^^^^

warning: unknown font family: source han sans sc
   ┌─ oi-wiki-export.typ:90:8
   │
90 │   font: sans-font,
   │         ^^^^^^^^^

warning: unknown font family: crimson
    ┌─ oi-wiki-export.typ:101:8
    │
101 │   font: sans-font,
    │         ^^^^^^^^^

warning: unknown font family: source han sans sc
    ┌─ oi-wiki-export.typ:101:8
    │
101 │   font: sans-font,
    │         ^^^^^^^^^

warning: unknown font family: crimson
    ┌─ oi-wiki-export.typ:121:27
    │
121 │ #show emph: set text(font: emph-font)
    │                            ^^^^^^^^^

warning: unknown font family: source han serif sc
    ┌─ oi-wiki-export.typ:123:36
    │
123 │ #show math.equation: set text(font: math-font)
    │                                     ^^^^^^^^^

warning: unknown font family: source han sans sc
    ┌─ oi-wiki-export.typ:127:8
    │
127 │   font: raw-font,
    │         ^^^^^^^^

warning: unknown font family: crimson
    ┌─ oi-wiki-export.typ:139:19
    │
139 │   text(12pt, font: sans-font, it)
    │                    ^^^^^^^^^

warning: unknown font family: source han sans sc
    ┌─ oi-wiki-export.typ:139:19
    │
139 │   text(12pt, font: sans-font, it)
    │                    ^^^^^^^^^

warning: unknown font family: crimson
    ┌─ oi-wiki-export.typ:153:10
    │
153 │     font: serif-font,
    │           ^^^^^^^^^^

warning: unknown font family: source han serif sc
    ┌─ oi-wiki-export.typ:153:10
    │
153 │     font: serif-font,
    │           ^^^^^^^^^^

warning: unknown font family: crimson
    ┌─ @preview/gentle-clues:1.1.0/lib/clues.typ:176:71
    │
176 │     let _title-content = strong(delta: _title-weight-delta, text(font: _title-font, title))
    │                                                                        ^^^^^^^^^^^

warning: unknown font family: source han sans sc
    ┌─ @preview/gentle-clues:1.1.0/lib/clues.typ:176:71
    │
176 │     let _title-content = strong(delta: _title-weight-delta, text(font: _title-font, title))
    │                                                                        ^^^^^^^^^^^

warning: image contains foreign object
    ┌─ oi-wiki.typ:139:2
    │
139 │   image(src, alt: alt)
    │   ^^^^^^^^^^^^^^^^^^^^
    │
    = hint: SVG images with foreign objects might render incorrectly in typst
    = hint: see https://github.com/typst/typst/issues/1421 for more information

@Enter-tainer
Copy link
Member Author

@HeRaNO 看起来是主站的ci脚本有点问题,没有把字体的东西配正确

@HeRaNO
Copy link
Contributor

HeRaNO commented Jan 8, 2025

看起来是字体相关的配置,在这个 repo 里的 action 也报了类似问题

https://github.com/OI-wiki/OI-Wiki-export/actions/runs/12654613441/job/35262917388

@Enter-tainer
Copy link
Member Author

@HeRaNO 有空帮忙修一下吗 应该就是脚本有点问题。字体本身都已经在ci里了

@HeRaNO
Copy link
Contributor

HeRaNO commented Jan 8, 2025

@HeRaNO 有空帮忙修一下吗 应该就是脚本有点问题。字体本身都已经在ci里了

最近在改论文😢 ,下周我看一下吧

@HeRaNO HeRaNO mentioned this pull request Jan 11, 2025
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade typst export
2 participants