Skip to content

Instantly share code, notes, and snippets.

View johnfredrik's full-sized avatar

John Fredrik Asphaug johnfredrik

View GitHub Profile

Keybase proof

I hereby claim:

  • I am johnfredrik on github.
  • I am johnfredrik (https://keybase.io/johnfredrik) on keybase.
  • I have a public key ASAOVOqlKpNWQEMAbrGe5gZCLQ3Jb-mjXJbss_Gud1uWLgo

To claim this, I am signing this object:

@johnfredrik
johnfredrik / makePDF.py
Created April 22, 2013 12:16
Wordcount for LaTexTools sublime 2. with texcounter, add to the LaTexTools
import sublime, sublime_plugin
import sys, os, os.path, platform, threading, functools
import subprocess
import types
import re
import getTeXRoot
import parseTeXlog
import shutil
DEBUG = False