From 6467f4657af541309c7854bd2d368f64d70275fb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Mon, 18 Jul 2011 21:48:13 +0000 Subject: [PATCH] - EmbeddedObjects.lyx: new chapter about objects surrounded by text - Additional.lyx: remove obsolete section - initials.module: add style that actually works, this does not change any string in the po files, see also my mail in the list git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39340 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/doc/Additional.lyx | 177 +- lib/doc/EmbeddedObjects.lyx | 2084 +++++++++++++++++++++--- lib/doc/de/Additional.lyx | 325 +--- lib/doc/de/EmbeddedObjects.lyx | 1085 ++++++++++--- lib/doc/es/Additional.lyx | 180 --- lib/doc/es/EmbeddedObjects.lyx | 2760 ++++++++++++++++++++++++++------ lib/doc/fr/Additional.lyx | 178 +- lib/doc/fr/EmbeddedObjects.lyx | 2230 +++++++++++++++++++++++--- lib/doc/ja/Additional.lyx | 129 -- lib/doc/ja/EmbeddedObjects.lyx | 2459 ++++++++++++++++++++++++---- lib/layouts/initials.module | 26 + status.20x | 6 +- 12 files changed, 9052 insertions(+), 2587 deletions(-) diff --git a/lib/doc/Additional.lyx b/lib/doc/Additional.lyx index a9d8c8b063..6aa255f414 100644 --- a/lib/doc/Additional.lyx +++ b/lib/doc/Additional.lyx @@ -22695,8 +22695,11 @@ end{multicols} \end_layout \begin_layout Standard -You can have more than 3 columns if you want to, but that might not be very - pleasant for the eye. +You can have more than 3 +\begin_inset space ~ +\end_inset + +columns if you want to, but that might not be very pleasant for the eye. \end_layout \begin_layout Subsection @@ -22832,176 +22835,6 @@ multicol.lyx separator lines, and more. \end_layout -\begin_layout Section -Dropped Capitals -\end_layout - -\begin_layout Standard -\noindent -\begin_inset ERT -status open - -\begin_layout Plain Layout - - -\backslash -newfont{ -\backslash -tmpfont}{cmr17 scaled 2500}{ -\backslash -tmpfont T} -\backslash -vspace*{-8.4ex} -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Standard -\noindent -\begin_inset ERT -status open - -\begin_layout Plain Layout - - -\backslash -hangindent=3.3em -\backslash -hangafter=-3 -\end_layout - -\end_inset - - hose of you who like the style of old books probably also like -\begin_inset Quotes eld -\end_inset - -dropped capitals -\begin_inset Quotes erd -\end_inset - -—those large capital letters which begin each new chapter or section. - Implementing them with plain LyX/LaTeX is straightforward (assuming you - know some plain TeX!) but does require a lot of work and many iterations, - as you can see by all the ugly TeX-mode stuff at the beginning of this - paragraph. -\end_layout - -\begin_layout Standard -\begin_inset ERT -status open - -\begin_layout Plain Layout - - -\backslash -verb+ -\backslash -bigdrop{-1em}{3}{ptmri}{T}+ -\end_layout - -\end_inset - -here is a much easier way of doing this, of course. - The -\family typewriter -dropcaps -\family default - (or the newer -\family typewriter -dropping -\family default -) package from CTAN allows a simple way to add such letters to your documents. - Since this package is not a standard part of TeXLive, I can't demonstrate - it within this document, but if you copy this paragraph to a new document, - delete the -\begin_inset Quotes eld -\end_inset - - -\family typewriter - -\backslash -verb -\family default - -\begin_inset Quotes erd -\end_inset - - and the pluses from the TeX code at the beginning of the paragraph, and - add -\family typewriter - -\backslash -usepackage{dropcaps} -\family default - to your LaTeX preamble, you will get a nice Times Roman Italic -\begin_inset Quotes eld -\end_inset - -T -\begin_inset Quotes erd -\end_inset - -, whose height is three lines of text and which protrudes 1 em into the - margin. - (Make certain you have copied -\begin_inset Quotes eld -\end_inset - - -\family typewriter -dropcaps.sty -\family default - -\begin_inset Quotes erd -\end_inset - - into a directory where TeX can see it.) The first argument is the amount - of indentation; in this case the negative sign moves it into the margin. - The second argument is the height of the letter in number of lines of text. - The third argument is the font name: virtually anything which has a tfm - file should work (wade through the -\family typewriter -.../texmf/fonts/tfm -\family default - directory for possibilities). - My personal favorite is -\begin_inset Quotes eld -\end_inset - - -\family typewriter -yinit -\family default - -\begin_inset Quotes erd -\end_inset - -, a fancy German font specifically designed for dropped capitals. - The fourth argument is the letter (or letters) to be dropped. - The -\family typewriter -dropping -\family default - package also offers the -\family typewriter - -\backslash -bigdrop -\family default - command, as well as a slightly simplified -\family typewriter - -\backslash -dropping -\family default - command. -\end_layout - \begin_layout Standard \begin_inset Newpage newpage \end_inset diff --git a/lib/doc/EmbeddedObjects.lyx b/lib/doc/EmbeddedObjects.lyx index b34f46067b..bd0e72baea 100644 --- a/lib/doc/EmbeddedObjects.lyx +++ b/lib/doc/EmbeddedObjects.lyx @@ -144,6 +144,14 @@ \setboolean{sidecap}{true}} {\setboolean{sidecap}{false}} +% check for picinpar +% used for surrounded fixed objects +\newboolean{picinpar} +\IfFileExists{picinpar.sty} + {\usepackage{picinpar} + \setboolean{picinpar}{true}} + {\setboolean{picinpar}{false}} + % redefine the \LyX macro for PDF bookmarks \def\LyX{\texorpdfstring{% L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@} @@ -151,6 +159,9 @@ \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 @@ -19570,6 +19581,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 +19747,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 +20033,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 @@ -31960,6 +31728,1749 @@ fleqn , display style formulas can also be scaled. \end_layout +\begin_layout Chapter +Objects Surrounded by Text +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout +Surrounded by text +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Section +Wrap Floats +\begin_inset CommandInset label +LatexCommand label +name "sec:Wrap-Floats" + +\end_inset + + +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout +Floats ! Wrap Floats +\end_layout + +\end_inset + + +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout +Surrounded by text ! 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. +\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, the following applies for wrap floats: +\end_layout + +\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 + +\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 Itemize +They are not allowed in section headings or tables. +\end_layout + +\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 "chap:Floats" + +\end_inset + +. +\end_layout + +\begin_layout Section +Surrounded Fixed Objects +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout +Surrounded by text ! Fixed objects +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Standard +The wrap floats described in sec. +\begin_inset space \thinspace{} +\end_inset + + +\begin_inset CommandInset ref +LatexCommand ref +reference "sec:Wrap-Floats" + +\end_inset + + have these positions in the paragraph: +\end_layout + +\begin_layout Standard +\noindent +\align center +\begin_inset Tabular + + + + + + +\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 + + or +\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 + + + + +\end_inset + + +\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 + + +\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 + + + + +\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 @@ -35364,6 +36875,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 diff --git a/lib/doc/de/Additional.lyx b/lib/doc/de/Additional.lyx index b1cecb48a3..7d7848860d 100644 --- a/lib/doc/de/Additional.lyx +++ b/lib/doc/de/Additional.lyx @@ -22741,8 +22741,11 @@ end{multicols} \begin_layout Standard \lang english -You can have more than 3 columns if you want to, but that might not be very - pleasant for the eye. +You can have more than 3 +\begin_inset space ~ +\end_inset + +columns if you want to, but that might not be very pleasant for the eye. \end_layout \begin_layout Subsection @@ -22885,324 +22888,6 @@ multicol.lyx separator lines, and more. \end_layout -\begin_layout Section -Initialen -\begin_inset Index idx -status collapsed - -\begin_layout Plain Layout -Initialen -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Standard -Initialen oder abgesetzte Großbuchstaben -\begin_inset Index idx -status collapsed - -\begin_layout Plain Layout -Abgesetzte Großbuchstaben -\end_layout - -\end_inset - - sind ein oder mehrere Buchstaben am Anfang eines Absatzes, die größer und - über mehrere Zeilen hinweg gedruckt werden. - Es gibt mehrere LaTeX-Pakete, die das ermöglichen: -\family typewriter -dropcaps -\family default -, -\family typewriter -dropping -\family default - und -\family typewriter -lettrine -\family default -. -\end_layout - -\begin_layout Standard -Am besten dafür geeignet ist wohl -\family typewriter -lettrine -\family default -, das es zum Beispiel in -\family typewriter -texlive-latex- extra -\family default - gibt. - Es bietet umfangreiche Möglichkeiten zur Gestaltung von Initialen, die - in der Dokumentation von -\family typewriter -lettrine -\family default - mit vielen Beispielen beschrieben sind. -\end_layout - -\begin_layout Standard - -\family typewriter -dropping -\family default - gibt es in -\family typewriter -texlive -\family default - nicht mehr, kann aber natürlich nachinstalliert werden. -\end_layout - -\begin_layout Standard -Das Paket -\family typewriter -dropcaps -\family default - vom CTAN bietet einen schnellen Weg, solche Großbuchstaben in Ihren Text - einzubinden. - Da dieses Paket aber nicht zum Standardumfang von teTeX gehört, können - wir das hier nicht vorführen. -\begin_inset Foot -status collapsed - -\begin_layout Plain Layout -Der LaTeX-Befehl wäre -\family typewriter - -\backslash -verb+ -\backslash -bigdrop{-1em}{3}{ptmri}{E}+ -\family default -. -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Standard -Falls Sie -\family typewriter -dropcaps -\family default - auf Ihrem System installiert haben, gehen Sie folgendermaßen vor: Speichern - Sie diesen Text als neues Dokument ab (damit Sie ihn ändern können). - Entfernen Sie am Beginn des Absatzes das -\family typewriter - -\backslash -verb -\family default - sowie die beiden -\begin_inset Quotes gld -\end_inset - -+ -\begin_inset Quotes grd -\end_inset - - und fügen im LaTeX-Vorspann die Zeile -\family typewriter - -\backslash -usepackage{dropcaps} -\family default - ein. - Sie bekommen dann am Textanfang ein schönes -\begin_inset Quotes gld -\end_inset - -E -\begin_inset Quotes grd -\end_inset - - im Zeichensatz Times Roman Italic, das drei Zeilen hoch ist und 1 -\begin_inset Formula $\,$ -\end_inset - -em in den Randbereich hineinragt. -\end_layout - -\begin_layout Standard -Der erste Parameter im LaTeX-Befehl ist die Breite der Einrückung. - Im Beispiel ist diese negativ, damit ragt der Buchstabe in den Randbereich - hinein. -\end_layout - -\begin_layout Standard -Der zweite Parameter ist die Höhe des Buchstaben, gemessen in Zeilen. -\end_layout - -\begin_layout Standard -Der dritte Parameter gibt den zu verwendenden Zeichensatz an: Hier kann - praktisch jeder Zeichensatz verwendet werden, zu dem es eine -\family typewriter -tfm -\family default --Datei gibt (schauen Sie sich ruhig einmal im Verzeichnis \SpecialChar \ldots{} - -\family typewriter -/texmf/fonts/tfm -\family default - um). -\end_layout - -\begin_layout Standard -Sehr schön ist zum Beispiel -\family typewriter -yinit -\family default -, ein altdeutscher Zeichensatz, der speziell für derartige Initialen gemacht - wurde. - Der vierte und letzte Parameter ist schließlich der Buchstabe (es können - auch mehrere sein), den Sie abgesetzt haben wollen. - Das neuere Paket -\family typewriter -dropping -\family default - unterstützt über den Befehl -\family typewriter - -\backslash -bigdrop -\family default - hinaus auch noch das leicht abgeänderte -\family typewriter - -\backslash -dropping -\family default -. -\end_layout - -\begin_layout Standard -Allen drei Paketen ist gemeinsam, dass sie unter -\family typewriter -texlive -\family default - zu kleine Initialen liefern. - Sie reichen nach oben -\emph on -nur -\emph default - bis zur Oberkante eines Buchstaben wie -\begin_inset Quotes gld -\end_inset - -a -\begin_inset Quotes grd -\end_inset - -, sollten aber bis zur Oberkante eines Buchstaben wie -\begin_inset Quotes gld -\end_inset - -b -\begin_inset Quotes grd -\end_inset - - reichen. - Mit lettrine lässt sich das noch am einfachsten korrigieren. -\end_layout - -\begin_layout Standard -\begin_inset VSpace bigskip -\end_inset - - -\end_layout - -\begin_layout Standard -\noindent -\begin_inset ERT -status open - -\begin_layout Plain Layout - - -\backslash -newfont{ -\backslash -tmpfont}{cmr17 scaled 3000}{ -\backslash -tmpfont D} -\backslash -vspace*{-8.4ex} -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Standard -\noindent -\begin_inset ERT -status open - -\begin_layout Plain Layout - - -\backslash -hangindent=3.3em -\backslash -hangafter=-3 -\end_layout - -\end_inset - - ieses Beispiel von -\noun on -Mike Ressler -\noun default - kann als Vorlage dienen, wenn man ohne die oben genannten Pakete arbeiten - will, weil es sie nicht benötigt. - Mit etwas Kenntnis von LaTeX ist dies durchaus möglich – allerdings etwas - aufwendig, wie das Beispiel am Anfang dieses Absatzes zeigt. -\begin_inset Foot -status open - -\begin_layout Plain Layout -Für diejenigen, die den Text nur in gedruckter Form vorliegen haben: Die - Befehlssequenz, um das große -\begin_inset Quotes gld -\end_inset - -D -\begin_inset Quotes grd -\end_inset - - zu erzeugen, lautet -\family typewriter - -\backslash -newfont{ -\backslash -tmpfont}{cmr17 scaled 2500}{ -\backslash -tmpfont D} -\backslash -vspace*{-8.2ex} -\backslash -hangindent=3.3em -\backslash -hangafter=-3 -\family default -. -\end_layout - -\end_inset - - Außerdem muss man vor den Absatz mit dem Großbuchstaben noch einen großen - vertikalen Abstand einfügen. -\end_layout - \begin_layout Standard \begin_inset Newpage newpage \end_inset diff --git a/lib/doc/de/EmbeddedObjects.lyx b/lib/doc/de/EmbeddedObjects.lyx index da5cbebb31..a3e2295f21 100644 --- a/lib/doc/de/EmbeddedObjects.lyx +++ b/lib/doc/de/EmbeddedObjects.lyx @@ -150,7 +150,6 @@ \setboolean{picinpar}{true}} {\setboolean{picinpar}{false}} - % Umdefinieren des Makros \LyX für PDF-Lesezeichen \def\LyX{\texorpdfstring{% L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@} @@ -161,6 +160,9 @@ \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 ngerman \language_package default @@ -19831,6 +19833,13 @@ fi \begin_layout Chapter Gleitobjekte +\begin_inset CommandInset label +LatexCommand label +name "chap:Gleitobjekte" + +\end_inset + + \begin_inset Index idx status collapsed @@ -20009,7 +20018,7 @@ Gleitobjekte ! Typen \end_layout \begin_layout Standard -Neben Gleitobjekt-Abbildungen und -Tabellen, die bereits in Abschnitt +Neben Gleitobjekt-Abbildungen und -Tabellen, die in Abschnitt \begin_inset space ~ \end_inset @@ -20027,11 +20036,23 @@ reference "abs:Gleitende-Tabellen" \end_inset - beschrieben wurden, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte. + beschrieben sind, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte. + Letztere sind in Abschnitt +\begin_inset space ~ +\end_inset + + +\begin_inset CommandInset ref +LatexCommand ref +reference "sec:Umflossene-Gleitobjekte" + +\end_inset + + beschrieben. \end_layout \begin_layout Subsection -Gleitobjekt-Algorithmen +Algorithmen-Gleitobjekt \begin_inset Index idx status collapsed @@ -20266,242 +20287,6 @@ verwenden angekreuzt sein. \end_layout -\begin_layout Subsection -Umflossene Gleitobjekte -\begin_inset Index idx -status collapsed - -\begin_layout Plain Layout -Gleitobjekte ! umflossene -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Standard -Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle - herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt, - den die Abbildung bzw. -\begin_inset space ~ -\end_inset - -Tabelle übrig lässt. - Sie werden über das Menü -\family sans - Einfügen\SpecialChar \menuseparator -Gleitobjekt\SpecialChar \menuseparator -Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit -objekt -\family default - eingefügt, wenn das LaTeX-Paket -\series bold -wrapfig -\series default - -\begin_inset Index idx -status collapsed - -\begin_layout Plain Layout -LaTeX-Pakete ! wrapfig -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - - -\backslash -vspace{4mm} -\end_layout - -\end_inset - - -\end_layout - -\end_inset - - installiert ist. -\begin_inset Foot -status collapsed - -\begin_layout Plain Layout -Wie man ein LaTeX-Paket installiert, wird im Handbuch -\emph on -LaTeX-Konfiguration -\emph default - beschrieben. -\end_layout - -\end_inset - - Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die - Box des Gleitobjekts geändert werden. - -\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 "abb:Dies-ist-eine" - -\end_inset - -Dies ist eine umflossene Gleitobjekt-Abbildung -\end_layout - -\end_inset - - -\end_layout - -\end_inset - - Obligatorische Einstellungen sind die -\family sans -Breite -\family default - und -\family sans -Platzierung -\family default - des Gleitobjekts. - Optional sind der -\family sans -Überhang -\family default -der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes -\begin_inset space \thinspace{} -\end_inset - -/ -\begin_inset space \thinspace{} -\end_inset - -der Seite ragt und die -\family sans -benötigten Zeilen -\family default -, die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt. - Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie - nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten. - Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das - Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten - zu lassen. - Abbildung -\begin_inset space ~ -\end_inset - - -\begin_inset CommandInset ref -LatexCommand ref -reference "abb:Dies-ist-eine" - -\end_inset - - ist zum Beispiel ein umflossenes Bild, das 40 -\begin_inset space \thinspace{} -\end_inset - -% der Spaltenbreite einnimmt, 1 -\begin_inset space \thinspace{} -\end_inset - -cm in den Rand ragt und links gesetzt wurde. -\begin_inset Foot -status collapsed - -\begin_layout Plain Layout -Die benutzbaren Einheiten werden in Anhang -\begin_inset space ~ -\end_inset - - -\begin_inset CommandInset ref -LatexCommand ref -reference "kap:In-LyX-verfügbare" - -\end_inset - - beschrieben. -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Standard -\begin_inset Note Greyedout -status open - -\begin_layout Plain Layout - -\series bold -Bemerkung: -\series default - Umflossene Objekte sind fragil! Wenn die Abbildung z. -\begin_inset space \thinspace{} -\end_inset - -B. - zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht - oder über anderen Text gedruckt wird. -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Standard -Allgemein gilt: -\end_layout - -\begin_layout Itemize -Umflossene Gleitobjekte sollten nicht in Absätze gepackt werden, die auf - der nächsten Seite fortgesetzt werden. - Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument - fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird. -\end_layout - -\begin_layout Itemize -Umflossene Gleitobjekte sollten entweder vor dem Absatz, dessen Text um - sie fließen soll, eingefügt werden oder darin. -\end_layout - -\begin_layout Itemize -Umflossene Gleitobjekte in aufeinander folgenden Absätzen können Probleme - bereiten, also achten Sie darauf, dass mindestens ein Textabsatz zwischen - ihnen ist. -\end_layout - -\begin_layout Itemize -Umflossene Gleitobjekte sind weder in Abschnitts-Überschriften noch in Tabellen - erlaubt. -\end_layout - \begin_layout Section Gleitobjekt-Nummerierung \begin_inset Index idx @@ -32045,21 +31830,281 @@ Umflossene Objekte \end_inset +\end_layout + +\begin_layout Section +Umflossene Gleitobjekte +\begin_inset CommandInset label +LatexCommand label +name "sec:Umflossene-Gleitobjekte" + +\end_inset + + +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout +Gleitobjekte ! umflossene +\end_layout + +\end_inset + + +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout +Umflossene Objekte ! Gleitobjekte +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Standard +Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle + herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt, + den die Abbildung bzw. +\begin_inset space ~ +\end_inset + +Tabelle übrig lässt. + Die Gleitobjekte können hierbei nur innerhalb des Absatzes gleiten. + Sie werden über das Menü +\family sans + Einfügen\SpecialChar \menuseparator +Gleitobjekt\SpecialChar \menuseparator +Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit +objekt +\family default + eingefügt, wenn das LaTeX-Paket +\series bold +wrapfig +\series default + +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout +LaTeX-Pakete ! wrapfig +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + + +\backslash +vspace{4mm} +\end_layout + +\end_inset + + +\end_layout + +\end_inset + + installiert ist. +\begin_inset Foot +status collapsed + +\begin_layout Plain Layout +Wie man ein LaTeX-Paket installiert, wird im Handbuch +\emph on +LaTeX-Konfiguration +\emph default + beschrieben. +\end_layout + +\end_inset + + Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die + Box des Gleitobjekts geändert werden. + +\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 "abb:Dies-ist-eine" + +\end_inset + +Dies ist eine umflossene Gleitobjekt-Abbildung +\end_layout + +\end_inset + + +\end_layout + +\end_inset + + Obligatorische Einstellungen sind die +\family sans +Breite +\family default + und +\family sans +Platzierung +\family default + des Gleitobjekts. + Optional sind der +\family sans +Überhang +\family default +der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes +\begin_inset space \thinspace{} +\end_inset + +/ +\begin_inset space \thinspace{} +\end_inset + +der Seite ragt und die +\family sans +benötigten Zeilen +\family default +, die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt. + Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie + nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten. + Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das + Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten + zu lassen. + Abbildung +\begin_inset space ~ +\end_inset + + +\begin_inset CommandInset ref +LatexCommand ref +reference "abb:Dies-ist-eine" + +\end_inset + + ist zum Beispiel ein umflossenes Bild, das 40 +\begin_inset space \thinspace{} +\end_inset + +% der Spaltenbreite einnimmt, 1 +\begin_inset space \thinspace{} +\end_inset + +cm in den Rand ragt und links gesetzt wurde. +\end_layout + +\begin_layout Standard +\begin_inset Note Greyedout +status open + +\begin_layout Plain Layout + +\series bold +Bemerkung: +\series default + Umflossene Objekte sind fragil! Wenn die Abbildung z. +\begin_inset space \thinspace{} +\end_inset + +B. + zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht + oder über anderen Text gedruckt wird. +\end_layout + +\end_inset + + \end_layout \begin_layout Standard -Die in Kapitel +Allgemein gilt für umflossene Gleitobjekte: +\end_layout + +\begin_layout Itemize +Sie sollten nicht in Absätze gepackt werden, die auf der nächsten Seite + fortgesetzt werden. + Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument + fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird. +\end_layout + +\begin_layout Itemize +Sie sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt + werden oder darin. +\end_layout + +\begin_layout Itemize +Sie in aufeinander folgenden Absätzen können Probleme bereiten, also achten + Sie darauf, dass mindestens ein Textabsatz zwischen ihnen ist. +\end_layout + +\begin_layout Itemize +Sie sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt. +\end_layout + +\begin_layout Itemize +Ihre Nummerierung und Referenzierung erfolgt wie in Kap. +\begin_inset space \thinspace{} +\end_inset + + +\begin_inset CommandInset ref +LatexCommand ref +reference "chap:Gleitobjekte" + +\end_inset + + beschrieben. +\end_layout + +\begin_layout Section +Umflossene Fixe Objekte +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout +Umflossene Objekte ! Fixe Objekte +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Standard +Die in Abschnitt \begin_inset space ~ \end_inset \begin_inset CommandInset ref LatexCommand ref -reference "abs:Gleitende-Abbildungen" +reference "sec:Umflossene-Gleitobjekte" \end_inset - beschriebenen Gleitobjekte liefern Folgendes: + beschriebenen umflossenen Gleitobjekte haben folgende Positionen im Absatz: \end_layout \begin_layout Standard @@ -32184,8 +32229,13 @@ Text \end_layout \begin_layout Standard -Wenn man aber Text richtig um Objekte fließen lassen will, also auch so - etwas: +Will man ein Objekt exakt an der Stelle im Absatz haben, wo es eingefügt + wurde, um z. +\begin_inset space \thinspace{} +\end_inset + +B. + solche Positionen zu erhalten: \begin_inset VSpace defskip \end_inset @@ -32786,7 +32836,7 @@ picinpar \begin_layout Standard \begin_inset ERT -status open +status collapsed \begin_layout Plain Layout @@ -32800,6 +32850,7 @@ begin{window}[2,c,{ \begin_inset Graphics filename ../clipart/mobius.eps + lyxscale 60 width 40col% scaleBeforeRotation rotateOrigin center @@ -32808,7 +32859,7 @@ begin{window}[2,c,{ \begin_inset ERT -status open +status collapsed \begin_layout Plain Layout @@ -32854,7 +32905,7 @@ footnotemark{} \lang ngerman \begin_inset ERT -status open +status collapsed \begin_layout Plain Layout @@ -32881,7 +32932,7 @@ footnotetext{ \end_inset -Fußnote des Absatzes mit umflossenem Objekt. +Fußnote des Absatzes mit fixem Objekt. \begin_inset ERT status collapsed @@ -32896,19 +32947,16 @@ status collapsed \end_layout \begin_layout Standard -Umflossene Objekte sind keine Gleitobjekte, weil sie dort gedruckt werden, - wo sie eingefügt werden. - Dieser Typ wird benutzt, um Text um ein Objekt herum -\emph on -fließen -\emph default - zu lassen, wobei der Text nur den Teil der Zeile benutzt, den das Objekt - übrig lässt. +Umflossene fixe Objekte werden benutzt, um Text um ein Objekt herum fließen + zu lassen, wobei man durch die Anzahl der Zeilen über dem Objekt dessen + vertikale Position im Text bestimmen kann. + Im Gegensatz zu umflossenen Gleitobjekten können sie aber nicht nummeriert + beschriftet werden. \end_layout \begin_layout Standard -Ein Umflossenes Objekt wird eingefügt, indem man zu Beginn eines Absatzes - den Befehl +Ein fixes Objekt wird eingefügt, indem man zu Beginn eines Absatzes den + Befehl \end_layout \begin_layout Standard @@ -32923,14 +32971,14 @@ begin{window}[2,c,{ als TeX-Code einfügt. Der erste Parameter in der eckigen Klammer, hier '2', definiert die Anzahl der Zeilen über dem Objekt, der zweite, hier 'c', die Position des Objekts. - Es sind die Positionen 'l', 'c' und 'r' (für links, mitte, rechts) möglich. + Es sind die Positionen 'l', 'c' und 'r' (für links, Mitte, rechts) möglich. Danach fügt man das Objekt ein. - Dies kann auch eine Tabelle, eine Box oder eine Formel sein. - In diesem Beispiel wurde ein Bild mit 40 + In diesem Beispiel wurde ein Bild der Breite von 40 \begin_inset space \thinspace{} \end_inset -% der Spaltenbreite eingefügt. +% der Textspaltenbreite eingefügt. + Das Objekt kann auch eine Tabelle, eine Box oder eine Formel sein. Nach dem Objekt fügt man den Befehl \end_layout @@ -32950,7 +32998,11 @@ ein. \begin_inset Quotes gld \end_inset + +\series bold {} +\series default + \begin_inset Quotes grd \end_inset @@ -32974,8 +33026,8 @@ end{window} \end_layout \begin_layout Standard -Innerhalb eines Absatzes mit umflossenenm Object kann man keine Fußnoten - einfügen, man muss stattdessen den Befehl +Innerhalb eines Absatzes mit fixem Objekt kann man keine Fußnoten einfügen, + man muss stattdessen den Befehl \series bold \backslash @@ -33033,11 +33085,11 @@ picinpar \end_layout \begin_layout Standard -Sie müssen das LaTeX-Paket +Das LaTeX-Paket \series bold picinpar \series default - installiert haben, um das Beispiel in der Ausgabe zu sehen. + muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen. \end_layout \begin_layout Standard @@ -33056,6 +33108,104 @@ fi \end_layout +\begin_layout Section +Initiale +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout +Initiale +\end_layout + +\end_inset + + +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout +Umflossene Objekte ! Initiale +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Standard +Für Initialen muss das LaTeX-Paket +\series bold +lettrine +\series default + +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout +LaTeX-Pakete ! lettrine +\end_layout + +\end_inset + + installiert sein und das Modul +\family sans +Initialen +\family default + im Dokument verwendet werden (Menü +\family sans +Dokument\SpecialChar \menuseparator +Einstellungen\SpecialChar \menuseparator +Module +\family default +). + Um eine Initiale einzufügen, verwendet man den Stil +\family sans +Initiale +\family default +. + Dieser Stil hat ein obligatorisches und ein optionales Argument. + Das obligatorische Argument wird über das Menü +\family sans +Einfügen\SpecialChar \menuseparator +Kurztitel +\family default + eingefügt und enthält den Buchstaben, der die Initiale bildet. + Um auch das optionales Argument zu verwenden, fügt man ein weiteres Argument + vor dem obligatorischen ein. + Dieses enthält Parameter um die Initiale zu modifizieren. + Für mehr Informationen über die möglichen Parameter siehe die Dokumentation + von +\series bold +lettrine +\series default +, +\begin_inset CommandInset citation +LatexCommand cite +key "lettrine" + +\end_inset + +. + Der Stil selbst enthält den Text, der die Initiale umgibt. + Der übliche Stil ist dabei, dass das Wort, dessen erster Buchstabe die + Initiale ist, in +\shape smallcaps +Kapitälchen +\shape default + gedruckt wird. + Um LaTeX zu sagen, wo dieses Wort endet, fügt man an dieser Stelle eine + schließende geschweifte Klammer ' +\series bold +} +\series default +' als TeX-Code ein. + Am Ende des Stils muss eine öffnende geschweifte Klammer ' +\series bold +{ +\series default +' als TeX-Code stehen. +\end_layout + \begin_layout Standard \begin_inset Newpage newpage \end_inset @@ -33063,6 +33213,366 @@ fi \end_layout +\begin_layout Standard +Hier sind einige Beispiele: +\end_layout + +\begin_layout Enumerate +Kein optionales Argument, die Initiale ist der Buchstabe 'I' in der Mathe-Schrif +t +\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 + + +\lang english +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. +\lang ngerman + +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{ +\end_layout + +\end_inset + + +\end_layout + +\end_deeper +\begin_layout Enumerate +Nur eine Zeile umgibt die Initiale, die aus zwei Zeichen in der Standard-Schrift + besteht und kein Text ist in +\shape smallcaps +Kapitälchen +\shape default +: +\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 + + +\lang english +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. +\lang ngerman + +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{ +\end_layout + +\end_inset + + +\end_layout + +\end_deeper +\begin_layout Enumerate +Magenta, hängende Initiale über 3 +\begin_inset space ~ +\end_inset + +Zeilen in der Mathe-Schrift +\begin_inset Newline newline +\end_inset + + +\begin_inset Formula $\mathcal{KALLIGRAFISCH}$ +\end_inset + +, der Text +\begin_inset Quotes gld +\end_inset + +t +\lang english +was in the spring +\lang ngerman + +\begin_inset Quotes erd +\end_inset + + ist in +\shape smallcaps +Kapitälchen +\shape default +; um die Initiale zu färben, muss man diesen Befehl vor der Initiale einfügen: +\begin_inset Newline newline +\end_inset + + +\series bold + +\backslash +renewcommand{ +\backslash +LettrineFontHook}{ +\backslash +color{Farbe}} +\series default + +\begin_inset Newline newline +\end_inset + +wobei +\emph on +Farbe +\emph default + +\begin_inset Quotes gld +\end_inset + +red +\begin_inset Quotes erd +\end_inset + +, +\begin_inset Quotes gld +\end_inset + +blue +\begin_inset Quotes erd +\end_inset + +, +\begin_inset Quotes gld +\end_inset + +green +\begin_inset Quotes erd +\end_inset + +, +\begin_inset Quotes gld +\end_inset + +yellow +\begin_inset Quotes erd +\end_inset + +, +\begin_inset Quotes gld +\end_inset + +cyan +\begin_inset Quotes erd +\end_inset + +, +\begin_inset Quotes gld +\end_inset + +magenta +\begin_inset Quotes erd +\end_inset + +, +\begin_inset Quotes gld +\end_inset + +black +\begin_inset Quotes erd +\end_inset + + oder +\begin_inset Quotes gld +\end_inset + +white +\begin_inset Quotes erd +\end_inset + + sein kann, und diesen Befehl zur Dokument Präambel hinzufügen: +\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 open + +\begin_layout Plain Layout +macht die Initiale 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 + + +\lang english +t was in the spring +\lang ngerman + +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +} +\end_layout + +\end_inset + + +\lang english +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. +\family sans +\lang ngerman + +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{ +\end_layout + +\end_inset + + +\end_layout + +\end_deeper \begin_layout Chapter Externe Dateien \begin_inset Index idx @@ -36524,6 +37034,47 @@ LaTeX-Pakete ! marginnote \end_inset +\end_layout + +\begin_layout Bibliography +\labelwidthstring Literaturverzeichnis +\begin_inset CommandInset bibitem +LatexCommand bibitem +key "lettrine" + +\end_inset + +Dokumentation des LaTeX-Pakets +\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 + und ein +\begin_inset CommandInset href +LatexCommand href +name "Beispiel" +target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo-de.pdf" + +\end_inset + + +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout +LaTeX-Pakete ! lettrine +\end_layout + +\end_inset + + \end_layout \begin_layout Bibliography diff --git a/lib/doc/es/Additional.lyx b/lib/doc/es/Additional.lyx index c087bfcbcc..ebde4f9b3e 100644 --- a/lib/doc/es/Additional.lyx +++ b/lib/doc/es/Additional.lyx @@ -24447,186 +24447,6 @@ example file de separación, y más. \end_layout -\begin_layout Section -Mayúsculas capitulares -\end_layout - -\begin_layout Standard -\noindent -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - - -\backslash -newfont{ -\backslash -tmpfont}{cmr17 scaled 2500}{ -\backslash -tmpfont A} -\backslash -vspace*{-8.4ex} -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Standard -\noindent -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - - -\backslash -hangindent=3.3em -\backslash -hangafter=-3 -\end_layout - -\end_inset - - quellos a quienes les gusta el estilo de los libros antiguos querrán, probablem -ente, emplear -\begin_inset Quotes fld -\end_inset - -mayúsculas capitulares -\begin_inset Quotes frd -\end_inset - -, las letras de mayor tamaño que inician un capítulo o sección. - Es muy fácil escribirlas con TeX/LaTeX puro (¡suponiendo que sabes algo - de TeX!) pero requiere trabajo y muchas iteraciones, como puedes comprobar - mirando el engorroso código TeX al comienzo de este párrafo. -\end_layout - -\begin_layout Standard -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - - -\backslash -verb+ -\backslash -bigdrop{-1em}{3}{ptmri}{H}+ -\end_layout - -\end_inset - -ay una forma mucho más sencilla -\family typewriter -de -\family default - hacerlo. - El paquete -\family typewriter -dropcaps -\family default - (o el más nuevo -\family typewriter -dropping -\family default -) de CTAN provee una forma sencilla de escribir esta letras. - Como dicho paquete no es estándar de teTeX, no puedo hacer una demostración - en este documento, pero si copias este párrafo a otro documento, borras - -\begin_inset Quotes fld -\end_inset - - -\family typewriter - -\backslash -verb -\family default - -\begin_inset Quotes frd -\end_inset - - -\family typewriter - -\family default -y los signos + del código LaTeX anterior, y añades -\family typewriter - -\backslash -usepackage{dropcaps} -\family default -al preámbulo LaTeX del nuevo documento, obtendrás una preciosa -\begin_inset Quotes fld -\end_inset - -H -\begin_inset Quotes frd -\end_inset - - Times Roman Itálica, cuya altura es tres líneas de texto y penetra 1 -\begin_inset space \thinspace{} -\end_inset - -em en el margen. - (Asegúrate que -\begin_inset Quotes fld -\end_inset - - -\family typewriter -dropcaps.sty -\family default - -\begin_inset Quotes frd -\end_inset - - está instalado). - El primer argumento es el espacio de sangrado; en este caso el signo menos - roba espacio al margen. - El segundo argumento es la altura de la letra en líneas de texto. - El tercer argumento es el nombre de la tipografía: virtualmente cualquiera - que tenga archivo tfm debería funcionar (bucea por el directorio -\family typewriter -.../texmf/fonts/tfm -\family default -para ver las posibilidades). - Mi favorita es -\begin_inset Quotes fld -\end_inset - - -\family typewriter -yinit -\family default - -\begin_inset Quotes frd -\end_inset - -, una tipografía alemana de fantasía específicamente diseñada para letras - capitulares. - El cuarto argumento es la letra (o letras) capitulares. - El paquete -\family typewriter -dropping -\family default - también ofrece el comando -\family typewriter - -\backslash -bigdrop -\family default -, así como el comando ligeramente simplificado -\family typewriter - -\backslash -dropping. -\end_layout - \begin_layout Standard \begin_inset Newpage newpage \end_inset diff --git a/lib/doc/es/EmbeddedObjects.lyx b/lib/doc/es/EmbeddedObjects.lyx index 321dbd6c19..42f5c7601b 100644 --- a/lib/doc/es/EmbeddedObjects.lyx +++ b/lib/doc/es/EmbeddedObjects.lyx @@ -148,6 +148,14 @@ \setboolean{sidecap}{true}} {\setboolean{sidecap}{false}} +% check for picinpar +% used for surrounded fixed objects +\newboolean{picinpar} +\IfFileExists{picinpar.sty} + {\usepackage{picinpar} + \setboolean{picinpar}{true}} + {\setboolean{picinpar}{false}} + % redefine the \LyX macro for PDF bookmarks \def\LyX{\texorpdfstring{% L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@} @@ -159,6 +167,9 @@ \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 spanish \language_package default @@ -19380,6 +19391,13 @@ fi \begin_layout Chapter Flotantes +\begin_inset CommandInset label +LatexCommand label +name "chap:Flotantes" + +\end_inset + + \begin_inset Index idx status collapsed @@ -19541,13 +19559,29 @@ reference "sec:Cuadros-Flotantes" \end_inset , respectivamente, LyX ofrece los tipos -\series bold +\family sans Algoritmo -\series default +\family default y -\series bold +\family sans Envoltorio -\series default +\family default +. + +\lang english +The latter are explained in sec. +\lang spanish + +\begin_inset space \thinspace{} +\end_inset + + +\begin_inset CommandInset ref +LatexCommand ref +reference "sec:Flotantes-envueltos" + +\end_inset + . \end_layout @@ -19773,255 +19807,6 @@ Opciones para ecuaciones . \end_layout -\begin_layout Subsection -Flotantes envueltos -\begin_inset Index idx -status collapsed - -\begin_layout Plain Layout -Flotantes ! Envoltorio -\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% - 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:Envoltorio-de-figura" - -\end_inset - -Figura envuelta en el texto -\end_layout - -\end_inset - - -\end_layout - -\end_inset - - Este tipo de flotante se usa para adosar una figura o un cuadro al texto, - de modo que ocupe sólo una parte del ancho de columna. - Se inserta con el menú -\family sans -Insertar\SpecialChar \menuseparator -Flotante\SpecialChar \menuseparator -Figura -\begin_inset space ~ -\end_inset - -envuelta -\family default - -\begin_inset space \thinspace{} -\end_inset - -/ -\begin_inset space \thinspace{} -\end_inset - - -\family sans -Cuadro -\begin_inset space ~ -\end_inset - -envuelto -\family default - si está instalado el paquete LaTeX -\series bold -wrapfig -\series default - -\begin_inset Index idx -status collapsed - -\begin_layout Plain Layout -LaTeX-paquetes ! wrapfig -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - - -\backslash -vspace{4mm} -\end_layout - -\end_inset - - -\end_layout - -\end_inset - -. -\begin_inset Foot -status collapsed - -\begin_layout Plain Layout -La instalación de paquetes LaTeX se explica en el manual -\emph on -Configuración de LaTeX -\emph default -. -\end_layout - -\end_inset - - Los parámetros del flotante se pueden modificar en el diálogo que se muestra - con clic derecho sobre el cuadro del flotante. - Son obligatorias la -\family sans -Ubicación -\family default - y la -\family sans -Anchura -\family default -. - Son opcionales -\family sans -Extensión al margen -\family default -, que especifica la anchura de invasión del margen, y -\family sans -Extender -\begin_inset space ~ -\end_inset - -a -\begin_inset space ~ -\end_inset - -líneas -\family default -:, que indica cuántas líneas de texto necesitará aproximadamente el flotante. - Como suele ser difícil estimar el número de líneas, lo mejor es usar esta - opción sólo si encuentras problemas en la colocación del flotante. - Además puedes decidir si permitir que LaTeX deje flotar el flotante dentro - del párrafo o en los párrafos adyacentes. - La figura -\begin_inset space ~ -\end_inset - - -\begin_inset CommandInset ref -LatexCommand ref -reference "fig:Envoltorio-de-figura" - -\end_inset - - es un ejemplo de envoltorio con una anchura de columna del 40 -\begin_inset space \thinspace{} -\end_inset - -%, ubicado a la izquierda y 1 -\begin_inset space \thinspace{} -\end_inset - -cm de invasión de margen. -\begin_inset Foot -status collapsed - -\begin_layout Plain Layout -Consulta las unidades disponibles en el apéndice -\begin_inset space ~ -\end_inset - - -\begin_inset CommandInset ref -LatexCommand ref -reference "cap:Unidades-disponibles-en" - -\end_inset - -. -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Standard -\begin_inset Note Greyedout -status open - -\begin_layout Plain Layout - -\series bold -Nota: -\series default - ¡Los flotantes envueltos son frágiles! P. -\begin_inset space \thinspace{} -\end_inset - -e. -\begin_inset space ~ -\end_inset - -si una figura está demasiado cerca de la parte inferior de la página se - pueden perder cosas en el proceso de salida: el flotante puede no aparecer - o situarse junto a otro texto. -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Standard -En general: -\end_layout - -\begin_layout Itemize -Los flotantes envueltos no deberían situarse en párrafos que van sobre un - salto de página. - Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento - esté casi listo y puedas prever los saltos de página. -\end_layout - -\begin_layout Itemize -Los flotantes envueltos deberían situarse, bien en un párrafo propio antes - del párrafo al que deben ajustarse, o bien dentro de un párrafo. -\end_layout - -\begin_layout Itemize -Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así - que procura que haya un párrafo de texto entre ellos. -\end_layout - -\begin_layout Itemize -Los flotantes envueltos no están permitidos en cabeceras de sección o cuadros. -\end_layout - \begin_layout Section Numeración de flotantes \begin_inset Index idx @@ -26390,7 +26175,7 @@ ifmarginnote \begin_inset Note Note -status collapsed +status open \begin_layout Plain Layout La siguiente sección sólo se mostrará en pantalla si está instalado el paquete @@ -26924,7 +26709,7 @@ else \begin_inset Note Note -status collapsed +status open \begin_layout Plain Layout Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX @@ -31439,12 +31224,16 @@ Si «fleqn» se añade a las opciones de clase del documento. \end_layout \begin_layout Chapter -Archivos externos + +\lang english +Objects Surrounded by Text \begin_inset Index idx status collapsed \begin_layout Plain Layout -Archivos externos + +\lang english +Surrounded by text \end_layout \end_inset @@ -31452,73 +31241,71 @@ Archivos externos \end_layout -\begin_layout Standard -Con el menú -\family sans -Insertar\SpecialChar \menuseparator -Archivo -\family default -se pueden insertar archivos externos en un documento. - Estos pueden ser: -\end_layout +\begin_layout Section +Flotantes envueltos +\begin_inset CommandInset label +LatexCommand label +name "sec:Flotantes-envueltos" -\begin_layout Description -Documento -\begin_inset space ~ \end_inset -LyX Otro documento LyX; su contenido se inserta directamente en tu documento. -\end_layout -\begin_layout Description -Texto -\begin_inset space ~ -\end_inset +\begin_inset Index idx +status collapsed -simple Un documento de texto; cada línea del mismo se inserta en tu documento - como párrafo propio. +\begin_layout Plain Layout +Flotantes ! Envoltorio \end_layout -\begin_layout Description -Texto -\begin_inset space ~ \end_inset -simple, -\begin_inset space ~ -\end_inset -unir -\begin_inset space ~ -\end_inset +\lang english -líneas Un documento de texto; sus líneas de texto se insertan tal como son. - Las líneas vacías generan un nuevo párrafo en tu documento. +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout + +\lang english +Surrounded by text ! Wrap Floats \end_layout -\begin_layout Description -Material -\begin_inset space ~ \end_inset -externo Archivos en diversos formatos. + \end_layout -\begin_layout Description -Documento -\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% + rotateOrigin center + \end_inset -hijo Documentos LyX, LaTeX o texto simple. + \end_layout -\begin_layout Section -Material externo -\begin_inset Index idx -status collapsed +\begin_layout Plain Layout +\begin_inset Caption \begin_layout Plain Layout -Material externo +\begin_inset CommandInset label +LatexCommand label +name "fig:Envoltorio-de-figura" + +\end_inset + +Figura envuelta en el texto \end_layout \end_inset @@ -31526,394 +31313,2324 @@ Material externo \end_layout -\begin_layout Standard -Esta característica te permite insertar archivos en tu documento sin convertirlo -s previamente a un formato legible en la salida, ya que LyX se ocupa de - las necesarias conversiones. - Esto es parecido a la inserción de imágenes en diversos formatos en los - documentos LyX. - Si has activado la Vista preliminar inmediata en las preferencias de LyX, - en -\family sans -Apariencia -\family default -\SpecialChar \menuseparator -Gráficos, los tipos de material externo Dia y Xfig se muestran directamente - en LyX. -\end_layout +\end_inset -\begin_layout Standard -El material externo se puede insertar mediante el diálogo que surge a partir - del menú + Este tipo de flotante se usa para adosar una figura o un cuadro al texto, + de modo que ocupe sólo una parte del ancho de columna. + Se inserta con el menú \family sans Insertar\SpecialChar \menuseparator -Archivo\SpecialChar \menuseparator -Material +Flotante\SpecialChar \menuseparator +Figura \begin_inset space ~ \end_inset -externo -\family default -. - Actualmente se permiten los siguientes tipos de archivo ( -\family sans -Plantillas +envuelta \family default -): -\end_layout -\begin_layout Description -Diagrama -\begin_inset space ~ +\begin_inset space \thinspace{} \end_inset -de -\begin_inset space ~ +/ +\begin_inset space \thinspace{} \end_inset -ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos - con el programa -\series bold - -\begin_inset CommandInset href -LatexCommand href -name "XBoard" -target "http://en.wikipedia.org/wiki/XBoard" +\family sans +Cuadro +\begin_inset space ~ \end_inset - +envuelto +\family default + si está instalado el paquete LaTeX +\series bold +wrapfig \series default -. -\end_layout -\begin_layout Description -Dia Esta plantilla soporta diagramas creados con el programa -\series bold +\begin_inset Index idx +status collapsed -\begin_inset CommandInset href -LatexCommand href -name "Dia" -target "http://en.wikipedia.org/wiki/Dia_(software)" +\begin_layout Plain Layout +LaTeX-paquetes ! wrapfig +\begin_inset ERT +status collapsed -\end_inset +\begin_layout Plain Layout -\series default -. +\backslash +vspace{4mm} \end_layout -\begin_layout Description -Fecha Esta inserta la fecha en el formato -\emph on -Día-Mes-Año. - -\emph default - A continuación hay una fecha insertada como material externo: -\begin_inset External - template Date - filename es/... - \end_inset -\begin_inset space ~ -\end_inset +\end_layout +\end_inset -\begin_inset Note Note +. +\begin_inset Foot status collapsed \begin_layout Plain Layout -¡Quitar el espacio protegido cuando se arregle el fallo 4398! +La instalación de paquetes LaTeX se explica en el manual +\emph on +Configuración de LaTeX +\emph default +. \end_layout \end_inset + Los parámetros del flotante se pueden modificar en el diálogo que se muestra + con clic derecho sobre el cuadro del flotante. + Son obligatorias la +\family sans +Ubicación +\family default + y la +\family sans +Anchura +\family default +. + Son opcionales +\family sans +Extensión al margen +\family default +, que especifica la anchura de invasión del margen, y +\family sans +Extender +\begin_inset space ~ +\end_inset -\begin_inset Newline newline +a +\begin_inset space ~ \end_inset -La fecha no se muestra en LyX, sólo en la salida. - Hay otros dos métodos de insertar una fecha, con el menú -\family sans -Insertar\SpecialChar \menuseparator -Fecha +líneas \family default - y con el comando LaTeX -\series bold - -\backslash -today -\series default - en código TeX. - Los distintos métodos se comparan en el cuadro +:, que indica cuántas líneas de texto necesitará aproximadamente el flotante. + Como suele ser difícil estimar el número de líneas, lo mejor es usar esta + opción sólo si encuentras problemas en la colocación del flotante. + Además puedes decidir si permitir que LaTeX deje flotar el flotante dentro + del párrafo o en los párrafos adyacentes. + La figura \begin_inset space ~ \end_inset \begin_inset CommandInset ref LatexCommand ref -reference "tab:Comparación-de" +reference "fig:Envoltorio-de-figura" \end_inset -. -\end_layout + es un ejemplo de envoltorio con una anchura de columna del 40 +\begin_inset space \thinspace{} +\end_inset -\begin_layout Description -LilyPond Esta plantilla sirve para tipografiar notación musical con el programa -\begin_inset Newline linebreak +%, ubicado a la izquierda y 1 +\begin_inset space \thinspace{} \end_inset +cm de invasión de margen. +\end_layout + +\begin_layout Standard +\begin_inset Note Greyedout +status open + +\begin_layout Plain Layout \series bold +Nota: +\series default + ¡Los flotantes envueltos son frágiles! P. +\begin_inset space \thinspace{} +\end_inset -\begin_inset CommandInset href -LatexCommand href -name "LilyPond" -target "http://en.wikipedia.org/wiki/LilyPond" +e. +\begin_inset space ~ +\end_inset + +si una figura está demasiado cerca de la parte inferior de la página se + pueden perder cosas en el proceso de salida: el flotante puede no aparecer + o situarse junto a otro texto. +\end_layout \end_inset -\series default -. \end_layout -\begin_layout Description -PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento. - Para insertar algunas o todas las páginas de un documento PDF, utiliza - la opción -\emph on -pages -\emph default - en el campo -\family sans -Opción -\family default - de la pestaña -\family sans -Opciones de LaTeX y LyX -\family default -, según la descripción de la plantilla en el diálogo. - Si no se usa la opción -\emph on -pages -\emph default -, sólo se inserta la primera página del PDF. +\begin_layout Standard +En general: \end_layout -\begin_layout Description -RasterImage Sirve para insertar imágenes bitmap. - Casi todos los formatos populares de imágenes están soportados. - Las imágenes se pueden tratar en el diálogo -\family sans -Material Externo -\family default - como las que habitualmente se incluyen mediante el diálogo -\family sans -Gráficos -\family default -, tal como se explica en la sección -\begin_inset space ~ +\begin_layout Itemize +Los flotantes envueltos no deberían situarse en párrafos que van sobre un + salto de página. + Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento + esté casi listo y puedas prever los saltos de página. +\end_layout + +\begin_layout Itemize +Los flotantes envueltos deberían situarse, bien en un párrafo propio antes + del párrafo al que deben ajustarse, o bien dentro de un párrafo. +\end_layout + +\begin_layout Itemize +Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así + que procura que haya un párrafo de texto entre ellos. +\end_layout + +\begin_layout Itemize +Los flotantes envueltos no están permitidos en cabeceras de sección o cuadros. +\end_layout + +\begin_layout Itemize + +\lang english +Their numbering and referencing works as described in chap. +\lang spanish + +\begin_inset space \thinspace{} \end_inset \begin_inset CommandInset ref LatexCommand ref -reference "sec:Diálogo-Gráficos" +reference "chap:Flotantes" \end_inset . - La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes - PDF y EPS no están soportadas. \end_layout -\begin_layout Description -XFig Esta plantilla soporta imágenes creadas con el programa -\series bold +\begin_layout Section -\begin_inset CommandInset href -LatexCommand href -name "Xfig" -target "http://en.wikipedia.org/wiki/Xfig" +\lang english +Surrounded Fixed Objects +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout + +\lang english +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:Comparación-de" +\lang english +The wrap floats described in sec. +\lang spanish +\begin_inset space \thinspace{} \end_inset -Comparación de los métodos de inserción de fecha. -\end_layout -\end_inset +\begin_inset CommandInset ref +LatexCommand ref +reference "sec:Flotantes-envueltos" +\end_inset + +\lang english +have these positions in the paragraph: \end_layout -\begin_layout Plain Layout +\begin_layout Standard +\noindent \align center + +\lang english \begin_inset Tabular - + - - \begin_inset Text \begin_layout Plain Layout -Documento + +\lang english +\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 -\family sans -Material externo\SpecialChar \menuseparator -Fecha +\lang english +text \end_layout \end_inset - + + + \begin_inset Text \begin_layout Plain Layout -\family sans -Insertar\SpecialChar \menuseparator -Fecha +\lang english +text \end_layout \end_inset - + \begin_inset Text \begin_layout Plain Layout -comando -\series bold -\backslash -today +\lang english +text \end_layout \end_inset + + +\end_inset + + y +\begin_inset Tabular + + + + \begin_inset Text \begin_layout Plain Layout -LyX + +\lang english +text \end_layout \end_inset - + \begin_inset Text \begin_layout Plain Layout -como recuadro + +\lang english +\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 -como fecha + +\lang english +text \end_layout \end_inset - + \begin_inset Text \begin_layout Plain Layout -como cuadro código TeX + +\lang english +text \end_layout \end_inset - - -\begin_inset Text + + +\end_inset + -\begin_layout Plain Layout -LaTeX \end_layout +\begin_layout Standard + +\lang english +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 -como fecha + \end_layout -\end_inset - +\begin_layout Standard +\noindent +\align center + +\lang english +\begin_inset Tabular + + + + + \begin_inset Text \begin_layout Plain Layout -como fecha + +\lang english +text \end_layout \end_inset - + \begin_inset Text \begin_layout Plain Layout -como comando + +\lang english +text \end_layout \end_inset - + \begin_inset Text \begin_layout Plain Layout -DVI, PDF, PS -\end_layout -\end_inset +\lang english +\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 + +\lang english +text +\end_layout + +\end_inset + + + + +\end_inset + + +\begin_inset Tabular + + + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +\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 + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +\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 + +\lang english +text +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + + + +\end_inset + + +\begin_inset Tabular + + + + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +\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 + +\lang english +text +\end_layout + +\end_inset + + + + +\end_inset + + +\end_layout + +\begin_layout Standard +\noindent +\align center + +\lang english +\begin_inset Tabular + + + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +\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 + +\lang english +text +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + + + +\end_inset + + +\begin_inset Tabular + + + + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +\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 + +\lang english +text +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + + + +\end_inset + + +\begin_inset Tabular + + + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +\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 + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + + + +\end_inset + + +\end_layout + +\begin_layout Standard +\noindent + +\lang english +you can use the LaTeX-package +\lang spanish + +\series bold +picinpar +\series default + +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout +LaTeX-paquetes ! picinpar +\end_layout + +\end_inset + +. + +\lang english +Here is an example +\lang spanish +: +\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 +La siguiente sección sólo se mostrará en pantalla si está instalado el paquete + LaTeX +\series bold +picinpar +\series default +. +\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 +\lang english +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 +\lang spanish +. +\size default + +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + + +\backslash +end{window} +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Standard + +\lang english +\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 + +\lang english +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 + +\lang english +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 + +\lang english +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 + +\lang english +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 + +\lang english +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. +\lang spanish + +\begin_inset space \thinspace{} +\end_inset + + +\begin_inset CommandInset ref +LatexCommand ref +reference "sec:Notas-al-pie" + +\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 +Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX + +\series bold +picinpar +\series default +. +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Standard +Debes instalar el paquete LaTeX +\series bold +picinpar +\series default + para ver la parte siguiente en la salida. +\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 + +\lang english +Initials +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout + +\lang english +Initials +\end_layout + +\end_inset + + +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout + +\lang english +Surrounded by text ! Initials +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Standard + +\lang english +To use initials, you must have the LaTeX package +\lang spanish + +\series bold +lettrine +\series default + +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout +LaTeX-paquetes ! lettrine +\end_layout + +\end_inset + + +\lang english +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 +\lang spanish +lettrine +\series default +, +\begin_inset CommandInset citation +LatexCommand cite +key "lettrine" + +\end_inset + +. + +\lang english +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 + +\lang english +Here are some examples: +\end_layout + +\begin_layout Enumerate + +\lang english +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 + + +\lang english +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. +\lang spanish + +\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 + +\lang english +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 + + +\lang english +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. +\lang spanish + +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{ +\end_layout + +\end_inset + + +\end_layout + +\end_deeper +\begin_layout Enumerate + +\lang english +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 +\lang spanish + +\backslash +renewcommand{ +\backslash +LettrineFontHook}{ +\backslash +color{color}} +\series default +\lang english + +\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 +\lang spanish +: +\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 + + +\lang english + +\begin_inset Note Note +status collapsed + +\begin_layout Plain Layout + +\lang english +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 + + +\lang english +t was in the spring +\lang spanish + +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +} +\end_layout + +\end_inset + + +\lang english +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. +\lang spanish + +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{ +\end_layout + +\end_inset + + +\end_layout + +\end_deeper +\begin_layout Chapter +Archivos externos +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout +Archivos externos +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Standard +Con el menú +\family sans +Insertar\SpecialChar \menuseparator +Archivo +\family default +se pueden insertar archivos externos en un documento. + Estos pueden ser: +\end_layout + +\begin_layout Description +Documento +\begin_inset space ~ +\end_inset + +LyX Otro documento LyX; su contenido se inserta directamente en tu documento. +\end_layout + +\begin_layout Description +Texto +\begin_inset space ~ +\end_inset + +simple Un documento de texto; cada línea del mismo se inserta en tu documento + como párrafo propio. +\end_layout + +\begin_layout Description +Texto +\begin_inset space ~ +\end_inset + +simple, +\begin_inset space ~ +\end_inset + +unir +\begin_inset space ~ +\end_inset + +líneas Un documento de texto; sus líneas de texto se insertan tal como son. + Las líneas vacías generan un nuevo párrafo en tu documento. +\end_layout + +\begin_layout Description +Material +\begin_inset space ~ +\end_inset + +externo Archivos en diversos formatos. +\end_layout + +\begin_layout Description +Documento +\begin_inset space ~ +\end_inset + +hijo Documentos LyX, LaTeX o texto simple. +\end_layout + +\begin_layout Section +Material externo +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout +Material externo +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Standard +Esta característica te permite insertar archivos en tu documento sin convertirlo +s previamente a un formato legible en la salida, ya que LyX se ocupa de + las necesarias conversiones. + Esto es parecido a la inserción de imágenes en diversos formatos en los + documentos LyX. + Si has activado la Vista preliminar inmediata en las preferencias de LyX, + en +\family sans +Apariencia +\family default +\SpecialChar \menuseparator +Gráficos, los tipos de material externo Dia y Xfig se muestran directamente + en LyX. +\end_layout + +\begin_layout Standard +El material externo se puede insertar mediante el diálogo que surge a partir + del menú +\family sans +Insertar\SpecialChar \menuseparator +Archivo\SpecialChar \menuseparator +Material +\begin_inset space ~ +\end_inset + +externo +\family default +. + Actualmente se permiten los siguientes tipos de archivo ( +\family sans +Plantillas +\family default +): +\end_layout + +\begin_layout Description +Diagrama +\begin_inset space ~ +\end_inset + +de +\begin_inset space ~ +\end_inset + +ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos + con el programa +\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 +Dia Esta plantilla soporta diagramas creados con el programa +\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 +Fecha Esta inserta la fecha en el formato +\emph on +Día-Mes-Año. + +\emph default + A continuación hay una fecha insertada como material externo: +\begin_inset External + template Date + filename es/... + +\end_inset + + +\begin_inset space ~ +\end_inset + + +\begin_inset Note Note +status collapsed + +\begin_layout Plain Layout +¡Quitar el espacio protegido cuando se arregle el fallo 4398! +\end_layout + +\end_inset + + +\begin_inset Newline newline +\end_inset + +La fecha no se muestra en LyX, sólo en la salida. + Hay otros dos métodos de insertar una fecha, con el menú +\family sans +Insertar\SpecialChar \menuseparator +Fecha +\family default + y con el comando LaTeX +\series bold + +\backslash +today +\series default + en código TeX. + Los distintos métodos se comparan en el cuadro +\begin_inset space ~ +\end_inset + + +\begin_inset CommandInset ref +LatexCommand ref +reference "tab:Comparación-de" + +\end_inset + +. +\end_layout + +\begin_layout Description +LilyPond Esta plantilla sirve para tipografiar notación musical con el programa +\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 Con esta plantilla puedes insertar documentos PDF en tu documento. + Para insertar algunas o todas las páginas de un documento PDF, utiliza + la opción +\emph on +pages +\emph default + en el campo +\family sans +Opción +\family default + de la pestaña +\family sans +Opciones de LaTeX y LyX +\family default +, según la descripción de la plantilla en el diálogo. + Si no se usa la opción +\emph on +pages +\emph default +, sólo se inserta la primera página del PDF. +\end_layout + +\begin_layout Description +RasterImage Sirve para insertar imágenes bitmap. + Casi todos los formatos populares de imágenes están soportados. + Las imágenes se pueden tratar en el diálogo +\family sans +Material Externo +\family default + como las que habitualmente se incluyen mediante el diálogo +\family sans +Gráficos +\family default +, tal como se explica en la sección +\begin_inset space ~ +\end_inset + + +\begin_inset CommandInset ref +LatexCommand ref +reference "sec:Diálogo-Gráficos" + +\end_inset + +. + La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes + PDF y EPS no están soportadas. +\end_layout + +\begin_layout Description +XFig Esta plantilla soporta imágenes creadas con el programa +\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:Comparación-de" + +\end_inset + +Comparación de los métodos de inserción de fecha. +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Plain Layout +\align center +\begin_inset Tabular + + + + + + + + +\begin_inset Text + +\begin_layout Plain Layout +Documento +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\family sans +Material externo\SpecialChar \menuseparator +Fecha +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\family sans +Insertar\SpecialChar \menuseparator +Fecha +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +comando +\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 +como recuadro +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +como fecha +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +como cuadro código TeX +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout +LaTeX +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +como fecha +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +como fecha +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout +como comando +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout +DVI, PDF, PS +\end_layout + +\end_inset \begin_inset Text @@ -34715,6 +36432,47 @@ LaTeX-paquetes ! marginnote \end_inset +\end_layout + +\begin_layout Bibliography +\labelwidthstring Bibliografía +\begin_inset CommandInset bibitem +LatexCommand bibitem +key "lettrine" + +\end_inset + +Documentación del paquete LaTeX +\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 + y un +\begin_inset CommandInset href +LatexCommand href +name "ejemplo" +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-paquetes ! lettrine +\end_layout + +\end_inset + + \end_layout \begin_layout Bibliography diff --git a/lib/doc/fr/Additional.lyx b/lib/doc/fr/Additional.lyx index 15bfa467b3..e9ef5857bf 100644 --- a/lib/doc/fr/Additional.lyx +++ b/lib/doc/fr/Additional.lyx @@ -24759,8 +24759,11 @@ end{multicols} \end_layout \begin_layout Standard -Vous pouvez sans problème avoir plus de 3 colonnes, si vous le voulez, mais - ce n'est plus très agréable à lire. +Vous pouvez sans problème avoir plus de 3 +\begin_inset space ~ +\end_inset + +colonnes, si vous le voulez, mais ce n'est plus très agréable à lire. \end_layout \begin_layout Subsection @@ -24899,177 +24902,6 @@ example file , les lignes de séparation verticale, et plus encore. \end_layout -\begin_layout Section -Lettrines -\end_layout - -\begin_layout Standard -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - - -\backslash -newfont{ -\backslash -tmpfont}{cmr17 scaled 2500}{ -\backslash -tmpfont C} -\backslash -vspace*{-8.4ex} -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Standard -\noindent -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - - -\backslash -hangindent=4.5em -\backslash -hangafter=-3 -\end_layout - -\end_inset - - eux d'entre vous qui aiment les vieux écrits aiment aussi certainement - les lettrines, ces grandes lettres majuscules qui ouvrent un nouveau chapitre. - L'implémentation de celles-ci se fait assez bien, à condition que vous - connaissiez un peu le TeX pur et dur, mais demande un peu de travail, comme - vous pouvez le voir à l'abominable code TeX qui entame ce paragraphe. -\end_layout - -\begin_layout Standard -\begin_inset ERT -status open - -\begin_layout Plain Layout - - -\backslash -verb+( -\backslash -bigdrop{-1em}{3}{ptmri}{I})+ -\end_layout - -\end_inset - - l existe bien entendu une manière plus facile de s'en servir. - Le paquetage -\family typewriter -dropcaps -\family default - (ou le plus récent -\family typewriter -dropping -\family default -) du CTAN en est un exemple. - Ce paquetage n'étant pas dans la distribution standard de teTeX, je ne - peux pas en faire la démonstration dans ce document, mais si vous copiez - ce paragraphe dans un nouveau document, enlevez le -\family typewriter - -\begin_inset Quotes fld -\end_inset - - -\backslash -verb -\begin_inset Quotes frd -\end_inset - - -\family default - et les caractères -\family typewriter - -\begin_inset Quotes fld -\end_inset - -+ -\begin_inset Quotes frd -\end_inset - - -\family default - du code TeX et ajoutez -\family typewriter - -\backslash -usepackage{dropcaps} -\family default - à votre préambule LaTeX, vous obtiendrez un magnifique -\begin_inset Quotes fld -\end_inset - -I -\begin_inset Quotes frd -\end_inset - - en Times Romain italique, dont la hauteur sera trois fois celle d'une ligne - de texte et qui dépasse de 1 -\begin_inset space ~ -\end_inset - -em dans la marge. - (Il faut donc avoir copié -\family typewriter -dropcaps.sty -\family default - dans un répertoire ou TeX pourra le trouver.) Le premier paramètre indique - le retrait par rapport à la marge. - Dans le cas d'un nombre négatif, la lettrine dépassera dans celle-ci. - Le deuxième paramètre donne la hauteur de la lettrine en nombre de lignes - de texte. - Le troisième est le nom de la police à utiliser. - Normalement, un quelconque fichier tfm peut convenir (voyez le répertoire - -\family typewriter -.../texmf/fonts/tfm -\family default - pour en avoir la liste). - Ma préférence personnelle va à -\family typewriter - -\begin_inset Quotes fld -\end_inset - -yinit -\begin_inset Quotes frd -\end_inset - - -\family default -, une police gothique spécialement créée pour les lettrines. - Le quatrième et dernier paramètre est la (les) lettre(s) à mettre en lettrine. - Le paquetage -\family typewriter -dropping -\family default - offre aussi la commande -\family typewriter - -\backslash -bigdrop -\family default - ainsi qu'une commande -\family typewriter - -\backslash -dropping -\family default - légèrement plus simple. -\end_layout - \begin_layout Standard \begin_inset Newpage newpage \end_inset diff --git a/lib/doc/fr/EmbeddedObjects.lyx b/lib/doc/fr/EmbeddedObjects.lyx index d9787cfe78..375babf91e 100644 --- a/lib/doc/fr/EmbeddedObjects.lyx +++ b/lib/doc/fr/EmbeddedObjects.lyx @@ -145,6 +145,14 @@ \setboolean{sidecap}{true}} {\setboolean{sidecap}{false}} +% check for picinpar +% used for surrounded fixed objects +\newboolean{picinpar} +\IfFileExists{picinpar.sty} + {\usepackage{picinpar} + \setboolean{picinpar}{true}} + {\setboolean{picinpar}{false}} + % redefine the \LyX macro for PDF bookmarks \def\LyX{\texorpdfstring{% L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@} @@ -155,6 +163,9 @@ \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 french \language_package default @@ -19913,6 +19924,13 @@ fi \begin_layout Chapter Flottants +\begin_inset CommandInset label +LatexCommand label +name "chap:Flottants" + +\end_inset + + \begin_inset Index idx status collapsed @@ -20101,13 +20119,29 @@ reference "sec:Table-Floats" \end_inset , LyX offre aussi les types -\series bold +\family sans Algorithme -\series default +\family default et -\series bold +\family sans Enrobage -\series default +\family default +. + +\lang english +The latter are explained in sec. +\lang french + +\begin_inset space \thinspace{} +\end_inset + + +\begin_inset CommandInset ref +LatexCommand ref +reference "sec:Flottant-d'enrobage" + +\end_inset + . \end_layout @@ -20422,240 +20456,6 @@ du Document \family default . -\begin_inset Newpage newpage -\end_inset - - -\end_layout - -\begin_layout Subsection -Flottant d'enrobage -\begin_inset Index idx -status collapsed - -\begin_layout Plain Layout -Flottants ! Flottants d'enrobage -\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:Figure-enrobée" - -\end_inset - -Ceci est une figure habillée. -\end_layout - -\end_inset - - -\end_layout - -\end_inset - - Ce type de flottant est utilisé quand on veut que le texte habille la figure - de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne. - Vous pouvez en insérer un en utilisant le menu -\family sans -Insérer\SpecialChar \menuseparator -Flottant\SpecialChar \menuseparator -Flottant -\begin_inset space ~ -\end_inset - -d'enrobage -\family default - à la condition que le paquetage LaTeX -\series bold -wrapfig -\series default - -\begin_inset Index idx -status collapsed - -\begin_layout Plain Layout -Paquetages LaTeX ! wrapfig -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - - -\backslash -vspace{4mm} -\end_layout - -\end_inset - - -\end_layout - -\end_inset - - soit installé. -\begin_inset Foot -status collapsed - -\begin_layout Plain Layout -Voyez dans la manuel -\emph on -Configuration -\begin_inset space ~ -\end_inset - -LaTeX -\emph default -comment installer des paquetages LaTeX. -\end_layout - -\end_inset - - Les paramètres du flottant peuvent être modifiés en faisant un clic droit - sur la boîte du flottant. - Les paramètres obligatoires sont l' -\family sans -Emplacement -\family default - et la -\family sans -Largeur -\family default -. - Les paramètres facultatifs sont le -\family sans -Débordement -\family default - qui précise de combien le flottant déborde sur la marge du paragraphe ou - de la page et la -\family sans -Porté de la ligne -\family default - qui précise le nombre approximatif de lignes dont le flottant va avoir - besoin. - Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne - l'utiliser que si on rencontre des problème avec le positionnement du flottant. - Vous pouvez aussi décider si vous autorisez LaTeX à faire flotter le flottant - à l'intérieur du paragraphe ou vers les autres paragraphes. - La figure -\begin_inset space ~ -\end_inset - - -\begin_inset CommandInset ref -LatexCommand ref -reference "fig:Figure-enrobée" - -\end_inset - - est un exemple de flottant d'enrobage avec une largeur de 40 -\begin_inset space \thinspace{} -\end_inset - -col%, un débordement de 1 -\begin_inset space \thinspace{} -\end_inset - -cm et placé à gauche. -\begin_inset Foot -status collapsed - -\begin_layout Plain Layout -Les unités disponibles sont expliquées dans l'appendice -\begin_inset space ~ -\end_inset - - -\begin_inset CommandInset ref -LatexCommand ref -reference "cha:Unités-de-longueur" - -\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 - Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une - figure trop près du bas de page peut tout chambouler et faire que le flottant - n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion - de texte. -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Standard -En général: -\end_layout - -\begin_layout Itemize -Les flottants d'enrobage ne doivent pas être placés dans des paragraphes - qui risquent de passer à la page suivante. - Ce qui veut dire que les flottants d'enrobages doivent de préférence être - positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie, - et ce quand le document est presque prêt pour pouvoir anticiper les sauts - de page. -\end_layout - -\begin_layout Itemize -Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe, - juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph -e. -\end_layout - -\begin_layout Itemize -Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser - des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de - texte entre les deux, comme séparateur. -\end_layout - -\begin_layout Itemize -Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections - ou les tableaux. \end_layout \begin_layout Section @@ -32625,6 +32425,1919 @@ fleqn , les formules hors texte peuvent aussi être redimensionnées. \end_layout +\begin_layout Chapter + +\lang english +Objects Surrounded by Text +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout + +\lang english +Surrounded by text +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Section +Flottant d'enrobage +\begin_inset CommandInset label +LatexCommand label +name "sec:Flottant-d'enrobage" + +\end_inset + + +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout +Flottants ! Flottants d'enrobage +\end_layout + +\end_inset + + +\lang english + +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout + +\lang english +Surrounded by text ! +\lang french +Flottants d'enrobage +\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:Figure-enrobée" + +\end_inset + +Ceci est une figure habillée. +\end_layout + +\end_inset + + +\end_layout + +\end_inset + + Ce type de flottant est utilisé quand on veut que le texte habille la figure + de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne. + Vous pouvez en insérer un en utilisant le menu +\family sans +Insérer\SpecialChar \menuseparator +Flottant\SpecialChar \menuseparator +Flottant +\begin_inset space ~ +\end_inset + +d'enrobage +\family default + à la condition que le paquetage LaTeX +\series bold +wrapfig +\series default + +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout +Paquetages LaTeX ! wrapfig +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + + +\backslash +vspace{4mm} +\end_layout + +\end_inset + + +\end_layout + +\end_inset + + soit installé. +\begin_inset Foot +status collapsed + +\begin_layout Plain Layout +Voyez dans la manuel +\emph on +Configuration +\begin_inset space ~ +\end_inset + +LaTeX +\emph default +comment installer des paquetages LaTeX. +\end_layout + +\end_inset + + Les paramètres du flottant peuvent être modifiés en faisant un clic droit + sur la boîte du flottant. + Les paramètres obligatoires sont l' +\family sans +Emplacement +\family default + et la +\family sans +Largeur +\family default +. + Les paramètres facultatifs sont le +\family sans +Débordement +\family default + qui précise de combien le flottant déborde sur la marge du paragraphe ou + de la page et la +\family sans +Porté de la ligne +\family default + qui précise le nombre approximatif de lignes dont le flottant va avoir + besoin. + Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne + l'utiliser que si on rencontre des problème avec le positionnement du flottant. + Vous pouvez aussi décider si vous autorisez LaTeX à faire flotter le flottant + à l'intérieur du paragraphe ou vers les autres paragraphes. + La figure +\begin_inset space ~ +\end_inset + + +\begin_inset CommandInset ref +LatexCommand ref +reference "fig:Figure-enrobée" + +\end_inset + + est un exemple de flottant d'enrobage avec une largeur de 40 +\begin_inset space \thinspace{} +\end_inset + +col%, un débordement de 1 +\begin_inset space \thinspace{} +\end_inset + +cm et placé à gauche. +\end_layout + +\begin_layout Standard +\begin_inset Note Greyedout +status open + +\begin_layout Plain Layout + +\series bold +Note: +\series default + Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une + figure trop près du bas de page peut tout chambouler et faire que le flottant + n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion + de texte. +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Standard +En général: +\end_layout + +\begin_layout Itemize +Les flottants d'enrobage ne doivent pas être placés dans des paragraphes + qui risquent de passer à la page suivante. + Ce qui veut dire que les flottants d'enrobages doivent de préférence être + positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie, + et ce quand le document est presque prêt pour pouvoir anticiper les sauts + de page. +\end_layout + +\begin_layout Itemize +Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe, + juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph +e. +\end_layout + +\begin_layout Itemize +Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser + des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de + texte entre les deux, comme séparateur. +\end_layout + +\begin_layout Itemize +Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections + ou les tableaux. +\end_layout + +\begin_layout Itemize + +\lang english +Their numbering and referencing works as described in chap. +\lang french + +\begin_inset space \thinspace{} +\end_inset + + +\begin_inset CommandInset ref +LatexCommand ref +reference "chap:Flottants" + +\end_inset + +. +\end_layout + +\begin_layout Section + +\lang english +Surrounded Fixed Objects +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout + +\lang english +Surrounded by text ! Fixed objects +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Standard + +\lang english +The wrap floats described in sec. +\lang french + +\begin_inset space \thinspace{} +\end_inset + + +\begin_inset CommandInset ref +LatexCommand ref +reference "sec:Flottant-d'enrobage" + +\end_inset + + +\lang english + have these positions in the paragraph: +\end_layout + +\begin_layout Standard +\noindent +\align center + +\lang english +\begin_inset Tabular + + + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +\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 + +\lang english +text +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + + + +\end_inset + + ou +\begin_inset Tabular + + + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +\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 + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + + + +\end_inset + + +\end_layout + +\begin_layout Standard + +\lang english +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 + + +\end_layout + +\begin_layout Standard +\noindent +\align center + +\lang english +\begin_inset Tabular + + + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +\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 + +\lang english +text +\end_layout + +\end_inset + + + + +\end_inset + + +\begin_inset Tabular + + + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +\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 + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +\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 + +\lang english +text +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + + + +\end_inset + + +\begin_inset Tabular + + + + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +\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 + +\lang english +text +\end_layout + +\end_inset + + + + +\end_inset + + +\end_layout + +\begin_layout Standard +\noindent +\align center + +\lang english +\begin_inset Tabular + + + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +\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 + +\lang english +text +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + + + +\end_inset + + +\begin_inset Tabular + + + + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +\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 + +\lang english +text +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + + + +\end_inset + + +\begin_inset Tabular + + + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +\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 + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + + + +\end_inset + + +\end_layout + +\begin_layout Standard +\noindent + +\lang english +you can use the LaTeX-package +\lang french + +\series bold +picinpar +\series default + +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout +Paquetages LaTeX ! picinpar +\end_layout + +\end_inset + +. + +\lang english +Here is an example +\lang french +: +\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 +La section suivante ne sera affichée que si le paquetage LaTeX +\series bold +picinpar +\series default + a été installé. +\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 +\lang english +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 +\lang french +. +\size default + +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + + +\backslash +end{window} +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Standard + +\lang english +\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 + +\lang english +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 + +\lang english +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 + +\lang english +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 + +\lang english +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 +\lang english + +\backslash +end{window} +\end_layout + +\begin_layout Standard + +\lang english +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. +\lang french + +\begin_inset space \thinspace{} +\end_inset + + +\begin_inset CommandInset ref +LatexCommand ref +reference "sec:Notes-bas-de-page" + +\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 +Ce qui suit sera affiché si le paquetage LaTeX +\series bold +picinpar +\series default + n'est pas installé : +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Standard +Vous devez installer le paquetage LaTeX +\series bold +picinpar +\series default + pour voir la suite de cette section dans la sortie imprimée. +\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 + +\lang english +Initials +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout + +\lang english +Initials +\end_layout + +\end_inset + + +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout + +\lang english +Surrounded by text ! Initials +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Standard + +\lang english +To use initials, you must have the LaTeX package +\lang french + +\series bold +lettrine +\series default + +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout +Paquetages LaTeX ! lettrine +\end_layout + +\end_inset + + +\lang english +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 +\lang french + +\series bold +lettrine +\series default +, +\begin_inset CommandInset citation +LatexCommand cite +key "lettrine" + +\end_inset + +. + +\lang english +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 + +\lang english +Here are some examples: +\end_layout + +\begin_layout Enumerate + +\lang english +No optional argument, the initial is the letter 'I' in the math font +\begin_inset Formula $\mathfrak{Fraktur}$ +\end_inset + + +\lang french +: +\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 + + +\lang english +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. +\lang french + +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{ +\end_layout + +\end_inset + + +\end_layout + +\end_deeper +\begin_layout Enumerate + +\lang english +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 + + +\lang english +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. +\lang french + +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{ +\end_layout + +\end_inset + + +\end_layout + +\end_deeper +\begin_layout Enumerate + +\lang english +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 +\lang french + +\backslash +renewcommand{ +\backslash +LettrineFontHook}{ +\backslash +color{color}} +\series default +\lang english + +\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 +\lang french +: +\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 + + +\lang english + +\begin_inset Note Note +status collapsed + +\begin_layout Plain Layout + +\lang english +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 + + +\lang english +t was in the spring +\lang french + +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +} +\end_layout + +\end_inset + + +\lang english +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. +\lang french + +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{ +\end_layout + +\end_inset + + +\end_layout + +\end_deeper \begin_layout Chapter Trucs Externes \begin_inset Index idx @@ -36152,6 +37865,47 @@ Paquetages LaTeX ! marginnote \end_inset +\end_layout + +\begin_layout Bibliography +\labelwidthstring Bibliographie +\begin_inset CommandInset bibitem +LatexCommand bibitem +key "lettrine" + +\end_inset + +Documentation du paquetage LaTeX +\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 + et un +\begin_inset CommandInset href +LatexCommand href +name "exemple" +target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf" + +\end_inset + + +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout +Paquetages LaTeX ! lettrine +\end_layout + +\end_inset + + \end_layout \begin_layout Bibliography diff --git a/lib/doc/ja/Additional.lyx b/lib/doc/ja/Additional.lyx index e72538ddd0..57d4dd1e51 100644 --- a/lib/doc/ja/Additional.lyx +++ b/lib/doc/ja/Additional.lyx @@ -20688,135 +20688,6 @@ multicol.lyx を読んでください。 \end_layout -\begin_layout Section -Dropped Capitals -\end_layout - -\begin_layout Standard -\noindent -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - - -\backslash -newfont{ -\backslash -tmpfont}{cmr17 scaled 2500}{ -\backslash -tmpfont T} -\backslash -vspace*{-8.4ex} -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Standard -\noindent -\begin_inset ERT -status open - -\begin_layout Plain Layout - - -\backslash -hangindent=3.3em -\backslash -hangafter=-3 -\end_layout - -\end_inset - - hose of you who like the style of old books probably also like -\begin_inset Quotes eld -\end_inset - -dropped capitals -\begin_inset Quotes erd -\end_inset - ----those large capital letters which begin each new chapter or section. - -\end_layout - -\begin_layout Standard -昔の本のスタイルが好きならこの例のように、dropped capitalsも多分好きでしょう。これは新しい章、または節が大きな大文字で始まるものです。これをLy -X/LaTeXで実現するのは(少しはplain TeXを知る必要はありますが)簡単ですが、この節の初めのTeXモードを見てもらうと分かるように多くの仕事と繰り返 -しが必要になります。 -\end_layout - -\begin_layout Standard -\begin_inset ERT -status open - -\begin_layout Plain Layout - - -\backslash -verb+ -\backslash -bigdrop{-1em}{3}{ptmri}{T}+ -\end_layout - -\end_inset - -こちらの方が簡単でしょう。CTANにある -\family typewriter -dropcaps -\family default -(またはより新しい -\family typewriter -dropping -\family default -)パッケージを使えば簡単にこのような文字をあなたの文章に入れることができます。このパッケージは teTeXに含まれていないのでこの文章の中でお見せできませんが、 -この段落を新しい文章にコピーして、先頭の -\family typewriter - -\backslash -verb -\family default -と+を取り除き、プリアンブルに -\family typewriter - -\backslash -usepackage{dropcaps} -\family default -を加えると、Times Roman ItalicのTが3行文の高さで余白に1emでた形で印刷されます(TeXが探せるディレクトリに -\family typewriter -dropcaps.sty -\family default -があることを確認してください)。最初の引数は字下げの量です。この例では負ですから余白に突き出します。2番目の引数は行数で表した文字の高さです。3番目の引数はフォ -ント名です。tfmファイルも持つ物なら何でも動きます( -\family typewriter -.../texmf/fonts/tfm -\family default -ディレクトリで色々探してみてください)。私が気に入っているは -\family typewriter -yinit -\family default -で、これはdropped capital用に特にデザインされたドイツ文字のフォントです。4番目の引数が使う文字です。 -\family typewriter -dropping -\family default -パッケージは -\family typewriter - -\backslash -bigdrop -\family default -コマンド以外にも少し簡単な -\family typewriter - -\backslash -dropping -\family default -コマンドも持っています。 -\end_layout - \begin_layout Standard \begin_inset Newpage newpage \end_inset diff --git a/lib/doc/ja/EmbeddedObjects.lyx b/lib/doc/ja/EmbeddedObjects.lyx index c88e20fadb..5c9f9134b5 100644 --- a/lib/doc/ja/EmbeddedObjects.lyx +++ b/lib/doc/ja/EmbeddedObjects.lyx @@ -151,6 +151,14 @@ \setboolean{sidecap}{true}} {\setboolean{sidecap}{false}} +% check for picinpar +% used for surrounded fixed objects +\newboolean{picinpar} +\IfFileExists{picinpar.sty} + {\usepackage{picinpar} + \setboolean{picinpar}{true}} + {\setboolean{picinpar}{false}} + % redefine the \LyX macro for PDF bookmarks \def\LyX{\texorpdfstring{% L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@} @@ -165,6 +173,9 @@ \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 japanese \language_package default @@ -18459,6 +18470,13 @@ fi \begin_layout Chapter フロート +\begin_inset CommandInset label +LatexCommand label +name "chap:フロート" + +\end_inset + + \begin_inset Index idx status collapsed @@ -18576,14 +18594,29 @@ reference "sec:表フロート" \end_inset 節で各々説明されている図フロートと表フロート以外に、 -\series bold +\family sans アルゴリズム型 -\series default -と \series bold -折返し型 +と \series default -のフロート型があります。 +折返し型 +\family default +のフロート型があります。 +\lang english +The latter are explained in sec. +\lang japanese + +\begin_inset space \thinspace{} +\end_inset + + +\begin_inset CommandInset ref +LatexCommand ref +reference "sec:折返しフロート" + +\end_inset + +. \end_layout \begin_layout Subsection @@ -18772,186 +18805,6 @@ AMS mathパッケージを使用する オプションを有効にしてください。 \end_layout -\begin_layout Subsection -折返しフロート -\begin_inset Index idx -status collapsed - -\begin_layout Plain Layout -ふろーと@フロート ! おりかえしふろーと@折返しフロート -\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:折返し図フロート" - -\end_inset - -これは折返し図フロートです。 -\end_layout - -\end_inset - - -\end_layout - -\end_inset - -このフロート型は、本文が図の周りに折返して入ることによって、図が段幅の一部しか占拠しないようにしたいときに用います。折返しフロートは、LaTeXパッケージの -\series bold -wrapfig -\series default - -\begin_inset Index idx -status collapsed - -\begin_layout Plain Layout -LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig -\end_layout - -\end_inset - -を導入済みであれば、 -\family sans -挿入\SpecialChar \menuseparator -フロート\SpecialChar \menuseparator -折返し図フロート -\family default -・ -\family sans -折返し表フロート -\family default -メニューで挿入することができます -\begin_inset Foot -status collapsed - -\begin_layout Plain Layout -LaTeXパッケージの導入方法は、取扱説明書の『LaTeXの設定』に説明されています。 -\end_layout - -\end_inset - -。フロートの設定は、フロートボックスを右クリックすることで変更することができます。必須の設定項目は、フロートの -\family sans -配置 -\family default -と -\family sans -幅 -\family default -です。非必須項目として、 -\family sans -ぶら下げ -\family default -と -\family sans -行幅 -\family default -があります。前者は、フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり、後者は、フロートが必要とするおおよその本文行数を指定するものです。 -行幅は、推測するのが難しいことがよくあるので、フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう。さらに、フロートを段落内でフロートするよう -にするか、周囲の段落までフロートすることをLaTeXに許可するかを指定することができます。第 -\begin_inset CommandInset ref -LatexCommand ref -reference "fig:折返し図フロート" - -\end_inset - -図は、40 -\begin_inset space \thinspace{} -\end_inset - -列幅%の幅と1 -\begin_inset space \thinspace{} -\end_inset - -cmのぶら下げを持ち、左揃えの折返しフロートを例示してあります -\begin_inset Foot -status collapsed - -\begin_layout Plain Layout -使うことのできる単位は付録 -\begin_inset CommandInset ref -LatexCommand ref -reference "cha:LyXで使用できる単位" - -\end_inset - -に収録してあります。 -\end_layout - -\end_inset - -。 -\end_layout - -\begin_layout Standard -\begin_inset Note Greyedout -status open - -\begin_layout Plain Layout - -\series bold -【註】 -\series default -折返しフロートは壊れやすいことがあります!例えば、図をページの下すぎる位置に置いてしまうと、ごちゃごちゃになって、フロートが出力に現れなかったり、他の本文の上に -上書きされて出力されたりします。 -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Standard -原則として、 -\end_layout - -\begin_layout Itemize -折返しフロートは、改頁に掛かってしまう段落に置くべきではありません。つまり、折返しフロートは、文書がほぼ完成する段階になって、どこに改頁が現れるかを予測できるよ -うになってから、正確な位置に挿入しなくてはなりません。 -\end_layout - -\begin_layout Itemize -折返しフロートは、入れ込む段落の前に単独の段落を設けて挿入するか、その段落自体の中に挿入しなくてはなりません。 -\end_layout - -\begin_layout Itemize -折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので、二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください。 -\end_layout - -\begin_layout Itemize -折返しフロートは、節見出しや表中に入れることは認められていません。 -\end_layout - \begin_layout Section フロートの連番 \begin_inset Index idx @@ -23092,7 +22945,7 @@ status collapsed \begin_layout Standard これが脚注の例です \begin_inset Foot -status open +status collapsed \begin_layout Plain Layout \begin_inset CommandInset label @@ -29617,12 +29470,16 @@ status collapsed \end_layout \begin_layout Chapter -外部文書構成要素 + +\lang english +Objects Surrounded by Text \begin_inset Index idx status collapsed \begin_layout Plain Layout -がいぶぶんしょこうせいようそ@外部文書構成要素 + +\lang english +Surrounded by text \end_layout \end_inset @@ -29630,42 +29487,34 @@ status collapsed \end_layout -\begin_layout Standard +\begin_layout Subsection +折返しフロート +\begin_inset CommandInset label +LatexCommand label +name "sec:折返しフロート" -\family sans -挿入\SpecialChar \menuseparator -ファイル -\family default -メニューを使うと、使用中の文書に外部素材を挿入することができます。挿入できるのは、 -\end_layout +\end_inset -\begin_layout Description -LyX文書 別のLyX文書。その内容は直接使用中の文書に挿入されます。 -\end_layout -\begin_layout Description -平文 テキスト文書。そのテキスト行各々が、使用中の文書に独立した段落として挿入されます。 -\end_layout +\begin_inset Index idx +status collapsed -\begin_layout Description -平文(行を連結して) テキスト文書。各テキスト行がその形のまま挿入されます。空の行があると、使用中の文書に新規段落を生成します。 +\begin_layout Plain Layout +ふろーと@フロート ! おりかえしふろーと@折返しフロート \end_layout -\begin_layout Description -外部素材 様々な書式のファイル。 -\end_layout +\end_inset -\begin_layout Description -子文書 LyXあるいはLaTeX文書。 -\end_layout -\begin_layout Section -外部素材 +\lang english + \begin_inset Index idx status collapsed \begin_layout Plain Layout -がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材 + +\lang english +Surrounded by text ! Wrap Floats \end_layout \end_inset @@ -29674,199 +29523,2086 @@ status collapsed \end_layout \begin_layout Standard -外部素材機能は、文書の出力書式が読むことのできる形式に前もって変換しなくても、LyXが必要な変換を行うことで、使用中の文書にファイルを挿入することができるように -するものです。これは、画像が様々な画像形式のままでLyX文書に挿入することができるのと同様の働きをします。LyX設定の -\family sans -操作性\SpecialChar \menuseparator -表示 -\family default -で自動プレビューを有効にすると、外部素材のDia形式とXfig形式は、直接LyX中に表示されるようになります。 -\end_layout +\begin_inset Wrap figure +lines 0 +placement l +overhang 1cm +width "40col%" +status open -\begin_layout Standard -外部素材は、 -\family sans -挿入 -\family default -\SpecialChar \menuseparator +\begin_layout Plain Layout +\begin_inset Graphics + filename ../clipart/mobius.eps + width 40col% + scaleBeforeRotation + rotateOrigin center + +\end_inset -\family sans -ファイル -\family default -\SpecialChar \menuseparator -\family sans -外部素材 -\family default -メニューで開くことのできる -\family sans -外部素材 -\family default -ダイアログから挿入することができます。目下、以下のファイル形式( -\family sans -ひな型 -\family default -)が使用できます。 \end_layout -\begin_layout Description -チェス棋譜 このひな型は、 -\series bold +\begin_layout Plain Layout +\begin_inset Caption -\begin_inset CommandInset href -LatexCommand href -name "XBoard" -target "http://en.wikipedia.org/wiki/XBoard" +\begin_layout Plain Layout +\begin_inset CommandInset label +LatexCommand label +name "fig:折返し図フロート" \end_inset - -\series default -プログラムで作成されたチェス棋譜をサポートします。 +これは折返し図フロートです。 \end_layout -\begin_layout Description -日付 これは、 -\emph on -日-月-年 -\emph default -の書式で日付を挿入します。右は、外部素材として挿入された日付です: -\begin_inset External - template Date - filename . - \end_inset -\begin_inset space ~ +\end_layout + \end_inset +このフロート型は、本文が図の周りに折返して入ることによって、図が段幅の一部しか占拠しないようにしたいときに用います。折返しフロートは、LaTeXパッケージの +\series bold +wrapfig +\series default -\begin_inset Note Note +\begin_inset Index idx status collapsed \begin_layout Plain Layout -バグ4398が修正されたら、この保護空白は削除してください! +LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig \end_layout \end_inset +を導入済みであれば、 +\family sans +挿入\SpecialChar \menuseparator +フロート\SpecialChar \menuseparator +折返し図フロート +\family default +・ +\family sans +折返し表フロート +\family default +メニューで挿入することができます +\begin_inset Foot +status collapsed + +\begin_layout Plain Layout +LaTeXパッケージの導入方法は、取扱説明書の『LaTeXの設定』に説明されています。 +\end_layout -\begin_inset Newline newline \end_inset -日付はLyX内では表示されず、出力のみで表示されます。日付を挿入するには、ほかに二つの方法があります。一つは、 +。フロートの設定は、フロートボックスを右クリックすることで変更することができます。必須の設定項目は、フロートの \family sans -挿入 +配置 \family default -\SpecialChar \menuseparator -日付メニューを使用する方法で、他はLaTeXコマンドの -\series bold +と +\family sans +幅 +\family default +です。非必須項目として、 +\family sans +ぶら下げ +\family default +と +\family sans +行幅 +\family default +があります。前者は、フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり、後者は、フロートが必要とするおおよその本文行数を指定するものです。 +行幅は、推測するのが難しいことがよくあるので、フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう。さらに、フロートを段落内でフロートするよう +にするか、周囲の段落までフロートすることをLaTeXに許可するかを指定することができます。第 +\begin_inset CommandInset ref +LatexCommand ref +reference "fig:折返し図フロート" -\backslash -today -\series default -をTeXコードで使用する方法です。これらの各方法は、表 +\end_inset + +図は、40 +\begin_inset space \thinspace{} +\end_inset + +列幅%の幅と1 +\begin_inset space \thinspace{} +\end_inset + +cmのぶら下げを持ち、左揃えの折返しフロートを例示してあります +\begin_inset Foot +status collapsed + +\begin_layout Plain Layout +使うことのできる単位は付録 \begin_inset CommandInset ref LatexCommand ref -reference "tab:日付挿入方法" +reference "cha:LyXで使用できる単位" \end_inset -に比較を掲載しておきます。 +に収録してあります。 \end_layout -\begin_layout Description -Dia このひな型は、 -\series bold +\end_inset -\begin_inset CommandInset href -LatexCommand href -name "Dia" -target "http://en.wikipedia.org/wiki/Dia_(software)" +。 +\end_layout -\end_inset +\begin_layout Standard +\begin_inset Note Greyedout +status open +\begin_layout Plain Layout +\series bold +【註】 \series default -プログラムで作成したダイアグラムをサポートします。 +折返しフロートは壊れやすいことがあります!例えば、図をページの下すぎる位置に置いてしまうと、ごちゃごちゃになって、フロートが出力に現れなかったり、他の本文の上に +上書きされて出力されたりします。 \end_layout -\begin_layout Description -LilyPond このひな型は、 -\series bold +\end_inset -\begin_inset CommandInset href -LatexCommand href -name "LilyPond" -target "http://en.wikipedia.org/wiki/LilyPond" -\end_inset +\end_layout +\begin_layout Standard +原則として、 +\end_layout -\series default -プログラムで作成した楽譜の組版に使用されます。 +\begin_layout Itemize +折返しフロートは、改頁に掛かってしまう段落に置くべきではありません。つまり、折返しフロートは、文書がほぼ完成する段階になって、どこに改頁が現れるかを予測できるよ +うになってから、正確な位置に挿入しなくてはなりません。 \end_layout -\begin_layout Description -PDFページ このひな型を使えば、PDF文書を使用中の文書に挿入することができます。PDFの一部頁ないし全頁を挿入するには、ダイアログ中のひな型の解説に沿って、 -\family sans -LaTeXとLyXオプション -\family default -タブ中の -\family sans -オプション -\family default -フィールドに -\emph on -pages -\emph default -オプションを指定してください。 -\emph on -pages -\emph default -オプションを指定しないと、PDFの最初のページのみが挿入されます。 +\begin_layout Itemize +折返しフロートは、入れ込む段落の前に単独の段落を設けて挿入するか、その段落自体の中に挿入しなくてはなりません。 \end_layout -\begin_layout Description -ラスターイメージ これはビットマップ画像に使用します。よく使われる画像形式のほとんどすべてがサポートされています。 -\family sans -外部素材 -\family default -ダイアログを使って入れる画像は、第 +\begin_layout Itemize +折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので、二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください。 +\end_layout + +\begin_layout Itemize +折返しフロートは、節見出しや表中に入れることは認められていません。 +\end_layout + +\begin_layout Itemize + +\lang english +Their numbering and referencing works as described in chap. +\lang japanese + +\begin_inset space \thinspace{} +\end_inset + + \begin_inset CommandInset ref LatexCommand ref -reference "sec:画像ダイアログ" +reference "chap:フロート" \end_inset -節にあるように -\family sans -画像 -\family default -ダイアログを使って挿入される画像と同じように取り扱うことができます。異なる点といえば、ラスターイメージのみを取り扱うことができる点、すなわちPDFやEPS画像は -サポートしていないという点のみです。 +. \end_layout -\begin_layout Description -XFig このひな型は、 -\series bold +\begin_layout Section -\begin_inset CommandInset href -LatexCommand href -name "Xfig" -target "http://en.wikipedia.org/wiki/Xfig" +\lang english +Surrounded Fixed Objects +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout + +\lang english +Surrounded by text ! Fixed objects +\end_layout \end_inset -\series default -プログラムで作成した画像をサポートします。 \end_layout \begin_layout Standard -\begin_inset Float table -placement h + +\lang english +The wrap floats described in sec. +\lang japanese + +\begin_inset space \thinspace{} +\end_inset + + +\begin_inset CommandInset ref +LatexCommand ref +reference "sec:折返しフロート" + +\end_inset + + +\lang english +have these positions in the paragraph: +\end_layout + +\begin_layout Standard +\noindent +\align center + +\lang english +\begin_inset Tabular + + + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +\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 + +\lang english +text +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + + + +\end_inset + + or +\begin_inset Tabular + + + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +\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 + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + + + +\end_inset + + +\end_layout + +\begin_layout Standard + +\lang english +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 + + +\end_layout + +\begin_layout Standard +\noindent +\align center + +\lang english +\begin_inset Tabular + + + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +\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 + +\lang english +text +\end_layout + +\end_inset + + + + +\end_inset + + +\begin_inset Tabular + + + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +\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 + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +\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 + +\lang english +text +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + + + +\end_inset + + +\begin_inset Tabular + + + + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +\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 + +\lang english +text +\end_layout + +\end_inset + + + + +\end_inset + + +\end_layout + +\begin_layout Standard +\noindent +\align center + +\lang english +\begin_inset Tabular + + + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +\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 + +\lang english +text +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + + + +\end_inset + + +\begin_inset Tabular + + + + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +\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 + +\lang english +text +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + + + +\end_inset + + +\begin_inset Tabular + + + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +\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 + +\lang english +text +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\lang english +text +\end_layout + +\end_inset + + + + +\end_inset + + +\end_layout + +\begin_layout Standard +\noindent + +\lang english +you can use the LaTeX-package +\lang japanese + +\series bold +picinpar +\series default + +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout +LaTeXぱっけーじ@LaTeXパッケージ ! picinpar +\end_layout + +\end_inset + +. + +\lang english +Here is an example +\lang japanese +: +\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 +以下の部分は、LaTeXパッケージ +\series bold +picinpar +\series default +が導入されているときのみ表示されます。 +\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 +\lang english +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 +\lang japanese +. +\size default + +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + + +\backslash +end{window} +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Standard + +\lang english +\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 + +\lang english +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 + +\lang english +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 + +\lang english +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 + +\lang english +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 + +\lang english +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. +\lang japanese + +\begin_inset space \thinspace{} +\end_inset + + +\begin_inset CommandInset ref +LatexCommand ref +reference "sec:脚注" + +\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 +以下の部分は、LaTeXパッケージ +\series bold +picinpar +\series default +が導入されていないときのみ表示されます。 +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Standard +本節の以下の部分を出力に表示するには、LaTeXパッケージ +\series bold +picinpar +\series default +を導入する必要があります。 +\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 + +\lang english +Initials +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout + +\lang english +Initials +\end_layout + +\end_inset + + +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout + +\lang english +Surrounded by text ! Initials +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Standard + +\lang english +To use initials, you must have the LaTeX package +\lang japanese + +\series bold +lettrine +\series default + +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout +LaTeXぱっけーじ@LaTeXパッケージ ! lettrine +\end_layout + +\end_inset + + +\lang english +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 +\lang japanese + +\series bold +lettrine +\series default +, +\begin_inset CommandInset citation +LatexCommand cite +key "lettrine" + +\end_inset + +. + +\lang english +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 + +\lang english +Here are some examples: +\end_layout + +\begin_layout Enumerate + +\lang english +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 + + +\lang english +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. +\lang japanese + +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{ +\end_layout + +\end_inset + + +\lang english + +\begin_inset Newpage newpage +\end_inset + + +\end_layout + +\end_deeper +\begin_layout Enumerate + +\lang english +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 + + +\lang english +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. +\lang japanese + +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{ +\end_layout + +\end_inset + + +\end_layout + +\end_deeper +\begin_layout Enumerate + +\lang english +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 +\lang japanese +: +\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 + + +\lang english + +\begin_inset Note Note +status collapsed + +\begin_layout Plain Layout + +\lang english +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 + + +\lang english +t was in the spring +\lang japanese + +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +} +\end_layout + +\end_inset + + +\lang english +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. +\lang japanese + +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{ +\end_layout + +\end_inset + + +\end_layout + +\end_deeper +\begin_layout Chapter +外部文書構成要素 +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout +がいぶぶんしょこうせいようそ@外部文書構成要素 +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Standard + +\family sans +挿入\SpecialChar \menuseparator +ファイル +\family default +メニューを使うと、使用中の文書に外部素材を挿入することができます。挿入できるのは、 +\end_layout + +\begin_layout Description +LyX文書 別のLyX文書。その内容は直接使用中の文書に挿入されます。 +\end_layout + +\begin_layout Description +平文 テキスト文書。そのテキスト行各々が、使用中の文書に独立した段落として挿入されます。 +\end_layout + +\begin_layout Description +平文(行を連結して) テキスト文書。各テキスト行がその形のまま挿入されます。空の行があると、使用中の文書に新規段落を生成します。 +\end_layout + +\begin_layout Description +外部素材 様々な書式のファイル。 +\end_layout + +\begin_layout Description +子文書 LyXあるいはLaTeX文書。 +\end_layout + +\begin_layout Section +外部素材 +\begin_inset Index idx +status collapsed + +\begin_layout Plain Layout +がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材 +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Standard +外部素材機能は、文書の出力書式が読むことのできる形式に前もって変換しなくても、LyXが必要な変換を行うことで、使用中の文書にファイルを挿入することができるように +するものです。これは、画像が様々な画像形式のままでLyX文書に挿入することができるのと同様の働きをします。LyX設定の +\family sans +操作性\SpecialChar \menuseparator +表示 +\family default +で自動プレビューを有効にすると、外部素材のDia形式とXfig形式は、直接LyX中に表示されるようになります。 +\end_layout + +\begin_layout Standard +外部素材は、 +\family sans +挿入 +\family default +\SpecialChar \menuseparator + +\family sans +ファイル +\family default +\SpecialChar \menuseparator + +\family sans +外部素材 +\family default +メニューで開くことのできる +\family sans +外部素材 +\family default +ダイアログから挿入することができます。目下、以下のファイル形式( +\family sans +ひな型 +\family default +)が使用できます。 +\end_layout + +\begin_layout Description +チェス棋譜 このひな型は、 +\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 +日付 これは、 +\emph on +日-月-年 +\emph default +の書式で日付を挿入します。右は、外部素材として挿入された日付です: +\begin_inset External + template Date + filename . + +\end_inset + + +\begin_inset space ~ +\end_inset + + +\begin_inset Note Note +status collapsed + +\begin_layout Plain Layout +バグ4398が修正されたら、この保護空白は削除してください! +\end_layout + +\end_inset + + +\begin_inset Newline newline +\end_inset + +日付はLyX内では表示されず、出力のみで表示されます。日付を挿入するには、ほかに二つの方法があります。一つは、 +\family sans +挿入 +\family default +\SpecialChar \menuseparator +日付メニューを使用する方法で、他はLaTeXコマンドの +\series bold + +\backslash +today +\series default +をTeXコードで使用する方法です。これらの各方法は、表 +\begin_inset CommandInset ref +LatexCommand ref +reference "tab:日付挿入方法" + +\end_inset + +に比較を掲載しておきます。 +\end_layout + +\begin_layout Description +Dia このひな型は、 +\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 このひな型は、 +\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 +PDFページ このひな型を使えば、PDF文書を使用中の文書に挿入することができます。PDFの一部頁ないし全頁を挿入するには、ダイアログ中のひな型の解説に沿って、 +\family sans +LaTeXとLyXオプション +\family default +タブ中の +\family sans +オプション +\family default +フィールドに +\emph on +pages +\emph default +オプションを指定してください。 +\emph on +pages +\emph default +オプションを指定しないと、PDFの最初のページのみが挿入されます。 +\end_layout + +\begin_layout Description +ラスターイメージ これはビットマップ画像に使用します。よく使われる画像形式のほとんどすべてがサポートされています。 +\family sans +外部素材 +\family default +ダイアログを使って入れる画像は、第 +\begin_inset CommandInset ref +LatexCommand ref +reference "sec:画像ダイアログ" + +\end_inset + +節にあるように +\family sans +画像 +\family default +ダイアログを使って挿入される画像と同じように取り扱うことができます。異なる点といえば、ラスターイメージのみを取り扱うことができる点、すなわちPDFやEPS画像は +サポートしていないという点のみです。 +\end_layout + +\begin_layout Description +XFig このひな型は、 +\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 @@ -31835,7 +33571,7 @@ Adobe 社によってプリンタ言語として開発されました。したがって、このファイルにはプリンタがファイルを印字するコマンドが書かれています。PostScripは、計算を行った り図表や画像を描いたりすることもできるので、「プログラミング言語」と見なすことができます \begin_inset Foot -status open +status collapsed \begin_layout Plain Layout これについてもう少し学ぶ気があれば、LaTeXパッケージ @@ -32564,6 +34300,51 @@ LaTeXぱっけーじ@LaTeXパッケージ ! marginnote の取扱説明書 \end_layout +\begin_layout Bibliography +\labelwidthstring 参考文献 +\begin_inset CommandInset bibitem +LatexCommand bibitem +key "lettrine" + +\end_inset + +LaTeXパッケージ +\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 + +\lang english +and an +\lang japanese + +\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ぱっけーじ@LaTeXパッケージ ! lettrine +\end_layout + +\end_inset + + +\end_layout + \begin_layout Bibliography \labelwidthstring 参考文献 \begin_inset CommandInset bibitem diff --git a/lib/layouts/initials.module b/lib/layouts/initials.module index 3d519b7d80..22a6678ec4 100644 --- a/lib/layouts/initials.module +++ b/lib/layouts/initials.module @@ -4,6 +4,7 @@ #Hint: try to use math and its artistic font styles like Fractur or the Calligraphic one. #DescriptionEnd #Category: charstyles +# Author: Pavel Sanda and Uwe Stöhr Format 35 @@ -21,3 +22,28 @@ InsetLayout Flex:Initial EndPreamble End +Style Initial + Category MainText + LatexType command + LatexName lettrine + Margin First_Dynamic + LabelType static + LabelString Initial + OptionalArgs 1 + RequiredArgs 1 + LabelSep x + ParIndent MMM + ParSkip 0.4 + TopSep 0.7 + BottomSep 0.7 + ParSep 0.3 + Align Left + AlignPossible Left + LabelFont + Series Bold + EndFont + Preamble + \usepackage{lettrine} + EndPreamble +End + diff --git a/status.20x b/status.20x index 6bd035f34b..5fe307bfa1 100644 --- a/status.20x +++ b/status.20x @@ -63,8 +63,10 @@ What's new (bug 7196). - new section how to change numbering style of numbered lists -- EnbeddedObjects manual: describe that LyX supports now the changing of - the color of the greyed-out box text +- EnbeddedObjects manual: + - describe that LyX supports now the changing of the color of the + greyed-out box text + - new chapter about objects surrounded by text - Math manual: add a note about column limit for decorated matrices. -- 2.39.5