090102b7c05f172fc1ae022221138766366201d2
.redirects.gollum
... | ... | @@ -46,3 +46,4 @@ linux/仮想コンソールを使う.md: qnap/コンソールが表示できな |
46 | 46 | qnap/コンソールが表示できない場合.md: qnap/QNAP NASでコンソールが表示できない場合.md |
47 | 47 | polar/polar-ble-sdk/androidBleSdkTestAppが実行出来ない.md: polar/polar-ble-sdk/polar-ble-sdkのandroidBleSdkTestAppが実行出来ない.md |
48 | 48 | latex/複数行コメントアウトする.md: latex/LaTexで複数行コメントアウトする.md |
49 | +latex/LaTexで複数行コメントアウトする.md: latex/LaTeXで複数行コメントアウトする.md |
latex/LaTeX\343\201\247\350\244\207\346\225\260\350\241\214\343\202\263\343\203\241\343\203\263\343\203\210\343\202\242\343\202\246\343\203\210\343\201\231\343\202\213.md
... | ... | @@ -0,0 +1,17 @@ |
1 | +引用: [Multi-line (block) comments in LaTeX](https://tex.stackexchange.com/questions/87303/multi-line-block-comments-in-latex) |
|
2 | + |
|
3 | +## 方法 |
|
4 | +何もしない関数を定義し、その中に書く。 |
|
5 | + |
|
6 | +```latex |
|
7 | +\newcommand{\mycomment}[1]{} |
|
8 | +``` |
|
9 | + |
|
10 | +## 使い方 |
|
11 | +```latex |
|
12 | +\mycomment{ |
|
13 | +This line of text won't show |
|
14 | + |
|
15 | +This one won't either |
|
16 | +} |
|
17 | +``` |
|
... | ... | \ No newline at end of file |
latex/LaTex\343\201\247\350\244\207\346\225\260\350\241\214\343\202\263\343\203\241\343\203\263\343\203\210\343\202\242\343\202\246\343\203\210\343\201\231\343\202\213.md
... | ... | @@ -1,17 +0,0 @@ |
1 | -引用: [Multi-line (block) comments in LaTeX](https://tex.stackexchange.com/questions/87303/multi-line-block-comments-in-latex) |
|
2 | - |
|
3 | -## 方法 |
|
4 | -何もしない関数を定義し、その中に書く。 |
|
5 | - |
|
6 | -```latex |
|
7 | -\newcommand{\mycomment}[1]{} |
|
8 | -``` |
|
9 | - |
|
10 | -## 使い方 |
|
11 | -```latex |
|
12 | -\mycomment{ |
|
13 | -This line of text won't show |
|
14 | - |
|
15 | -This one won't either |
|
16 | -} |
|
17 | -``` |
|
... | ... | \ No newline at end of file |