The original code of this logo is a Metapost logo of Taco Hoekwater ( the code is in this thread ).
12.
The encapsulated postscript produced by Metapost can be included in TeX, ConTeXt, and LaTeX documents via standard eps-inclusion commands.
13.
:Metapost has a function called " arclength " to compute this, so perhaps look at the source to see how it does it.
14.
:With pdfTeX, I've used MetaPost and PGF / TikZ . TikZ is more expressive, I feel, though I tend to use MetaPost more often.
15.
:With pdfTeX, I've used MetaPost and PGF / TikZ . TikZ is more expressive, I feel, though I tend to use MetaPost more often.
16.
To view or print the third diagram, this inclusion is necessary, as the TeX fonts ( Computer Modern ) are not included in the eps files produced by MetaPost.
17.
PGF is a lower-level language, while Ti " k " Z is a set of higher-level macros that use PGF . The top-level PGF and Ti " k " Z commands are invoked as TeX macros, but in contrast with PSTricks, the PGF / Ti " k " Z graphics themselves are described in a language that resembles MetaPost.
18.
The early documentation of dvipdfm specifically mentions the limited availability of Lesenko's dvipdf as a reason for creating dvipdfm . dvipdfm supports most of the newer special functions of the PDF format, including bookmarks, annotations, thumbnails, and dvips specials a feature making possible the inclusion of Encapsulated PostScript ( . eps ) files like METAPOST output as well inclusion of JPEG and PNG images; other features of dvipdfm include partial font embedding ( reducing file size ) and balancing the internal PDF document trees to speed up rendering of large documents . ) are also present in pdfTeX, which typesets TeX directly to PDF . The 2004, 4th edition of the " Guide to LaTeX " compares them in the following way: