X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fdoc%2FEmbeddedObjects.lyx;h=282a1047f763931a78500bec7f29a9d64cf26a3b;hb=e2f2e1319180ae66e97633d8a141a7ef8e61a6e2;hp=4756018206aac87c80f915e13402bb8ba67ddcbd;hpb=823f982571a9dd7451b738a6c0d85140967552ab;p=lyx.git diff --git a/lib/doc/EmbeddedObjects.lyx b/lib/doc/EmbeddedObjects.lyx index 4756018206..282a1047f7 100644 --- a/lib/doc/EmbeddedObjects.lyx +++ b/lib/doc/EmbeddedObjects.lyx @@ -144,13 +144,19 @@ \setboolean{sidecap}{true}} {\setboolean{sidecap}{false}} -% redefine the \LyX macro for PDF bookmarks -\def\LyX{\texorpdfstring{% - L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@} - {LyX}} +% check for picinpar +% used for surrounded fixed objects +\newboolean{picinpar} +\IfFileExists{picinpar.sty} + {\usepackage{picinpar} + \setboolean{picinpar}{true}} + {\setboolean{picinpar}{false}} \end_preamble \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading \use_default_options false +\begin_modules +initials +\end_modules \maintain_unincluded_children false \language english \language_package default @@ -187,7 +193,7 @@ \pdf_colorlinks true \pdf_backref false \pdf_pdfusetitle false -\pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false" +\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false" \papersize default \use_geometry false \use_amsmath 2 @@ -300,9 +306,9 @@ colortbl \series default , \series bold -marginnote +lettrine, marginnote, picinpar \series default -, and + and \series bold sidecap \series default @@ -19570,6 +19576,13 @@ fi \begin_layout Chapter Floats +\begin_inset CommandInset label +LatexCommand label +name "chap:Floats" + +\end_inset + + \begin_inset Index idx status collapsed @@ -19729,13 +19742,25 @@ reference "sec:Table-Floats" \end_inset respectively, LyX offers the float types -\series bold +\family sans Algorithm -\series default +\family default and -\series bold +\family sans Wrap -\series default +\family default +. + The latter are explained in sec. +\begin_inset space \thinspace{} +\end_inset + + +\begin_inset CommandInset ref +LatexCommand ref +reference "sec:Wrap-Floats" + +\end_inset + . \end_layout @@ -20003,268 +20028,6 @@ package . \end_layout -\begin_layout Subsection -Wrap Floats -\begin_inset Index idx -status collapsed - -\begin_layout Plain Layout -Floats ! Wrap Floats -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Standard -\begin_inset Wrap figure -lines 0 -placement l -overhang 1cm -width "40col%" -status open - -\begin_layout Plain Layout -\begin_inset Graphics - filename clipart/mobius.eps - width 40col% - scaleBeforeRotation - rotateOrigin center - -\end_inset - - -\end_layout - -\begin_layout Plain Layout -\begin_inset Caption - -\begin_layout Plain Layout -\begin_inset CommandInset label -LatexCommand label -name "fig:This-is-a" - -\end_inset - -This is a figure wrap float. -\end_layout - -\end_inset - - -\end_layout - -\end_inset - - This float type is used if you want to wrap text around a figure or table - so that it only occupies some fraction of the column width. - It can be inserted using the menu -\family sans -Insert\SpecialChar \menuseparator -Floats\SpecialChar \menuseparator -Figure -\begin_inset space ~ -\end_inset - -Wrap -\begin_inset space ~ -\end_inset - -Float -\family default - or -\family sans -Table -\begin_inset space ~ -\end_inset - -Wrap -\begin_inset space ~ -\end_inset - -Float -\family default - if the LaTeX-package -\series bold -wrapfig -\series default - -\begin_inset Index idx -status collapsed - -\begin_layout Plain Layout -LaTeX-packages ! wrapfig -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - - -\backslash -vspace{4mm} -\end_layout - -\end_inset - - -\end_layout - -\end_inset - - is installed. -\begin_inset Foot -status collapsed - -\begin_layout Plain Layout -Installing a LaTeX-package is explained it in the -\emph on -LaTeX -\begin_inset space ~ -\end_inset - -Configuration -\emph default - manual. -\end_layout - -\end_inset - - The settings of the float can be modified by right-clicking on the float - box. - The mandatory settings are the float -\family sans -Placement -\family default - and its -\family sans -Width -\family default -. - Optional are the -\family sans -Overhang -\family default - that specifies how much the float is set into the paragraph -\begin_inset space \thinspace{} -\end_inset - -/ -\begin_inset space \thinspace{} -\end_inset - -page margin, and the -\family sans -Line -\begin_inset space ~ -\end_inset - -span -\family default - that specifies how many text lines the float will approximately need. - The line span is often hard to approximate; so it is better only to use - it when you encounter float placement problems. - You can furthermore decide if LaTeX is allowed to let the float float within - the paragraph or to surrounding paragraphs. - Figure -\begin_inset space ~ -\end_inset - - -\begin_inset CommandInset ref -LatexCommand ref -reference "fig:This-is-a" - -\end_inset - - is an example text wrap float with a width of 40 -\begin_inset space \thinspace{} -\end_inset - -col%, 1 -\begin_inset space \thinspace{} -\end_inset - -cm overhang, set to the left. -\begin_inset Foot -status collapsed - -\begin_layout Plain Layout -Available units are explained in appendix -\begin_inset space ~ -\end_inset - - -\begin_inset CommandInset ref -LatexCommand ref -reference "cha:Units-available-in" - -\end_inset - -. -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Standard -\begin_inset Note Greyedout -status open - -\begin_layout Plain Layout - -\series bold -Note: -\series default - Text -\begin_inset space ~ -\end_inset - -wrap float floats are fragile! E. -\begin_inset space \thinspace{} -\end_inset - -g. -\begin_inset space \space{} -\end_inset - -having a figure too close to the bottom of the page can mess things up in - such a way that the float does not appear in the output or that it is placed - over some other text. -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Standard -In general: -\end_layout - -\begin_layout Itemize -Wrap floats should not be placed in paragraphs that run over a page break. - That means that wrap floats are better inserted in their exact place when - the document is almost finished and you are able to estimate where page - breaks will appear. -\end_layout - -\begin_layout Itemize -Wrap floats should either be placed in their own paragraph before the paragraph - where they should wrap into or within a paragraph. -\end_layout - -\begin_layout Itemize -Wrap floats in consecutive paragraphs may cause troubles, so ensure that - there is a text paragraph between them as separator. -\end_layout - -\begin_layout Itemize -Wrap floats are not allowed in section headings or tables. -\end_layout - \begin_layout Section Float Numbering \begin_inset Index idx @@ -24911,63 +24674,15 @@ button \begin_inset VSpace bigskip \end_inset -You can change the text color of the greyed out notes in the preamble with - the following command: -\end_layout - -\begin_layout Standard - -\series bold - -\backslash -renewenvironment{lyxgreyedout} -\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 -textcolor{color} -\backslash -bgroup}{ -\backslash -egroup} -\end_layout - -\begin_layout Standard -The available colors and the method to define colors is explained in section -\begin_inset space ~ -\end_inset - - -\begin_inset CommandInset ref -LatexCommand ref -reference "sec:Colored-Tables" - -\end_inset - +You can change the text color of the greyed out notes in the menu +\family sans +Document\SpecialChar \menuseparator +Settings\SpecialChar \menuseparator +Colors +\family default . \end_layout -\begin_layout Standard -Notes that appear in blue in this document are set using greyed out notes - with blue text. -\end_layout - \begin_layout Section Footnotes \begin_inset CommandInset label @@ -28630,7 +28345,7 @@ fboxrule \end_inset pt. - It can be changed with the following command in TeX-Code to e. + It can be changed with the following command in TeX-code to e. \begin_inset space \thinspace{} \end_inset @@ -28888,7 +28603,7 @@ num \begin_inset space \thinspace{} \end_inset -minimum(width and heigth of box) +minimum(width and height of box) \family default . The default is @@ -32009,12 +31724,12 @@ fleqn \end_layout \begin_layout Chapter -External Document Parts +Objects Surrounded by Text \begin_inset Index idx status collapsed \begin_layout Plain Layout -External Document Parts +Surrounded by text \end_layout \end_inset @@ -32022,74 +31737,68 @@ External Document Parts \end_layout -\begin_layout Standard -With the menu -\family sans -Insert\SpecialChar \menuseparator -File -\family default - you can insert external material to your document. - This can be: -\end_layout +\begin_layout Section +Wrap Floats +\begin_inset CommandInset label +LatexCommand label +name "sec:Wrap-Floats" -\begin_layout Description -LyX -\begin_inset space ~ \end_inset -Document Another LyX document; its content is directly inserted to your - document. -\end_layout -\begin_layout Description -Plain -\begin_inset space ~ -\end_inset +\begin_inset Index idx +status collapsed -Text A text document; each line is inserted in your document as a separate - paragraph. +\begin_layout Plain Layout +Floats ! Wrap Floats \end_layout -\begin_layout Description -Plain -\begin_inset space ~ \end_inset -Text, -\begin_inset space ~ -\end_inset -Join -\begin_inset space ~ -\end_inset +\begin_inset Index idx +status collapsed -Lines A text document; text lines are inserted in your document continuously - but an empty text line creates a new paragraph. +\begin_layout Plain Layout +Surrounded by text ! Wrap Floats \end_layout -\begin_layout Description -External -\begin_inset space ~ \end_inset -Material Files in various formats. + \end_layout -\begin_layout Description -Child -\begin_inset space ~ +\begin_layout Standard +\begin_inset Wrap figure +lines 0 +placement l +overhang 1cm +width "40col%" +status open + +\begin_layout Plain Layout +\begin_inset Graphics + filename clipart/mobius.eps + width 40col% + scaleBeforeRotation + rotateOrigin center + \end_inset -Document LyX or LaTeX-documents. + \end_layout -\begin_layout Section -External Material -\begin_inset Index idx -status collapsed +\begin_layout Plain Layout +\begin_inset Caption \begin_layout Plain Layout -External Document Parts ! External Material +\begin_inset CommandInset label +LatexCommand label +name "fig:This-is-a" + +\end_inset + +This is a figure wrap float. \end_layout \end_inset @@ -32097,384 +31806,2133 @@ External Document Parts ! External Material \end_layout -\begin_layout Standard -The external material feature allows you to insert files in to your document - without converting them to a format that can be read by the document output - format. - LyX takes care of the necessary conversions. - This is similar to images that can be inserted in various image formats - in LyX documents. - When you have enabled Instant Preview in LyX's preferences under +\end_inset + + This float type is used if you want to wrap text around a figure or table + so that it only occupies some fraction of the column width. + It can be inserted using the menu \family sans -Look +Insert\SpecialChar \menuseparator +Floats\SpecialChar \menuseparator +Figure \begin_inset space ~ \end_inset -and +Wrap \begin_inset space ~ \end_inset -feel\SpecialChar \menuseparator -Graphics -\family default -, the external material types Dia and Xfig are directly shown in LyX. -\end_layout - -\begin_layout Standard -External material can be inserted via the -\family sans -External Material +Float \family default - dialog that is accessible with the menu + or \family sans -Insert\SpecialChar \menuseparator -File\SpecialChar \menuseparator -External +Table \begin_inset space ~ \end_inset -Material -\family default -. - Currently the following file types ( -\family sans -Templates -\family default -) are allowed: -\end_layout +Wrap +\begin_inset space ~ +\end_inset -\begin_layout Description -ChessDiagram This template supports chess position diagrams made with the - program +Float +\family default + if the LaTeX-package \series bold +wrapfig +\series default -\begin_inset CommandInset href -LatexCommand href -name "XBoard" -target "http://en.wikipedia.org/wiki/XBoard" +\begin_inset Index idx +status collapsed -\end_inset +\begin_layout Plain Layout +LaTeX-packages ! wrapfig +\begin_inset ERT +status collapsed +\begin_layout Plain Layout -\series default -. -\end_layout -\begin_layout Description -Date This inserts the date in the form -\emph on -Day-Month-Year -\emph default -. - This is a date inserted as external material: -\begin_inset External - template Date - filename . +\backslash +vspace{4mm} +\end_layout \end_inset -\begin_inset space ~ -\end_inset +\end_layout +\end_inset -\begin_inset Note Note -status open + is installed. +\begin_inset Foot +status collapsed \begin_layout Plain Layout -Remove the protected space when bug 4398 is fixed! +Installing a LaTeX-package is explained it in the +\emph on +LaTeX +\begin_inset space ~ +\end_inset + +Configuration +\emph default + manual. \end_layout \end_inset + The settings of the float can be modified by right-clicking on the float + box. + The mandatory settings are the float +\family sans +Placement +\family default + and its +\family sans +Width +\family default +. + Optional are the +\family sans +Overhang +\family default + that specifies how much the float is set into the paragraph +\begin_inset space \thinspace{} +\end_inset -\begin_inset Newline newline +/ +\begin_inset space \thinspace{} \end_inset -The date is not shown within LyX, only in the output. - There are two other methods of inserting a date: Via menu +page margin, and the \family sans -Insert\SpecialChar \menuseparator -Date -\family default - and with the LaTeX command -\series bold +Line +\begin_inset space ~ +\end_inset -\backslash -today -\series default - as TeX-Code. - The different methods are compared in Table +span +\family default + that specifies how many text lines the float will approximately need. + The line span is often hard to approximate; so it is better only to use + it when you encounter float placement problems. + You can furthermore decide if LaTeX is allowed to let the float float within + the paragraph or to surrounding paragraphs. + Figure \begin_inset space ~ \end_inset \begin_inset CommandInset ref LatexCommand ref -reference "tab:Comparison-of-the" +reference "fig:This-is-a" \end_inset -. + is an example text wrap float with a width of 40 +\begin_inset space \thinspace{} +\end_inset + +col%, 1 +\begin_inset space \thinspace{} +\end_inset + +cm overhang, set to the left. \end_layout -\begin_layout Description -Dia This template supports diagrams created with the program -\series bold +\begin_layout Standard +\begin_inset Note Greyedout +status open -\begin_inset CommandInset href -LatexCommand href -name "Dia" -target "http://en.wikipedia.org/wiki/Dia_(software)" +\begin_layout Plain Layout +\series bold +Note: +\series default + Text +\begin_inset space ~ \end_inset +wrap float floats are fragile! E. +\begin_inset space \thinspace{} +\end_inset -\series default -. +g. +\begin_inset space \space{} +\end_inset + +having a figure too close to the bottom of the page can mess things up in + such a way that the float does not appear in the output or that it is placed + over some other text. \end_layout -\begin_layout Description -LilyPond This template is used for music notation typeset with the program -\begin_inset Newline linebreak \end_inset -\series bold +\end_layout -\begin_inset CommandInset href -LatexCommand href -name "LilyPond" -target "http://en.wikipedia.org/wiki/LilyPond" +\begin_layout Standard +In general, the following applies for wrap floats: +\end_layout -\end_inset +\begin_layout Itemize +They should not be placed in paragraphs that run over a page break. + That means that wrap floats are better inserted in their exact place when + the document is almost finished and you are able to estimate where page + breaks will appear. +\end_layout +\begin_layout Itemize +They should either be placed in their own paragraph before the paragraph + where they should wrap into or within a paragraph. +\end_layout -\series default -. +\begin_layout Itemize +In consecutive paragraphs they may cause troubles, so ensure that there + is a text paragraph between them as separator. \end_layout -\begin_layout Description -PDFPages With this template you can insert PDF documents to your document. - To insert certain or all pages of a PDF, use the -\emph on -pages -\emph default - option in the -\family sans -Option -\family default - field in the -\family sans -LaTeX and LyX options -\family default - tab according to the template description in the dialog. - When no -\emph on -pages -\emph default - option is given, only the first page of the PDF will be inserted. +\begin_layout Itemize +They are not allowed in section headings or tables. \end_layout -\begin_layout Description -RasterImage This can be used for bitmap images. - Nearly all popular image formats are supported. - The image can be treated in the -\family sans -External material -\family default - dialog like the images that are usually included via the -\family sans -Graphics -\family default - dialog as described in section -\begin_inset space ~ +\begin_layout Itemize +Their numbering and referencing works as described in chap. +\begin_inset space \thinspace{} \end_inset \begin_inset CommandInset ref LatexCommand ref -reference "sec:Graphics-Dialog" +reference "chap:Floats" \end_inset . - The difference is that only raster images are allowed; that means that - PDF and EPS-images are not supported. \end_layout -\begin_layout Description -XFig This template supports images created with the program -\series bold +\begin_layout Section +Surrounded Fixed Objects +\begin_inset Index idx +status collapsed -\begin_inset CommandInset href -LatexCommand href -name "Xfig" -target "http://en.wikipedia.org/wiki/Xfig" +\begin_layout Plain Layout +Surrounded by text ! Fixed objects +\end_layout \end_inset -\series default -. \end_layout \begin_layout Standard -\begin_inset Float table -placement h -wide false -sideways false -status open - -\begin_layout Plain Layout -\begin_inset Caption - -\begin_layout Plain Layout -\begin_inset CommandInset label -LatexCommand label -name "tab:Comparison-of-the" - +The wrap floats described in sec. +\begin_inset space \thinspace{} \end_inset -Comparison of the date input methods. -\end_layout -\end_inset +\begin_inset CommandInset ref +LatexCommand ref +reference "sec:Wrap-Floats" +\end_inset + have these positions in the paragraph: \end_layout -\begin_layout Plain Layout +\begin_layout Standard +\noindent \align center \begin_inset Tabular - + - - \begin_inset Text \begin_layout Plain Layout -Document format -\end_layout +\begin_inset Graphics + filename ../images/dialog-show-new-inset_graphics.png + scale 70 + scaleBeforeRotation + BoundingBox 0bp 6bp 22bp 22bp \end_inset - - -\begin_inset Text -\begin_layout Plain Layout -\family sans -External Material\SpecialChar \menuseparator -Date \end_layout \end_inset - + \begin_inset Text \begin_layout Plain Layout - -\family sans -Insert\SpecialChar \menuseparator -Date +text \end_layout \end_inset - + + + \begin_inset Text \begin_layout Plain Layout -command -\series bold - -\backslash -today +text \end_layout \end_inset - - - + \begin_inset Text \begin_layout Plain Layout -LyX +text \end_layout \end_inset + + + +\end_inset + + or +\begin_inset Tabular + + + + + \begin_inset Text \begin_layout Plain Layout -as inset box +text \end_layout \end_inset - + \begin_inset Text \begin_layout Plain Layout -as date -\end_layout +\begin_inset Graphics + filename ../images/dialog-show-new-inset_graphics.png + scale 70 + scaleBeforeRotation + BoundingBox 0bp 6bp 22bp 22bp \end_inset - - -\begin_inset Text -\begin_layout Plain Layout -as TeX-Code inset box + \end_layout \end_inset - + \begin_inset Text \begin_layout Plain Layout -LaTeX +text \end_layout \end_inset - + \begin_inset Text \begin_layout Plain Layout -as date +text \end_layout \end_inset - -\begin_inset Text + + + +\end_inset + -\begin_layout Plain Layout -as date \end_layout +\begin_layout Standard +To get an object exactly at the position where it is inserted, for example + to get one of these positions: +\begin_inset VSpace defskip \end_inset - - -\begin_inset Text -\begin_layout Plain Layout -as command + \end_layout -\end_inset +\begin_layout Standard +\noindent +\align center +\begin_inset Tabular + + + + + + +\begin_inset Text + +\begin_layout Plain Layout +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +text +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout +\begin_inset Graphics + filename ../images/dialog-show-new-inset_graphics.png + scale 70 + scaleBeforeRotation + BoundingBox 0bp 6bp 22bp 22bp + +\end_inset + + +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +text +\end_layout + +\end_inset + + + + +\end_inset + + +\begin_inset Tabular + + + + + + +\begin_inset Text + +\begin_layout Plain Layout +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +text +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +\begin_inset Graphics + filename ../images/dialog-show-new-inset_graphics.png + scale 70 + scaleBeforeRotation + BoundingBox 0bp 6bp 22bp 22bp + +\end_inset + + +\end_layout + +\end_inset + + + + +\end_inset + + +\begin_inset Tabular + + + + + + + +\begin_inset Text + +\begin_layout Plain Layout +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +\begin_inset Graphics + filename ../images/dialog-show-new-inset_graphics.png + scale 70 + scaleBeforeRotation + BoundingBox 0bp 6bp 22bp 22bp + +\end_inset + + +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +text +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +text +\end_layout + +\end_inset + + + + +\end_inset + + +\begin_inset Tabular + + + + + + + +\begin_inset Text + +\begin_layout Plain Layout +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +text +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +\begin_inset Graphics + filename ../images/dialog-show-new-inset_graphics.png + scale 70 + scaleBeforeRotation + BoundingBox 0bp 6bp 22bp 22bp + +\end_inset + + +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +text +\end_layout + +\end_inset + + + + +\end_inset + + +\end_layout + +\begin_layout Standard +\noindent +\align center +\begin_inset Tabular + + + + + + +\begin_inset Text + +\begin_layout Plain Layout +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +text +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout +\begin_inset Graphics + filename ../images/dialog-show-new-inset_graphics.png + scale 70 + scaleBeforeRotation + BoundingBox 0bp 6bp 22bp 22bp + +\end_inset + + +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +text +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +text +\end_layout + +\end_inset + + + + +\end_inset + + +\begin_inset Tabular + + + + + + + +\begin_inset Text + +\begin_layout Plain Layout +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +text +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +\begin_inset Graphics + filename ../images/dialog-show-new-inset_graphics.png + scale 70 + scaleBeforeRotation + BoundingBox 0bp 6bp 22bp 22bp + +\end_inset + + +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +text +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +text +\end_layout + +\end_inset + + + + +\end_inset + + +\begin_inset Tabular + + + + + + +\begin_inset Text + +\begin_layout Plain Layout +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +text +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +\begin_inset Graphics + filename ../images/dialog-show-new-inset_graphics.png + scale 70 + scaleBeforeRotation + BoundingBox 0bp 6bp 22bp 22bp + +\end_inset + + +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +text +\end_layout + +\end_inset + + + + +\end_inset + + +\end_layout + +\begin_layout Standard +\noindent +you can use the LaTeX-package +\series bold +picinpar +\series default + +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout +LaTeX-packages ! picinpar +\end_layout + +\end_inset + +. + Here is an example: +\end_layout + +\begin_layout Standard +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + + +\backslash +ifpicinpar +\end_layout + +\end_inset + + +\begin_inset Note Note +status open + +\begin_layout Plain Layout +The following section will only be displayed when the LaTeX-package +\series bold +picinpar +\series default + is installed. +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Standard +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + + +\backslash +begin{window}[2,c,{ +\end_layout + +\end_inset + + +\begin_inset Graphics + filename clipart/mobius.eps + lyxscale 60 + width 40col% + scaleBeforeRotation + rotateOrigin center + +\end_inset + + +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +},] +\end_layout + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + + +\size small +It was in the spring of the year 1894 that all London was interested, and + the fashionable world dismayed, by the murder of the Honourable Ronald + Adair under most unusual and inexplicable circumstances. + The public has already learned those particulars of the crime which +\size default + +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + + +\backslash +footnotemark{} +\end_layout + +\end_inset + + +\size small + came out in the police investigation, but a good deal was suppressed upon + that occasion, since the case for the prosecution was so overwhelmingly + strong that it was not necessary to bring forward all the facts. + Only now, at the end of nearly ten years, am I allowed to supply those + missing links which make up the whole of that remarkable chain. +\size default + +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + + +\backslash +end{window} +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Standard +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + + +\backslash +footnotetext{ +\end_layout + +\end_inset + +Footnote of the paragraph with the fixed object. +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +} +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Standard +Surrounded fixed objects are used to let text float around them, at which + the object's position in the paragraph can be determined by the number + of lines above it. + In contrary to floats is it not possible to have a numbered caption. +\end_layout + +\begin_layout Standard +A fixed object is inserted by adding the command +\end_layout + +\begin_layout Standard + +\series bold + +\backslash +begin{window}[2,c,{ +\end_layout + +\begin_layout Standard +as TeX Code at the beginning of the paragraph. + The first parameter in the bracket, here '2', defines the number of lines + above the object, the second, here 'c', the position of the object. + The positions 'l', 'c' and 'r' (for left, center, right) are possible. + Behind the command you insert the object. + In this example an image with a width of 40 +\begin_inset space \thinspace{} +\end_inset + +% of the text column width was inserted. + The object can also be a table, a box or an equation. + Behind the object the command +\end_layout + +\begin_layout Standard + +\series bold +},description text] +\begin_inset Newline newline +\end_inset + +{} +\end_layout + +\begin_layout Standard +is inserted. + Note that the +\begin_inset Quotes eld +\end_inset + + +\series bold +{} +\series default + +\begin_inset Quotes erd +\end_inset + + is in the second line. + The description text is optional. + The text surrounding the object must be in the same paragraph as the object, + so it must begin directly after the +\series bold +{} +\series default +. + At the end of the paragraph insert the command: +\end_layout + +\begin_layout Standard + +\series bold + +\backslash +end{window} +\end_layout + +\begin_layout Standard +Within a paragraph with a fixed object, you cannot insert footnotes in the + normal way. + You have to use instead the command +\series bold + +\backslash +footnotemark +\series default + inside the paragraph and outside the command +\series bold + +\backslash +footnotetext +\series default + as described in sec. +\begin_inset space \thinspace{} +\end_inset + + +\begin_inset CommandInset ref +LatexCommand ref +reference "sec:Footnotes" + +\end_inset + +. +\end_layout + +\begin_layout Standard +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + + +\backslash +else +\end_layout + +\end_inset + + +\begin_inset Note Note +status open + +\begin_layout Plain Layout +The following will be displayed when the LaTeX-package +\series bold +picinpar +\series default + is not installed: +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Standard +You need to install the LaTeX-package +\series bold +picinpar +\series default + to see the following part of this section in the output. +\end_layout + +\begin_layout Standard +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + + +\backslash +fi +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Section +Initials +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout +Initials +\end_layout + +\end_inset + + +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout +Surrounded by text ! Initials +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Standard +To use initials, you must have the LaTeX-package +\series bold +lettrine +\series default + +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout +LaTeX-packages ! lettrine +\end_layout + +\end_inset + + installed and use the module +\family sans +Initials +\family default + in your document (menu +\family sans +Document\SpecialChar \menuseparator +Settings\SpecialChar \menuseparator +Modules +\family default +). + To insert an initial, use the style +\family sans +Initial +\family default +. + This style has a mandatory and an optional argument. + The mandatory argument is inserted via the menu +\family sans +Insert\SpecialChar \menuseparator +Short +\begin_inset space ~ +\end_inset + +Title +\family default + and contains the letter that is the initial. + To use the also the optional argument, insert another argument in front + of the mandatory argument. + This one contains parameters to modify the initial. + For more information about the possible parameters see the documentation + of +\series bold +lettrine +\series default +, +\begin_inset CommandInset citation +LatexCommand cite +key "lettrine" + +\end_inset + +. + The style itself contains the text that is surrounding the initial. + The usual style is hereby that the word whose first letter is the initial, + is printed with +\shape smallcaps +small caps +\shape default +. + To tell LaTeX where this word is finished, add a closing brace ' +\series bold +} +\series default +' as TeX Code behind it. + At the end of the style there must be an opening brace ' +\series bold +{ +\series default +' as TeX Code. +\end_layout + +\begin_layout Standard +Here are some examples: +\end_layout + +\begin_layout Enumerate +No optional argument, the initial is the letter 'I' in the math font +\begin_inset Formula $\mathfrak{Fraktur}$ +\end_inset + +: +\end_layout + +\begin_deeper +\begin_layout Initial +\begin_inset Argument +status open + +\begin_layout Plain Layout +\begin_inset Formula $\mathfrak{I}$ +\end_inset + + +\end_layout + +\end_inset + +t +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +} +\end_layout + +\end_inset + + was in the spring of the year 1894 that all London was interested, and + the fashionable world dismayed, by the murder of the Honourable Ronald + Adair under most unusual and inexplicable circumstances. + The public has already learned those particulars of the crime which came + out in the police investigation, but a good deal was suppressed upon that + occasion, since the case for the prosecution was so overwhelmingly strong + that it was not necessary to bring forward all the facts. +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{ +\end_layout + +\end_inset + + +\begin_inset Newpage newpage +\end_inset + + +\end_layout + +\end_deeper +\begin_layout Enumerate +Only one line is surrounding the initial, which is formed by two letters + in standard font and no text is printed in small caps: +\end_layout + +\begin_deeper +\begin_layout Initial +\begin_inset Argument +status open + +\begin_layout Plain Layout +lines=1 +\end_layout + +\end_inset + + +\begin_inset Argument +status open + +\begin_layout Plain Layout +It +\end_layout + +\end_inset + + +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +} +\end_layout + +\end_inset + + was in the spring of the year 1894 that all London was interested, and + the fashionable world dismayed, by the murder of the Honourable Ronald + Adair under most unusual and inexplicable circumstances. + The public has already learned those particulars of the crime which came + out in the police investigation, but a good deal was suppressed upon that + occasion, since the case for the prosecution was so overwhelmingly strong + that it was not necessary to bring forward all the facts. +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{ +\end_layout + +\end_inset + + +\end_layout + +\end_deeper +\begin_layout Enumerate +Magenta, hanging initial over 3 +\begin_inset space ~ +\end_inset + +lines in the math font +\begin_inset Formula $\mathcal{CALLIGRAPHIC}$ +\end_inset + +, the text +\begin_inset Quotes eld +\end_inset + +t was in the spring +\begin_inset Quotes erd +\end_inset + + is in +\shape smallcaps +small caps +\shape default +; to color the initial, you must insert this command before the initial: +\begin_inset Newline newline +\end_inset + + +\series bold + +\backslash +renewcommand{ +\backslash +LettrineFontHook}{ +\backslash +color{color}} +\series default + +\begin_inset Newline newline +\end_inset + +where the second +\emph on +color +\emph default + can be +\begin_inset Quotes eld +\end_inset + +red +\begin_inset Quotes erd +\end_inset + +, +\begin_inset Quotes eld +\end_inset + +blue +\begin_inset Quotes erd +\end_inset + +, +\begin_inset Quotes eld +\end_inset + +green +\begin_inset Quotes erd +\end_inset + +, +\begin_inset Quotes eld +\end_inset + +yellow +\begin_inset Quotes erd +\end_inset + +, +\begin_inset Quotes eld +\end_inset + +cyan +\begin_inset Quotes erd +\end_inset + +, +\begin_inset Quotes eld +\end_inset + +magenta +\begin_inset Quotes erd +\end_inset + +, +\begin_inset Quotes eld +\end_inset + +black +\begin_inset Quotes erd +\end_inset + + or +\begin_inset Quotes eld +\end_inset + +white +\begin_inset Quotes erd +\end_inset + +, and add this command to the document preamble: +\begin_inset Newline newline +\end_inset + + +\series bold + +\backslash +@ifundefined{textcolor} +\begin_inset Newline newline +\end_inset + + +\begin_inset space ~ +\end_inset + +{ +\backslash +usepackage{color}}{} +\end_layout + +\begin_deeper +\begin_layout Standard +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + + +\backslash +renewcommand{ +\backslash +LettrineFontHook}{ +\backslash +color{magenta}} +\end_layout + +\end_inset + + +\begin_inset Note Note +status collapsed + +\begin_layout Plain Layout +makes the initial magenta +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Initial +\begin_inset Argument +status open + +\begin_layout Plain Layout +lines=3, lhang=0.33, loversize=0.25 +\end_layout + +\end_inset + + +\begin_inset Argument +status open + +\begin_layout Plain Layout +\begin_inset Formula $\mathcal{I}$ +\end_inset + + +\end_layout + +\end_inset + +t was in the spring +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +} +\end_layout + +\end_inset + + of the year 1894 that all London was interested, and the fashionable world + dismayed, by the murder of the Honourable Ronald Adair under most unusual + and inexplicable circumstances. + The public has already learned those particulars of the crime which came + out in the police investigation, but a good deal was suppressed upon that + occasion, since the case for the prosecution was so overwhelmingly strong + that it was not necessary to bring forward all the facts. +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{ +\end_layout + +\end_inset + + +\end_layout + +\end_deeper +\begin_layout Chapter +External Document Parts +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout +External Document Parts +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Standard +With the menu +\family sans +Insert\SpecialChar \menuseparator +File +\family default + you can insert external material to your document. + This can be: +\end_layout + +\begin_layout Description +LyX +\begin_inset space ~ +\end_inset + +Document Another LyX document; its content is directly inserted to your + document. +\end_layout + +\begin_layout Description +Plain +\begin_inset space ~ +\end_inset + +Text A text document; each line is inserted in your document as a separate + paragraph. +\end_layout + +\begin_layout Description +Plain +\begin_inset space ~ +\end_inset + +Text, +\begin_inset space ~ +\end_inset + +Join +\begin_inset space ~ +\end_inset + +Lines A text document; text lines are inserted in your document continuously + but an empty text line creates a new paragraph. +\end_layout + +\begin_layout Description +External +\begin_inset space ~ +\end_inset + +Material Files in various formats. +\end_layout + +\begin_layout Description +Child +\begin_inset space ~ +\end_inset + +Document LyX or LaTeX-documents. +\end_layout + +\begin_layout Section +External Material +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout +External Document Parts ! External Material +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Standard +The external material feature allows you to insert files in to your document + without converting them to a format that can be read by the document output + format. + LyX takes care of the necessary conversions. + This is similar to images that can be inserted in various image formats + in LyX documents. + When you have enabled Instant Preview in LyX's preferences under +\family sans +Look +\begin_inset space ~ +\end_inset + +and +\begin_inset space ~ +\end_inset + +feel\SpecialChar \menuseparator +Graphics +\family default +, the external material types Dia and Xfig are directly shown in LyX. +\end_layout + +\begin_layout Standard +External material can be inserted via the +\family sans +External Material +\family default + dialog that is accessible with the menu +\family sans +Insert\SpecialChar \menuseparator +File\SpecialChar \menuseparator +External +\begin_inset space ~ +\end_inset + +Material +\family default +. + Currently the following file types ( +\family sans +Templates +\family default +) are allowed: +\end_layout + +\begin_layout Description +ChessDiagram This template supports chess position diagrams made with the + program +\series bold + +\begin_inset CommandInset href +LatexCommand href +name "XBoard" +target "http://en.wikipedia.org/wiki/XBoard" + +\end_inset + + +\series default +. +\end_layout + +\begin_layout Description +Date This inserts the date in the form +\emph on +Day-Month-Year +\emph default +. + This is a date inserted as external material: +\begin_inset External + template Date + filename . + +\end_inset + + +\begin_inset space ~ +\end_inset + + +\begin_inset Note Note +status open + +\begin_layout Plain Layout +Remove the protected space when bug 4398 is fixed! +\end_layout + +\end_inset + + +\begin_inset Newline newline +\end_inset + +The date is not shown within LyX, only in the output. + There are two other methods of inserting a date: Via menu +\family sans +Insert\SpecialChar \menuseparator +Date +\family default + and with the LaTeX command +\series bold + +\backslash +today +\series default + as TeX-Code. + The different methods are compared in Table +\begin_inset space ~ +\end_inset + + +\begin_inset CommandInset ref +LatexCommand ref +reference "tab:Comparison-of-the" + +\end_inset + +. +\end_layout + +\begin_layout Description +Dia This template supports diagrams created with the program +\series bold + +\begin_inset CommandInset href +LatexCommand href +name "Dia" +target "http://en.wikipedia.org/wiki/Dia_(software)" + +\end_inset + + +\series default +. +\end_layout + +\begin_layout Description +LilyPond This template is used for music notation typeset with the program +\begin_inset Newline linebreak +\end_inset + + +\series bold + +\begin_inset CommandInset href +LatexCommand href +name "LilyPond" +target "http://en.wikipedia.org/wiki/LilyPond" + +\end_inset + + +\series default +. +\end_layout + +\begin_layout Description +PDFPages With this template you can insert PDF documents to your document. + To insert certain or all pages of a PDF, use the +\emph on +pages +\emph default + option in the +\family sans +Option +\family default + field in the +\family sans +LaTeX and LyX options +\family default + tab according to the template description in the dialog. + When no +\emph on +pages +\emph default + option is given, only the first page of the PDF will be inserted. +\end_layout + +\begin_layout Description +RasterImage This can be used for bitmap images. + Nearly all popular image formats are supported. + The image can be treated in the +\family sans +External material +\family default + dialog like the images that are usually included via the +\family sans +Graphics +\family default + dialog as described in section +\begin_inset space ~ +\end_inset + + +\begin_inset CommandInset ref +LatexCommand ref +reference "sec:Graphics-Dialog" + +\end_inset + +. + The difference is that only raster images are allowed; that means that + PDF and EPS-images are not supported. +\end_layout + +\begin_layout Description +XFig This template supports images created with the program +\series bold + +\begin_inset CommandInset href +LatexCommand href +name "Xfig" +target "http://en.wikipedia.org/wiki/Xfig" + +\end_inset + + +\series default +. +\end_layout + +\begin_layout Standard +\begin_inset Float table +placement h +wide false +sideways false +status open + +\begin_layout Plain Layout +\begin_inset Caption + +\begin_layout Plain Layout +\begin_inset CommandInset label +LatexCommand label +name "tab:Comparison-of-the" + +\end_inset + +Comparison of the date input methods. +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Plain Layout +\align center +\begin_inset Tabular + + + + + + + + +\begin_inset Text + +\begin_layout Plain Layout +Document format +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\family sans +External Material\SpecialChar \menuseparator +Date +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\family sans +Insert\SpecialChar \menuseparator +Date +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +command +\series bold + +\backslash +today +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout +LyX +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +as inset box +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +as date +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +as TeX-Code inset box +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout +LaTeX +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +as date +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +as date +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +as command +\end_layout + +\end_inset @@ -35412,6 +36870,47 @@ LaTeX-packages ! marginnote \end_inset +\end_layout + +\begin_layout Bibliography +\labelwidthstring Bibliography +\begin_inset CommandInset bibitem +LatexCommand bibitem +key "lettrine" + +\end_inset + +Documentation of the LaTeX-package +\series bold + +\begin_inset CommandInset href +LatexCommand href +name "lettrine" +target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf" + +\end_inset + + +\series default + and an +\begin_inset CommandInset href +LatexCommand href +name "example" +target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf" + +\end_inset + + +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout +LaTeX-packages ! lettrine +\end_layout + +\end_inset + + \end_layout \begin_layout Bibliography