Skip to content

meng-xu-cs/latex-slides-template

Repository files navigation

DieHard: A Presentation Template

start

  1. Prerequisites
  • Python 3.x

  • pygmentize

    $ pip install Pygments

  1. clone the git repo:
  1. build it:

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

    (check p.pdf)

  2. 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
  1. example latex

    $ git checkout example $ make

  2. 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 many 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. A special thanks goes to "die: a paper template" available at https://github.com/tsgates/die which I have enjoyed a lot while working at SSLab.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages