0
0

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 3 years have passed since last update.

LaTeX 記法:Qiita で \left \right は使えるか

Posted at

\left \right コマンドとは

LaTeX では,カッコ内の数式が垂直方向に長い場合,\leftおよび\rightコマンドを用いてカッコの大きさを最適化できる.

これが Qiita でも使えるのかが気になり,実証してみた.

実証内容
( \frac{1}{1+\frac{1}{x}} )\\          % \left \right コマンドなし 
\left( \frac{1}{1+\frac{1}{x}} \right) % \left \right コマンドあり

実証結果

問題なく機能することがわかった.

( \frac{1}{1+\frac{1}{x}} )\\
\left( \frac{1}{1+\frac{1}{x}} \right)
0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?