wengan-li / ncku-thesis-template-latex

NCKU Thesis/Dissertation Template in Latex | 台灣國立成功大學碩博士用畢業論文LaTex模板
Other
94 stars 41 forks source link

Order of reference #27

Closed yusie1978 closed 6 years ago

yusie1978 commented 6 years ago

Why the order of the reference is not similar as in IEEE journal? i.e. the first shown must be [1], not jump to [25]? Is there any way, we can change the order of reference?

Regards,

Yusie

wengan-li commented 6 years ago

Try take a look to use unsrt style.

It seem I was missed to provide this option. Let me add it back.

wengan-li commented 6 years ago

It seem the template has already provided this feature.

Try this one in your conf/conf.tex

\SetupReference{%
  Title = {\TextDefaultTitleReferenceEng},
  BibStyle = {unsrt},
} % End of \SetupReference{}
yusie1978 commented 6 years ago

Yes, I just tried it, and it works!!!!

Thanks a lot!!!