工作好きな情報系の雑記

[LaTeX]thebibliographyを使ったら、Undefined control sequence. [ \begin{thebibliography}{99}]とエラーが出た

thebibliographyを使ったら、なぜか

Undefined control sequence. [ \begin{thebibliography}{99}]

というエラーが出た。

え〜、なんで??
今まで普通に使えてたじゃん…
なんでいきなり使えなくなるのか分からない。

とりあえずググったら、StackExchangeで解決策が出てきた。
プリアンブルに以下を追加すれば直る。

うーん、なぜなんだ…
Bibliographyなんて使ってないぞ…?

ちなみにこのpostでは「テンプレートがthebibliographyに対応してないからテンプレートを変えろ」ってのがacceptされてたけど、僕の場合テンプレートはthebibliographyに対応してたので、この提案では問題が解消しなかった。

I am trying to add a bibliography to my document. I create a test.tex:\documentclass{ieicejsp}\bibliographystyle{plain}\begin{document}Cite\cite{GDE3}\bibliography{biblio...
How can I get an 'undefined control sequence \begin{thebibliography}{1}&... - TeX - LaTeX Stack Exchange
モバイルバージョンを終了