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

fix: title が1文の場合の対処 #5

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

SatooRu65536
Copy link
Member

close #3

修正内容

title が1文(array ではなく string扱い)であってもエラーにならないようにした

#show: template.with(
  title: ("1st line only"),
  ...
)

そもそも↓と, を入れればいんだけどね

#show: template.with(
  title: ("1st line only",),
  ...
)

@SatooRu65536 SatooRu65536 added the bug Something isn't working label Nov 30, 2024
@SatooRu65536 SatooRu65536 self-assigned this Nov 30, 2024
template/head.typ Outdated Show resolved Hide resolved
Copy link
Member

@kanakanho kanakanho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

main.pdfを更新してもいいと思う

Copy link
Member

@kanakanho kanakanho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

コード自体はLGTMです!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: titleが1行に収まっている場合、コンパイルエラーが発生する
2 participants