使用環境はMacOSXの10.8.3です。
TeXのインストールは奥村先生の美文書作成入門改訂第5版より行いました。
ソースデータは次のとおりです。
¥documentclass[11pt,a5]{jsbook}
¥setcounter{tocdepth}{2} %目次をsubsectionまで表示する
¥usepackage{amsmath,amssymb,textcomp,otf}
¥usepackage{overcite}
¥usepackage[dvipdfmx,hiresbb]{graphicx}
¥usepackage{wrapfig}
¥begin{document}
¥title{¥Huge ¥LaTeXe}
¥author{¥huge 著者}
¥date{}
¥maketitle
¥tableofcontents
¥input{chapter1}
¥input{chapter2}
¥input{chapter3}
¥input{chapter4}
¥input{chapter5}
¥input{chapter6}
¥input{chapter7}
¥bibliographystyle{jplain} %美文書p172参照
¥bibliography{bunken} %bibTeXファイル名を入力
¥end{document}
またこのchapter7に文献参照したいものがあります。
¥chapter{文献の処理}
ここで、定容比熱は教科書~¥cite[P30]{neturiki}より・・・¥¥
というようになる。
また文献のbibファイルは次のとおりです。
@book{neturiki,
author="丸茂 榮佑 and 木本 恭司",
title="工業熱力学",
series="機械系教科書シリーズ",
publisher="コロナ社",
year=2001}
コンパイル時にエラーが出ていないので何が悪いのか検討がつきません。
overcite.styは次の箇所にありました。
/usr/local/texlive/2009/texmf-dist/tex/latex/cite
overciteを使うにはどうすればいいのでしょうか?