mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-02 08:10:39 +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:
|
||||
* 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 <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.
|
||||
|
||||
|
@ -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 \
|
||||
|
@ -98,7 +98,7 @@ End
|
||||
CharStyle Emph
|
||||
LatexType Command
|
||||
LatexName emph
|
||||
LatexParam "type="italic""
|
||||
LatexParam "type=<italic>"
|
||||
Font
|
||||
Shape Italic
|
||||
EndFont
|
||||
|
@ -12,7 +12,7 @@ Input stdlists.inc
|
||||
Style Itemize
|
||||
LatexType Item_Environment
|
||||
LatexName lst
|
||||
Latexparam "type="bulleted""
|
||||
Latexparam "type=<bulleted>"
|
||||
ItemTag item
|
||||
End
|
||||
|
||||
@ -20,7 +20,7 @@ End
|
||||
Style Enumerate
|
||||
LatexType Item_Environment
|
||||
LatexName lst
|
||||
Latexparam "type="ordered""
|
||||
Latexparam "type=<ordered>"
|
||||
ItemTag item
|
||||
End
|
||||
|
||||
@ -28,7 +28,7 @@ End
|
||||
Style Description
|
||||
LatexType Item_environment
|
||||
LatexName lst
|
||||
Latexparam "type="unordered""
|
||||
Latexparam "type=<unordered>"
|
||||
ItemTag item
|
||||
End
|
||||
|
||||
|
@ -44,7 +44,7 @@ End
|
||||
|
||||
Style AGU-journal
|
||||
CopyStyle Special-section
|
||||
LatexParam "journal-code="$1" electronic-only="yes""
|
||||
LatexParam "journal-code=<$1> electronic-only=<yes>"
|
||||
LatexName AGU-journal
|
||||
LabelString "AGU-journal: "
|
||||
CommandDepth 3
|
||||
|
Loading…
Reference in New Issue
Block a user