From 8477250f114bf80ded9cf4170ece745535064e4a Mon Sep 17 00:00:00 2001 From: "Casper Ti. Vector" Date: Sat, 10 May 2014 20:21:52 +0800 Subject: [PATCH] =?UTF-8?q?example/chap/chap1.tex:=20show=20`\cite'?= =?UTF-8?q?=E3=80=81`\parencite'=20and=20`\supercite'.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/example/chap/chap1.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/example/chap/chap1.tex b/doc/example/chap/chap1.tex index 5a00615..3d606d5 100644 --- a/doc/example/chap/chap1.tex +++ b/doc/example/chap/chap1.tex @@ -4,5 +4,6 @@ \chapter{章节} -测试一下。 +% 三个命令分别产生未格式化的、带方括号的和上标且带方括号的引用标记。 +测试一下:\cite{test},\parencite{test},\supercite{test}。