<div dir="ltr"><div><br></div><div>Assuming the conference organisers allow luatex at all (combining articles to make a combined journal proceedings is more complicated if different papers require different engines)</div><div>The simplest workaround is to add</div><div><br></div><div>\usepackage[T1]{fontenc}</div><div><br></div><div>after the documentclass line and use the same legacy fonts as in pdftex. The class uses the times package (which is deprecated even for pdflatex and doesn't really make a lot of sense for luatex at all, but if that's the font they want, that will make it available in luatex.<br></div><div><br></div><div>A better fix (if the organisers allow it) would be to use opentype Times clones, such as adding</div><div><br></div><div>\usepackage{unicode-math}</div><div>\setmainfont{TeX Gyre Termes}<br>\setmathfont{Stix Two Math}</div><div><br></div><div>instead of the fontenc line.</div><div><br></div><div>David</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, 13 Feb 2022 at 21:22, Patrick Höhn <<a href="mailto:hoehnp@gmx.de">hoehnp@gmx.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
for a conference paper, I am using the asme2e template<br>
(<a href="http://iel.ucdavis.edu/code/ASME/" rel="noreferrer" target="_blank">http://iel.ucdavis.edu/code/ASME/</a>). When compiling the sample paper<br>
with luatex I face the issue that the abstract is not formatted in<br>
italics. Compilation with pdflatex gives the expected correct format.<br>
 From my limited understanding luatex does not find some font shapes.<br>
However, it is beyond my knowledge to fix this.<br>
<br>
Any help or suggestion is highly appreciated.<br>
<br>
ilovekiruna<br>
<br>
<br>
</blockquote></div>