This contains files used to run latexdiff
to produce the list of differences between the final version of the SBML Level 3 paper and the version submitted for review.
Here is the basic usage approach:
-
Clone this repository.
-
Copy a version of the original July 2019 paper into a new subdirectory, and a copy of the latest paper into another subdirectory, and edit the paths to those directories in Makefile.
-
Create symlinks for
*.cls
,*.bib
,*.bst
, and theresources
directory of the latest version of the paper. This is needed so that when you runmake latex
it can find these files. -
Run
make diff
, which will runlatexdiff
and produce a file nameddiff.tex
. -
Run
make latex
, which will runpdflatex
and create a PDF fromdiff.tex
.
Software produced by the SBML project is licensed under the LGPL version 2.1 license. Please see the LICENSE file for more information.
Funding for this and other SBML work has come from the National Institute of General Medical Sciences via grant NIH R01 GM070923 (Principal Investigator: Michael Hucka).