replace most &dquot;...&dquot; by <...>

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9139 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
José Matox 2004-10-28 14:56:08 +00:00
parent 46ee486bda
commit 2d9a5e9adc
5 changed files with 17 additions and 9 deletions

View File

@ -1,9 +1,16 @@
200410-28 José Matos <jamatos@lyx.org>
2004-10-28 José Matos <jamatos@lyx.org>
* 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 &quot; to <> syntax, since that can never happen in a
parameter.
* layouts/agu_stdtitle.inc. replace &dquot;...&dquot; with <>
2004-10-28 José Matos <jamatos@lyx.org>
* layouts/agu_stdclass.inc:
* layouts/agu_stdsections.inc: since we are using substituion
change the the dread &quot; to <> syntax, since that can never
happen in a parameter.
* layouts/agu_stdcounters.inc: replace para by as a counter.

View File

@ -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 \

View File

@ -98,7 +98,7 @@ End
CharStyle Emph
LatexType Command
LatexName emph
LatexParam "type=&quot;italic&quot;"
LatexParam "type=<italic>"
Font
Shape Italic
EndFont

View File

@ -12,7 +12,7 @@ Input stdlists.inc
Style Itemize
LatexType Item_Environment
LatexName lst
Latexparam "type=&quot;bulleted&quot;"
Latexparam "type=<bulleted>"
ItemTag item
End
@ -20,7 +20,7 @@ End
Style Enumerate
LatexType Item_Environment
LatexName lst
Latexparam "type=&quot;ordered&quot;"
Latexparam "type=<ordered>"
ItemTag item
End
@ -28,7 +28,7 @@ End
Style Description
LatexType Item_environment
LatexName lst
Latexparam "type=&quot;unordered&quot;"
Latexparam "type=<unordered>"
ItemTag item
End

View File

@ -44,7 +44,7 @@ End
Style AGU-journal
CopyStyle Special-section
LatexParam "journal-code=&quot;$1&quot; electronic-only=&quot;yes&quot;"
LatexParam "journal-code=<$1> electronic-only=<yes>"
LatexName AGU-journal
LabelString "AGU-journal: "
CommandDepth 3