2024-02-15 6:39 UTC+01:00, Michael Hennebry <henne...@web.cs.ndsu.nodak.edu>:
> Antykwa ToruĂ… ska Condensed is at
> https://tug.org/FontCatalogue/antykwatorunskacondensed/ .
> Somehow I discovered that I needed
> texlive-antt-10:svn18651.2.08-65.fc38.noarch to use package anttor ,
> so I installed it with dnf.
> No go:
> LaTeX Info: Font shape T1/anttc/mx/n has incorrect series value `mx'.
>              It should not contain an `m'! Please correct it.
>              Found on input line 32.
> Likewise for lines 33..35 .
> I have 17 lines:
> \documentclass{article}
> \usepackage[condensed,math]{anttor}
> \usepackage[T1]{fontenc}
> \usepackage{fontspec}
> \fontsize{140pt}{210pt}\selectfont
> \begin{document}
> Hello world!
> Hello world!
> Hello world!
> Hello world!
> Hello world!
> Hello world!
> Hello world!
> Hello world!
> Hello world!
> Hello world!
> \end{document}
>
> I got output, but the \fontsize definitely did not take.
>
> What now?

https://tex.stackexchange.com/questions/148508/how-does-fontsize-work

This is about making \fontsize work, not the warnings, which some
other google hits suggest you can ignore. And you don't need  to
\usepackage{fontspec} for \fontsize to work. (But maybe you're using
it for something else.)
--
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to