I really like the idea of the emp package - you write your MetaPost sources directly in LaTeX source. However, I can't make this package work. I read the official readme, but to no avail. Some of my problems:
- Should every
empcommand go inside anempfileenvironment? - Should I have one big
empfileenvironment that contains all of my TeX source? (If yes, then it's terribly ugly!) - Why am I mixing TeX code and MetaPost code inside
emp*environments? - Do I have to put
empenvironment inside afigureenvironment? - Can I have multiple unnamed
empfileenvironments?
In other words: How does this thing work?
empfileenvironment spans for the whole document (which is very short). – Jasiu Sep 12 '11 at 23:29