Coder Social home page Coder Social logo

Comments (2)

hushidong avatar hushidong commented on June 3, 2024

比如:

\documentclass{ctexart}
\usepackage[backend=biber,style=gb7714-2015ay]{biblatex}


\DefineBibliographyStrings{english}{
    bytranslator= {\addcomma\addspace trans\adddot}, %将trans. by 改成 译
    }

\renewbibmacro*{bytranslator+others}{\bibauthorfont%
  \ifnameundef{translator}
    {}
    {%
     \printnames[bytranslator]{translator}%
     \clearname{translator}%
     \usebibmacro{bytranslator+othersstrg}%“译”的位置
     \newunit}%
  \usebibmacro{withothers}}


\begin{filecontents}[force,noheader]{\jobname.bib}
    @book{yilaienalun2014,
    author = {伊莱恩{$\cdot$} 阿伦},
    translator = {于娟娟},
    date = {2014-01},
    publisher = {华夏出版社},
    location = {北京},
    title = {天生敏感}
  }

  @book{yamamuro2006,
  title = {Manchuria {{Under Japanese Dominion}}},
  author = {Yamamuro, Shin'ichi},
  translator = {Fogel, Joshua A.},
  date = {2006-02-08},
  publisher = {University of Pennsylvania Press},
  location = {Philadelphia}
  }

  @book{bonnin2013,
  title = {The {{Lost Generation}}: {{The Rustication}} of {{China}}'s {{Educated Youth}} (1968--1980)},
  author = {Bonnin, Michel},
  translator = {Horko, Krystyna},
  date = {2013},
  publisher = {The Chinese University of Hong Kong Press},
  location = {Hong Kong},
  doi = {10.2307/j.ctt1p9wqts}
  }

  \end{filecontents}
  \addbibresource{\jobname.bib}

\begin{document}

测试译者显示效果
\cite{yilaienalun2014,bonnin2013, yamamuro2006}

\printbibliography[heading=bibliography]

\end{document} 

结果为:

图片

from biblatex-gb7714-2015.

TomBener avatar TomBener commented on June 3, 2024

好的,非常感谢!

from biblatex-gb7714-2015.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.