You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by EXT / FOCAL VANDEPUTTE Brice <ex...@sncf.fr> on 2005/11/29 16:04:24 UTC

[fop-users] [sigma] print greek sigma character on fop 0.20.5

Hi all, i just subscribe on this mailing list so this is my first post.

 

I would like to print a sigma character on my generated PDF

I use FOP version 0.20.5 and I can’t change this version.

 

Here are tests i have done (but no success…) :

 

            Sigma = "\1D6F4"; // fonctionne pas : [Fatal Error] :1:20910: An invalid XML character (Unicode: 0x1) was found in the element content of the document.

            Sigma = "&sum;"; // [Fatal Error] :1:20915: The entity "sum" was referenced, but not declared.

            Sigma = "&#931;"; // affiche '#'

            Sigma = "∑"; // (collé depuis Word97) Affiche '?'

            Sigma = "&#963;"; // affiche '#' // conseillé par le90mman (FP)

            Sigma = "S";

            Sigma = "&#xC6;"; // affiche 'Æ'

            Sigma = "&#x00C6; -  &#x03C0;  - $\\Sigma$ -  &#x2192; "; // affiche Æ - # - $\Sigma$ - #

            Sigma = "&s; "; //[Fatal Error] :1:21089: The entity "s" was referenced, but not declared.

            Sigma = "&#x03A3; - &#x01A9; - &#x2211;"; // Affiche # - # - #

            Sigma = "&b.Sigma; "; // [Fatal Error] :1:21095: The entity "b.Sigma" was referenced, but not declared.

            Sigma = "&Sigma; "; // [Fatal Error] :1:21093: The entity "Sigma" was referenced, but not declared.

            Sigma = "&Sgr;"; // [Fatal Error] :1:21091: The entity "Sgr" was referenced, but not declared.

            Sigma = "&nbsp;"; // [Fatal Error] :1:21092: The entity "nbsp" was referenced, but not declared.

            Sigma = "&#x03A3;"; // Print '#'

 

Thanks

Best regards

Brice Vandeputte


Re: [fop-users] [sigma] print greek sigma character on fop 0.20.5

Posted by Andreas L Delmelle <a_...@pandora.be>.
On Nov 29, 2005, at 16:04, EXT / FOCAL VANDEPUTTE Brice wrote:

Hi,

> I would like to print a sigma character on my generated PDF
>
> I use FOP version 0.20.5 and I can’t change this version.

The Numeric Character References should work, provided the font  
you're using has a glyph for the desired character... (# means that  
the used font doesn't have a glyph for sigma)


HTH!

Cheers,

Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org