This repository is meant to help eProof easier when the manuscript is under the production process. The working scenario would be when the manuscript is returned after being modified by the copyeditor with redlines indicating the changes which are usually not very perceivable. (See Before below)
This snippet can help eProof a bit easier by (1) converting the thin strikethroughs into background colors; (2) adding a colored block before each line whenever there is a change in that line (red indicates deletions, blue indicates addition). (See After below)
After that, the authors should catch the changes more easily, which may be further helpful, for example, in updating the arXiv version of the manuscript.
Before | After |
---|---|
python eproof.py -fn pathtofile.pdf
to convert pathtofile.pdf
into pathtofile.html
.
- Convert the redline PDF file to HTML by calling the API of CloudConvert.
- Increase the visibility on the HTML file.
python eproof.py -h
- Remove the mysterious blue block at the end of each page.
- When the equations are rendered in red, the fraction lines and square root signs may be misidentified as strikethroughs.
- Add docstrings
- The template is the APS journals such as Physical Reviews Letters.
- Token (
self.api_key
) can be modified at https://cloudconvert.com/dashboard/api/v2/keys and https://cloudconvert.com/api/v2#authentication