mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 22:06:15 +00:00
Add sub menu for font changes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4615 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a61a4ace28
commit
5e4dbd344c
@ -1,3 +1,9 @@
|
|||||||
|
|
||||||
|
2002-07-12 André Pönitz <poenitz@gmx.net>
|
||||||
|
|
||||||
|
* ui/default.ui: add menu for font changes
|
||||||
|
* symbols: add textt
|
||||||
|
|
||||||
2002-07-10 Andrew Zabolotny <zap@cobra.ru>
|
2002-07-10 Andrew Zabolotny <zap@cobra.ru>
|
||||||
|
|
||||||
* bind/emacs.bind:
|
* bind/emacs.bind:
|
||||||
@ -23,9 +29,6 @@
|
|||||||
2002-07-09 André Pönitz <poenitz@gmx.net>
|
2002-07-09 André Pönitz <poenitz@gmx.net>
|
||||||
|
|
||||||
* symbols: use it to define insets, too
|
* symbols: use it to define insets, too
|
||||||
|
|
||||||
2002-07-09 André Pönitz <poenitz@gmx.net>
|
|
||||||
|
|
||||||
* configure.m4:
|
* configure.m4:
|
||||||
* symbols: wasy symbols added
|
* symbols: wasy symbols added
|
||||||
|
|
||||||
|
@ -58,6 +58,7 @@ textit font forcetext
|
|||||||
textmd font forcetext
|
textmd font forcetext
|
||||||
textrm font forcetext
|
textrm font forcetext
|
||||||
textsl font forcetext
|
textsl font forcetext
|
||||||
|
texttt font forcetext
|
||||||
textup font forcetext
|
textup font forcetext
|
||||||
|
|
||||||
# old-style font commands
|
# old-style font commands
|
||||||
|
@ -226,9 +226,35 @@ Menuset
|
|||||||
Item "Array environment|y" "math-insert matrix 2 2"
|
Item "Array environment|y" "math-insert matrix 2 2"
|
||||||
Item "Cases environment|C" "math-insert cases 2"
|
Item "Cases environment|C" "math-insert cases 2"
|
||||||
Separator
|
Separator
|
||||||
|
Submenu "Font Change|f" "insert_math_font"
|
||||||
Item "Math Panel|l" "math-panel"
|
Item "Math Panel|l" "math-panel"
|
||||||
End
|
End
|
||||||
|
|
||||||
|
Menu "insert_math_font"
|
||||||
|
Item "Math normal font" "math-insert \mathnormal"
|
||||||
|
Separator
|
||||||
|
Item "Math calligraphic family" "math-insert \mathcal"
|
||||||
|
Item "Math fraktur family" "math-insert \mathfrak"
|
||||||
|
Item "Math roman family" "math-insert \mathrm"
|
||||||
|
Item "Math sans serif family" "math-insert \mathsf"
|
||||||
|
Separator
|
||||||
|
Item "Math bold series" "math-insert \mathbf"
|
||||||
|
Separator
|
||||||
|
Item "Text normal font" "math-insert \textnormal"
|
||||||
|
Separator
|
||||||
|
Item "Text roman family" "math-insert \textrm"
|
||||||
|
Item "Text sans serif family" "math-insert \textsf"
|
||||||
|
Item "Text typewriter family" "math-insert \texttt"
|
||||||
|
Separator
|
||||||
|
Item "Text bold series" "math-insert \textbf"
|
||||||
|
Item "Text medium series" "math-insert \textmd"
|
||||||
|
Separator
|
||||||
|
Item "Text italic shape" "math-insert \textit"
|
||||||
|
Item "Text small caps shape" "math-insert \textsc"
|
||||||
|
Item "Text slanted shape" "math-insert \textsl"
|
||||||
|
Item "Text upright shape" "math-insert \textup"
|
||||||
|
End
|
||||||
|
|
||||||
Menu "insert_floats"
|
Menu "insert_floats"
|
||||||
FloatInsert
|
FloatInsert
|
||||||
End
|
End
|
||||||
|
Loading…
Reference in New Issue
Block a user