![如何将 \usepackage[french]{babel} 应用于 tufte-book 文档中的 marginnote](https://linux22.com/image/410080/%E5%A6%82%E4%BD%95%E5%B0%86%20%5Cusepackage%5Bfrench%5D%7Bbabel%7D%20%E5%BA%94%E7%94%A8%E4%BA%8E%20tufte-book%20%E6%96%87%E6%A1%A3%E4%B8%AD%E7%9A%84%20marginnote.png)
我使用 {tufte-book}documentclass 并使用 usepackage[french]{babel} 用法语编写文档。遗憾的是,边注和参考书目仍为英文,图表和表格图例的格式也是如此。有人能帮我将法语应用于整个文档吗?
\documentclass[symmetric,justified,marginals=raggedouter]{tufte-book}
\usepackage{microtype}
\usepackage{fancyvrb}
\usepackage[utf8] {inputenc}
\usepackage[T1]{fontenc}
\usepackage[french]{babel}
\begin{document}
\bibliographystyle{plainnat}
\bibliography{sample-handout}
\end{document}
这是上述问题的一个例子。你可以在第四个注释中看到,“et”被“and”取代,“édition”被“edition”取代:
答案1
我找到了解决方案!!我必须使用 bibliographystyle{plain-fr}