2013-04-06 05:45:29 by Blue Rats | Files touched by this commit (152) |
Log message:
Fixes:
COMMENT should not be longer than 70 characters.
COMMENT should not begin with 'A'.
COMMENT should not begin with 'An'.
COMMENT should not begin with 'a'.
COMMENT should not end with a period.
COMMENT should start with a capital letter.
pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
|
2011-12-15 23:34:40 by Min Sik Kim | Files touched by this commit (6) |
Log message:
Update tex-metapost{,-doc} to 1.212.
Changes:
* MetaPost now adheres to the openin_any / openout_any settings in
texmf.cnf
* In some cases 'readfrom' made the file's path be prepended to the
actually read string from the file.
* The 'prologues:=3 output' with embedded labels was unreliable,
especially when the resulting eps was included into a TeX document
via dvips.
* 'newinternal numeric' has been fixed, it generated an error in
metapost 1.211.
* Label regeneration sometimes failed to run when the file time stamps
were close together.
* Reallocation of the string pool during output file name creation
('outputtemplate') could cause corruption in the created file's name.
|
2011-07-28 10:54:58 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Do not generate an mpost format for mfplain, which is now a part of
web2c. Noted by tron@.
|
2010-06-17 01:57:26 by Min Sik Kim | Files touched by this commit (4) | |
Log message:
Import tex-metapost-1.211 as graphics/tex-metapost.
MetaPost uses a language based on that of MetaFont to produce precise
technical illustrations. Its output is scalable PostScript or SVG,
rather than the bitmaps MetaFont creates.
|