Cédric M. Campos

Results 28 comments of Cédric M. Campos

Hi! Does anyone know if this has been solved? Bug is still present in TeXLive 2021.58710. Is there any workaround? I considered dropping the first page.

Hi! Thx, however... It works with plain text, like `test`, but not with graphics, `\includegraphics[width=.9\linewidth]{LaTeX_logo.pdf}`.

Did you compile with XeLaTeX? For me it only works with pdfLaTeX. Even this hook-less test fails... ```TeX \RequirePackage{pdfmanagement-testphase} \DeclareDocumentMetadata{} \documentclass{article} \usepackage{tikz} \begin{document} \tikz\node[opacity=0.05]{ \includegraphics[width=.9\linewidth]{LaTeX_logo.pdf} }; \end{document} ``` [LaTeX_logo.pdf](https://github.com/pgf-tikz/pgf/files/7436377/LaTeX_logo.pdf) from...

@hmenke you are right, that worked. As @u-fischer says, I see now that this is unrelated to this bug, my apologies. @hmenke how can I check if a pdf is...

BTW it did work with pdfLaTeX, hence my confusion. If it is broken, it should work with pdfLaTeX either, no?

@hmenke Thx for the link, I think I will have to work with LuaTeX from now on... Just as feedback, I ran some tests again and XeLaTeX requires `pdfmanagement` and...

**WORKAROUND** When the 4th element of `TeX-quote-language` is `nil` and both quote marks, 2nd and 3rd elements, are (non escaped) single characters, then the quotation mechanism works although not as...

No, it is not, the hook is triggered by the `german` option for `babel`'s package. AUCTeX, after parsing, applies the appropriate style, namely, `german.el`, which sets `TeX-quote-language` to ``("german" "\"`"...

Good suggestion, after successfully disabling `smartparens` by adding it to `dotspacemacs-excluded-packages`, the quotation mark mechanism works as expected, that is, as in regular Emacs. I did suspect that the package...

> The quotations you preferred is not the default for German. > You can use French. > > https://www.overleaf.com/learn/latex/Typesetting_quotations#Reference_guide I am to rewrite most language styles because some are missing...