diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:49:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:49:07 +0000 |
commit | 007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 (patch) | |
tree | 90d17e00e572ecb1e24764b6f29c80e098b08d29 /Master/texmf-dist/doc/latex/metaobj/README | |
parent | 950209b26f70aa87ed07c54f82a95b6f03b7c3a0 (diff) |
doc/latex
git-svn-id: svn://tug.org/texlive/trunk@84 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/metaobj/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/metaobj/README | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/metaobj/README b/Master/texmf-dist/doc/latex/metaobj/README new file mode 100644 index 00000000000..9fed9c22349 --- /dev/null +++ b/Master/texmf-dist/doc/latex/metaobj/README @@ -0,0 +1,46 @@ +README file for release 0.83 of METAOBJ +--------------------------------------- + +Installation +------------ + + Install the file inputs/metaobj.mp on your metapost path, typically under + + .../texmf/metapost/metaobj/ + + On UNIX, you may need to run texhash or something like this, so that your + TeX installation knows about the new file. + +Testing +------- + + In order to test the package, take any .mp file from the examples + directory, for instance mobjstandard.mp, and do the following: + + mpost mobjstandard.mp + tex mproof mobjstandard.[0-9]* + dvips mproof.dvi -o + gv mproof.ps + + If you run into problems, you may have to increase your metapost + environment. Try to increase first the limits you have reached. + In order to do this, create a texmf.cnf file and put the + environment variables with the new values. Recreate the metapost format + with inimpost mpost.ini, but be sure the texmf.cmf file you have + created is taken into account. (Do something like setenv TEXMFCNF .: + or export TEXMF=.: if needed.) And then compile again. + Eventually, you should be able to compile the example. + + Note: the compilation of proofex.mp is very slow, be patient. + +Documentation +------------- + + A manual is in the doc directory. + The metaobj.mp code is not formatted with mft, because mft can't + handle many of metaobj's idiosyncrasies. + + +Denis Roegel, August 2, 2003. + + |