8000 GitHub - MiraiHattori/ieee-report: Latex template for IEEE report.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MiraiHattori/ieee-report

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TeX 99.5%
  • Makefile 0.5%
0