Skip to content

Commit 18252d2

Browse files
author
Zhixin Piao
committed
fix article format
Add [C] between title and journal
1 parent e81ddf9 commit 18252d2

4 files changed

Lines changed: 19 additions & 2 deletions

File tree

main.pdf

1.6 KB
Binary file not shown.

main.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ \section{插入图片}
159159
\end{figure}
160160

161161
\section{引用论文}
162-
使得论文符合要求\cite{Yao:2015ix}\cite{seucover}\cite{test1}\cite{test}。
162+
使得论文符合要求\cite{Yao:2015ix}\cite{seucover}\cite{test1}\cite{test}\cite{R1}
163163

164164
\end{Main} % 结束正文
165165

seuthesis.bib

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@ @mastersthesis {test
1717
year = {2017},
1818
}
1919

20+
@article{R1,
21+
author = {孙玉娇},
22+
title = {未来中国输电网发展模式的分析与展望},
23+
journal = {电网技术},
24+
year = {2013},
25+
pages = {1929-1935},
26+
volume = {7},
27+
% number = {1},
28+
}
29+
2030
@phdthesis{test1,
2131
title={基于UHF方法的GIS局部放电检测与仿生模式识别},
2232
author={段大鹏},

thuthesis.bst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,11 +801,18 @@ FUNCTION {book}
801801
fin.entry
802802
}
803803

804+
FUNCTION {articlethesis.type}
805+
{ lang empty$
806+
{ "[J]" }
807+
{ "\thumasterbib" }
808+
if$
809+
}
810+
804811
FUNCTION {article}
805812
{ output.bibitem
806813
format.authors "author" output.check
807814
new.block
808-
format.title "title" output.check
815+
format.title remove.dots articlethesis.type * output
809816
new.block
810817
crossref missing$
811818
{ %journal emphasize "journal" output.check

0 commit comments

Comments
 (0)