Git Product home page Git Product logo

die's Introduction

die: a paper template
=====================

## start

0. Prerequisites

  - Python 3.x
  - pygmentize

    $ pip install Pygments 

1. clone the git repo:

  - if you have none,

    $ git clone --depth=1 [email protected]:tsgates/die.git

  - if you have a git-repo to work on,

    $ git subtree add --squash [email protected]:tsgates/die.git master -P paper

  - or

    $ wget https://github.com/tsgates/die/releases/download/latest/die.tar.gz

2. build it:

    $ make
    p.pdf built @Tue May 20 20:38:19 EDT 2014
    
    (check p.pdf)

3. starting point, p.tex:

    $ grep -oP 'input{\K\w+' p.tex
    cmds
    rev
   *hdr
    abstract
   *ex
    intro
    overview
    design
    impl
    eval
    conclusion
    ack

  - hdr: includes title/author info
  - ex : includes latex examples

4. example latex

    $ git checkout example
    $ make

5. formatting rules (dependencies)

  - code/*.{c,cc,py,js ...} -> code/*.tex
  - fig/*.svg               -> fig/*.pdf
  - data/*.gp               -> fig/*.tex

  (see ex.tex for more details)

## tools

1. make a draft for revision

    $ make draft
    $ make watermark

2. abstract.txt (from abstract.tex)

    $ cat abstract.txt 

3. highlight changes, since the last submit

    $ make diff DIFF=HEAD@{}

4. spell check

    $ make spell

## Acknowledgment

This template contains a few files copied/stolen from the Internet and
mainly from my past collaborators (e.g., sty/*, conf.bib, some bin/),
which I couldn't keep track of their licenses.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.