TeX/Manual/BiblioAuthorTitle
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
[[TeX/Manual]]
*著者・表題方式での文献引用 [#s75e2c61]
人文系で伝統的に用いられている著者・表題方式での文献引用...
+(再定義した)thebibliography環境を使って参考文献表を作...
+文献引用の際は(脚注中に)\citeコマンドを用いる.
+\citeコマンドで引用した場合,`Author, '''Title''', page'...
+できるだけ引用漏れなどがないようにする.
少し手間がかかるが次のようにする.
+\bibitemで用いるラベルや文献番号([1]など)は本文中でも...
+(脚注内で)記述される文献の情報(`Author, '''Title''', ...
**プリアンブル [#h86450f2]
\makeatletter
\def\@cite#1#2{#2}
\renewenvironment{thebibliography}{%
\global\let\presectionname\relax
\global\let\postsectionname\relax
\section*{\refname}\@mkboth{\refname}{\refname}%
\list{}%
{\leftmargin2em
\itemindent-2em
\labelwidth\z@
\labelsep\z@
\@openbib@code
\usecounter{enumiv}%
\let\p@enumiv\@empty
\renewcommand\theenumiv{\@arabic\c@enumiv}}%
\sloppy
\clubpenalty4000
\@clubpenalty\clubpenalty
\widowpenalty4000%
\sfcode`\.\@m}
{\def\@noitemerr
{\@latex@warning{Empty `thebibliography' environment...
\endlist}
\makeatother
\def\AuthorITitleI{AuthorI}
\def\AuthorIITitleII{AuthorII}
**本文 [#v9388277]
Author1は……と言い\footnote{\cite[\AuthorITitleI, p.~123]...
Author2は……と言っている\footnote{\cite[\AuthorIITitleII,...
**thebibliography [#o2c8e333]
\begin{thebibliography}
\bibitem{AuthorITitleI} AuthorI, A., \textit{Title I} (...
\bibitem{AuthorIITitleII} AuthorII, B., \textit{Title I...
\end{thebibliography}
終了行:
[[TeX/Manual]]
*著者・表題方式での文献引用 [#s75e2c61]
人文系で伝統的に用いられている著者・表題方式での文献引用...
+(再定義した)thebibliography環境を使って参考文献表を作...
+文献引用の際は(脚注中に)\citeコマンドを用いる.
+\citeコマンドで引用した場合,`Author, '''Title''', page'...
+できるだけ引用漏れなどがないようにする.
少し手間がかかるが次のようにする.
+\bibitemで用いるラベルや文献番号([1]など)は本文中でも...
+(脚注内で)記述される文献の情報(`Author, '''Title''', ...
**プリアンブル [#h86450f2]
\makeatletter
\def\@cite#1#2{#2}
\renewenvironment{thebibliography}{%
\global\let\presectionname\relax
\global\let\postsectionname\relax
\section*{\refname}\@mkboth{\refname}{\refname}%
\list{}%
{\leftmargin2em
\itemindent-2em
\labelwidth\z@
\labelsep\z@
\@openbib@code
\usecounter{enumiv}%
\let\p@enumiv\@empty
\renewcommand\theenumiv{\@arabic\c@enumiv}}%
\sloppy
\clubpenalty4000
\@clubpenalty\clubpenalty
\widowpenalty4000%
\sfcode`\.\@m}
{\def\@noitemerr
{\@latex@warning{Empty `thebibliography' environment...
\endlist}
\makeatother
\def\AuthorITitleI{AuthorI}
\def\AuthorIITitleII{AuthorII}
**本文 [#v9388277]
Author1は……と言い\footnote{\cite[\AuthorITitleI, p.~123]...
Author2は……と言っている\footnote{\cite[\AuthorIITitleII,...
**thebibliography [#o2c8e333]
\begin{thebibliography}
\bibitem{AuthorITitleI} AuthorI, A., \textit{Title I} (...
\bibitem{AuthorIITitleII} AuthorII, B., \textit{Title I...
\end{thebibliography}
ページ名: