Skip to content

Commit a02c45a

Browse files
committed
Revert "syntax is similar to METAPOST not METAFONT"
This reverts commit 820b52a.
1 parent b1d133c commit a02c45a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/generic/pgf/text-en/pgfmanual-en-introduction.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,15 @@ \subsection{The Layers Below \tikzname}
9595
path to the second corner, one for going to the third, one for closing the
9696
path, and one for actually painting the triangle (as opposed to filling it).
9797
With the \tikzname\ frontend all this boils down to a single simple
98-
\textsc{metapost}-like command:
98+
\textsc{metafont}-like command:
9999
%
100100
\begin{verbatim}
101101
\draw (0,0) -- (1,0) -- (1,1) -- cycle;
102102
\end{verbatim}
103103

104104
In practice, \tikzname\ is the only ``serious'' frontend for \pgfname. It gives
105105
you access to all features of \pgfname, but it is intended to be easy to use.
106-
The syntax is a mixture of \textsc{metapost} and \textsc{pstricks} and some
106+
The syntax is a mixture of \textsc{metafont} and \textsc{pstricks} and some
107107
ideas of myself. There are other frontends besides \tikzname, but they are intended
108108
more as ``technology studies'' and less as serious alternatives to
109109
\tikzname. In particular, the |pgfpict2e| frontend reimplements the standard

0 commit comments

Comments
 (0)