| www.delorie.com/gnu/docs/a2ps/a2ps_92.html | search |
![]() Buy GNU books! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
It is possible to extend an existing style. The syntax is:
ancestors are ancestor_1[, ancestor_2...] end ancestors |
where ancestor1 etc. are style sheet keys.
For semantics, the rules are the following:
As an example, both C++ and Objective C style sheets
extend the C style sheet:
style "Objective C" is #[...] ancestors are c end ancestors #[...] end style |
To the biggest surprise of the author, mutually dependent style sheets do work!
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |