Fwd: tl24 pretest

Pablo González L pablgonz at educarchile.cl
Tue Feb 27 13:13:33 CET 2024


Yes :D

C:\Users\pablg>more test.tex
\documentclass{article}
\usepackage{fontspec}
%\setmainfont{Latin Modern Roman} % (or any other font)

\newfontfamily\myfont{texgyreheros}[
   Extension =      .otf,
   UprightFont =    *-regular,
   BoldFont =       *-bold,
   ItalicFont =     *-italic,
   BoldItalicFont = *-bolditalic,
   Ligatures=TeX
  ]

\begin{document}
\section{\myfont Bold and \textit{italic} \bfdefault}
AAA
\end{document}

C:\Users\pablg>lualatex test.tex
This is LuaHBTeX, Version 1.18.0 (TeX Live 2024)
 restricted system commands enabled.
(./test.tex
LaTeX2e <2023-11-01> patch level 1
L3 programming layer <2024-02-20>
 (c:/texlive/2024/texmf-dist/tex/latex/base/article.cls
Document Class: article 2023/05/17 v1.4n Standard LaTeX document class
(c:/texlive/2024/texmf-dist/tex/latex/base/size10.clo))
(c:/texlive/2024/texmf-dist/tex/latex/fontspec/fontspec.sty
(c:/texlive/2024/texmf-dist/tex/latex/l3packages/xparse/xparse.sty
(c:/texlive/2024/texmf-dist/tex/latex/l3kernel/expl3.sty
(c:/texlive/2024/texmf-dist/tex/latex/l3backend/l3backend-luatex.def)))
(c:/texlive/2024/texmf-dist/tex/latex/fontspec/fontspec-luatex.sty
(c:/texlive/2024/texmf-dist/tex/latex/base/fontenc.sty)
(c:/texlive/2024/texmf-dist/tex/latex/fontspec/fontspec.cfg))) (./test.aux)
(c:/texlive/2024/texmf-dist/tex/latex/base/ts1cmr.fd) [1{c:/texlive/2024/texmf-
var/fonts/map/pdftex/updmap/pdftex.map}] (./test.aux))
 411 words of node memory still in use:
   3 hlist, 1 vlist, 1 rule, 2 glue, 3 kern, 1 glyph, 4 attribute, 49 glue_spec
, 4 attribute_list, 1 write nodes
   avail lists: 2:34,3:10,4:1,5:24,6:4,7:84,9:20
</texlive/2024/texmf-dist/fonts/opentype/public/lm/lmroman10-regular.otf></texl
ive/2024/texmf-dist/fonts/opentype/public/tex-gyre/texgyreheros-bolditalic.otf>
</texlive/2024/texmf-dist/fonts/opentype/public/tex-gyre/texgyreheros-bold.otf>
</texlive/2024/texmf-dist/fonts/opentype/public/lm/lmroman12-bold.otf>
Output written on test.pdf (1 page, 7396 bytes).
Transcript written on test.log.


More information about the tex-live mailing list.