Skip to content

Instantly share code, notes, and snippets.

View fnurl's full-sized avatar

Jody Foo fnurl

  • Linköping University
  • Linköping, Sweden
View GitHub Profile
@fnurl
fnurl / bolarized_light.taskpapertheme
Created August 10, 2012 14:31
A taskpaper theme that is inspired by Byword, Solarized and iA Writer
<theme>
<!-- Extra colors -->
<color id="caret_blue" red="0" green="0.741" blue="1.0" alpha="1.0"/>
<color id="bg" red="0.988" green="0.988" blue="0.988" alpha="1.0"/>
<color id="fg" red="0.235" green="0.235" blue="0.235" alpha="1.0"/>
<color id="gray" red="0.5" green="0.5" blue="0.5" alpha="1.0"/>
<color id="light_blue" red="0.710" green="0.835" blue="1.0" alpha="1.0"/>
<!--Solarize color pallette, see http://ethanschoonover.com/solarized-->
<color id="blue" red="0.149" green="0.545" blue="0.824" alpha="1.0"/>
@fnurl
fnurl / .latexmkrc
Created July 15, 2012 18:14
my .latexmkrc that I use with MacTex
# Use xelatex instead of pdflatex
$pdflatex = 'xelatex -synctex=1 -interaction=nonstopmode --shell-escape %O %S';
# Always create PDFs
$pdf_mode = 1;
# Use Skim.app to preview generated PDFs
$pdf_previewer = 'open -a Skim.app %S';
# Use continous mode by default