mirror of
https://github.com/Wandmalfarbe/pandoc-latex-template.git
synced 2024-12-19 22:37:51 +00:00
Added travis config file and travis badge in the readme.
This commit is contained in:
parent
05043ddc95
commit
e3b9f8881f
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@ -0,0 +1,10 @@
|
||||
sudo: required
|
||||
dist: trusty
|
||||
language: r
|
||||
pandoc_version: 1.19.2.1
|
||||
install:
|
||||
- tlmgr install babel-german ly1 mweights sourcecodepro sourcesanspro
|
||||
before_script:
|
||||
- cd example
|
||||
script:
|
||||
- pandoc example.md -o example.pdf --from markdown --template "../eisvogel.latex" --listings
|
@ -1,5 +1,6 @@
|
||||
# Eisvogel
|
||||
|
||||
[![Build Status](https://travis-ci.org/Wandmalfarbe/pandoc-latex-template.svg?branch=master)](https://travis-ci.org/Wandmalfarbe/pandoc-latex-template)
|
||||
[![Download the preview PDF](https://img.shields.io/badge/download-example_PDF-green.svg)](example/example.pdf)
|
||||
|
||||
A clean **pandoc LaTeX template** to convert your markdown files to PDF or LaTeX. It is designed for lecture notes and exercises with a focus on computer science.
|
||||
|
Loading…
Reference in New Issue
Block a user