@@ -1132,7 +1132,7 @@ the @qcode{"latex"} interpreter is equivalent to @qcode{"none"}.
1132
1132
@cindex printing plots
1133
1133
@cindex saving plots
1134
1134
1135
- The @code {print } command allows you to send plots to you printer and
1135
+ The @code {print } command allows you to send plots to your printer and
1136
1136
to save plots in a variety of formats. For example,
1137
1137
1138
1138
@example
@@ -1143,20 +1143,24 @@ print -dpsc
1143
1143
prints the current figure to a color PostScript printer. And,
1144
1144
1145
1145
@example
1146
- print -deps foo.eps
1146
+ print foo.pdf
1147
1147
@end example
1148
1148
1149
1149
@noindent
1150
- saves the current figure to an encapsulated PostScript file called
1151
- @file {foo.eps }.
1152
-
1153
- The current graphic toolkits produce very similar graphic displays, but differ
1154
- in their capability to display unusual text and in their ability to print
1155
- such text. In general, the @qcode {"tex" } interpreter (default) is the best
1156
- all-around performer for both on-screen display and printing. However, for the
1157
- reproduction of complicated text formulas the @qcode {"latex" } interpreter is
1158
- preferred. When printing with the @option {-painters } renderer, the default for
1159
- all vector formats, two options may be considered:
1150
+ saves the current figure to a Portable Document encapsulated PostScript file
1151
+ called @file {foo.pdf }.
1152
+
1153
+ The current graphic toolkits produce very similar graphic displays, but the
1154
+ interpreters differ in their capability to display unusual text and in their
1155
+ ability to print such text. In general, the @qcode {"tex" } interpreter
1156
+ (default) is the best all-around performer for both on-screen display and
1157
+ printing. However, for the reproduction of complicated text formulas the
1158
+ @qcode {"latex" } interpreter is preferred. The @qcode {"none" } interpreter
1159
+ prints text verbatim (exactly as it appears) which is very portable, but there
1160
+ is no support for bold, italic, superscripts, subscripts, Greek letters, etc.
1161
+
1162
+ When printing with the @option {-painters } renderer, the default for all vector
1163
+ formats, two options may be considered:
1160
1164
1161
1165
@itemize @bullet
1162
1166
@item
0 commit comments