Re: Missing glyphs! Missing character: There is no , (U+2028) in font [XXX]:mode=node;s

2017-03-20 Thread Guenter Milde
On 2017-03-20, Bernt Lie wrote:
> On 2017-03-20, Bernt Lie wrote:
>> Sent: søndag 19. mars 2017 16.28

>> I have a problem with LuaTeX / XeTeX


>> Not completely related, but I get a "Missing glyphs!" (two times) with 
>> LyX 2.2.2 on Windows 10. The source of this missing glyphs are two 
>> occurrences of BibTeX references containing the character {\AA} (I 
>> assume this is the source – the error message showed up after I 
>> included these references…).

> The latex macro \AA is translated to 

> 212B  ANGSTROM SIGN
>   * non SI length unit (=0.1 nm) named after A. J. Ångström, Swedish 
> physicist

> The Unicode standard says:

>   * preferred representation is 00C5

> 00C5  LATIN CAPITAL LETTER A WITH RING ABOVE

> Both character look the same but some fonts only contain 00C5.

> You can solve this by changing \AA to \r{A} in the bibtex file or by
> selecting a font with 212B.

> Günter
> --

> Hm. The LaTeX macro \AA *should* be translated to the Scandinavian
> letter Å, at least according to some LaTeX manuals I have read through
> the years. 

* 8-bit TeX does not distinguish Å and Å.

* With xunicode sty, it is LATIN CAPITAL LETTER A WITH RING ABOVE for both:

  \DeclareUTFcharacter[\UTFencname]{x00C5}{\AA}
  \DeclareUTFcomposite[\UTFencname]{x00C5}{\r}{A}

