Chinaunix首页 | 论坛 | 博客
  • 博客访问: 277973
  • 博文数量: 55
  • 博客积分: 2535
  • 博客等级: 少校
  • 技术积分: 585
  • 用 户 组: 普通用户
  • 注册时间: 2008-07-25 16:41
个人简介

Je pense donc je suis.

文章分类

全部博文(55)

文章存档

2014年(11)

2011年(3)

2010年(40)

2009年(1)

我的朋友

分类: LINUX

2010-10-08 19:00:06

> When I view the document in PDF the ¡®References¡¯ title is missing in  
> the PDF document.  
> Is this made on purpose for els articles and that's what it  
> is supposed to be?
 
Looks like it might be a bug in the document class
().
 As a workaround, you can insert the following into your document preamble:
 
\newcommand\bibsection{%
\section*{\bibname\markright{\MakeUppercase{\bibname}}}}
 
If you do not care for the title it prints (for instance, if it prints
"Bibliography" but you want "References"), change \bibname to the text you
prefer (e.g., References).
  That is like this:

\newcommand\bibsection{%
\section*{\refname\markright{\MakeUppercase{\refname}}}}


阅读(665) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~