From: Richard Heck Date: Fri, 5 Jun 2009 20:07:16 +0000 (+0000) Subject: Forgot this, too. X-Git-Tag: 2.0.0~6383 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2fe18f567ad6f6231518e2c43362f4d0bea299c7;p=features.git Forgot this, too. Documentation is Customization.lyx will follow, once this stabilizes. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29973 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/scripts/layout2layout.py b/lib/scripts/layout2layout.py index dc4bbf0728..e354bdfafe 100644 --- a/lib/scripts/layout2layout.py +++ b/lib/scripts/layout2layout.py @@ -52,6 +52,15 @@ import os, re, string, sys # Add new tag OutputFormat; modules can be conditionned on feature # "from->to". +# Incremented to format 16, 5 June 2009 by rgh +# Add new tags for Text Class: +# HTML Preamble +# For Layout: +# HTMLTag, HTMLAttr, HTMLLabel, HTMLLabelAttr, HTMLItem, HTMLItemAttr +# HTMLStyle, and HTMLPreamble +# For InsetLayout: +# HTMLTag, HTMLAttr, HTMLStyle, and HTMLPreamble + # Do not forget to document format change in Customization # Manual (section "Declaring a new text class").