bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#69266: 30.0.50; bibtex-parse-entry misreads escaped \}


From: Arash Esbati
Subject: bug#69266: 30.0.50; bibtex-parse-entry misreads escaped \}
Date: Sun, 25 Feb 2024 18:50:09 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Roland Winkler <winkler@gnu.org> writes:

> In standard (La)TeX, "\}" is defined only in math mode, (La)TeX can
> handle "$\}$", but outside math mode, "\}" it throws an error.

The following code doesn't throw an error for me with LaTeX2e
<2023-11-01> patch level 1:

--8<---------------cut here---------------start------------->8---
\documentclass{article}

\begin{document}

\noindent \{x\}\\
\textbraceleft x\textbraceright

\end{document}

%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End:
--8<---------------cut here---------------end--------------->8---

> This gets off-topic.  Emacs bibtex-mode follows the philosophy
> underlying BibTeX itself and (La)TeX.

Would you reconsider this if Biber handles \} correctly?  I didn't test
it, though.

Best, Arash





reply via email to

[Prev in Thread] Current Thread [Next in Thread]