Skip to content

Instantly share code, notes, and snippets.

View kissge's full-sized avatar
😮‍💨
優秀エンジニア手伝ってくれたのむ

kissge

😮‍💨
優秀エンジニア手伝ってくれたのむ
View GitHub Profile
@kissge
kissge / Makefile
Created December 17, 2014 10:19 — forked from tomykaira/Makefile
Mac対応版
.DEFAULT_GOAL := thesis.pdf
%.pdf: %.dvi
dvipdfmx $^
thesis.dvi: thesis.tex refs.bib
platex -halt-on-error -shell-escape thesis.tex
bibtex thesis
platex -halt-on-error thesis.tex
platex -halt-on-error thesis.tex
@kissge
kissge / php-doc.el
Last active November 14, 2017 05:48 — forked from stesie/php-doc.el
php doc block generator/extractor for emacs
;;; php-doc.el --- doc block generator/extractor for php
;; Copyright (C) 2010, 2013 Stefan Siegl <stesie@brokenpipe.de>
;; Maintainer: Stefan Siegl <stesie@brokenpipe.de>
;; Author: Stefan Siegl <stesie@brokenpipe.de>
;; Keywords: php docblock
;; Created: 2010
;; Modified: 2013-09-14
;; X-URL: https://gist.github.com/stesie