A problem after today update

David Carlisle d.p.carlisle at gmail.com
Sun Jul 10 17:30:12 CEST 2022


i'll look, Seems that the textcase package is missing a case

this works but the commented out version using textcase gives the error you
showed

\documentclass{article}

\usepackage{microtype}
%\usepackage{textcase}
%\DeclareRobustCommand{\spacedlowsmallcaps}[1]{\textls[80]{\scshape\MakeTextLowercase{#1}}}

\DeclareRobustCommand{\spacedlowsmallcaps}[1]{\textls[80]{\scshape\MakeLowercase{#1}}}

\begin{document}

\noindent\spacedlowsmallcaps{Universitì}:

%\noindent\spacedlowsmallcaps{Universit\'{a}}:

Hello!
\end{document}

David



On Sun, 10 Jul 2022 at 16:10, Angelo Graziosi via tex-live <tex-live at tug.org>
wrote:

> I forward this here because I am not sure the issue depends on
> classicthesis package and I am not sure that the email address of Miede is
> still valid.
>
> Maybe someone here has better ideas.
>
> Thanks,
>  Angelo.
>
>
> > ---------- Messaggio originale ----------
> > Da: Angelo
> > A: "miede"
> > Data: 09/07/2022 18:05
> > Oggetto: A problem after today update
> >
> >
> > After today TeXLive upgrade, this code (reduced from a more complex
> text) does not build anymore:
> >
> > ==================================
> > $ cat test-bug-20220709.tex
> >
> > \documentclass{article}
> >
> > \usepackage{classicthesis}
> >
> > \begin{document}
> >
> > %\noindent\spacedlowsmallcaps{Università}:
> > %\noindent\spacedlowsmallcaps{Universitè}:
> > %\noindent\spacedlowsmallcaps{Université}:
> > %\noindent\spacedlowsmallcaps{Universitò}:
> > %\noindent\spacedlowsmallcaps{Universitù}:
> > \noindent\spacedlowsmallcaps{Universitì}:
> >
> > %\noindent\spacedlowsmallcaps{Universit\'{a}}:
> >
> > Hello!
> > \end{document}
> >
> > $ pdflatex test-bug-20220709.tex
> > This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022)
> (preloaded format=pdflatex)
> >  restricted \write18 enabled.
> > [...]
> > No file test-bug-20220709.aux.
> > (/Apps/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
> > [Loading MPS to PDF converter (version 2006.09.02).]
> > )
> >
> > Package microtype Warning: Unable to apply patch `footnote' on input
> line 21.
> >
> > (/Apps/texlive/texmf-dist/tex/latex/microtype/mt-ppl.cfg)
> >
> > ! LaTeX Error: Invalid UTF-8 byte sequence (�\ifx).
> >
> > See the LaTeX manual or LaTeX Companion for explanation.
> > Type  H <return>  for immediate help.
> >  ...
> >
> > l.28 \noindent\spacedlowsmallcaps{Universitì}
> >                                               :
> > ?
> > ==================================
> >
> >
> > It seems that the command "spacedlowsmallcaps" does not accept accented
> letter anymore...
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://tug.org/pipermail/tex-live/attachments/20220710/c6cc7fd5/attachment.html>


More information about the tex-live mailing list.