sbmlteam / sbml-level-3-paper-diff

Setup for running latexdiff on the SBML Level 3 paper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SBML Level 3 paper latexdiff configuration

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:

  1. Clone this repository.

  2. 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.

  3. Create symlinks for *.cls, *.bib, *.bst, and the resources directory of the latest version of the paper. This is needed so that when you run make latex it can find these files.

  4. Run make diff, which will run latexdiff and produce a file named diff.tex.

  5. Run make latex, which will run pdflatex and create a PDF from diff.tex.

License

Software produced by the SBML project is licensed under the LGPL version 2.1 license. Please see the LICENSE file for more information.

Acknowledgments

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).


             

About

Setup for running latexdiff on the SBML Level 3 paper

License:GNU Lesser General Public License v2.1


Languages

Language:Makefile 53.0%Language:TeX 47.0%