7
4

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.

GitHub Markdown + TeX記法で数式に空白を入れたい

Last updated at Posted at 2016-04-02

GitHub Markdown + $\TeX$ 記法で数式を書く際に調べた事について覚書き

数式に空白を入れたい

\ \quad \qquad で調整してみた.

$$a_{ij} \ (i \neq j)$$

$$a_{ij} \ (i \neq j)$$

$$a_{ij} \quad (i \neq j)$$

$$a_{ij} \quad (i \neq j)$$

$$a_{ij} \qquad (i \neq j)$$

$$a_{ij} \qquad (i \neq j)$$


よりスマートな方法があれば教えていただけると嬉しいです.

7
4
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
7
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?