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
The tufte-latex package currently installs the bibliography style tufte.bst into texmf/tex/latex/tufte-latex. As
tufte-latex
tufte.bst
texmf/tex/latex/tufte-latex
\documentclass{tufte-book} \usepackage{filecontents} \begin{filecontents}{\jobname.bib} @book{appleby, author = {Humphrey Appleby}, title = {On the Importance of the Civil Service}, year = {1980}, publisher = {Pub}, address = {Place}, } \end{filecontents} \begin{document} Lorem\cite{appleby} \bibliography{\jobname} \bibliographystyle{tufte} \end{document}
and in particular BibTeX's complaint
I couldn't open style file tufte.bst ---line 22 of file euttzetzete.aux : \bibstyle{tufte : } I'm skipping whatever remains of this command
demonstrate, the file is not found there by BibTeX.
Please move tufte.bst to texmf/bibtex/bst/tufte-latex so that it can be found by BibTeX.
texmf/bibtex/bst/tufte-latex
The text was updated successfully, but these errors were encountered:
By the author's request the .bst file is not installed in bibtex/bst/tufte-latex.
.bst
bibtex/bst/tufte-latex
Reference: https://ctan.org/tex-archive/install/macros/latex/contrib/tufte-latex.tds.zip
Sorry, something went wrong.
Mhhh, fair enough. But I believe this is a genuine mistake by the author of the tds.zip. The .bst file is not found in the tex subtree and hence useless. TeX live installs the .bst into bibtex/bst: https://www.tug.org/svn/texlive/trunk/Master/texmf-dist/bibtex/bst/tufte-latex/ and https://www.tug.org/svn/texlive?view=revision&revision=37649
tds.zip
tex
bibtex/bst
I opened an issue at the tufte-latex bugtracker: Tufte-LaTeX/tufte-latex#142
No branches or pull requests
The
tufte-latex
package currently installs the bibliography styletufte.bst
intotexmf/tex/latex/tufte-latex
. Asand in particular BibTeX's complaint
demonstrate, the file is not found there by BibTeX.
Please move
tufte.bst
totexmf/bibtex/bst/tufte-latex
so that it can be found by BibTeX.The text was updated successfully, but these errors were encountered: