Re: error: 'dict' object has no attribute 'sortedvalues'
Alan <[email protected]> Wed, 29 Jan 2025 14:59:45 -0500
| Newsgroups | gmane.text.docutils.devel |
|---|---|
| Message-ID | <CAOShCKxxM9=rgjSUn3bWS-_TGD_D3tVPL+sU0FaX9_5pd-ginw@mail.gmail.com> |
Hi Guenter, OK, thanks. I can fix that at my end. But I think there was another more problematic change: image paths are now changed from forward slashes to backslashes on Windows. But that won't work with LaTeX writers, because backslashes start commands. Can you change this back, at least on Windows? Thank you, Alan On Tue, Jan 28, 2025 at 4:30 PM Guenter Milde via Docutils-develop < [email protected]> wrote: > Dear Alan, > > On 2025-01-28, Alan wrote: > > Has docutils.writers.latex2e.SortableDict rather recently been replaced > > with an ordinary dict somewhere? > > Thanks, Alan Isaac > > Actually, docutils.writers.latex2e.SortableDict is left unchanged (for > backwards compatibility). > > However, `docutils.writers.latex2e.LaTeXTranslator.requirements` and > `docutils.writers.latex2e.LaTeXTranslator.fallbacks` now use standard > dicts (changed in r9942). > > sorry for the hassle, > > Günter > > > > _______________________________________________ > Docutils-develop mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/docutils-develop > > Please use "Reply All" to reply to the list. >