mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
Add more character styles to docbook.
Fix partially bug 1726. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9149 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a590b1e0d2
commit
942ca65a5d
@ -1,3 +1,8 @@
|
||||
2004-10-30 José Matos <jamatos@lyx.org>
|
||||
|
||||
* db_stdclasses.inc:
|
||||
* db_stdcharstyles.inc: new file to hold docbook Character Styles.
|
||||
|
||||
2004-10-30 José Matos <jamatos@lyx.org>
|
||||
|
||||
* layouts/db_lyxmacros.inc: Remove innertag "CDATA" from Code.
|
||||
|
@ -747,6 +747,7 @@ dist_layouts_DATA =\
|
||||
layouts/cv.layout \
|
||||
layouts/db_lyxmacros.inc \
|
||||
layouts/db_stdclass.inc \
|
||||
layouts/db_stdcharstyles.inc \
|
||||
layouts/db_stdcounters.inc \
|
||||
layouts/db_stdlayouts.inc \
|
||||
layouts/db_stdlists.inc \
|
||||
|
142
lib/layouts/db_stdcharstyles.inc
Normal file
142
lib/layouts/db_stdcharstyles.inc
Normal file
@ -0,0 +1,142 @@
|
||||
# Textclass definition file for docbook.
|
||||
# Author : José Abílio Oliveira Matos <jamatos@lyx.org>
|
||||
# Character Styles definition
|
||||
|
||||
CharStyle Filename
|
||||
LatexType Command
|
||||
LatexName filename
|
||||
Font
|
||||
Family Typewriter
|
||||
EndFont
|
||||
LabelFont
|
||||
Family Roman
|
||||
Color blue
|
||||
EndFont
|
||||
End
|
||||
|
||||
CharStyle Directory
|
||||
LatexType Command
|
||||
LatexName filename
|
||||
LatexParam "class=<directory>"
|
||||
Font
|
||||
Family Typewriter
|
||||
EndFont
|
||||
LabelFont
|
||||
Family Roman
|
||||
Color blue
|
||||
EndFont
|
||||
End
|
||||
|
||||
CharStyle Firstname
|
||||
LatexType Command
|
||||
LatexName firstname
|
||||
LabelFont
|
||||
Shape Up
|
||||
Color blue
|
||||
EndFont
|
||||
End
|
||||
|
||||
CharStyle Surname
|
||||
LatexType Command
|
||||
LatexName surname
|
||||
LabelFont
|
||||
Shape Up
|
||||
Color blue
|
||||
EndFont
|
||||
End
|
||||
|
||||
CharStyle Literal
|
||||
LatexType Command
|
||||
LatexName literal
|
||||
Font
|
||||
Family Typewriter
|
||||
EndFont
|
||||
LabelFont
|
||||
Family Roman
|
||||
Color blue
|
||||
EndFont
|
||||
End
|
||||
|
||||
CharStyle Email
|
||||
LatexType Command
|
||||
LatexName email
|
||||
Font
|
||||
Family Typewriter
|
||||
EndFont
|
||||
LabelFont
|
||||
Family Roman
|
||||
Color blue
|
||||
EndFont
|
||||
End
|
||||
|
||||
CharStyle KeyCombo
|
||||
LatexType Command
|
||||
LatexName keycombo
|
||||
Font
|
||||
Family Typewriter
|
||||
EndFont
|
||||
LabelFont
|
||||
Family Roman
|
||||
Color blue
|
||||
EndFont
|
||||
End
|
||||
|
||||
CharStyle KeyCap
|
||||
LatexType Command
|
||||
LatexName keycap
|
||||
Font
|
||||
Family Typewriter
|
||||
EndFont
|
||||
LabelFont
|
||||
Family Roman
|
||||
Color blue
|
||||
EndFont
|
||||
End
|
||||
|
||||
CharStyle GuiMenu
|
||||
LatexType Command
|
||||
LatexName guimenu
|
||||
Font
|
||||
Family Sans
|
||||
EndFont
|
||||
LabelFont
|
||||
Family Roman
|
||||
Color blue
|
||||
EndFont
|
||||
End
|
||||
|
||||
CharStyle GuiMenuItem
|
||||
LatexType Command
|
||||
LatexName guimenuitem
|
||||
Font
|
||||
Family Sans
|
||||
EndFont
|
||||
LabelFont
|
||||
Family Roman
|
||||
Color blue
|
||||
EndFont
|
||||
End
|
||||
|
||||
CharStyle GuiButton
|
||||
LatexType Command
|
||||
LatexName guibutton
|
||||
Font
|
||||
Family Sans
|
||||
EndFont
|
||||
LabelFont
|
||||
Family Roman
|
||||
Color blue
|
||||
EndFont
|
||||
End
|
||||
|
||||
CharStyle MenuChoice
|
||||
LatexType Command
|
||||
LatexName menuchoice
|
||||
Font
|
||||
Family Sans
|
||||
EndFont
|
||||
LabelFont
|
||||
Family Roman
|
||||
Color blue
|
||||
EndFont
|
||||
End
|
@ -28,62 +28,7 @@ Style Standard
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
|
||||
CharStyle Filename
|
||||
LatexType Command
|
||||
LatexName filename
|
||||
Font
|
||||
Family Typewriter
|
||||
EndFont
|
||||
LabelFont
|
||||
Family Roman
|
||||
Color blue
|
||||
EndFont
|
||||
End
|
||||
|
||||
CharStyle Firstname
|
||||
LatexType Command
|
||||
LatexName firstname
|
||||
LabelFont
|
||||
Shape Up
|
||||
Color blue
|
||||
EndFont
|
||||
End
|
||||
|
||||
CharStyle Surname
|
||||
LatexType Command
|
||||
LatexName surname
|
||||
LabelFont
|
||||
Shape Up
|
||||
Color blue
|
||||
EndFont
|
||||
End
|
||||
|
||||
CharStyle Literal
|
||||
LatexType Command
|
||||
LatexName literal
|
||||
Font
|
||||
Family Typewriter
|
||||
EndFont
|
||||
LabelFont
|
||||
Family Roman
|
||||
Color blue
|
||||
EndFont
|
||||
End
|
||||
|
||||
CharStyle Email
|
||||
LatexType Command
|
||||
LatexName email
|
||||
Font
|
||||
Family Typewriter
|
||||
EndFont
|
||||
LabelFont
|
||||
Family Roman
|
||||
Color blue
|
||||
EndFont
|
||||
End
|
||||
|
||||
|
||||
Input db_stdcharstyles.inc
|
||||
Input db_stdlists.inc
|
||||
Input db_stdsections.inc
|
||||
Input db_stdstarsections.inc
|
||||
|
Loading…
Reference in New Issue
Block a user