From 2d9a5e9adcf3050cf7a0f4a459578dfa48a58872 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Matox?= Date: Thu, 28 Oct 2004 14:56:08 +0000 Subject: [PATCH] replace most &dquot;...&dquot; by <...> git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9139 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ChangeLog | 15 +++++++++++---- lib/Makefile.am | 1 + lib/layouts/agu_stdclass.inc | 2 +- lib/layouts/agu_stdlists.inc | 6 +++--- lib/layouts/agu_stdtitle.inc | 2 +- 5 files changed, 17 insertions(+), 9 deletions(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index bc11c434bb..3232eccc4b 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,9 +1,16 @@ -200410-28 José Matos +2004-10-28 José Matos + + * Makefile.am: add entry to layouts/db_stdcounters.inc * layouts/agu_stdclass.inc: - * agu_stdsections.inc: since we are using substituion change the - the dread " to <> syntax, since that can never happen in a - parameter. + * layouts/agu_stdtitle.inc. replace &dquot;...&dquot; with <> + +2004-10-28 José Matos + + * layouts/agu_stdclass.inc: + * layouts/agu_stdsections.inc: since we are using substituion + change the the dread " to <> syntax, since that can never + happen in a parameter. * layouts/agu_stdcounters.inc: replace para by as a counter. diff --git a/lib/Makefile.am b/lib/Makefile.am index fbd2883ac2..ca771f270b 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -747,6 +747,7 @@ dist_layouts_DATA =\ layouts/cv.layout \ layouts/db_lyxmacros.inc \ layouts/db_stdclass.inc \ + layouts/db_stdcounters.inc \ layouts/db_stdlayouts.inc \ layouts/db_stdlists.inc \ layouts/db_stdsections.inc \ diff --git a/lib/layouts/agu_stdclass.inc b/lib/layouts/agu_stdclass.inc index 38bb59571e..af9cb719c4 100644 --- a/lib/layouts/agu_stdclass.inc +++ b/lib/layouts/agu_stdclass.inc @@ -98,7 +98,7 @@ End CharStyle Emph LatexType Command LatexName emph - LatexParam "type="italic"" + LatexParam "type=" Font Shape Italic EndFont diff --git a/lib/layouts/agu_stdlists.inc b/lib/layouts/agu_stdlists.inc index 769415dff2..87d8d96659 100644 --- a/lib/layouts/agu_stdlists.inc +++ b/lib/layouts/agu_stdlists.inc @@ -12,7 +12,7 @@ Input stdlists.inc Style Itemize LatexType Item_Environment LatexName lst - Latexparam "type="bulleted"" + Latexparam "type=" ItemTag item End @@ -20,7 +20,7 @@ End Style Enumerate LatexType Item_Environment LatexName lst - Latexparam "type="ordered"" + Latexparam "type=" ItemTag item End @@ -28,7 +28,7 @@ End Style Description LatexType Item_environment LatexName lst - Latexparam "type="unordered"" + Latexparam "type=" ItemTag item End diff --git a/lib/layouts/agu_stdtitle.inc b/lib/layouts/agu_stdtitle.inc index 998da8d964..c4488c733d 100644 --- a/lib/layouts/agu_stdtitle.inc +++ b/lib/layouts/agu_stdtitle.inc @@ -44,7 +44,7 @@ End Style AGU-journal CopyStyle Special-section - LatexParam "journal-code="$1" electronic-only="yes"" + LatexParam "journal-code=<$1> electronic-only=" LatexName AGU-journal LabelString "AGU-journal: " CommandDepth 3 -- 2.39.2