X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fdoc%2FEmbeddedObjects.lyx;h=a0eb203ef3912191d069b367d9c55748fb8c413e;hb=2ee880ff21ae663630e2ef3a2baab4bb32cc42ad;hp=3f195677dc7dcfd71abfff59c0f1b7eb000543ce;hpb=295a19dd73c809c33cbfb9a3e378853fd7f4034c;p=lyx.git diff --git a/lib/doc/EmbeddedObjects.lyx b/lib/doc/EmbeddedObjects.lyx index 3f195677dc..a0eb203ef3 100644 --- a/lib/doc/EmbeddedObjects.lyx +++ b/lib/doc/EmbeddedObjects.lyx @@ -1,20 +1,10 @@ #LyX 2.2 created this file. For more info see http://www.lyx.org/ -\lyxformat 498 +\lyxformat 503 \begin_document \begin_header \origin unavailable \textclass scrbook \begin_preamble -% if pdflatex is used -\usepackage{ifpdf} -\ifpdf - -% set fonts for nicer pdf view -\IfFileExists{lmodern.sty} - {\usepackage{lmodern}}{} - -\fi % end if pdflatex is used - % that links to image floats jumps % to the beginning of the float and % not to its caption @@ -65,9 +55,6 @@ % speed up the longtable calculation \setcounter{LTchunksize}{100} -% used for scaled and rotated boxes -\@ifundefined{rotatebox}{\usepackage{graphicx}}{} - % used for colored tables \@ifundefined{textcolor} {\usepackage{color}}{} @@ -166,24 +153,25 @@ \use_default_options false \begin_modules initials +graphicboxes \end_modules \maintain_unincluded_children false \language english \language_package default \inputencoding auto \fontencoding global -\font_roman default -\font_sans default -\font_typewriter default -\font_math auto +\font_roman "lmodern" "default" +\font_sans "lmss" "default" +\font_typewriter "lmtt" "default" +\font_math "auto" "auto" \font_default_family default \use_non_tex_fonts false \font_sc false \font_osf false -\font_sf_scale 100 -\font_tt_scale 100 +\font_sf_scale 100 100 +\font_tt_scale 100 100 \graphics default -\default_output_format default +\default_output_format pdf2 \output_sync 0 \bibtex_command default \index_command default @@ -296,7 +284,7 @@ author: Uwe Stöhr \family sans -Version 2.1.x +Version 2.2.x \end_layout \begin_layout Standard @@ -16778,7 +16766,7 @@ status collapsed \begin_layout Standard As you will see, the content of the first and last table row is not correctly aligned. - To get this alignment, the minipage box must be set into a raisebox + To get this alignment, the minipage box must be set into a raisebox. \begin_inset Foot status collapsed @@ -16799,7 +16787,6 @@ reference "subsec:Vertical-Alignment" \end_inset -. In the example above the second table in the first item is aligned using the \SpecialChar TeX Code command @@ -26912,13 +26899,37 @@ Float on the right side. \end_layout -\begin_layout Plain Layout +\end_inset + \end_layout +\begin_layout Standard +An alternative and simpler solution is to use the module +\family sans +Variable-width Minipages +\family default +, see sec. +\begin_inset space \thinspace{} \end_inset +\begin_inset CommandInset ref +LatexCommand ref +reference "sec:Minipages" + +\end_inset + +. + Variable-width minipages adapt automatically to the width of the figures + and tables. + They do not require an explicit width to be given, and they improve the + horizontal alignment of the figures. + The LyX example file +\emph on +varwidth-floats-side-by-side +\emph default + gives examples of how to do this. \end_layout \begin_layout Section @@ -34095,6 +34106,30 @@ Note: \end_layout +\begin_layout Standard +\begin_inset VSpace bigskip +\end_inset + + +\end_layout + +\begin_layout Standard +\SpecialChar LyX + has also basic support for minipages whose size is automatically determined + by the width of their contents, via the module +\family sans +Variable-width Minipages +\family default +. + The \SpecialChar LyX + example file +\emph on +varwidth-floats-side-by-side +\emph default + gives examples of variable-width minipages used for placing two floats + side-by-side. +\end_layout + \begin_layout Section Parboxes \begin_inset CommandInset label @@ -35020,52 +35055,11 @@ Rotated and Scaled Boxes \end_layout \begin_layout Standard -To use the commands described in this section, the \SpecialChar LaTeX --package -\series bold -graphicx -\series default - -\begin_inset Index idx -status collapsed - -\begin_layout Plain Layout -\SpecialChar LaTeX --packages ! graphicx -\end_layout - -\end_inset - - needs to be loaded in the document preamble with the command -\end_layout - -\begin_layout Standard - -\series bold - -\backslash -@ifundefined{rotatebox} -\begin_inset Newline newline -\end_inset - - -\begin_inset Phantom HPhantom -status open - -\begin_layout Plain Layout - -\series bold -\begin_inset space ~ -\end_inset - - -\end_layout - -\end_inset - -{ -\backslash -usepackage{graphicx}}{} +To use the boxes described in this section, the module +\family sans +GraphicBoxes +\family default + must be loaded in the document settings. \end_layout \begin_layout Standard @@ -35077,7 +35071,7 @@ status open \series bold Note: \series default - Not all DVI-viewers are able to display rotated or scaled material. + Not all DVI viewers are able to display rotated or scaled material. \end_layout \end_inset @@ -35127,27 +35121,31 @@ Rotated Material \end_layout \begin_layout Standard -To rotate material, you can put it into a rotated box. - Such a box is created using the command -\series bold - -\backslash -rotatebox -\series default - in \SpecialChar TeX - Code with the following scheme: -\end_layout - -\begin_layout Standard - -\series bold - -\backslash -rotatebox[rotation origin]{rotation angle}{box content} +To rotate material, you can put it into a +\family sans +Rotatebox +\family default +. + Such a box is inserted via the menu +\family sans +Insert\SpecialChar menuseparator +Custom Insets\SpecialChar menuseparator +Rotatebox +\family default +. \end_layout \begin_layout Standard -The rotation origin is specified in the form +The rotation origin can be specified via the inset +\family sans +Origin +\family default + (menu +\family sans +Insert\SpecialChar menuseparator +Origin +\family default +) in the form \series bold origin=position \series default @@ -35189,50 +35187,51 @@ l \end_layout \begin_layout Standard -In the following example the command +In the following example \series bold - -\backslash -rotatebox[origin=c]{60}{ +origin=c \series default - was inserted as \SpecialChar TeX - Code before the text -\begin_inset Quotes eld -\end_inset - -with rotated -\begin_inset Quotes erd -\end_inset - -; after the text the box was closed by a closing brace + was inserted to the +\family sans +Option +\family default + inset and \series bold -} +60 \series default - in \SpecialChar TeX - Code. + was inserted to the +\family sans +Angle +\family default + inset. \end_layout \begin_layout Standard This is a line -\begin_inset ERT -status collapsed +\begin_inset Flex Rotatebox +status open \begin_layout Plain Layout +\begin_inset Argument 1 +status open - -\backslash -rotatebox[origin=c]{60}{ +\begin_layout Plain Layout +origin=c \end_layout \end_inset -with rotated -\begin_inset ERT -status collapsed + +\begin_inset Argument 2 +status open \begin_layout Plain Layout +60 +\end_layout -} +\end_inset + +with rotated \end_layout \end_inset @@ -35245,15 +35244,26 @@ The box content can also be another box or an inline formula: \end_layout \begin_layout Standard -This is a line -\begin_inset ERT -status collapsed +This is a line +\begin_inset Flex Rotatebox +status open + +\begin_layout Plain Layout +\begin_inset Argument 1 +status open \begin_layout Plain Layout +origin=r +\end_layout +\end_inset -\backslash -rotatebox[origin=r]{-60}{ + +\begin_inset Argument 2 +status open + +\begin_layout Plain Layout +-60 \end_layout \end_inset @@ -35284,40 +35294,39 @@ with rotated \end_inset -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - -} \end_layout \end_inset framed text -\begin_inset ERT -status collapsed +\begin_inset Flex Rotatebox +status open \begin_layout Plain Layout +\begin_inset Argument 1 +status open - -\backslash -rotatebox[origin=lb]{60}{ +\begin_layout Plain Layout +origin=lb \end_layout \end_inset -\begin_inset Formula $\int A\,\mathrm{d}x=B$ +\begin_inset Argument 2 +status open + +\begin_layout Plain Layout +60 +\end_layout + \end_inset -\begin_inset ERT -status collapsed +\begin_inset Formula $\int A\,\mathrm{d}x=B$ +\end_inset -\begin_layout Plain Layout -} \end_layout \end_inset @@ -35330,15 +35339,26 @@ or an image or table: \end_layout \begin_layout Standard -This is a line -\begin_inset ERT -status collapsed +This is a line +\begin_inset Flex Rotatebox +status open + +\begin_layout Plain Layout +\begin_inset Argument 1 +status open \begin_layout Plain Layout +origin=lb +\end_layout +\end_inset -\backslash -rotatebox[origin=lb]{90}{ + +\begin_inset Argument 2 +status open + +\begin_layout Plain Layout +90 \end_layout \end_inset @@ -35352,25 +35372,20 @@ rotatebox[origin=lb]{90}{ \end_inset -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - -} \end_layout \end_inset with a rotated image -\begin_inset ERT -status collapsed +\begin_inset Flex Rotatebox +status open \begin_layout Plain Layout +\begin_inset Argument 2 +status open - -\backslash -rotatebox[origin=l]{-90}{ +\begin_layout Plain Layout +-90 \end_layout \end_inset @@ -35426,12 +35441,6 @@ r \end_inset -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - -} \end_layout \end_inset @@ -35457,6 +35466,29 @@ Table Customization ! Rotating \end_inset +\end_layout + +\begin_layout Standard +\begin_inset Note Greyedout +status open + +\begin_layout Plain Layout + +\series bold +Note: +\series default + If the +\family sans +Angle +\family default + inset is empty or contains other characters than numbers you will get \SpecialChar LaTeX + + errors when viewing/exporting the document. +\end_layout + +\end_inset + + \end_layout \begin_layout Subsection @@ -35484,107 +35516,123 @@ Scaled Material \end_layout \begin_layout Standard -To scale material the commands -\series bold - -\backslash -scalebox -\series default - and -\series bold - -\backslash -resizebox -\series default - can be used as \SpecialChar TeX - Code. +To scale material put it into a +\family sans +Scalebox +\family default +. + Such a box is inserted via the menu +\family sans +Insert\SpecialChar menuseparator +Custom Insets\SpecialChar menuseparator +Scalebox +\family default +. \end_layout \begin_layout Standard - -\series bold - -\backslash -scalebox -\series default - is used with the following scheme: +The +\family sans +Scalebox +\family default + inset has the mandatory inset +\family sans +H-Factor +\family default + and the optional inset +\family sans +V-Factor +\family default + (inserted via the menu +\family sans +Insert\SpecialChar menuseparator +V-Factor) +\family default +. + Input there there horizontal and vertical scale factor, respectively. + If no +\family sans +V-Factor +\family default + inset is used, the horizontal factor will also be used as the vertical + one. \end_layout \begin_layout Standard - +To get for example the double text size, compared to the document text size, + insert \series bold - -\backslash -scalebox{horizontal}[vertical]{box content} -\end_layout - -\begin_layout Standard -Horizontal and vertical are the corresponding scaling factors. - If no vertical scaling factor is given, the horizontal factor will also - be used as the vertical one. -\end_layout - -\begin_layout Standard -The command -\series bold - -\backslash -scalebox{2}{Hello} +2 \series default - creates for example a double size -\begin_inset ERT -status collapsed + into the +\family sans +H-Factor +\family default + inset. + An example: +\begin_inset Flex Scalebox +status open \begin_layout Plain Layout +\begin_inset Argument 1 +status open - -\backslash -scalebox{2}{ +\begin_layout Plain Layout +2 \end_layout \end_inset Hello -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - -} \end_layout \end_inset -, compared with the document text size. + \end_layout \begin_layout Standard \series bold - -\backslash -scalebox{2}[1]{Hello} +2 \series default - on the other hand distorts the -\begin_inset ERT -status collapsed + as +\family sans +H-Factor +\family default + and +\series bold +1 +\series default + as +\family sans +V-Factor +\family default + distorts the +\begin_inset Flex Scalebox +status open \begin_layout Plain Layout +\begin_inset Argument 1 +status open - -\backslash -scalebox{2}[1]{ +\begin_layout Plain Layout +2 \end_layout \end_inset -Hello -\begin_inset ERT -status collapsed + +\begin_inset Argument 2 +status open \begin_layout Plain Layout +1 +\end_layout -} +\end_inset + +Hello \end_layout \end_inset @@ -35594,32 +35642,47 @@ status collapsed \begin_layout Standard If the scaling factor is negative, the box content will be mirrored. - Therefore the command + Therefore \series bold - -\backslash -scalebox{-1}[1]{Hello} +-1 +\series default + as +\family sans +H-Factor +\family default + and +\series bold +1 \series default + as +\family sans +V-Factor +\family default can be used to create mirror writing: -\begin_inset ERT -status collapsed +\begin_inset Flex Scalebox +status open \begin_layout Plain Layout +\begin_inset Argument 1 +status open - -\backslash -scalebox{-1}[1]{ +\begin_layout Plain Layout +-1 \end_layout \end_inset -Hello -\begin_inset ERT -status collapsed + +\begin_inset Argument 2 +status open \begin_layout Plain Layout +1 +\end_layout -} +\end_inset + +Hello \end_layout \end_inset @@ -35630,30 +35693,45 @@ status collapsed \begin_layout Standard \series bold - -\backslash -scalebox{1}[-1]{Hello} +-1 +\series default + as +\family sans +H-Factor +\family default + and +\series bold +1 \series default + as +\family sans +V-Factor +\family default reflects the -\begin_inset ERT -status collapsed +\begin_inset Flex Scalebox +status open \begin_layout Plain Layout +\begin_inset Argument 1 +status open - -\backslash -scalebox{1}[-1]{ +\begin_layout Plain Layout +1 \end_layout \end_inset -Hello -\begin_inset ERT -status collapsed + +\begin_inset Argument 2 +status open \begin_layout Plain Layout +-1 +\end_layout -} +\end_inset + +Hello \end_layout \end_inset @@ -35662,82 +35740,158 @@ status collapsed \end_layout \begin_layout Standard -Equivalent to +The +\family sans +Reflectbox +\family default + (menu +\family sans +Insert\SpecialChar menuseparator +Custom Insets\SpecialChar menuseparator +Reflectbox +\family default +) is equivalent to \series bold - -\backslash -scalebox{-1}[1]{box content} +-1 \series default - there exists the command -\begin_inset Newline newline -\end_inset - - + as +\family sans +H-Factor +\family default + and \series bold - -\backslash -reflectbox{box content} +1 \series default + as +\family sans +V-Factor +\family default +for a +\family sans +Scalebox +\family default . \end_layout \begin_layout Standard -\begin_inset VSpace bigskip -\end_inset +\begin_inset Note Greyedout +status open -The command -\series bold +\begin_layout Plain Layout -\backslash -resizebox +\series bold +Note: \series default - is used to scale the box to a defined width and height. - The command scheme is: + If the +\family sans +H-Factor +\family default + inset is empty or contains other characters than numbers you will get LaTeX + errors when viewing/exporting the document. \end_layout -\begin_layout Standard +\end_inset -\series bold -\backslash -resizebox{width}{height}{box content} \end_layout \begin_layout Standard -If one of the two command arguments given is an exclamation mark +\begin_inset VSpace bigskip +\end_inset + +The +\family sans +Resizebox +\family default + (menu +\family sans +Insert\SpecialChar menuseparator +Custom Insets\SpecialChar menuseparator +Resizebox +\family default +) is used to scale the content to a defined width and height. + The +\family sans +Resizebox +\family default + inset has the mandatory inset +\family sans +Width +\family default + and the optional inset +\family sans +Height +\family default + (inserted via the menu +\family sans +Insert\SpecialChar menuseparator +Height) +\family default +. + Input there there width and height, respectively, as value with a unit. + +\begin_inset CommandInset ref +LatexCommand ref +reference "tab:Units" + +\end_inset + + lists the possible units. + If there is an exclamation mark \series bold ! \series default -, the size is set so that the aspect ratio of the box content is kept. + in of of the two insets, the size is set so that the aspect ratio of the + box content is kept. + If no +\family sans +Height +\family default + inset is used an exclamation mark will internally be used for the height. \end_layout \begin_layout Standard -The command -\series bold -\backslash -resizebox{2cm}{1cm}{Hello} +\series bold +2cm +\series default + as +\family sans +Width +\family default + and +\series bold +1cm \series default + as +\family sans +Height +\family default produces: -\begin_inset ERT -status collapsed +\begin_inset Flex Resizebox +status open \begin_layout Plain Layout +\begin_inset Argument 1 +status open - -\backslash -resizebox{2cm}{1cm}{ +\begin_layout Plain Layout +2cm \end_layout \end_inset -Hello -\begin_inset ERT -status collapsed + +\begin_inset Argument 2 +status open \begin_layout Plain Layout +1cm +\end_layout -} +\end_inset + +Hello \end_layout \end_inset @@ -35746,44 +35900,59 @@ status collapsed \begin_inset Newline newline \end_inset -The command -\series bold -\backslash -resizebox{2cm}{!}{Hello} +\series bold +2cm \series default - produces: -\begin_inset ERT -status collapsed + as +\family sans +Width +\family default + and +\series bold +! +\series default + as +\family sans +Height +\family default + (or no +\family sans +Height +\family default +) produces: +\begin_inset Flex Resizebox +status open \begin_layout Plain Layout +\begin_inset Argument 1 +status open - -\backslash -resizebox{2cm}{!}{ +\begin_layout Plain Layout +2cm \end_layout \end_inset -Hello -\begin_inset ERT -status collapsed -\begin_layout Plain Layout +\begin_inset Argument 2 +status open -} +\begin_layout Plain Layout +! \end_layout \end_inset - +Hello \end_layout -\begin_layout Standard -\begin_inset VSpace bigskip \end_inset +\end_layout + +\begin_layout Standard \begin_inset Note Greyedout status open @@ -35792,21 +35961,12 @@ status open \series bold Note: \series default - When arguments of -\series bold - -\backslash -scalebox -\series default - or -\series bold - -\backslash -resizebox -\series default - are set to zero, no \SpecialChar LaTeX --errors occur when exporting the document but the exported - files can not or only partly be displayed. + If the +\family sans +Width +\family default + inset is empty or contains an invalid unit you will get LaTeX errors when + viewing/exporting the document. \end_layout \end_inset @@ -35823,64 +35983,77 @@ resizebox \begin_layout Standard The boxes can be combined in any order. - E. -\begin_inset space \thinspace{} -\end_inset + As example a +\family sans +Reflectbox +\family default + inside a +\family sans +Resizebox +\family default + which is in turn inside a +\family sans +Rotatebox +\family default +: +\end_layout -g. -\begin_inset space \space{} -\end_inset +\begin_layout Standard +\noindent +\align center +\begin_inset Flex Rotatebox +status open + +\begin_layout Plain Layout +\begin_inset Argument 1 +status open + +\begin_layout Plain Layout +origin=c +\end_layout -the command -\begin_inset Newline newline \end_inset -\series bold +\begin_inset Argument 2 +status open + +\begin_layout Plain Layout +-45 +\end_layout -\backslash -rotatebox[origin=c]{-45}{ -\backslash -resizebox{2cm}{!}{ -\backslash -reflectbox{Hello}}} -\begin_inset Newline newline \end_inset -\series default -produces: -\begin_inset Separator parbreak -\end_inset +\begin_inset Flex Resizebox +status open +\begin_layout Plain Layout +\begin_inset Argument 1 +status open +\begin_layout Plain Layout +2cm \end_layout -\begin_layout Standard -\align center -\begin_inset ERT -status collapsed +\end_inset -\begin_layout Plain Layout +\begin_inset Flex Reflectbox +status open -\backslash -rotatebox[origin=c]{-45}{ -\backslash -resizebox{2cm}{!}{ -\backslash -reflectbox{ +\begin_layout Plain Layout +Hello \end_layout \end_inset -Hello -\begin_inset ERT -status collapsed -\begin_layout Plain Layout +\end_layout + +\end_inset + -}}} \end_layout \end_inset @@ -35891,31 +36064,29 @@ status collapsed \begin_layout Standard \noindent Images, tables, and inline formulas are allowed as box content: -\begin_inset Separator parbreak -\end_inset - - \end_layout \begin_layout Standard +\noindent \align center -\begin_inset ERT -status collapsed +\begin_inset Flex Resizebox +status open \begin_layout Plain Layout +\begin_inset Argument 1 +status open - -\backslash -rotatebox[origin=c]{-30}{ -\backslash -resizebox{2cm}{!}{ -\backslash -reflectbox{ +\begin_layout Plain Layout +2cm \end_layout \end_inset +\begin_inset Flex Reflectbox +status open + +\begin_layout Plain Layout \begin_inset Graphics filename clipart/platypus.eps lyxscale 50 @@ -35924,34 +36095,34 @@ reflectbox{ \end_inset -\begin_inset ERT -status collapsed +\end_layout + +\end_inset -\begin_layout Plain Layout -}}} \end_layout \end_inset - -\begin_inset ERT -status collapsed + +\begin_inset Flex Resizebox +status open \begin_layout Plain Layout +\begin_inset Argument 1 +status open - -\backslash -rotatebox[origin=c]{-45}{ -\backslash -resizebox{2cm}{!}{ -\backslash -reflectbox{ +\begin_layout Plain Layout +2cm \end_layout \end_inset +\begin_inset Flex Reflectbox +status open + +\begin_layout Plain Layout \begin_inset Tabular @@ -36002,44 +36173,43 @@ r \end_inset -\begin_inset ERT -status collapsed +\end_layout + +\end_inset -\begin_layout Plain Layout -}}} \end_layout \end_inset - -\begin_inset ERT -status collapsed + +\begin_inset Flex Resizebox +status open \begin_layout Plain Layout +\begin_inset Argument 1 +status open - -\backslash -rotatebox[origin=c]{-45}{ -\backslash -resizebox{2cm}{!}{ -\backslash -reflectbox{ +\begin_layout Plain Layout +3cm \end_layout \end_inset +\begin_inset Flex Reflectbox +status open + +\begin_layout Plain Layout \begin_inset Formula $\int A\,\mathrm{d}x=B$ \end_inset -\begin_inset ERT -status collapsed +\end_layout + +\end_inset -\begin_layout Plain Layout -}}} \end_layout \end_inset @@ -36418,11 +36588,9 @@ reference "sec:Wrap-Floats" \begin_inset Text \begin_layout Plain Layout -\begin_inset Graphics - filename ../images/dialog-show-new-inset_graphics.png - scale 70 - scaleBeforeRotation - +\begin_inset Info +type "icon" +arg "dialog-show-new-inset graphics" \end_inset @@ -36484,11 +36652,9 @@ text \begin_inset Text \begin_layout Plain Layout -\begin_inset Graphics - filename ../images/dialog-show-new-inset_graphics.png - scale 70 - scaleBeforeRotation - +\begin_inset Info +type "icon" +arg "dialog-show-new-inset graphics" \end_inset @@ -36566,11 +36732,9 @@ text \begin_inset Text \begin_layout Plain Layout -\begin_inset Graphics - filename ../images/dialog-show-new-inset_graphics.png - scale 70 - scaleBeforeRotation - +\begin_inset Info +type "icon" +arg "dialog-show-new-inset graphics" \end_inset @@ -36632,11 +36796,9 @@ text \begin_inset Text \begin_layout Plain Layout -\begin_inset Graphics - filename ../images/dialog-show-new-inset_graphics.png - scale 70 - scaleBeforeRotation - +\begin_inset Info +type "icon" +arg "dialog-show-new-inset graphics" \end_inset @@ -36670,11 +36832,9 @@ text \begin_inset Text \begin_layout Plain Layout -\begin_inset Graphics - filename ../images/dialog-show-new-inset_graphics.png - scale 70 - scaleBeforeRotation - +\begin_inset Info +type "icon" +arg "dialog-show-new-inset graphics" \end_inset @@ -36775,11 +36935,9 @@ text \begin_inset Text \begin_layout Plain Layout -\begin_inset Graphics - filename ../images/dialog-show-new-inset_graphics.png - scale 70 - scaleBeforeRotation - +\begin_inset Info +type "icon" +arg "dialog-show-new-inset graphics" \end_inset @@ -36837,11 +36995,9 @@ text \begin_inset Text \begin_layout Plain Layout -\begin_inset Graphics - filename ../images/dialog-show-new-inset_graphics.png - scale 70 - scaleBeforeRotation - +\begin_inset Info +type "icon" +arg "dialog-show-new-inset graphics" \end_inset @@ -36933,11 +37089,9 @@ text \begin_inset Text \begin_layout Plain Layout -\begin_inset Graphics - filename ../images/dialog-show-new-inset_graphics.png - scale 70 - scaleBeforeRotation - +\begin_inset Info +type "icon" +arg "dialog-show-new-inset graphics" \end_inset @@ -37028,11 +37182,9 @@ text \begin_inset Text \begin_layout Plain Layout -\begin_inset Graphics - filename ../images/dialog-show-new-inset_graphics.png - scale 70 - scaleBeforeRotation - +\begin_inset Info +type "icon" +arg "dialog-show-new-inset graphics" \end_inset