latex/\343\202\275\343\203\274\343\202\271\343\202\263\343\203\274\343\203\211\343\201\256\350\262\274\343\202\212\344\273\230\343\201\221.md
... ...
@@ -0,0 +1,22 @@
1
+[LaTeXにソースコードを【美しく】貼る方法 - @ta_b0 Blog](https://ta-b0.hateblo.jp/entry/2020/08/13/001223)より.
2
+
3
+```latex
4
+\lstset{
5
+ basicstyle={\ttfamily},
6
+ identifierstyle={\small},
7
+ commentstyle={\smallitshape},
8
+ keywordstyle={\small\bfseries},
9
+ ndkeywordstyle={\small},
10
+ stringstyle={\small\ttfamily},
11
+ frame={tb},
12
+ breaklines=true,
13
+ columns=[l]{fullflexible},
14
+ numbers=left,
15
+ xrightmargin=0zw,
16
+ xleftmargin=3zw,
17
+ numberstyle={\scriptsize},
18
+ stepnumber=1,
19
+ numbersep=1zw,
20
+ lineskip=-0.5ex
21
+}
22
+```
... ...
\ No newline at end of file