diff help/YATEXHLP.jp @ 77:1b172d26b55e

Fix auto-fill movement on Emacs21. Fix YaTeX:ref. Support jump/change on AMS-LaTeX's parentheses.
author yuuji
date Thu, 01 May 2003 13:38:27 +0000
parents 7e361fb5401d
children 0734be649cb8
line wrap: on
line diff
--- a/help/YATEXHLP.jp	Mon Nov 25 09:33:34 2002 +0000
+++ b/help/YATEXHLP.jp	Thu May 01 13:38:27 2003 +0000
@@ -1106,7 +1106,7 @@
 abbrv	著者のファーストネーム、発行月、書籍名が省略される
 
 thebibliography
-\begin{thebibliography} \bibitem{アイテム}… \end{thebibliography}
+\begin{thebibliography}{LONGESTLABEL} \bibitem{アイテム}… \end{thebibliography}
 参考文献データの登録環境を開始する。
 データは \bibitem コマンドによって登録する。
 \bibitem コマンドの用法は以下の通り。
@@ -1114,9 +1114,10 @@
 
 bibitem
 \bibitem{NAME}			\bibitem[LABEL]{NAME}
-\bibitem{NAME}の書式では、NAMEで参照され、[1],[2] のような形で引用記号が
+\bibitem{NAME}の書式では、\cite{NAME}で参照され、[1],[2] のような形で引用記号が
 出力される、\bibitem[LABEL]{NAME}の書式では、\cite{NAME}で参照され、
 [LABEL] のような引用記号が出力される。
+LONGESTLABEL は、ラベルの最長を示すためのダミー文字列。
 
 cite
 \cite{NAME}			\cite[LABEL]{NAME}

yatex.org