在网页上怎么输入数学公式之类的特殊字符,在线等。。

时间:2022-11-30 06:36:13
在网页上怎么输入数学公式之类的特殊字符,在线等。。
复杂的

9 个解决方案

#1


HTML 原始码  显示结果  描述  
&lt;  <  小於号或显示标记  
&gt;  >  大於号或显示标记  
&amp;  &  可用於显示其它特殊字符  
&quot;  "  引号  
&reg;  ®  己注册  
&copy;  ©  版权  
&trade;  ™  商标  
&ensp;     半方大的空白  
&emsp;     全方大的空白  
&nbsp;     不断行的空白  
--------------------------------------
这个不知道满足不

#2


  n     (i+1)i       i-1             k   
    ∑————     ∏   (1-   ——)   
  i=1       n             k=0             n   
    
  没有什么好的方法,关键首先通过各种输入法找到一些特殊的符号,比如   
  ∑和∏(我现在是通过微软拼音输入法中的“数学符号”软键盘来输入的。   
  其余的就是想办法利用多行来表示一行,注意对齐就是了。

#3


  &circ  ˆ  modifier letter circumflex accent, U02C6 ISOpub  
˜  &tilde  ˜  small tilde, U02DC ISOdia  
General Punctuation 
   &ensp     en space, U2002 ISOpub  
   &emsp     em space, U2003 ISOpub  
   &thinsp     thin space, U2009 ISOpub  
‌  &zwnj  ‌  zero width non-joiner, U200C NEW RFC 2070  
‍  &zwj  ‍  zero width joiner, U200D NEW RFC 2070  
‎  &lrm  ‎  left-to-right mark, U200E NEW RFC 2070  
‏  &rlm  ‏  right-to-left mark, U200F NEW RFC 2070  
–  &ndash  –  en dash, U2013 ISOpub  
—  &mdash  —  em dash, U2014 ISOpub  
‘  &lsquo  ‘  left single quotation mark, U2018 ISOnum  
’  &rsquo  ’  right single quotation mark, U2019 ISOnum  
‚  &sbquo  ‚  single low-9 quotation mark, U201A NEW  
“  &ldquo  “  left double quotation mark, U201C ISOnum  
”  &rdquo  ”  right double quotation mark, U201D ISOnum  
„  &bdquo  „  double low-9 quotation mark, U201E NEW  
†  &dagger  †  dagger, U2020 ISOpub  
‡  &Dagger  ‡  double dagger, U2021 ISOpub  
‰  &permil  ‰  per mille sign, U2030 ISOtech  
‹  &lsaquo  ‹  single left-pointing angle quotation mark, U2039 ISO proposed  
›  &rsaquo  ›  single right-pointing angle quotation mark, U203A ISO proposed  

#4


或者用word的公式编辑器编辑后拷贝,看能不能解决。

#5


google :"mathML"

http://zh.wikipedia.org/wiki/%E6%95%B0%E5%AD%A6%E7%BD%AE%E6%A0%87%E8%AF%AD%E8%A8%80

#6


cgi下也就直接根据lex公式,直接生成图片的编辑器(无须编写lex代码,而是像word公式那种点选形式的)不过假设cgi环境比较麻烦

所以用的比较少

#7


xuexi 在网页上怎么输入数学公式之类的特殊字符,在线等。。

#8


查了一下,cgi下有这个东西
http://mydown.xinhuanet.com/code/245/245123.html

#9


看这里 在线输入的数学公式,效果不错滴哟
http://hi.baidu.com/h%5Fmath/blog/item/91b1b0a7cf3e858cd14358d8.html

#1


HTML 原始码  显示结果  描述  
&lt;  <  小於号或显示标记  
&gt;  >  大於号或显示标记  
&amp;  &  可用於显示其它特殊字符  
&quot;  "  引号  
&reg;  ®  己注册  
&copy;  ©  版权  
&trade;  ™  商标  
&ensp;     半方大的空白  
&emsp;     全方大的空白  
&nbsp;     不断行的空白  
--------------------------------------
这个不知道满足不

#2


  n     (i+1)i       i-1             k   
    ∑————     ∏   (1-   ——)   
  i=1       n             k=0             n   
    
  没有什么好的方法,关键首先通过各种输入法找到一些特殊的符号,比如   
  ∑和∏(我现在是通过微软拼音输入法中的“数学符号”软键盘来输入的。   
  其余的就是想办法利用多行来表示一行,注意对齐就是了。

#3


  &circ  ˆ  modifier letter circumflex accent, U02C6 ISOpub  
˜  &tilde  ˜  small tilde, U02DC ISOdia  
General Punctuation 
   &ensp     en space, U2002 ISOpub  
   &emsp     em space, U2003 ISOpub  
   &thinsp     thin space, U2009 ISOpub  
‌  &zwnj  ‌  zero width non-joiner, U200C NEW RFC 2070  
‍  &zwj  ‍  zero width joiner, U200D NEW RFC 2070  
‎  &lrm  ‎  left-to-right mark, U200E NEW RFC 2070  
‏  &rlm  ‏  right-to-left mark, U200F NEW RFC 2070  
–  &ndash  –  en dash, U2013 ISOpub  
—  &mdash  —  em dash, U2014 ISOpub  
‘  &lsquo  ‘  left single quotation mark, U2018 ISOnum  
’  &rsquo  ’  right single quotation mark, U2019 ISOnum  
‚  &sbquo  ‚  single low-9 quotation mark, U201A NEW  
“  &ldquo  “  left double quotation mark, U201C ISOnum  
”  &rdquo  ”  right double quotation mark, U201D ISOnum  
„  &bdquo  „  double low-9 quotation mark, U201E NEW  
†  &dagger  †  dagger, U2020 ISOpub  
‡  &Dagger  ‡  double dagger, U2021 ISOpub  
‰  &permil  ‰  per mille sign, U2030 ISOtech  
‹  &lsaquo  ‹  single left-pointing angle quotation mark, U2039 ISO proposed  
›  &rsaquo  ›  single right-pointing angle quotation mark, U203A ISO proposed  

#4


或者用word的公式编辑器编辑后拷贝,看能不能解决。

#5


google :"mathML"

http://zh.wikipedia.org/wiki/%E6%95%B0%E5%AD%A6%E7%BD%AE%E6%A0%87%E8%AF%AD%E8%A8%80

#6


cgi下也就直接根据lex公式,直接生成图片的编辑器(无须编写lex代码,而是像word公式那种点选形式的)不过假设cgi环境比较麻烦

所以用的比较少

#7


xuexi 在网页上怎么输入数学公式之类的特殊字符,在线等。。

#8


查了一下,cgi下有这个东西
http://mydown.xinhuanet.com/code/245/245123.html

#9


看这里 在线输入的数学公式,效果不错滴哟
http://hi.baidu.com/h%5Fmath/blog/item/91b1b0a7cf3e858cd14358d8.html