更改排版书目中“年份”的位置(在回忆录中使用暹罗字母样式)

更改排版书目中“年份”的位置(在回忆录中使用暹罗字母样式)

我正在使用回忆录作为我的论文,并使用暹罗字母作为我的参考书目风格。

“年份”的默认位置在每个参考文献的末尾,我希望将其移到作者之后。

我注意到一些类似的问题,例如更改 natlib 中的年份位置或者更改 abbrvnat.bst 的年份位置,但那里的解决方案似乎不适合我的情况(回忆录和siam-letters.bst)。

请给予建议。

编辑。我​​的最小代码

\documentclass[twoside, openbib, a4paper,12pt,oldfontcommands]{memoir}
\begin{document}
Duis fringilla tristique neque. Sed interdum libero ut metus.\cite{SankaranImpactTradeLiberalization2010a}
\nocite{*}
\bibliographystyle{siam-letters}
\bibliography{Test}

\end{document}

我的测试.bib:

@article{SankaranImpactTradeLiberalization2010a,
  timestamp = {2018-02-22T23:19:42Z},
  title = {Impact of {{Trade Liberalization}} on {{Employment}}: {{The 
  Experience}} of {{India}}'s {{Manufacturing Industries}}},
  number = {Query date: 2018-02-23},
  journal = {Indian Journal of Labour~\ldots{}},
  author = {Sankaran, U and Abraham, V and Joseph, K J},
  year = {2010}
}

@article{BackerGlobalValueChains2011,
  timestamp = {2018-02-22T23:19:43Z},
  title = {Global {{Value Chains}} : {{Preliminary}} Evidence and Policy 
Issues Ppt},
  number = {May},
  journal = {Review of Business and Economic Literature},
  author = {Backer, Koen De},
  year = {2011}
}

相关内容