Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Typst Deprecated times.circle

オープン 初心者向け
#14,618 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
2/5
見積もり時間
1〜3時間
初心者へのやさしさ
68/100
issue の種類
バグ
明瞭さ
明確に書かれている
活発さ
静か
領域
backend

調査の方向性

Quarto Typst の数式レンダリングパスから始め、生成された Typst 出力で \otimes シンボルがどのようにマッピングされるかを追跡します。QMD の例を再現し、その後、times.o が出力され、非推奨警告なしでコンパイルできることを確認します。

索引モデルが issue の本文から書いたものです。

説明

bug math pandoc typst upstream
I have:
  • searched the issue tracker for similar issues
  • installed the latest version of Quarto CLI
  • formatted my issue following the Bug Reports guide
Bug description

When compiling QMD document with Typst, \otimes is mapped to the deprecated times.circle instead of times.o.

Steps to reproduce
---
format: typst
---

<!-- [typst]: Compiling quarto_mwe.typ to quarto_mwe.pdf...warning: `times.circle` is deprecated, use `times.o` instead
    ┌─ quarto_mwe.typ:424:10
    │
424 │ $ x times.circle y $
    │           ^^^^^^ -->
$$ x \otimes y $$

Actual behavior

Deprecation warning appears at compile time.

Expected behavior

\otimes should map to times.o.

Your environment
  • OS Mac Sequoia 15.5
  • VSCode 1.125.0
Quarto check output
Quarto 1.10.12
[✓] Checking environment information...
      Quarto cache location: /Users/sam.pine/Library/Caches/quarto
[✓] Checking versions of quarto binary dependencies...
      Pandoc version 3.8.3: OK
      Dart Sass version 1.87.0: OK
      Deno version 2.7.14: OK
      Typst version 0.14.2: OK
[✓] Checking versions of quarto dependencies......OK
[✓] Checking Quarto installation......OK
      Version: 1.10.12
      Path: /Applications/quarto/bin

[✓] Checking tools....................OK
      TinyTeX: (not installed)
      Chrome Headless Shell: (not installed)
      VeraPDF: (not installed)

[✓] Checking LaTeX....................OK
      Using: Installation From Path
      Path: /usr/local/texlive/2026/bin/universal-darwin
      Version: 2026

[✓] Checking Chrome Headless....................OK
      Using: Chrome found on system
      Path: /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
      Source: MacOS known location

[✓] Checking basic markdown render....OK

[✓] Checking R installation...........(None)

      Unable to locate an installed version of R.
      Install R from https://cloud.r-project.org/

[✓] Checking Python 3 installation....OK
      Version: 3.14.3
      Path: /Users/sam.pine/.pyenv/versions/3.14.3/bin/python3
      Jupyter: (None)

      Jupyter is not available in this Python installation.
      Install with python3 -m pip install jupyter

[✓] Checking Julia installation...
主要言語
JavaScript
スター
6k
フォーク
458
平均マージ
1日 3時間
マージ済み PR(30日)
54

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

quarto-dev/quarto-cli のほかの issue

quarto-dev/quarto-cli の issue をすべて見る

似ている issue

JavaScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。