Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Italic text within bold with lualatex #139

Closed
seloumi opened this issue Jan 15, 2018 · 6 comments
Closed

Italic text within bold with lualatex #139

seloumi opened this issue Jan 15, 2018 · 6 comments
Labels

Comments

@seloumi
Copy link

seloumi commented Jan 15, 2018

I have this issue
latex3/latex2e#7

The bolded text appear also italic

% lualatex 
\documentclass{article}
\usepackage{fontspec}
\setmainfont[Script=Arabic]{Amiri}

\begin{document}
\pardir TRT\textdir TRT

\textbf{إمكانيات}
\end{document}
@khaledhosny
Copy link
Member

I can’t reproduce, I get bold text here: test.pdf

@seloumi
Copy link
Author

seloumi commented Jan 15, 2018

I have texlive 2017

log file:
test2.log

pdf file:
test2.pdf

@khaledhosny
Copy link
Member

The log is not telling me much. If it works with XeTeX but not LuaTeX then most likely it is a bug in luaotfload, but I can’t reproduce this to do any debugging.

One difference is that I have the fonts installed in system font directories, and your example is reading them from TEXMF tree, so that might be related. Can you try installing the fonts and see if it makes any difference.

@khaledhosny
Copy link
Member

I removed the system fonts and even luaotfload cache and no difference.

@seloumi
Copy link
Author

seloumi commented Jan 15, 2018

I have installed the fonts and the result is the same: bold italic rather then bold !

@khaledhosny
Copy link
Member

khaledhosny commented Jan 15, 2018

This really looks like a luaotfload bug, the fonts’ metadata are correct as far as I know, and no other application has issue with it.

@khaledhosny khaledhosny closed this as not planned Won't fix, can't repro, duplicate, stale Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants