※ 本文為 dinos 轉寄自 ptt.cc 更新時間: 2015-05-20 05:57:38
看板 Web_Design
作者 標題 [問題] 如何利用 CSS 寫數學式(已解決)
時間 Tue May 19 22:35:53 2015
最近在寫一些關於數學的一些網站,
原本我數學式是利用 MathJax 將數學式以 Latex 語法鑲嵌進去。
但因為一些原因我希望能單純使用 CSS 來撰寫一些簡單的數學式,像是下面的數學式。
http://imgur.com/52zb9aE
但我不太了解如何用 CSS 排出 Xij 這樣的樣式 ( ij 字體變小緊跟在 X 後下方) ?
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 114.46.45.75
※ 文章代碼(AID): #1LMqfBZZ (Web_Design)
※ 文章網址: https://www.ptt.cc/bbs/Web_Design/M.1432046155.A.8E3.html
<sub> - HTML (HyperText Markup Language) | MDN
The HTML Subscript Element (sub) defines a span of text that should be displayed, for typographic reasons, lower, and often smaller, than the main span of text. ...
The HTML Subscript Element (sub) defines a span of text that should be displayed, for typographic reasons, lower, and often smaller, than the main span of text. ...
※ 編輯: BCRK7 (114.46.45.75), 05/19/2015 23:26:04
推 : 你去研究<sub>屬性 , vertical-align屬性好幾個可以選3F 05/20 00:15
→ : <sub>的vertical-align屬性是sub,指數就用super之類的
→ : <sub>的vertical-align屬性是sub,指數就用super之類的
→ : latex for webpage 也可以用 KaTeX,比 mathjax 快很多5F 05/20 00:20
--
※ 看板: dinos 文章推薦值: 0 目前人氣: 0 累積人氣: 355
回列表(←)
分享