From ecd77731fb245ff8d602eea83935a9bbe559cb54 Mon Sep 17 00:00:00 2001 From: Carl Sorensen Date: Mon, 5 Sep 2011 19:33:56 -0600 Subject: [PATCH] Doc -- Add metafont formatting rules to CG --- Documentation/contributor/feta-font.itexi | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/Documentation/contributor/feta-font.itexi b/Documentation/contributor/feta-font.itexi index eb5dd124cd..78021ae8d7 100644 --- a/Documentation/contributor/feta-font.itexi +++ b/Documentation/contributor/feta-font.itexi @@ -8,6 +8,7 @@ * Adding a new font section:: * Adding a new glyph:: * Building the changed font:: +* METAFONT formatting rules:: @end menu @node Overview of the feta font @@ -111,3 +112,21 @@ is to do: rm mf/out/* make @end example + +@node METAFONT formatting rules +@section METAFONT formatting rules + +There are special formatting rules for METAFONT files. + +Tabs are used for indentation. + +When a path contains more than two points, put each point on a +separate line, with the operator at the beginning of the line: + +@example +fill z1 + -- z2 + -- z3 + .. cycle; +@end example + -- 2.39.5