Penguin

Differences between version 12 and previous revision of PostScript.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 12 Last edited on Tuesday, November 2, 2004 2:53:42 am by AristotlePagaltzis Revert
Older page: version 11 Last edited on Sunday, April 25, 2004 2:32:57 am by AristotlePagaltzis Revert
@@ -1,9 +1,9 @@
 A stack-based ProgrammingLanguage that resembles [Forth], but mixes in some functional programming principles to allow a considerably higher level of abstraction. Although a complete, general purpose language, it was developed for typesetting and is accompanied by a complex, powerful graphical model. [Apple]'s [MacOSX] uses an PostScript in an extended version called ~DisplayPostscript to render all of the user interface. 
  
 PostScript programs come in __.ps__ files. GhostScript is a [Free] software-only implementation of the language and graphics model, allowing users to view such files onscreen as well as send them to cheap printers that do not understand PostScript natively. PostScript is also the language used at the core of [PDF]. 
  
-The [HowToPrintingHOWTO ] explains why PostScript happened to become so well established. 
+The [Printing HOWTO | http://www.tldp.org/HOWTO/Printing-HOWTO/ ] explains why PostScript happened to become so well established. 
  
 Here's a simple example of what PostScript code looks like: 
  
 ----