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

A, B, C.の箇条書きの構文がほしいかも #1799

Open
kmuto opened this issue Feb 14, 2022 · 0 comments
Open

A, B, C.の箇条書きの構文がほしいかも #1799

kmuto opened this issue Feb 14, 2022 · 0 comments

Comments

@kmuto
Copy link
Owner

kmuto commented Feb 14, 2022

試験問題選択肢などで

A. 〜
B. 〜

という表現にしたいことがよくあり、現状では番号数字箇条書きを必死書き換えでなんとかしている。

 1. @<dtp>{abc}〜
 2. @<dtp>{abc}〜

空白[A-Z]\.空白 をA.型の箇条書きにする、とするのはどうだろうか。

 A. 〜
 B. 〜
  • パーサ的にはできそうな気はする
  • バックエンド側が厄介。TeXだとレベルを見てenumi, enumii, enumiiiあたりを書き換えないといけない。EPUBだとクラスとCSSの設定が必要。IDGXMLはリテラルで入れるか属性に指定?
  • 小文字a,b,cがほしいとか、丸数字がほしいとかエスカレーションするかも…。丸数字はTeX, EPUBで対処が難しい。
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

No branches or pull requests

1 participant