diff paper/main.tex @ 16:6be34793a3e2

add code list
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Fri, 08 Feb 2019 15:23:31 +0900
parents c14eec12deb7
children b2978e820356
line wrap: on
line diff
--- a/paper/main.tex	Thu Feb 07 19:54:30 2019 +0900
+++ b/paper/main.tex	Fri Feb 08 15:23:31 2019 +0900
@@ -38,6 +38,10 @@
 %% Figure 環境中で Table 環境の見出しを表示・カウンタの操作に必要
 %%
 \makeatletter
+\renewcommand{\lstlistingname}{Code}
+\renewcommand{\lstlistlistingname}{コード目次}
+\usepackage{caption}
+\usepackage{url}
 \newcommand{\figcaption}[1]{\def\@captype{figure}\caption{#1}}
 \newcommand{\tblcaption}[1]{\def\@captype{table}\caption{#1}}
 \makeatother