文件名称:pgf manual - TeXample.net.pdf
文件大小:5.1MB
文件格式:PDF
更新时间:2023-04-13 15:40:19
pgf tikz LaTeX
880页 LaTeX&tikz&pgf 学习指导书。 The pgf package, where \pgf" is supposed to mean \portable graphics format" (or \pretty, good, functional" if you prefer. . . ), is a package for creating graphics in an \inline" manner. It denes a number of TEX commands that draw graphics. For example, the code \tikz \draw (0pt,0pt) -- (20pt,6pt); yields the line and the code \tikz \fill[orange] (1ex,1ex) circle (1ex); yields . In a sense, when you use pgf you \program" your graphics, just as you \program" your document when you use TEX. You get all the advantages of the \TEX-approach to typesetting" for your graphics: quick creation of simple graphics, precise positioning, the use of macros, often superior typography. You also inherit all the disadvantages: steep learning curve, no wysiwyg, small changes require a long recompilation time, and the code does not really \show" how things will look like.