projects
/
mplib
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
dvitomp fix from Akira
[mplib]
/
src
/
texk
/
web2c
/
mpdir
/
tests
/
mini.mp
1
picture p;
2
p := btex test etex;
3
beginfig(1)
4
label(p,origin);
5
endfig
6
end.
7