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

tufte.bst in wrong location #87

Closed
1 task done
moewew opened this issue Feb 14, 2019 · 2 comments
Closed
1 task done

tufte.bst in wrong location #87

moewew opened this issue Feb 14, 2019 · 2 comments
Labels

Comments

@moewew
Copy link

moewew commented Feb 14, 2019

The tufte-latex package currently installs the bibliography style tufte.bst into texmf/tex/latex/tufte-latex. As

\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.

@edocevoli
Copy link
Member

By the author's request the .bst file is not installed in bibtex/bst/tufte-latex.

Reference: https://ctan.org/tex-archive/install/macros/latex/contrib/tufte-latex.tds.zip

@moewew
Copy link
Author

moewew commented Feb 18, 2019

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

I opened an issue at the tufte-latex bugtracker: Tufte-LaTeX/tufte-latex#142

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants