This customization takes a DocBook article as input and generates fo that can be used to generate pdf for the IEEE's two-column, conference paper format.

Readme file for IEEE DocBook Customization

Date:    09 May 2011
Version: 1.2

This is a customization of the DocBook XSL Stylesheets that takes a DocBook article and converts it to a PDF file in IEEE conference proceedings style. It is released under the GNU General Public License (see LICENSE below).

Files included in the zip/gz file:

File

Description

README

this file

LICENSE

A copy of the GPL 3 license

fo.xsl

The customization

fop.mk

Sample makefile

authguide.xml

Test file based on the IEEE instructions for their conference proceedings style

graphics/stamp200x128.gif<

Sample graphic for authguide.xml

pdf/authguide.pdf

Output example (built with XEP)

How to use

fo.xsl is a simple customization using the DocBook XSL stylesheets. If you use Linux, there's a reasonable chance that the fop.mk file will work with minor updates (e.g., the resolver directory for the catalogs).

The transform has been used with xep and fop. If you use xep, you will need to uncomment the xep.extensions parameter defined in fo.xsl or set that value to 1 from the command line.

Changes in 1.1

Changes in 1.2

To Do/Known Problems

The stylesheets are mostly complete, but not widely tested. Here are some known deficiencies:

If you discover problems, feel free to let me know. Or, if you fix a problem, please send me the fix and I'll fold it back in. I can't guarantee that I can fix any problems, but I'll do my best.

Richard Hamilton
dick <at> rlhamilton.net
9 May 2011

LICENSE

Copyright (C) 2007 Richard L. Hamilton

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

IEEEConferencePaper (last edited 2011-05-10 17:39:57 by RichardHamilton)