From 73f9c7a43e642ee6bbf6c5acfec33e3fbcf3b7b9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Matox?= Date: Thu, 4 Nov 2004 22:39:29 +0000 Subject: [PATCH] add allowed non alphanumeric chars in ids. (leftover from last commit). git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9171 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ChangeLog | 8 ++++++-- lib/layouts/db_stdclass.inc | 3 ++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index 1e1d460b77..6d2987cde4 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2004-11-04 José Matos + + * layouts/db_stdclasses.inc: allowed non alphanumeric chars in ids. + 2004-11-04 Georg Baum * Makefile.am: fix installation of lyx2lyx and scripts for @@ -12,8 +16,8 @@ 2004-10-30 José Matos - * db_stdclasses.inc: - * db_stdcharstyles.inc: new file to hold docbook Character Styles. + * layouts/db_stdclasses.inc: + * layouts/db_stdcharstyles.inc: new file to hold docbook Character Styles. 2004-10-30 José Matos diff --git a/lib/layouts/db_stdclass.inc b/lib/layouts/db_stdclass.inc index 171e1a0ea8..4ee82a1b7f 100644 --- a/lib/layouts/db_stdclass.inc +++ b/lib/layouts/db_stdclass.inc @@ -14,7 +14,8 @@ TocDepth 3 DefaultStyle Standard ClassOptions -# Header "PUBLIC "-//OASIS//DTD DocBook V4.1//EN"" +# Header "PUBLIC "-//OASIS//DTD DocBook V4.3//EN"" + Other ".-" End Style Standard -- 2.39.2