oicr-gsi / robust-paper

Ten Simple Rules for Making Research Software More Robust. Manuscript is published at PLoS Computational Biology. Feedback is welcome!
https://doi.org/10.1371/journal.pcbi.1005412
MIT License
12 stars 0 forks source link

Create manuscript with changes highlighted #25

Closed gvwilson closed 7 years ago

gvwilson commented 7 years ago

This is encouraged but not required - must be a way to do it for LaTeX under Git.

morgantaschuk commented 7 years ago

I made a new LaTeX environment called 'reviewed'.

\usepackage{color}

\newenvironment{reviewed}
{ \color{orange} }

Now we can use \begin{reviewed} Text here \end{reviewed} and it will turn orange. When we submit the final version, we can just remove the text color from the environment.

I think it will be easiest to add the environment tags by diff-ing them against commit f54c8ba59e9f301097a0a5c3db83bfd36e6d102a once the changes are done.

morgantaschuk commented 7 years ago

Environment here: 86e2ec9e3fe3af0ae2669faf38699cf5cd370409