Warning: this is an htmlized version!
The original is here, and the conversion rules are here. |
% This file: % http://angg.twu.net/MP/test1.mp.html % http://angg.twu.net/MP/test1.mp % (find-angg "MP/test1.mp") % Author: Eduardo Ochs <eduardoochs@gmail.com> % % (defun e () (interactive) (find-angg "MP/test1.mp")) % (find-es "metapost" "entry-level-metapost") outputformat := "pdf"; beginfig (1); % Draw a line draw (1cm,2cm) -- (3cm,5cm) ; endfig ; end . % (setq eepitch-preprocess-regexp "^") % (setq eepitch-preprocess-regexp "^%T ") % %T * (eepitch-shell) %T * (eepitch-kill) %T * (eepitch-shell) %T mpost test1.mp % (find-man "mpost") % Local Variables: % coding: utf-8-unix % End: