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

feat: bibliolist #93

Merged
merged 17 commits into from
Apr 21, 2022
Merged

feat: bibliolist #93

merged 17 commits into from
Apr 21, 2022

Conversation

LogCreative
Copy link
Contributor

@LogCreative LogCreative commented Apr 21, 2022

添加 bibliolist 环境用于手动输入文献条目,与 SJTUThesis 保持一致。
在该环境中使用 \articleitem, \bookitem, \onlineitem 用于创建对应的图标,并使用与 thebibliography\bibitem[]{} 相同的用法:使用 \newblock 分割每一个部分,例如

\begin{bibliolist}{00}
    \articleitem 作者.
    \newblock 标题[J].
    \newblock 期刊,
    \newblock 2008, 42(10): 1589.
\end{bibliolist}

使用 \item 也依然可行,但这两种不可以在同一个环境中混用,这种情况是为了能够在 SJTUThesis 中的代码复制过来即可使用。避免使用 \bibitem 可以减少 bibtexbiblatex 这一步以加快编译。

@LogCreative LogCreative merged commit 905b2ed into main Apr 21, 2022
@LogCreative LogCreative deleted the logcreative-bibliolist branch April 21, 2022 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants