Skip to content

A track changes package for writing and editing journal articles in latex with multuple authors using git. This package is unique in two ways. First, each author has their own coloured track changes. Second, each author has their own colured to do notes with dates.

License

Notifications You must be signed in to change notification settings

penmaher/WRITE_with_git

Repository files navigation

WRITE - with Git

Write Review edIT latEx (WRITE) - with Git.

A track-changes tool for LaTeX for writing journal articles with multiple authors.

Description

This project is a software package that consists of shell scripts that use latexdiff and produces a track-changed document that is helpful for paper projects involving multiple authors. After the execution of these scripts, a review document displaying each individual authors changes is produced.

The git work flow that must be followed when using this package is presented in work_flow. As shown in this figure, each author is given an individual branch in the project to perform their revisions. At intervals set by the manager of the project, the revisions will be collected and a track-changed document is created. This track-changed document is then given to each author that highlights the changes made since the last revision.

The manager of the paper must coordinate the authors and ensure the merges are successful. The collating of revisions is performed by calling build_diff.sh. This produces a diff on each authors branch against the head of the master (which should be the common ancestor for all author branches). Merging the changes made by each author is performed by calling manage_merge.sh. During the execution of this script the user is prompted to review the changes made by each author. A track-changed document is produced on the editing branch. The helper script go_to_editing.sh moves the user to the editing branch to continue editing the merged document. Finally, the script compare_editing.sh creates a diff between the version on the editing branch and the versions provided by the authors. This will produce an individual track-changes document (found in /Editing) for each author showing the differences between the current and previous revision.

Instructions

For more detailed instructions please read:

Requirements

  • latexdiff
  • LaTeX packages: xparse, todonotes, datetime (optionally: xcolor)

Testing environment

There is a test repository testing for learning how to use this package.

About

A track changes package for writing and editing journal articles in latex with multuple authors using git. This package is unique in two ways. First, each author has their own coloured track changes. Second, each author has their own colured to do notes with dates.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages