翻訳と辞書
Words near each other
・ Metapolitefsi
・ Metapolitics
・ Metapolybia aztecoides
・ Metapolybia cingulata
・ Metapone
・ Metapone greeni
・ Metapone johni
・ Metaponpneumata
・ Metaponto
・ Metaponto railway station
・ Metapontum
・ Metapopulation
・ Metaporana
・ Metaporana obtusa
・ Metaporus
MetaPost
・ Metappana
・ Metapragmatics
・ Metapramine
・ Metaprionota
・ Metaprogramming
・ Metaprogramming (management)
・ Metaproscaline
・ Metaprosphera
・ Metaproteomics
・ Metaprotus
・ Metaprotus asuridia
・ Metaprotus magnifica
・ Metapsychiatry
・ Metapsychology


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

MetaPost : ウィキペディア英語版
MetaPost

MetaPost refers to both a programming language and the interpreter of the MetaPost programming language. Both are derived from Donald Knuth's Metafont language and interpreter. MetaPost excels at producing diagrams in the PostScript programming language from a geometric/algebraic description. The language shares Metafont's elegant declarative syntax for manipulating lines, curves, points and geometric transformations. However,
* Metafont is set up to produce fonts, in the form of image files (in .gf format) with associated font metric files (in .tfm format), whereas MetaPost produces encapsulated PostScript files
* The output of Metafont consists of the fonts at a fixed resolution in a raster-based format, whereas MetaPost's output is vector-based postscript graphics (lines, Bézier curves)
* Metafont output is monochrome, whereas MetaPost uses a simple RGB colour specification.
* The MetaPost language can include text labels on the diagrams, either strings from a specified font, or pretty much anything that can be typeset with TeX
* The Metafont interpreter was written by Donald Knuth under an open source license, allowing John D. Hobby to adapt the interpreter to his own ends, giving us MetaPost.
Many of the limitations of MetaPost derive from features of Metafont. For instance, numbers have a low-precision fixed-point representation, sufficient for representing the coordinates of points in a glyph, but this can be restrictive when working with figures in a larger coordinate space. Moreover, MetaPost does not support all features of PostScript. Most notably, paths can have only one segment (so that regions are simply connected), and regions can be filled only with uniform colours. PostScript level 1 supports tiled patterns and PostScript 3 supports Gouraud shading. To this end, the Asymptote graphics language has been developed to address these shortcomings.
==Availability, usage==
MetaPost is distributed with many current distributions of the TeX and Metafont framework. In particular, it is included in the teTeX and the TeX Live distribution, common on Linux and Unix (including Mac OS X) platforms.
The encapsulated postscript produced by Metapost is easily included in TeX, ConTeXt, and LaTeX documents via standard eps-inclusion commands.
The source code of the MetaPost interpreter is also available at https://foundry.supelec.fr/frs/?group_id=13&release_id=383#stable-_1.212-title-content . Compiling this produces an executable named mpost.
Particularly useful is the ability to include this output in the PDFTeX dialect of TeX, thus giving Portable Document Format output from TeX in a single step. This ability is implemented in ConTeXt and in the LaTeX graphics package, and can be used from plain TeX via the supp-pdf.tex macro file. ConTeXt even supports the creation of MetaPost files from within the TeX file.
Although MetaPost itself cannot generate fonts, there is another program, METATYPE1, that is designed to create Type 1 fonts through MetaPost.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「MetaPost」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.