Coder Social home page Coder Social logo

Comments (5)

EthanDeng avatar EthanDeng commented on June 12, 2024

你的模板是新版的?请用最新版的模板,另外提供你的示例代码。

from elegantpaper.

Lailaps2000 avatar Lailaps2000 commented on June 12, 2024

感谢您的回复,刚刚已经解决了这个问题。需要在开头的 documentclass 里向 backend 传入 bibtex 这个参数

\documentclass[backend=bibtex]{elegantpaper}

不过文档里写的

\documentclass[bibend=bibtex]{elegantpaper}

似乎并不能把 biber 切换成 bibtex

from elegantpaper.

Zhuohao-Li avatar Zhuohao-Li commented on June 12, 2024

可以提供一下示例代码嘛,我也碰到了这个问题

from elegantpaper.

Lailaps2000 avatar Lailaps2000 commented on June 12, 2024

可以提供一下示例代码嘛,我也碰到了这个问题

抱歉之前没看到……下面是自己的示例代码
关键是要在 documentclass里面传入 backend=bibtex 这个参数

\documentclass[lang=cn,11pt,citestyle=gb7714-2015, bibstyle=gb7714-2015,backend=bibtex]{elegantpaper}

\title{blbl}
\author{blbl}
\institute{blbl}
\date{}

% 需要的宏包可以自行调用
%\usepackage{fancyvrb}
%\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{mathrsfs}

\begin{document}

\maketitle

\begin{abstract}
blbl
\end{abstract}

\tableofcontents

\section{blbl}
\cite{blbl}

\newpage
\nocite{*}
\printbibliography
\end{document}

from elegantpaper.

hushidong avatar hushidong commented on June 12, 2024

要用gb7714-2015,那么backend应改成biber,且用biber编译文献。
用bibtex虽然不会出错,但很多功能就失去了。

latex文档是多步编译的,所以所谓参考文献无法生成大多数是中间步参考文献编译时出错或者就没有做。

测试到底有没有问题最简单的方法就是用命令行进行3步编译看到底是否存在问题:

xelatex jobname
biber jobname
xelatex jobname

from elegantpaper.

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.