Results 192 comments of Denis Bitouzé

> Hello @dbitouze Hello @robertknight. > - What language(s) are you specifically interested in? French, since the French people are often not comfortable with English :) > I'm sure that...

@u-fischer Sorry, I was not sure where to report this. Should I report to the maintainers of `lmodern` package? @interkosmos I guess Ulrike is right, since the problem does not...

@interkosmos Indeed, sorry. In contrast, small caps aren't a style of the OTF Latin Modern Roman font: ```bash otfinfo -f /usr/local/texlive/2021/texmf-dist/fonts/opentype/public/lm/lmroman12-regular.otf aalt Access All Alternates cpsp Capital Spacing dlig Discretionary...

With Emacs, pressing on: This is a string|. the equivalent of Ctr-Shift-← then →, results in: This is a s|tring. but with `tring` highlighted.

I second the suggestion of Semih, except I recommend the docker image: `registry.gitlab.com/islandoftex/images/texlive:latest-with-cache` which provides more tools (though I don't remember which ones :$). Two remarks: 1. The compilation of...

Not that easy for a good first issue: I cannot find the file corresponding to this list of these (only) 4 encodings: UTF-8, windows-1252, macintosh, ISO-8859-1. The file `encoding.cpp` contains...

OK, thanks. Anyway, not easy to figure out how to add the `inputenc` corresponding encodings. I don't want to break something.

Sorry, I cannot see how to achieve the expected result (I don't know the `C++` language).

On my keyboard, with GNU/Linux as OS, it is reasonably easy to type: AltGr+Shift+.. And I asked because, people getting more and more accustomed to Unicode, they may find `×`...

BTW, more can be caught with: ```latex \RequirePackage[check-declarations,enable-debug]{expl3} \ExplSyntaxOn \debug_on:n { all} \ExplSyntaxOff \documentclass{article} \usepackage{tabularray} \begin{document} \end{document} ```