Archive for the ‘publishing’ Category

DocBook XML publishing service

Monday, February 4th, 2008

I’m not the only one who works on a publishing server. Steve Whitlatch announced recently Mr. XML Publisher for DocBook, a free online publishing server. You feed a DocBook to the service, and the service returns back the corresponding PDF.

printing djvu books under Linux

Thursday, January 24th, 2008

When I print books, I prefer to have two pages per sheet. With PostScript or PDF books it’s easy, I just use psnup2.pl. But for djvu format, the procedure is complicated.

(more…)

From A4 to A3 (A2, A1, A0)

Saturday, June 30th, 2007

I’ve prepared a poster. For the development purposes, the paper size is A4. Now I need to enlarge the paper size. Here is a sequence of the commands which got the things done:
(more…)

TeXML paper and poster

Saturday, June 23rd, 2007

A paper about TeXML and Consodoc is published in TUGboat 28:1, 2007: TeXML: Resurrecting TeX in the XML world. Also, the tools were presented as a poster at XML Prague 2007 conference: “XML to beautiful documents: TeXML and Consodoc“.

post-xmlprague notes

Tuesday, June 19th, 2007

I like Prague, it’s a very beautiful city. My contribution to XML Prague 2007:
* paper “Generative XPath
* presentation slides
* poster XML to beautiful documents, and how it looked like

poster proposal for XML Prague 2007

Monday, June 11th, 2007

In addition to my talk “Generative XPath” at XML Prague 2007, I decided to submit also a poster:

Title: XML to beautiful documents

Abstract: I’d like to present an alternative to XSL-FO. Using TeX to create PDF from XML is an old trick, but thanks to TeXML (an XML syntax for TeX) and Consodoc (a publishing server), the process is greately simplified and the produced documents are of high quality.

* http://getfo.org/texml/ — URL linking to a web page related to the poster.
* http://consodoc.com/

psnup2.pl: a better “psnup -2″

Sunday, October 1st, 2006

A new tool from me. Psnup2.pl puts two PostScript pages onto one page. It is similar to “psnup -2″, but
* psnup2.pl drops the margins, and
* zooms the pages as much as possible.

fixing /invalidfont in ghostscript

Sunday, October 1st, 2006

Recently I updated ghostscript, and it stopped working even on its own examples:


$ pwd
/usr/share/ghostscript/8.15/examples
$ ps2pdf alphabet.ps ~/a.pdf
ERROR: /invalidfont in findfont
Operand stack:
   (Palatino-Italic)   Font   (Palatino-Italic)   228176   (Palatino-
   Italic)   --nostringval--   (Palatino-Italic)   URWPalladioL-Ital
   Times-Italic   NimbusRomNo9L-ReguItal
Execution stack:
...

(more…)