Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jagot/latex-diff-docker
https://github.com/jagot/latex-diff-docker
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jagot/latex-diff-docker
- Owner: jagot
- Created: 2018-06-25T23:36:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T23:37:21.000Z (over 6 years ago)
- Last Synced: 2024-11-15T18:34:57.462Z (2 months ago)
- Language: Emacs Lisp
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+TITLE: Org/LaTeX diff Docker image
#+AUTHOR: Stefanos Carlström
#+EMAIL: [email protected]This repository contains a recipe for building Docker images that can
be used for diffing Org/LaTeX files, e.g. when building pull requests
for LaTeX repositories.* Build instructions
To build the docker image, issue
#+BEGIN_SRC sh
docker build . -t latex-diff-docker
#+END_SRC
which will install all necessary packages from Ubuntu's
repositories, install the [[https://github.com/jagot/org-diff][Org::Diff gem]] and up-to-date [[https://orgmode.org][Org-mode]]
packages for Emacs.