まず環境は
- MacOSX 10.6.4(iMac)
- MacOS X WorkShop で TeX をいれた
土村さんと小林が主にメンテナンスしている Vine Linux の teTeX package 群と基本的に同一です.です.
土村さんと小林が主にメンテナンスしている Vine Linux の teTeX package 群と基本的に同一です.です.
\chapter*{Introduction}とすれば「第1章 Introduction」ではなく「Introduction」となる
\chapter*{Introduction}2行めの命令(?)を付け足せばOK
\addcontentsline{toc}{chapter}{Introduction}
\addcontentsline{A}{B}{C}ぐらいです.
A = fileの種類(toc, lof, lot)
B = Type(chapter, figure, tableなど)
C = fileに表示する文字
This is pTeX, Version 3.141592-p3.1.10 (utf8.euc) (Web2C 7.5.4)でしたので自分と同じヴァージョンのなら大丈夫!って訳にはいかないね
\usepackage{url}を書く必要があるっと書いてあるが必要ないみたい
@misc{caesar,ってすればOK
author = {Gaius Julius Caesar},
title = {Historia Augusta},
howpublished = {http://Gaius/Julius/Caesar/Historia/Augusta}
}
@misc{caesar,っとすれば適当なところで改行してくれるます
author = {Gaius Julius Caesar},
title = {Historia Augusta},
howpublished = {http://Gaius{\slash}Julius{\slash}Caesar{\slash}Historia{\slash}Augusta}
}