5a47c0dd942624f2da5e98631057d23fc471df6f
latex/\343\202\275\343\203\274\343\202\271\343\202\263\343\203\274\343\203\211\343\201\256\346\214\277\345\205\245.md
... | ... | @@ -0,0 +1,24 @@ |
1 | +```latex |
|
2 | +\usepackage{listings} |
|
3 | + |
|
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 | +\begin{lstlisting} |
|
23 | +\end{lstlisting} |
|
24 | +``` |
|
... | ... | \ No newline at end of file |