テスト

テスト

- 松本 尚輝 の投稿
返信数: 0
こんにちは。初めて質問させて頂きます。
bibdeskに関しての質問です。
bibdeskの機能のTeX Previewを使いたいのですが、previewを出すことができませんでした。
自分の環境はmacOS Montereyで、latexは奥村さんの美文書作成入門の第7版付属のDVD-ROMでダウンロードした後、texlive2021を2017を消して入れ直しています。

以下、logに出たwarning メッセージです。
/////////////////////

TeX preview generation failed. Please review the log below to determine the cause.


***** WARNING: You are using a non-standard BibTeX style *****

The style "jplain" may require additional \usepackage commands to function correctly.

/////////////////////


BiBTeX styleをjplainに変更しています。

jplainがだめなので\usepackageを足せ、とのことですが、jplainを使うために必要なpackageがわからなかったので、とりあえず\documentclassをarticle -> jarticleにしてみましたが、解決しませんでした。


/////////////////////

\documentclass[letterpaper]{jarticle}

\pagestyle{empty}

\textwidth = 6.5in

\voffset = -105pt

\hoffset = -120pt

\renewcommand{\refname}{}

\begin{document}

\nocite{<<CiteKeys>>}

\bibliography{<<File>>}

\bibliographystyle{<<Style>>}

\end{document}

/////////////////////


どなたか解決策をご存じでないですか?

よろしくお願い致します。