• Chris McDonough's avatar
    The doc_header method makes a copy of the paragraph it's working on and... · 946ea6cc
    Chris McDonough authored
    The doc_header method makes a copy of the paragraph it's working on and returns it in the case that what follows it is an example.  When doing so, the attributes attached to the paragraph were lost.  Changes made to the doc_header method copy the attributes assigned to the paragraph as well as the body, making the copy carry along paragraph attributes.
    946ea6cc
DocumentClass.py 34.1 KB