[LaTeX] Re: beamer and inputenc (utf8x) issue

David Carlisle d.p.carlisle at gmail.com
Fri Jul 1 23:22:46 CEST 2022


On Fri, 1 Jul 2022 at 21:41, Dr Nicola L C Talbot via tex-live <
tex-live at tug.org> wrote:

> but it would be really useful if inputenc provided a way to
> grab all octets of a multioctet character so that sentence casing (and
> similar tasks) can work without having to group the initial character.
>
> Regards
> Nicola Talbot
>

LaTeX has built in support  for title casing utf-8 input that has the same
interface in unicode tex and 8-bit tex engines.

\documentclass{article}

\ExplSyntaxOn
\let\hmm\text_titlecase_first:n
\ExplSyntaxOff

\begin{document}


\hmm{élite} is Élite

\end{document}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://tug.org/pipermail/tex-live/attachments/20220701/24f6ed5c/attachment.html>


More information about the tex-live mailing list.