Mercurial > hg > xemacs-beta
diff lisp/psgml/psgml-style.el @ 0:376386a54a3c r19-14
Import from CVS: tag r19-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:45:50 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lisp/psgml/psgml-style.el Mon Aug 13 08:45:50 2007 +0200 @@ -0,0 +1,32 @@ +;;; style.el --- example style file for psgml-fs.el and catalog.sgml + +( + ("example" + default-top 1 + default-bottom 1) + ("front") + ("body") + ("pubfront" text "") + ("abstract" + block t + before (block t text "ABSTRACT") + left 4) + ("p" block t) + ("title" block t) + ("titlegrp" block t bottom 2 default-bottom 0 default-top 0) + ("subtitle" before (text " // ")) + ("list" block t) + ("head" block t) + ("item" + left (+ (fs-char 'left) 3) + hang-from " * ") + ("keyword" + before (text "|") + after (text "|")) + ("chapter" block t top 2 before (text "CHAPTER")) + ("lit" block t literal t) + (t + before (text (format "<%s>" (sgml-element-gi e))) + after (text " ") + ) +)