Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Line Printing Control

by Arrowhead (Monk)
on Feb 12, 2003 at 18:44 UTC ( [id://234793]=note: print w/replies, xml ) Need Help??


in reply to Line Printing Control

There are other typesetting systems you could also look at:

  • good old troff. Nowadays there are really nice tutorials coming with groff, and I got the book "Unix text processing" for free ages ago.
  • Lout. Similar functionality to TeX but much simpler to learn.
  • PostScript, if you first get some nice functions to turn it into something more high-level.
  • XML + XSLT -> XSL-FO, for example using Apache FOP. XSL-FO is the modern-day equivalent to TeX and Lout and, like everything these days, uses XML syntax.

Once you figure out what high-level concepts you'd want to use (headings, paragraphs, tables?, font changes, etc.), you'll find that those have all got direct mappings into roff and Lout (and TeX) constructs. If you go for PostScript or PCL, you'll have to implement them yourself.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://234793]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-04-25 05:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found