Conversation
|
Thank you for your PR! Could you please tell us some references/URLs about "text-emphasis: dot in CSS" and "\cdot in LaTeX"? |
|
Added the white bullet because it is in JIS X 0213, too. |
src/data/symbol/symbol.tsv
Outdated
| アルファベット э きりる ろしあ えー キリル文字 小文字 | ||
| アルファベット ю きりる ろしあ ゆー キリル文字 小文字 | ||
| アルファベット я きりる ろしあ やー キリル文字 小文字 | ||
| 句読点 · てん なかてん なかぐろ 、 ・ / 中点 欧文 OTHER U+00B7 MIDDLE DOT |
There was a problem hiding this comment.
Please let me know the reason why / is also a reading?
There was a problem hiding this comment.
It is just because KATAKANA MIDDLE DOT has the same reading. I wonder why it has that reading. I may as well remove it from the latin MIDDLE DOT and bullets.
src/data/symbol/symbol.tsv
Outdated
| アルファベット ю きりる ろしあ ゆー キリル文字 小文字 | ||
| アルファベット я きりる ろしあ やー キリル文字 小文字 | ||
| 句読点 · てん なかてん なかぐろ 、 ・ / 中点 欧文 OTHER U+00B7 MIDDLE DOT | ||
| 句読点 • てん びゅれっと ぶれっと ばれっと ぶりっと 、 ・ / ビュレット OTHER リストの点は本来これ・圏点に使われることあり https://developer.mozilla.org/en-US/docs/Web/CSS/text-emphasis#dot U+2022 BULLET |
There was a problem hiding this comment.
Thank you for adding the description, but I'd like to make it concise.
So please remove "リストの点は本来これ・圏点に使われることあり https://developer.mozilla.org/en-US/docs/Web/CSS/text-emphasis#dot" from this line, and note it in the commit message instead.
There was a problem hiding this comment.
note it in the commit message
I fear it will vanish by Squash and Merge.
There was a problem hiding this comment.
Ah, will remain on the second line onwards.
src/data/symbol/symbol.tsv
Outdated
| 句読点 · てん なかてん なかぐろ 、 ・ / 中点 欧文 OTHER U+00B7 MIDDLE DOT | ||
| 句読点 • てん びゅれっと ぶれっと ばれっと ぶりっと 、 ・ / ビュレット OTHER リストの点は本来これ・圏点に使われることあり https://developer.mozilla.org/en-US/docs/Web/CSS/text-emphasis#dot U+2022 BULLET | ||
| 句読点 ◦ てん びゅれっと ぶれっと ばれっと ぶりっと 、 ・ / 白ビュレット OTHER U+25E6 WHITE BULLET | ||
| 記号 ⋅ てん ないせき かける ・ 内積 乗算 ドット演算子 SYMBOL TeXの\cdot https://medemanabu.net/latex/dots/ U+22C5 DOT OPERATOR |
Bullets: used in list markers and sometimes emphasis markshttps://developer.mozilla.org/en-US/docs/Web/CSS/text-emphasis#dot DOT OPERATOR: \cdot in TeX: https://medemanabu.net/latex/dots/ (Japanese)
|
We noticed this PR changes some typing results. We have been checking it and considering how to balance symbol coverage and conversion quality. I will update again once we make a decision. |
|
Math dot operator can be deferred because it's out of JIS X 0213. |
Description
Makes it possible to input some single dot symbols similar to the katakana middle dot (・):
text-emphasis: dotin CSS\cdotin LaTeXIssue IDs
Issue and/or discussion IDs related to this pull request.
Steps to test new behaviors (if any)
A clear and concise description about how to verify new behaviors (if any).
Additional context
Add any other context about the pull request here.