Skip to content
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.

wkentaro/lecture2016w-practical-english-ii-report

Repository files navigation

p-report-template

Latex template for p-report

Build Status

1. Prerequisities

# only for ubuntu 12.04
$ sudo apt-add-repository ppa:texlive-backports/ppa
$ sudo apt-get update

2. Edit LaTeX files

3. Make pdf

$ make

4. Release pdf


- After `travis` command, configuration like below will be appended to `.travis.yml`.

  ```yaml
deploy:
  provider: releases
  api_key: "GITHUB OAUTH TOKEN"
  file: p-report.pdf
  skip_cleanup: true
  on:
    tags: true

NOTE Please make sure you have skip_cleanup and on: tags is true

  • Push your tag by git push --tags. Then you can watch pdf in github releases.

Optional. cleaning

$ make clean
# or
$ make wipe

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published