* With tuenc.def \r{A} is Å, too:

  \DeclareTextComposite{\r} \UnicodeEncodingName{A}{"00C5}

  but \AA is not defined.

> As in Ångström (Swedish name) or Årdal (Norwegian name).
Jag vet.

> Danes tend to use Aa instead of Å, but the Danish alphabet includes Å.

Aa is the transkription in case there are no accents (like ue for ü).

> I tried the suggestion of replacing \AA with \r{A}. Result?
> * The typesetting in the bibliography is correct and the same as for
>   when I used \AA

Fine.

> * I still get the same missing glyphs message

Strange. What engine and font do you use?

> * Now, I cannot search for Å in JabRef -- if I use \AA, I can search
>   for Å in JabRef.

This is a JabRef shortcoming. Maybe you can use a literal Å?

Günter



RE: Missing glyphs! Missing character: There is no , (U+2028) in font [XXX]:mode=node;s

2017-03-20 Thread Bernt Lie
-Original Message-
From: lyx-users@lists.lyx.org [mailto:lyx-users@lists.lyx.org] On Behalf Of 
Guenter Milde
Sent: mandag 20. mars 2017 10.16
To: lyx-users@lists.lyx.org
Subject: Re: Missing glyphs! Missing character: There is no , (U+2028) in font 
[XXX]:mode=node;s

On 2017-03-20, Bernt Lie wrote:

> [-- Type: text/plain, Encoding: base64 --]

> -Original Message-
> From: lyx-users@lists.lyx.org [mailto:lyx-users@lists.lyx.org] On 
> Behalf Of jezZiFeR
> Sent: søndag 19. mars 2017 16.28
> To: lyx-users@lists.lyx.org
> Subject: Missing glyphs! Missing character: There is no , (U+2028) in 
> font [XXX]:mode=node;s



> I have a problem with LuaTeX / XeTeX

> No matter which font I chhose, I always get the message »Missing

> character: There is no (U+2028) in font [whichever]:mode=node;s«.

This character is the line separator. The error message can be safely ignored.

The same holds for 0x200c  ZERO WIDTH NON-JOINER (a missing character has the 
same effect (preventing ligatures and kerning)

and maybe some other nonprintable characters. I suggest an exception list for 
the missing-characters-warning-to-error feature.



> I choose to show the output nonetheless several times, because the 
> error-message keeps showing. With some fonts the italics are not 
> displayed, in some cases the resulting PDF seems to be correct at 
> first sight. The fonts seem to be correctly installed.

This is unrelated.

...


> Not completely related, but I get a "Missing glyphs!" (two times) with 
> LyX 2.2.2 on Windows 10. The source of this missing glyphs are two 
> occurrences of BibTeX references containing the character {\AA} (I 
> assume this is the source – the error message showed up after I 
> included these references…).

The latex macro \AA is translated to 

212BANGSTROM SIGN
* non SI length unit (=0.1 nm) named after A. J. Ångström, Swedish 
physicist

The Unicode standard says:

* preferred representation is 00C5

00C5LATIN CAPITAL LETTER A WITH RING ABOVE

Both character look the same but some fonts only contain 00C5.

You can solve this by changing \AA to \r{A} in the bibtex file or by selecting 
a font with 212B.

Günter
--
Hm. The LaTeX macro \AA *should* be translated to the Scandinavian letter Å, at 
least according to some LaTeX manuals I have read through the years. As in 
Ångström (Swedish name) or Årdal (Norwegian name). Danes tend to use Aa instead 
of Å, but the Danish alphabet includes Å.

I tried the suggestion of replacing \AA with \r{A}. Result?
* The typesetting in the bibliography is correct and the same as for when I 
used \AA
* I still get the same missing glyphs message
* Now, I cannot search for Å in JabRef -- if I use \AA, I can search for Å in 
JabRef.

-B





Re: Missing glyphs! Missing character: There is no , (U+2028) in font [XXX]:mode=node;s

2017-03-20 Thread Guenter Milde
On 2017-03-20, Bernt Lie wrote:

> [-- Type: text/plain, Encoding: base64 --]

> -Original Message-
> From: lyx-users@lists.lyx.org [mailto:lyx-users@lists.lyx.org] On Behalf Of 
> jezZiFeR
> Sent: søndag 19. mars 2017 16.28
> To: lyx-users@lists.lyx.org
> Subject: Missing glyphs! Missing character: There is no , (U+2028) in font 
> [XXX]:mode=node;s



> I have a problem with LuaTeX / XeTeX

> No matter which font I chhose, I always get the message »Missing

> character: There is no (U+2028) in font [whichever]:mode=node;s«.

This character is the line separator. The error message can be safely ignored.

The same holds for 0x200c  ZERO WIDTH NON-JOINER (a missing character has
the same effect (preventing ligatures and kerning)

and maybe some other nonprintable characters. I suggest an exception list
for the missing-characters-warning-to-error feature.



> I choose to show the output nonetheless several times, because the
> error-message keeps showing. With some fonts the italics are not
> displayed, in some cases the resulting PDF seems to be correct at first
> sight. The fonts seem to be correctly installed.

This is unrelated.

...


> Not completely related, but I get a "Missing glyphs!" (two times) with
> LyX 2.2.2 on Windows 10. The source of this missing glyphs are two
> occurrences of BibTeX references containing the character {\AA} (I
> assume this is the source – the error message showed up after I
> included these references…).

The latex macro \AA is translated to 

212BANGSTROM SIGN
* non SI length unit (=0.1 nm) named after A. J. Ångström, Swedish 
physicist

The Unicode standard says:

* preferred representation is 00C5

00C5LATIN CAPITAL LETTER A WITH RING ABOVE

Both character look the same but some fonts only contain 00C5.

You can solve this by changing \AA to \r{A} in the bibtex file or by
selecting a font with 212B.

Günter





RE: Missing glyphs! Missing character: There is no , (U+2028) in font [XXX]:mode=node;s

2017-03-20 Thread Bernt Lie
-Original Message-
From: lyx-users@lists.lyx.org [mailto:lyx-users@lists.lyx.org] On Behalf Of 
jezZiFeR
Sent: søndag 19. mars 2017 16.28
To: lyx-users@lists.lyx.org
Subject: Missing glyphs! Missing character: There is no , (U+2028) in font 
[XXX]:mode=node;s



Hello,



I have a problem with LuaTeX / XeTeX



LyX 2.2.2

OS Sierra 10.12

LuaTeX, freshly updated



No matter which font I chhose, I always get the message »Missing

character: There is no (U+2028) in font [whichever]:mode=node;s«. I choose to 
show the output nonetheless several times, because the error-message keeps 
showing. With some fonts the italics are not displayed, in some cases the 
resulting PDF seems to be correct at first sight. The fonts seem to be 
correctly installed.



The same happens with XeTeX also.



Does anybody know what might be wrong here? I have seen a very close, but not a 
similar question in the archive:

http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg196621.html

That’s why I ask here. Hope, somebody could help.



Thanks

Jess

--

Not completely related, but I get a "Missing glyphs!" (two times) with LyX 
2.2.2 on Windows 10. The source of this missing glyphs are two occurrences of 
BibTeX references containing the character {\AA} (I assume this is the source – 
the error message showed up after I included these references…).

 [cid:image001.png@01D2A157.2A66E9E0]

In JabRef:

[cid:image002.png@01D2A157.62DA8340]



JabRef details:

[cid:image003.png@01D2A157.62DA8340]



The result still looks ok in the reference list, though:

[cid:image004.png@01D2A157.B6D16A90]



I’m not quite sure of how to fix this, i.e., avoid the error message/warning in 
LyX 2.2.2.



Thanks,

Bernt


Re: Missing glyphs! Missing character: There is no , (U+2028) in font [XXX]:mode=node;s

2017-03-19 Thread jezZiFeR

Dear Jürgen,

yes, thanks – that was it! I think I pasted from a MMD-file, this is why 
this happened…


Thanks for the quick solution, all best
Jess


Jürgen Spitzmüller 
19. März 2017 um 16:49
Am Sonntag, den 19.03.2017, 16:28 +0100 schrieb jezZiFeR:

Hello,

I have a problem with LuaTeX / XeTeX

LyX 2.2.2
OS Sierra 10.12
LuaTeX, freshly updated

No matter which font I chhose, I always get the message »Missing 
character: There is no (U+2028) in font [whichever]:mode=node;s«.


U+2028 is the LINE SEPARATOR character:
http://www.fileformat.info/info/unicode/char/2028/index.htm

I suppose it got into your LyX document via copy&  paste.

  I 
choose to show the output nonetheless several times, because the 
error-message keeps showing. With some fonts the italics are not 
displayed, in some cases the resulting PDF seems to be correct at
first 
sight. The fonts seem to be correctly installed.


The same happens with XeTeX also.

Does anybody know what might be wrong here? I have seen a very
close, 
but not a similar question in the archive:

http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg196621.html
That’s why I ask here. Hope, somebody could help.


I'd suggest you try to locate this character in the document and remove
it. You should be able to find it via simple search.

HTH
Jürgen


Thanks
Jess




Re: Missing glyphs! Missing character: There is no , (U+2028) in font [XXX]:mode=node;s

2017-03-19 Thread Jürgen Spitzmüller
Am Sonntag, den 19.03.2017, 16:28 +0100 schrieb jezZiFeR:
> Hello,
> 
> I have a problem with LuaTeX / XeTeX
> 
> LyX 2.2.2
> OS Sierra 10.12
> LuaTeX, freshly updated
> 
> No matter which font I chhose, I always get the message »Missing 
> character: There is no (U+2028) in font [whichever]:mode=node;s«.

U+2028 is the LINE SEPARATOR character:
http://www.fileformat.info/info/unicode/char/2028/index.htm

I suppose it got into your LyX document via copy & paste.

>  I 
> choose to show the output nonetheless several times, because the 
> error-message keeps showing. With some fonts the italics are not 
> displayed, in some cases the resulting PDF seems to be correct at
> first 
> sight. The fonts seem to be correctly installed.
> 
> The same happens with XeTeX also.
> 
> Does anybody know what might be wrong here? I have seen a very
> close, 
> but not a similar question in the archive:
> http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg196621.html
> That’s why I ask here. Hope, somebody could help.

I'd suggest you try to locate this character in the document and remove
it. You should be able to find it via simple search.

HTH
Jürgen

> 
> Thanks
> Jess

signature.asc
Description: This is a digitally signed message part