投稿

7月, 2013の投稿を表示しています

tex メモ

Tex のテンプレ集。 ソースコード \begin{verbatim} void add (int a, int b, int c) { c = a + b + c; } \end{verbatim} テーブル \begin{tiny} \begin{table}[ht] \begin{center} \caption{example} \label{table:example} \small \begin{tabular}[t]{c|l} \hline a & えー \\ \hline b & びー \\ \hline c & しー \\ \hline \end{tabular} \end{center} \end{table}