Skip to content

hainingpan/eproof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project: eProof helper

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
original converted

Usage

python eproof.py -fn pathtofile.pdf to convert pathtofile.pdf into pathtofile.html.

Methods

  1. Convert the redline PDF file to HTML by calling the API of CloudConvert.
  2. Increase the visibility on the HTML file.

Help

python eproof.py -h

To Do

  • 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

Note

About

Help eProof easier

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages