mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-04 16:42:57 +00:00
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:
parent
46ee486bda
commit
2d9a5e9adc
@ -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:
|
* layouts/agu_stdclass.inc:
|
||||||
* agu_stdsections.inc: since we are using substituion change the
|
* layouts/agu_stdtitle.inc. replace &dquot;...&dquot; with <>
|
||||||
the dread " to <> syntax, since that can never happen in a
|
|
||||||
parameter.
|
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 " to <> syntax, since that can never
|
||||||
|
happen in a parameter.
|
||||||
|
|
||||||
* layouts/agu_stdcounters.inc: replace para by as a counter.
|
* layouts/agu_stdcounters.inc: replace para by as a counter.
|
||||||
|
|
||||||
|
@ -747,6 +747,7 @@ dist_layouts_DATA =\
|
|||||||
layouts/cv.layout \
|
layouts/cv.layout \
|
||||||
layouts/db_lyxmacros.inc \
|
layouts/db_lyxmacros.inc \
|
||||||
layouts/db_stdclass.inc \
|
layouts/db_stdclass.inc \
|
||||||
|
layouts/db_stdcounters.inc \
|
||||||
layouts/db_stdlayouts.inc \
|
layouts/db_stdlayouts.inc \
|
||||||
layouts/db_stdlists.inc \
|
layouts/db_stdlists.inc \
|
||||||
layouts/db_stdsections.inc \
|
layouts/db_stdsections.inc \
|
||||||
|
@ -98,7 +98,7 @@ End
|
|||||||
CharStyle Emph
|
CharStyle Emph
|
||||||
LatexType Command
|
LatexType Command
|
||||||
LatexName emph
|
LatexName emph
|
||||||
LatexParam "type="italic""
|
LatexParam "type=<italic>"
|
||||||
Font
|
Font
|
||||||
Shape Italic
|
Shape Italic
|
||||||
EndFont
|
EndFont
|
||||||
|
@ -12,7 +12,7 @@ Input stdlists.inc
|
|||||||
Style Itemize
|
Style Itemize
|
||||||
LatexType Item_Environment
|
LatexType Item_Environment
|
||||||
LatexName lst
|
LatexName lst
|
||||||
Latexparam "type="bulleted""
|
Latexparam "type=<bulleted>"
|
||||||
ItemTag item
|
ItemTag item
|
||||||
End
|
End
|
||||||
|
|
||||||
@ -20,7 +20,7 @@ End
|
|||||||
Style Enumerate
|
Style Enumerate
|
||||||
LatexType Item_Environment
|
LatexType Item_Environment
|
||||||
LatexName lst
|
LatexName lst
|
||||||
Latexparam "type="ordered""
|
Latexparam "type=<ordered>"
|
||||||
ItemTag item
|
ItemTag item
|
||||||
End
|
End
|
||||||
|
|
||||||
@ -28,7 +28,7 @@ End
|
|||||||
Style Description
|
Style Description
|
||||||
LatexType Item_environment
|
LatexType Item_environment
|
||||||
LatexName lst
|
LatexName lst
|
||||||
Latexparam "type="unordered""
|
Latexparam "type=<unordered>"
|
||||||
ItemTag item
|
ItemTag item
|
||||||
End
|
End
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@ End
|
|||||||
|
|
||||||
Style AGU-journal
|
Style AGU-journal
|
||||||
CopyStyle Special-section
|
CopyStyle Special-section
|
||||||
LatexParam "journal-code="$1" electronic-only="yes""
|
LatexParam "journal-code=<$1> electronic-only=<yes>"
|
||||||
LatexName AGU-journal
|
LatexName AGU-journal
|
||||||
LabelString "AGU-journal: "
|
LabelString "AGU-journal: "
|
||||||
CommandDepth 3
|
CommandDepth 3
|
||||||
|
Loading…
Reference in New Issue
Block a user