Menu

#29 No bullet appears when creating list

open
None
5
2013-10-11
2011-10-24
Anonymous
No

I'm trying to create a list (enumeration). When opening the RTF-document in Word (for Mac) i see a summation sign (http://www.columbia.edu/itc/sipa/math/summation.html) instead of a bullet.

Don't know for sure if this is a bug or maybee Mac related. Using version 1.1.1.

Discussion

  • Steffen Zeidler

    Steffen Zeidler - 2011-10-25

    Which rtf reader do you use?

    Can you please check if this code
    $sect->writeText('[bullet] This text uses a bullet');
    will be rendered as bullet or as summation sign?

    Thanks for supporting PHPRtfLite

     
  • Steffen Zeidler

    Steffen Zeidler - 2011-10-25
    • assigned_to: nobody --> sigmaz
     
  • Anonymous

    Anonymous - 2011-10-26

    I'm using Word for Mac 2008 (version 12.0.0).

    Yes, this line of code:
    $sect->writeText('[bullet] This text uses a bullet');
    is being rendered as a bullet.

    Any ideas how i can fix the bullets for the enumeration (list)?

     

Log in to post a comment.