This page is a proof of concept. It is an example of an on-line corpus of texts encoded in TEIlite format. HTML, PostScript and PDF versions of the texts are generated automatically using XSL processors. This page is also updated automatically to reflect changes/additions in the text corpus by means of a PHP script.
Усяго кніг: 26
If you want to print a PostScript file on a high-end printer, chances are that it supports PostScript directly. Do
cat file.ps > lp
on Unix or
copy file.ps prn
in MS-DOS Prompt on Windows. Users who do not know where to find MS-DOS in Windows, can use Ghostscript (see below)
If you want to print a book on a low-end printer, you should probably use Adobe Acrobat Reader to print from PDF or GhostScript and GhostView to print from PostScript.
The PS book format is printed as 2 pages per sheet double-sided collection of signatures of 32 pages. If you intend to print on a printer that does not support double-sided printing, print odd pages first (use Ghost View or pstops to select what pages you want to print), then collect the paper, put it into the ladder the other side up and print even pages. Experiment first on small portions of the book to see how it works before printing the whole.
To print on a duplex PostScript printer, make a file that contains the line
<< /Duplex true /Tumble true >> setpagedevice
Suppose this file would be named duplex.ps. Run
cat duplex.ps file.ps > lp
on Unix or
copy duplex.ps+file.ps prn
in MS-DOS Prompt on Windows.
Please send corrections, comments and suggestions to mikhailian@altern.org or to krotik24@go.com. We also need people to convert books to TEI and XSL-FO experts to help us formatting them.
Best viewed with Lynx