Am Thu, 27 Aug 2020 23:48:10 +0200
schrieb Pavel Sanda <sa...@lyx.org>:

> On Thu, Aug 27, 2020 at 10:47:20PM +0200, Kornel Benko wrote:
> > > Attached is now:
> > > 
> > > Previously  instead of 'OK' there was 'FAIL'  
> 
> So you claim, there was FAIL of esint and when you types \oiint in math mode 
> you saw a
> proper integral? Can you show me the output of
> strace ./src/lyx 2>&1 |grep esint
> for that case?
> Pavel

stat("/usr9/local/texlive/current/texmf-dist/fonts/type1/public/esint-type1",
{st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0 openat(AT_FDCWD,
"/usr9/local/texlive/current/texmf-dist/fonts/type1/public/esint-type1",
O_RDONLY|O_CLOEXEC) = 6 openat(AT_FDCWD, 
"/usr/local/share/lyx2.4/fonts/esint10.ttf",
O_RDONLY) = -1 ENOENT (No such file or directory)

\int is OK, but \oint is _not_displayed in this case (this is, if I
remove /usr/local/share/lyx2.4/fonts/*.ttf)

Now, with installed *.ttf

stat("/usr9/local/texlive/current/texmf-dist/fonts/type1/public/esint-type1",
{st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0 openat(AT_FDCWD,
"/usr9/local/texlive/current/texmf-dist/fonts/type1/public/esint-type1",
O_RDONLY|O_CLOEXEC) = 6 openat(AT_FDCWD, 
"/usr/local/share/lyx2.4/fonts/esint10.ttf",
O_RDONLY) = 11 openat(AT_FDCWD, "/usr/local/share/lyx2.4/fonts/esint10.ttf", 
O_RDONLY) =
11

Same result, \int is displayed, \oint is not seen, \ointclockwise is ok ... and 
the
output from strace continues with
read(22, "       &#x222B;        esint\niin"..., 8191) = 8191
write(2, "Failed to compute left/right min"..., 60Failed to compute left/right 
minimum
bearings for "esint10" write(2, "Failed to compute left/right min"..., 60Failed 
to
compute left/right minimum bearings for "esint10" write(2, "Failed to compute 
left/right
min"..., 60Failed to compute left/right minimum bearings for "esint10" write(2, 
"Failed
to compute left/right min"..., 60Failed to compute left/right minimum bearings 
for
"esint10"

        Kornel

Attachment: pgpxnTeecIEzp.pgp
Description: Digitale Signatur von OpenPGP

-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to