PR #351
This commit is contained in:
parent
60151d6677
commit
ba9a4629e9
@ -1,3 +1,7 @@
|
||||
0.11.5 (2021-05-09)
|
||||
-------------------
|
||||
- PR #351
|
||||
|
||||
0.11.4 (2021-04-06)
|
||||
-------------------
|
||||
- It is now possible to put InlineImage in header/footer
|
||||
|
||||
@ -4,7 +4,7 @@ Created : 2015-03-12
|
||||
|
||||
@author: Eric Lapouyade
|
||||
"""
|
||||
__version__ = '0.11.4'
|
||||
__version__ = '0.11.5'
|
||||
|
||||
import functools
|
||||
import io
|
||||
|
||||
@ -28,7 +28,8 @@ rt.add('\nEt voilà ! ')
|
||||
rt.add('\n1st line')
|
||||
rt.add('\n2nd line')
|
||||
rt.add('\n3rd line')
|
||||
rt.add('\n\n<cool>')
|
||||
rt.add('\aA new paragraph : <cool>\a')
|
||||
rt.add('--- A page break here (see next page) ---\f')
|
||||
|
||||
for ul in ['single', 'double', 'thick', 'dotted', 'dash', 'dotDash', 'dotDotDash', 'wave']:
|
||||
rt.add('\nUnderline : ' + ul + ' \n', underline=ul)
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user