diff --git a/src/content/blog-metas/1003.json b/src/content/blog-metas/1003.json index e03c427..f30d95e 100644 --- a/src/content/blog-metas/1003.json +++ b/src/content/blog-metas/1003.json @@ -1,4 +1,4 @@ { "postDate": "2023-12-22T14:52:11.831Z", - "updateDate": "2024-11-24T04:18:44.722Z" + "updateDate": "2024-12-07T04:12:28.607Z" } diff --git a/src/content/blog-metas/2024-11-28-esbuild-lambda-layer.json b/src/content/blog-metas/2024-11-28-esbuild-lambda-layer.json index d4e98eb..f710f15 100644 --- a/src/content/blog-metas/2024-11-28-esbuild-lambda-layer.json +++ b/src/content/blog-metas/2024-11-28-esbuild-lambda-layer.json @@ -1,3 +1,4 @@ { - "postDate": "2024-11-28T06:11:46.788Z" + "postDate": "2024-11-28T06:11:46.788Z", + "updateDate": "2024-12-07T04:12:28.608Z" } diff --git a/src/content/blogs/1003.md b/src/content/blogs/1003.md index b5f5753..3ceda98 100644 --- a/src/content/blogs/1003.md +++ b/src/content/blogs/1003.md @@ -1,5 +1,5 @@ --- -title: 覚えておくと便利なTypstの文法 +title: 覚えておくと便利なTypstの小技 description: 組版システムTypstのドキュメントにないけど覚えておくと便利な小技を紹介します。 tags: [advent-calendar, typst] category: tech @@ -8,7 +8,7 @@ author: miyaji この記事は[OUCC Advent Calendar 2023](https://adventar.org/calendars/9315)の23日目の記事です。前回の記事はあいうえおさんの[PowerPointの音声ファイルをWhisperで文字起こししてみた](/blog/articles/powerpoint-whisper)でした。 -Typst を授業のレポートに使う中でドキュメントなどからは読み取りづらいが、知っておいたほうが良いという文法がいくつかあったので紹介します。 +Typst を授業のレポートに使う中でドキュメントなどからは読み取りづらいが、知っておいたほうが良いという文法や使用法がいくつかあったので紹介します。 ## Typstとは @@ -113,6 +113,25 @@ type myfunc_with = (value: number) => (() => number) $ f(x) = a x $