.bib ファイルについて
- ueki ichiro の投稿
Windows10の富士通のノートパソコンに美文書作成入門第8版付録のCDからTEXをインストールして使っています。ある雑誌に論文を投稿したところ、編集部から次のようなメールが届きました。
Please upload all the source file of your LaTeX submission including the .bib file.
私の論文は下記のような組み立てですが、このように thebibliography を使ったことで .bib file を含めたことになるのでしょうか。
植木
\documentclass[fleqn,12pt,onecolumn,a4paper]{article}
\setlength{\textwidth}{16cm}き
\setlength{\oddsidemargin}{0cm}
\setlength{\evensidemargin}{0cm}
\setlength{\topmargin}{-2cm}
\setlength{\textheight}{25cm}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{setspace}
\doublespacing
\begin{document}
...
"Philosophy of science ... is blind." \cite{Lakatos}
...
\begin{thebibliography}{99}
\bibitem {Lakatos} Lakatos, Imre. (1970). ''History of science and its rational reconstructions," Proceedings of the Biennial Meeting of Philosophy of Science Association, Volume \textbf{1970}, pages 91-136, Springer.
...
\end{thebibliography}
\end{document}
このトピックを読む
(現在の返信数: 21)