latex/\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