Skip to content

Instantly share code, notes, and snippets.

View fmannhardt's full-sized avatar

Felix fmannhardt

View GitHub Profile
@fmannhardt
fmannhardt / siks2tex.py
Created July 27, 2017 22:12 — forked from breuderink/siks2tex.py
Converter for SIKS dissertation list to LaTeX
#!/usr/bin/env python
'''
Quick and dirty hack to get the SIKS dissertation list in LaTeX.
Original code taken from https://gist.github.com/breuderink/1253855
'''
import argparse, re, operator, itertools, sys
def tex_escape(text):
"""
:param text: a plain text message