我刚开始使用Linux (Ubuntu16.04),但我致力于完全沉浸。这方面的一个收获是,我在LaTeX上写了一篇硕士论文,我遇到了书目问题。显然,这是一个普通的问题与Ubuntu16.04。我想这可能是有关系的。这是我的序言:
\documentclass[12pt]{report}
\usepackage{graphicx}
\usepackage[letterpaper, left=1in, right=1in, top=1in, bottom=1in]{geometry}
\usepackage{setspace}
\usepackage{times}
\usepackage[explicit]{titlesec}
\usepackage[titles]{tocloft}
\usepackage[backend=biber]{biblatex-history}
\usepackage[bookmarks=true, hidelinks]{hyperref}
\usepackage[page]{appendix}它抛出的错误是"!LaTeX错误:文件‘`biblatex history.sty.found’没有找到。“
这个问题似乎在很多特殊情况下或零碎地讨论过,但是我似乎找不到一个完整的答案来解决这个问题,或者如何确定这是否是Ubuntu更新时发现的bug。我该怎么做才能解决这个问题?
发布于 2016-09-06 23:26:04
这确实是一个bug,因为您已经链接了,但是有一个解决方法,据报道是工作的。试试这。
来源:https://bugs.launchpad.net/ubuntu/+source/biber/+bug/1565842
编辑:这里似乎有一个更新的源代码包:https://launchpad.net/ubuntu/xenial/+package/biber
至于序言引入的特定错误,您可以检查\usepackage[backend=biber]{biblatex-history},并确定是否确实命名了包,或者是否包含错误。
相关:https://tex.stackexchange.com/questions/52368/how-can-i-insert-by-bib-file-into-my-tex-file
和
https://tex.stackexchange.com/questions/20317/internal-bibliography-with-biblatex
https://askubuntu.com/questions/821884
复制相似问题