Search found 5 matches

by Chris_1996
Fri Apr 03, 2020 12:11 pm
Forum: Fonts & Character Sets
Topic: Times New Roman \texts{} with XeLatex not working!
Replies: 10
Views: 17412

Times New Roman \texts{} with XeLatex not working!

I copied texgyretermes-regular.otf in the document directory but it didn't work.
Actually I already put it there and sent you the errors.
by Chris_1996
Fri Apr 03, 2020 12:01 pm
Forum: Fonts & Character Sets
Topic: Times New Roman \texts{} with XeLatex not working!
Replies: 10
Views: 17412

Times New Roman \texts{} with XeLatex not working!

! Package fontspec Error: The font "texgyretermes-regular.otf" cannot be
(fontspec) found.

! Cannot use \XeTeXOTcountfeatures with nullfont; not an OpenType Layout font.

! Cannot use \XeTeXOTfeaturetag with nullfont; not an OpenType Layout font.
by Chris_1996
Fri Apr 03, 2020 11:39 am
Forum: Fonts & Character Sets
Topic: Times New Roman \texts{} with XeLatex not working!
Replies: 10
Views: 17412

Times New Roman \texts{} with XeLatex not working!

I tried:
\setmainfont{Times New Roman}[
SmallCapsFont=texgyretermes-regular.otf
]
But it didn't work.
by Chris_1996
Fri Apr 03, 2020 11:03 am
Forum: Fonts & Character Sets
Topic: Times New Roman \texts{} with XeLatex not working!
Replies: 10
Views: 17412

Times New Roman \texts{} with XeLatex not working!

Thanks for the answer. That would work.
Is there a possibility to only use Tex Gyre Termes for \textsc{}?
The rest should be in the real Times New Roman.
by Chris_1996
Thu Apr 02, 2020 10:52 pm
Forum: Fonts & Character Sets
Topic: Times New Roman \texts{} with XeLatex not working!
Replies: 10
Views: 17412

Times New Roman \texts{} with XeLatex not working!

Hello,

I have a problem. I use the package fontspec to write an essay with the font Times New Roman. \textsc{} in XeLatex is not working.
If I use:
\setmainfont{Times New Roman}[
SmallCapsFont=TeX Gyre Termes,
SmallCapsFeatures={Letters=SmallCaps},
]
it is only working in LuaLatex but not in ...