Skip to content

Commit

Permalink
fix: 修复参考文献URL断行问题,连续参考文献标号问题
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDongdongLin committed Jan 31, 2018
1 parent 0f0a6e4 commit 476f97c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@

## TODO

- 页眉页脚未设置
- 参考文献格式未设置
- []页眉页脚设置
- []参考文献格式设置
1 change: 1 addition & 0 deletions body/introduction.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ \chapter{引~~言}\label{chap:introduction}

\section{编写说明}
\cite{Arteaga-Falconi:ITIM:2016}\cite{Barni:ITIFS:2011}
\cite{Dautov:IJBHI:2016,Hartley:ITITB:2012,Hu:ITITB:2007}
研究生学位论文是作者攻读研究生期间研究成果的总结,是衡量作者是否达到研究生水平的重要依据。同时,研究生学位论文也是反映最高层次学历教育水平的学术作品,学校图书馆、中国学术期刊网等将作为学术资料长期保存,供同行学者、后续研究者查阅和参考。因此,要求学位论文文字正确,语言通顺,数据可靠,表述清晰,图、表、公式、单位等符合规范要求。同时,作为湘潭大学的研究生学位论文,在符合国家关于学位论文编写规范要求的基础上,应有统一的格式。

为此,研究生处依据中华人民共和国国家标准《科学技术报告、学位论文和学术论文的编写格式》(GB/T 7713—1987)、《文后参考文献著录规则》(GB/T 7714—2005),参照《清华大学博士学位论文写作指南》,编写了《湘潭大学研究生学位论文写作指南》,供研究生撰写学位论文时参考。
Expand Down
4 changes: 2 additions & 2 deletions reference/GBTbibsty.bst
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ FUNCTION {format.citedate} { % String Emtry::format_citedat
% // since if the URL contains special symbols such
% // as '%', the \biburl{} will be broken.
FUNCTION {format.url} { % String Emtry::format_url(String url) {
"\newline\url{" swap$ * "}" * % return "\newline\url{" + url + "}";
"\url{" swap$ * "}" * % return "\newline\url{" + url + "}";
} % }
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Expand Down Expand Up @@ -1953,4 +1953,4 @@ EXECUTE {end.bib} % end_bib();
% }
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% End of file `GBT7714-2005.bst'
%% End of file `GBT7714-2005.bst'
4 changes: 3 additions & 1 deletion reference/references.tex
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
\bibliographystyle{reference/GBTbibsty}
\phantomsection
\addcontentsline{toc}{chapter}{参考文献}
\bibliographystyle{reference/GBTbibsty}
\bibliography{reference/ref}
3 changes: 2 additions & 1 deletion setup/package.tex
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@
headheight=1.2cm,headsep=0.07cm,footskip=1.27cm]{geometry} % 简单灵活的页面设置界面
\usepackage{amscd}
\usepackage[linesnumbered,ruled,vlined]{algorithm2e}
\usepackage{slashbox}
\usepackage{slashbox}
\usepackage{cite}
Binary file modified xtuthesis.pdf
Binary file not shown.

0 comments on commit 476f97c

Please sign in to comment.