comparison paper/README.txt @ 5:bec6eb1e0297

sigos_3
author suruga
date Fri, 21 Apr 2017 00:30:14 +0900
parents 0c8bb16afb8d
children
comparison
equal deleted inserted replaced
4:0c8bb16afb8d 5:bec6eb1e0297
13 13
14 14
15 Code \ref{src: "src"フォルダの中のコードのファイル名}で、文章中にコードの指定ができる。 15 Code \ref{src: "src"フォルダの中のコードのファイル名}で、文章中にコードの指定ができる。
16 16
17 \lstinputlisting[label=src:ファイル名, caption=Enqueue]{./src/ファイル名.拡張子} 17 \lstinputlisting[label=src:ファイル名, caption=Enqueue]{./src/ファイル名.拡張子}
18
19 -特殊文字は文字とローマ字巻き込まないように気をつける。
20 ex.)
21 \textless-1,0,2,3\textgreater -> \textless -1,0,2,3 \textgreater
22
23 ! \textless に関係ない文字もくっついて、認識できなくてerror起こす。