14
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Wikipediaの数式のTexを簡単にコピペする方法

Posted at

Wikipediaにこんな記述があって、この中から数式のTexをコピペしたいときにはどうすればいいでしょうか?
数式を見ながら、一からTexを書いてもいいですが、もっと簡単な方法もあります。

スクリーンショット 2016-11-05 12.48.11.png

方法

webインスペクタを使い、この数式のimage要素を調べてみると・・・

スクリーンショット 2016-11-05 12.50.58.png

alt属性の部分に数式が埋め込まれていますね。
あとはそれをコピペすれば簡単に数式を取り出すことができます。

$$
e^{{i\pi }}+1=0
$$

ねっ、簡単でしょう!

14
9
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
14
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?