-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jack Olney
committed
Dec 20, 2015
1 parent
5779773
commit 56fea0e
Showing
1 changed file
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
# TeX + Git + Continuous Integration + Dropbox | ||
### LaTeX + Git + Travis -> .pdf | ||
|
||
[![Build Status](https://api.travis-ci.org/jackolney/travis-ci-latex-pdf.svg?branch=draft-3)](https://travis-ci.org/jackolney/travis-ci-latex-pdf) | ||
[![Build Status](https://travis-ci.org/jackolney/travis-ci-latex-pdf.svg?branch=master)](https://travis-ci.org/jackolney/travis-ci-latex-pdf) | ||
|
||
Follow this post to get more detailed workflow: | ||
Write LaTex, push to git, integrate with Travis, release a pdf. | ||
|
||
Blog post: [Document building & versioning with TeX document, Git, Continuous Integration & Dropbox](https://harshjv.github.io/blog/document-building-versioning-with-tex-document-git-continuous-integration-dropbox/) | ||
|
||
![Workflow](https://harshjv.github.io/assets/images/posts/document-building-versioning-with-tex-document-git-continuous-integration-dropbox/workflow.png "Workflow") | ||
See [blog post](https://harshjv.github.io/blog/document-building-versioning-with-tex-document-git-continuous-integration-dropbox/) for further details. |