AdrianVazquezMejia / ieee-report

Latex template for IEEE report.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ieee-report-template

Latex template for IEEE Conference (Paper Plaza)

based on http://ras.papercept.net/conferences/support/tex.php

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: main.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

Latex template for IEEE report.


Languages

Language:TeX 99.5%Language:Makefile 0.5%