Skip to content
New issue

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

使用parencite引用,编译出来的引用标号后有一个空格 #176

Closed
devindang opened this issue Mar 14, 2024 · 3 comments
Closed
Labels
invalid This doesn't seem right

Comments

@devindang
Copy link

devindang commented Mar 14, 2024

image
我看了 #62 里面的问题,并没有加载任何和参考文献相关的宏包。

请问这个是正常的吗?我看了文档,并没有找到相关的描述。

这是我用到的所有的宏包:
image

@note286
Copy link
Owner

note286 commented Mar 14, 2024

请给出能复现问题的完整代码,尽量不要让我猜测。完整不意味着全部代码,目的是直接能复现问题。

@devindang
Copy link
Author

请给出能复现问题的完整代码,尽量不要让我猜测。完整不意味着全部代码,目的是直接能复现问题。

这是可以复现问题的完整代码

% main.tex
\documentclass{xdupgthesis}
\xdusetup{
    style   /   cjk-font            = win,
    style   /   latin-font          = tac,
    style   /   table-small-font    = true,
    style   /   bib-backend         = biblatex,
    info    /   bib-resource        = {ref.bib}
}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{docmute}

\begin{document}

	文献\parencite{koren2018computer}提到

\end{document}
% ref.bib
@book{koren2018computer,
  title={Computer arithmetic algorithms},
  author={Koren, Israel},
  year={2018},
  publisher={CRC Press}
}

image

@note286
Copy link
Owner

note286 commented Mar 14, 2024

你应该写作文献 \parencite{koren2018computer}提到或者文献 \parencite{koren2018computer} 提到

你可以尝试文献[1]提到的效果,你就明白是怎么回事了。

@note286 note286 added the invalid This doesn't seem right label Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants