Improved bullets simple script using regular expressions Python module. http://wiki.scribus.net/canvas/Bullets_and_numbered_lists
* Build bulleted lists * Build numbered lists starting with any number plus optional separator * Delete list marks * Create styles -- if it doesn't exists -- with proper 2 digits indentation, but is necessary set tabulation "by hand", as this can't be done by script. Usage ===== Select a frame or some paragraphs and run the script. Dialog will ask input the operation type: * "b" input will create bullet marks and apply "Bullet" style. * Any number (up to 3 digits) input will create numbered list starting with such number and apply "Numbered List" style. Optional last char will be used as separator. Default: dot. Example: "1)", "16#", "256-". * "x" input will delete marks and apply "Default Paragraph Style" style. * Any other response will cancel all operations. Caveat ===== Tested in Windows. Maybe will ***FREEZE*** Scribus in Ubuntu 10.04 and 10.10, as script use Pyhton module (re, regular expressions). This is a Ubuntu + Scribus Scripter bug marked as "minor" and assigned to "none". Sorry, Ubuntu users... -- ------------------------------ [image: Meira]nome: "Jos? Antonio Meira da Rocha" tratamento: "Prof. MS." cargo: "Coordenador do Curso de Rela??es P?blicas Multim?dia" ies: "CESNORS/Universidade Federal de Santa Maria" googletalk: email: MSN: joseantoniorocha at gmail.com ICQ: 658222 Skype: "meiradarocha_jor" ve?culo: [ http://meiradarocha.jor.br ] fone: (55) 9651-0686 ------------------------------ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.scribus.info/pipermail/scribus/attachments/20110114/e41c1bf3/attachment.htm>
