Giter Club home page Giter Club logo

lsst-texlive's Introduction

This project is archived and replaced by https://github.com/lsst/lsst-texmf.

lsst-texlive

texlive Docker image for LSST documentation deployment.

Travis branch

Use lsst-texlive in a CI environment to speed up build times, or as a replacement for a local texlive installation on your own computer.

Links:

Example usage

This example demonstrates how how to build DMTN-044 (a LaTeX-formatted technical note) with lsst-texlive.

git clone https://github.com/lsst-dm/dmtn-044
cd dmtn-044
git submodule init && git submodule update
docker run --rm -v `pwd`:/workspace -w /workspace lsstsqre/lsst-texlive:latest sh -c 'make'

Notes:

  • The -v argument binds the current working directory (the technote's source) to the /workspace directory in the container.
  • The -w argument has the container run the user command (sh -c make) from that workspace directory.

What's in it

The lsst/lsst-texlive image is currently based on Ubuntu trusty (14.04). It includes git, make and a comprehensive texlive installation. See the Dockerfile for details.

Developer guide

You can hack on this repo by cloning it and build it using the Makefile:

git clone https://github.com/lsst-sqre/lsst-texlive
cd lsst-texlive
make all
docker run --rm lsstsqre/lsst-texlive:latest

This repo uses Travis CI to build and push tagged image to Docker Hub. The normal development workflow is:

  1. Create a branch.
  2. Commit changes and push to a new branch on GitHub (git push -u).
  3. Test your image using the tagged version corresponding to the branch or Travis build number.
  4. To release, make a tag: git tag -s N.N.N -m "vN.N.N" and git push --tags
  5. Merge to master: git checkout master && git merge --no-ff <branch>.

The latest tag corresponds to the head of the master branch.

License

Copyright 2017 Association of Universities for Research in Astronomy, Inc..

lsst-texlive is MIT-licensed open source. See LICENSE file.

lsst-texlive's People

Contributors

jonathansick avatar simonkrughoff avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.