daschw / LaTeXChanges.jl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LaTeXChanges

Build Status Build Status Codecov Coveralls Build Status

The LaTeX changes packages can be used to highlight modifications in a LaTeX manuscript using \added{}, \deleted{}, and \replaced{}{}. This Julia package provides a small function to apply all the changes in a LaTeX file and generate a clean final source.

Install

]add https://github.com/daschw/LaTeXChanges.jl

Usage

using LaTeXChanges
apply_changes(input_file, output_file = input_file)

About

License:MIT License


Languages

Language:Julia 78.9%Language:TeX 21.1%