We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
这两天排版参考文献,看了下往届博士的论文参考文献序号是右对齐的。但代码里是左对齐的,我个人觉得右对齐更美观一些,不知是否要进行更改。 更改方式可以在引入biblatex包时设置选项gbalign设为right。
\usepackage[backend=biber,style=gb7714-2015,gbalign=right,gbpub=false,gbnamefmt=lowercase]{biblatex} % 设置参考文献格式
The text was updated successfully, but these errors were encountered:
左右都可以,我还记得之前不久刚调过,我想大家的审美有点主观,所以,还是大家调一下设置自定义一下。
Sorry, something went wrong.
No branches or pull requests
这两天排版参考文献,看了下往届博士的论文参考文献序号是右对齐的。但代码里是左对齐的,我个人觉得右对齐更美观一些,不知是否要进行更改。
更改方式可以在引入biblatex包时设置选项gbalign设为right。
The text was updated successfully, but these errors were encountered: