由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - questions about reference
相关主题
how to split a very long table into several pages in the latex in preprint format?怎么让thebibliography里不显示排序的数字?
包子求助:用bibtex,书名不自动断行latex \thebibliography 的问题。
Bibliography和Reference字样同时出现怎么删除其中一个?论文里bibliography的页码老是1,怎么办?
如何改变References的名字?references 怎么加下划线
how to put a footnote on a chapter title?问一下bibliography
表格向左缩进?关于references的顺序
咨询:双栏的时候公式越界如何处理Latex写论文时参考文献到底如何加入?
thebibliography numerical citations?问一下Syllabus里面罗列reading list的问题
相关话题的讨论汇总
话题: reference话题: conclusion话题: title
进入TeX版参与讨论
1 (共1页)
e******d
发帖数: 310
1
I have the following code,
=============================
\documentclass[9pt, twocolumn,times]{article}
\begin{document}
\date{}
\title{THIS IS TITLE}
\maketitle
\section{INTRODUCTION}
This is an introduction
\section{CONCLUSION}
This is conclusion
\begin{thebibliography}{99}
\bibitem{ref01} author1, author2, `` This is a reference, '' xxx press,
2000.

\end{thebibliography}
\end{document}
===========================================
In the above code, the reference appears as
=============
Ref
S**I
发帖数: 15689
2
不难,下面的命令就可以:
\stepcounter{section}
\renewcommand\refname{\thesection. References}

separatel
syst
itself
specialty
e******d
发帖数: 310
3
Thank you a lot
1 (共1页)
进入TeX版参与讨论
相关主题
问一下Syllabus里面罗列reading list的问题how to put a footnote on a chapter title?
关于reference的问题(怎么在用bib到template改成用\bibitem)表格向左缩进?
Please use Harvard Style for references ????咨询:双栏的时候公式越界如何处理
natbib 和 MikTeX 2.7 好像不对付?!thebibliography numerical citations?
how to split a very long table into several pages in the latex in preprint format?怎么让thebibliography里不显示排序的数字?
包子求助:用bibtex,书名不自动断行latex \thebibliography 的问题。
Bibliography和Reference字样同时出现怎么删除其中一个?论文里bibliography的页码老是1,怎么办?
如何改变References的名字?references 怎么加下划线
相关话题的讨论汇总
话题: reference话题: conclusion话题: title