Bibtexの使い方

Bibtexの使い方

- ueki ichiro の投稿
返信数: 1

富士通ノートパソコンにWindows11、2023年版のTexを載せて論文を書いています。或る雑誌のLaTeX template に下記のようにデータを入れてコンパイルし、続いてBibtex でコンパイルしたところ、添付のスクリーンショット ss-1 のようなエラーメッセージが出ました。この中に出てくる\citation等のコマンドは美文書作成入門第8版にも載っていません。このエラーにどう対処したらいいかわかりません。templateで指定されているpackage のlea20250909とinf48.bib、logファイル、 およびエラーメッセージに出てくるleatest.aux を添付します。どう対処したらいいかご教示下さい。  植木

%!TEX TS-program = pdflatex

%backend for bibliography = biber

\documentclass[11pt,twoside]{article} %do not change the options

%%%%%%%%%%%%%%%%%%%

%STYLE FYLE OF THE JOURNAL

\usepackage{lea20250909}

%%%%%%%%%%%%%%%%%%%

%%%%%%%%%%%%%%%%%%%

%TITLE, AUTHOR, DATE

\title{The Role of the Infinite in the Development of Mathematics} %insert your title in lowercase letters

\shorttitle{short title} %insert your short title in lowercase letters. if you want to use your title, copypaste it here

\author{\textsc{}}

%to prepare for blind peer review: remove your name

%to prepare for publiation: insert your name. The first letter has to be uppercase, whereas the other letters have to be lowercase.

%\author{\textsc{Firstname1 Lastname1} and \textsc{Firstname1 Lastname2}} in case there are two authors

%\author{\textsc{Firstname1 Lastname1}, \textsc{Firstname1 Lastname2} and \textsc{Firstname3 Lastname3}} in case there are three authors

\date{} %leave empty

%%%%%%%%%%%%%%%%%%%

%%%%%%%%%%%%%%%%%%%

%USER PACKAGES BELOW

%%%%%%%%%%%%%%%%%%%

%%%%%%%%%%%%%%%%%%%

%USER SETTINGS BELOW

%%%%%%%%%%%%%%%%%%%

\theoremstyle{leatheoremstyle} %lea style for theorems, definitions, etc

\newtheorem{thm}{Theorem} %feel free to use your own abbreviations

\newtheorem{defn}{Definition} %feel free to use your own abbreviations

%feel free to add your own environments using the \newtheorem command

%%%%%%%%%%%%%%%%%%

\bibliography{inf48} %insert name of your bibliography file

\begin{document}

%%%%%%%%%%%%%%%%%%%

%TITLE, AUTHOR, ABSTRACT, KEYWORDS

\thispagestyle{empty} %style for the first page

\maketitle

\begin{abstract} %insert abstract

The following hypothesis is proposed, 'In mathematics, contradictions involved in the development of human knowledge are represented with the infinite'. Then the author describes a history of mathematical physics on the base of the hypothesis, and he concludes, 'The contradiction in mathematical description of motion was represented with the infinite within recursive (computable) set level, by early Newtonian mechanics. The contradiction to describe discontinuous phenomena with continuous functions was represented with the infinite higher than the recursive set level, namely with the infinite of arithmetical set level in second order arithmetic (ordinary mathematics), by mechanics of continuous bodies. The contradiction about ``ether'' was represented also with the infinite of arithmetical set level. Contradictions appeared in macroscopic physics applied to microscopic phenomena were represented with the further higher infinite in third or higher order arithmetic (set-theoretic mathematics), by quantum mechanics'. The hypothesis is supported by studies in the higher infinite.

%leave whitespace between the text and the keywords

\begin{keywords}

infinity\sep contradiction\sep history\sep mathematical physics\sep dialectic\sep reverse mathematics

%replace by your own keywords and delete \ldots

\end{keywords}

\end{abstract}

%%%%%%%%%%%%%%%%%%%

%%%%%%%%%%%%%%%%%%%

%MAIN TEXT

\section{Introduction}

\ \

'Philosophy of science without history of science is empty; history of science without philosophy of science is blind' \citep{Lakatos}.

\ \

E. Wigner said, 'The first point is that the enormous usefulness of mathematics in the natural sciences is something bordering on the mysterious and that there is no rational explanation for it' \citep{Wigner}. This quotation from the pioneer of quantum physics shows that elucidating the essential nature of mathematics is important for the natural science.

\end{document}

%%%%%%%%%%%%%%%%%%%

%ACKNOWLEDGEMENTS

\section*{Acknowledgements} %to prepare for blind peer review: remove this section

%to prepare for publication add this section

%%%%%%%%%%%%%%%%%%%

%%%%%%%%%%%%%%%%%%%

%BIBLIOGRAPHY

\printbibliography %backend for bibliography = biber

%%%%%%%%%%%%%%%%%%%

%%%%%%%%%%%%%%%%%%%

%% AUTHOR INFO %%%%

%%%%%%%%%%%%%%%%%%%

\begin{flushright}

Ichiro \textsc{Ueki}\\ %insert your last name in lowercase letters but the first letter should be a capital letter

Member of The History of Mathematics Society of Japan, Member of The Tokushima Society for The History of Science, Japan\\

Email: \href{mailto:ueki1@snow.ocn.ne.jp}{ueki1@snow.ocn.ne.jp}\\

ORCID iD: \href{http://orcid.org/0000-0002-1550-5314}{0000-0002-1550-5314} %remove if you don't have an orcid id

\vspace{.7cm}

Ichiro \textsc{ueki}\\ %insert your last name in lowercase letters

Member of The History of Mathematics Society of Japan, Member of The Tokushima Society for The History of Science, Japan\\

Email: \href{mailto:ueki1@snow.ocn.ne.jp}{ueki1@snow.ocn.ne.jp}\\

ORCID iD: \href{http://orcid.org/0000-0002-1550-5314} %remove if you don't have an orcid id

\end{flushright}

]

添付 ss-1.png
ueki ichiro への返信

Re: Bibtexの使い方

- 和田 勇 の投稿

再現テストを試みましたが

  • lea20250909.sty が添付されていないようです
    • 添付された latest.log から lea20250909.sty を復元しようとしましたが、完全な再現検証は困難でした

添付された画像のログの表示部分は leatest.blg という bibtex が出力したログについて

  • I found no \citation commands---while reading file leatest.aux
  • I found no \bibdata commands---while reading file leatest.aux
  • I found no \bibstyle commands---while reading file leatest.aux

    これらは最初の pidflatex でなんらかのエラーによりleatest.aux   に必要な文献検索情報が出力されなかったことを示すので 本文の中になんらかのエラー原因があると思います。

情報の再提供のお願い

TeXworks のような統合環境をお使いの場合、.log が2回目以降の pdflatex で書き変わってしまいますので、 お手数ですがコマンドプロンプトでの作業をお願いします。

  1. 必要な以下の3ファイルを leatest というディレクトリに集める

    • leatest.tex
    • lea20250909.sty  
    • inf48.bib
  2. コマンドプロンプトで上記作業で作成した leatest に cd コマンド等で移動し以下の二つのコマンドを実行

    • pdflatex leatest
    • bibtex leatest
  3. leatest ディレクトリを .zip で圧縮し添付ファイルとして回答してください。

    • .log .aux のほか、bibtex の処理で作成される .bbl.blg の情報も必要なので、ディレクトリごと zip アーカイブフィルを作成してください。
    • それぞれのファイル日付の作成順序の妥当性も検討しますので、重ねてですがディレクトリごとの zip アーカイブファイルを作成してください。