Frédéric Grosshans
Frédéric Grosshans
I’ve had the same problem with LuaLaTeX. A slightly simpler minimal file producing creating the bug is : ``` \documentclass{tufte-handout} \usepackage{lipsum} \title{Lorem Ipsum} \begin{document} \maketitle \lipsum[1-5] \end{document} ``` Slightly dapting...
It is a duplicate of issue #64
> Apparently, installing microtype solved this problem for me. How ? The following file stills shows the problem with me : ``` \documentclass{tufte-handout} \usepackage{microtype} \usepackage{lipsum} \title{Lorem Ipsum} \begin{document} \maketitle \lipsum[1-5]...
I have both microtype and soul installed, ad everything works fine with `pdflatex`, but nothing works with `xelatex` or `lualatex` without the workaround given in my [post from 2016-02-16 above](https://github.com/Tufte-LaTeX/tufte-latex/issues/107#issuecomment-183679016)....
#105 and #107 are duplicate of this issue (for LuaLaTex and XeLaTex).
In this [`tex.sx` answer](https://tex.stackexchange.com/a/200725/1913), egreg gives a work-around for this bug, after briefly mentioning its origin in the `tufte-common.def` file
I guess the following is an instance of the same bug. Or is it worth opening a new one ? ``` >>>` import bibtexparser >>> bibtexparser.latexenc.latex_to_unicode(r"V\'ictor, V\'ictor") 'Víctor, V̧́tor' >>>...