--- ./doc/hp2xx.1 Sat Dec 28 13:58:55 2002 +++ ../hp2xx-3.4.3/./doc/hp2xx.1 Tue Mar 25 12:43:39 2003 @@ -154,7 +154,7 @@ Use option .I -m mode to select the program mode, i.e. the output format. Currently supported: -mode = "mf" (Metafont), "em" (emTeX \special{} commands), "epic" +mode = "mf" (Metafont), "em" (emTeX \\special{} commands), "epic" (line drawing using TeX macros within epic.sty), "eps" (PostScript), "dxf" (Autocad), "emf/emp" (MS Enhanced Metafile / Printing - available in Windows-built executables only), "svg" (Scalable Vector Graphics), @@ -258,7 +258,7 @@ create. Edit the metafont source, e.g., to change the letter "Z" for another, or to change the line thickness, which is set to 0.4pt by default. The other TeX-related modes ("cad" for TeXcad compatible code, "em" for -employing \special{em:line} macros, and "epic" for drawing lines with +employing \\special{em:line} macros, and "epic" for drawing lines with macros from "epic.sty") address different compromises to cope with TeX's poor line drawing capability and are generally not recommended nor fully supported. Feel free to experiment with them -- they generate ASCII output --- ./sources/hpgl.c Sat Dec 28 14:06:35 2002 +++ ../hp2xx-3.4.3/./sources/hpgl.c Tue Mar 25 12:45:42 2003 @@ -144,7 +144,7 @@ /** ** Globals needed in other source files: **/ -LineType CurrentLineType = LT_solid; +/* LineType CurrentLineType = LT_solid; */ short scale_flag = FALSE; short record_off = FALSE; long vec_cntr_w = 0L; --- ./sources/lindef.c Sat Dec 28 14:06:35 2002 +++ ../hp2xx-3.4.3/./sources/lindef.c Tue Mar 25 12:45:00 2003 @@ -30,7 +30,7 @@ double CurrentLinePatLen; -LineType CurrentLineType; +LineType CurrentLineType = LT_solid; signed int CurrentLinePattern; LINESTYLE lt;