Hi Philippe pg wrote: > Is there a place where I can define the default paragraph margin > adjustment as *"justified" ?* I added the following to pdfstyles.py (override in customconfig.py):
text_align = TA_LEFT # default alignment of text outside of tables TA_LEFT, TA_JUSTIFY, TA_RIGHT, TA_CENTER are valid table_text_align = TA_LEFT # ... inside of tables You also need to update mwlib.ext, because there was a problem with reportlab and justification that I patched. Regards, Volker -- volker haas brainbot technologies ag fon +49 6131 2116394 boppstraße 64 fax +49 6131 2116392 55118 mainz [email protected] http://www.brainbot.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "mwlib" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/mwlib?hl=en -~----------~----~----~----~------~----~------~--~---
