mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-04 16:42:57 +00:00
toolbar button for boxes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22566 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1583929922
commit
62543f6fb8
@ -24338,6 +24338,14 @@ Boxes can be inserted with the menu
|
|||||||
Insert\SpecialChar \menuseparator
|
Insert\SpecialChar \menuseparator
|
||||||
Box
|
Box
|
||||||
\family default
|
\family default
|
||||||
|
or the toolbar button
|
||||||
|
\begin_inset Graphics
|
||||||
|
filename ../images/box-insert.png
|
||||||
|
scale 85
|
||||||
|
scaleBeforeRotation
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
.
|
.
|
||||||
A grey box with the label
|
A grey box with the label
|
||||||
\family sans
|
\family sans
|
||||||
|
@ -307,7 +307,7 @@ Version 1.5.4
|
|||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Date
|
\begin_layout Date
|
||||||
letzte Änderung: 13.
|
letzte Änderung: 14.
|
||||||
Januar 2008
|
Januar 2008
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
@ -23899,7 +23899,7 @@ usepackage{ftnright}
|
|||||||
placement !h
|
placement !h
|
||||||
wide false
|
wide false
|
||||||
sideways false
|
sideways false
|
||||||
status open
|
status collapsed
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
\begin_inset ERT
|
\begin_inset ERT
|
||||||
@ -23974,7 +23974,7 @@ Standard Fußnoten-Platzierung in einem zweisp.
|
|||||||
placement !h
|
placement !h
|
||||||
wide false
|
wide false
|
||||||
sideways false
|
sideways false
|
||||||
status open
|
status collapsed
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
\begin_inset ERT
|
\begin_inset ERT
|
||||||
@ -24111,7 +24111,7 @@ theendnotes
|
|||||||
\begin_inset Float figure
|
\begin_inset Float figure
|
||||||
wide false
|
wide false
|
||||||
sideways false
|
sideways false
|
||||||
status open
|
status collapsed
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
\align center
|
\align center
|
||||||
@ -25192,6 +25192,14 @@ Boxen werden mit
|
|||||||
Einfügen\SpecialChar \menuseparator
|
Einfügen\SpecialChar \menuseparator
|
||||||
Box
|
Box
|
||||||
\family default
|
\family default
|
||||||
|
oder dem Schalter
|
||||||
|
\begin_inset Graphics
|
||||||
|
filename ../../images/box-insert.png
|
||||||
|
scale 85
|
||||||
|
scaleBeforeRotation
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
eingefügt.
|
eingefügt.
|
||||||
Ein graues Kästchen mit der Aufschrift
|
Ein graues Kästchen mit der Aufschrift
|
||||||
\begin_inset Quotes gld
|
\begin_inset Quotes gld
|
||||||
|
@ -24564,6 +24564,13 @@ Se insertan con el menú
|
|||||||
Insertar\SpecialChar \menuseparator
|
Insertar\SpecialChar \menuseparator
|
||||||
Cuadro
|
Cuadro
|
||||||
\family default
|
\family default
|
||||||
|
o con el botón
|
||||||
|
\begin_inset Graphics
|
||||||
|
filename ../../images/box-insert.png
|
||||||
|
scale 85
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
.
|
.
|
||||||
Surge un recuadro gris con la etiqueta
|
Surge un recuadro gris con la etiqueta
|
||||||
\family sans
|
\family sans
|
||||||
|
@ -24686,7 +24686,15 @@ On peut insérer une boîte en utilisant le menu
|
|||||||
Insérer\SpecialChar \menuseparator
|
Insérer\SpecialChar \menuseparator
|
||||||
Boîte
|
Boîte
|
||||||
\family default
|
\family default
|
||||||
.
|
ou avec le bouton
|
||||||
|
\begin_inset Graphics
|
||||||
|
filename ../../images/box-insert.png
|
||||||
|
scale 85
|
||||||
|
scaleBeforeRotation
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
de la barre d'outils.
|
||||||
Une boîte grise avec une étiquette
|
Une boîte grise avec une étiquette
|
||||||
\family sans
|
\family sans
|
||||||
Boîte\InsetSpace ~
|
Boîte\InsetSpace ~
|
||||||
|
BIN
lib/images/box-insert.png
Normal file
BIN
lib/images/box-insert.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 338 B |
@ -101,6 +101,7 @@ ToolbarSet
|
|||||||
Item "Insert footnote" "footnote-insert"
|
Item "Insert footnote" "footnote-insert"
|
||||||
Item "Insert margin note" "marginalnote-insert"
|
Item "Insert margin note" "marginalnote-insert"
|
||||||
Item "Insert note" "note-insert"
|
Item "Insert note" "note-insert"
|
||||||
|
Item "Insert box" "box-insert"
|
||||||
Item "Insert Hyperlink" "href-insert"
|
Item "Insert Hyperlink" "href-insert"
|
||||||
Item "Insert TeX code" "ert-insert"
|
Item "Insert TeX code" "ert-insert"
|
||||||
Item "Insert math macro" "math-macro newmacroname newcommand"
|
Item "Insert math macro" "math-macro newmacroname newcommand"
|
||||||
|
Loading…
Reference in New Issue
Block a user