From 9d90b650eba8a00369e750bad89e5aad259e46a0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Mon, 8 Aug 2011 15:12:45 +0000 Subject: [PATCH] - UserGuide.lyx: revise file export section - Additional.lyx: fix some typos git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39440 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/doc/Additional.lyx | 1134 +++++++----------------------------- lib/doc/UserGuide.lyx | 244 +++++++- lib/doc/de/Additional.lyx | 1160 ++++++------------------------------- lib/doc/de/UserGuide.lyx | 239 ++++++-- lib/doc/es/UserGuide.lyx | 235 +++++++- lib/doc/fr/UserGuide.lyx | 221 ++++++- lib/doc/ja/UserGuide.lyx | 272 ++++++++- 7 files changed, 1508 insertions(+), 1997 deletions(-) diff --git a/lib/doc/Additional.lyx b/lib/doc/Additional.lyx index 298b8311bf..d0f8b5213f 100644 --- a/lib/doc/Additional.lyx +++ b/lib/doc/Additional.lyx @@ -45,7 +45,6 @@ logicalmkup theorems-ams theorems-ams-extended -multicol \end_modules \maintain_unincluded_children false \begin_local_layout @@ -5700,16 +5699,26 @@ name "sub:rev-search" \end_layout \begin_layout Standard -In most cases LyX will do the work for you by enabling +In most cases LyX will do the work for you by enabling the option \begin_inset Flex MenuItem status collapsed \begin_layout Plain Layout -Document\SpecialChar \menuseparator -Output\SpecialChar \menuseparator Synchronize with Output \end_layout +\end_inset + + in the menu +\begin_inset Flex MenuItem +status collapsed + +\begin_layout Plain Layout +Document\SpecialChar \menuseparator +Settings\SpecialChar \menuseparator +Output +\end_layout + \end_inset . @@ -6993,7 +7002,7 @@ General can select from the drop down list. If none of these configurations suits you, you have to find out and enter a suitable configuration yourself. - The definition syntax uses the following placeholders: + The definition syntax uses the following placeholders: \end_layout \begin_layout Itemize @@ -7041,18 +7050,23 @@ $$o \begin_layout Standard Note that only some of the viewers provide full forward search functionality, - among them yap, xdvi, okular and Sumatra PDF + among them yap, xdvi, okular and Sumatra PDF. \begin_inset Foot status collapsed \begin_layout Plain Layout -For Sumatra CMCDDE is needed --- downloadable from http://www.istri.fr/zip/CMCDDE.z -ip +For Sumatra CMCDDE is needed --- downloadable from +\begin_inset CommandInset href +LatexCommand href +target "http://www.istri.fr/zip/CMCDDE.zip" + +\end_inset + + \end_layout \end_inset -. While many of the widespread PDF viewers (most notably Adobe Reader) do not support forward search at all, some other viewers -- e. \begin_inset space \thinspace{} @@ -22450,104 +22464,86 @@ EmbeddedObjects \end_layout \begin_layout Section -Multiple Text Columns +Multiple Columns \end_layout \begin_layout Standard -This feature is independent of the option -\family sans -Two-column document -\family default - in the document settings under -\family sans -Text Layout -\family default -. - If you want to have 2 -\begin_inset space ~ -\end_inset - -columns for the whole document, it is recommended to use the -\family sans -Two-column document -\family default - option. - For all other cases use this feature. +The aim for this section is to show how the LaTeX package +\series bold +multicol +\series default + can be used in a LyX document. + LyX does not support the +\series bold +multicol +\series default + package natively yet, so you have to use some TeX code. \end_layout \begin_layout Standard -To use multiple text columns in your document, you have to load the module - -\family sans -Multiple Columns -\family default - (menu -\family sans -Document\SpecialChar \menuseparator -Settings\SpecialChar \menuseparator -Modules -\family default -) and must have the LaTeX-package +The \series bold multicol \series default - -\begin_inset Index idx -status collapsed - -\begin_layout Plain Layout -LaTeX-packages ! multicol + package allows switching between one and multicolumn format on the same + page. + Footnotes are handled correctly, but will be placed at the bottom of the + page and not under each column. + Within the different columns you can use everyting, with the limitation + that for floats you need to use the option +\family sans +Span colums +\family default + for each column. \end_layout -\end_inset +\begin_layout Subsection +Two columns +\end_layout - installed. +\begin_layout Standard +If you want to have two columns in your text, insert the comand \end_layout \begin_layout Standard -Footnotes within multiple columns will be placed at the bottom of the page - and not under each column. - Within the different columns you can use everything, with the limitation - that for floats you need to use the float option -\family sans -Span columns -\family default -. + +\series bold + +\backslash +begin{multicols}{2} \end_layout -\begin_layout Subsection -Basics +\begin_layout Standard +at the point where you want the two column layout to start, and then \end_layout \begin_layout Standard -If you want to have 2 columns in your text, use the style -\family sans -Begin Multiple Columns -\family default - where the columns should start. - The content of the style is the number of the columns, so in this case - use a -\begin_inset Quotes eld -\end_inset -2 -\begin_inset Quotes erd -\end_inset +\series bold -. - At the point where the columns should end use the style -\family sans -End Multiple Columns -\family default - and keep it empty. +\backslash +end{multicols} \end_layout \begin_layout Standard -Here is an example: +where you want it to end. + Like this: \end_layout -\begin_layout Begin Multiple Columns -2 +\begin_layout Standard +\begin_inset ERT +status open + +\begin_layout Plain Layout + + +\backslash +begin{multicols}{2} +\end_layout + +\end_inset + + \end_layout \begin_layout Standard @@ -22592,20 +22588,44 @@ ty which utterly submerged my mind. only withdrawn upon the third of last month. \end_layout -\begin_layout End Multiple Columns +\begin_layout Standard +\begin_inset ERT +status open + +\begin_layout Plain Layout + +\backslash +end{multicols} \end_layout -\begin_layout Standard -Here is an example with 3 -\begin_inset space ~ \end_inset -columns: + \end_layout -\begin_layout Begin Multiple Columns -3 +\begin_layout Subsection +Multiple columns +\end_layout + +\begin_layout Standard +The same pattern is used when you want more than two columns: +\end_layout + +\begin_layout Standard +\begin_inset ERT +status open + +\begin_layout Plain Layout + + +\backslash +begin{multicols}{3} +\end_layout + +\end_inset + + \end_layout \begin_layout Standard @@ -22632,36 +22652,52 @@ It can be imagined that my close intimacy with Sherlock Holmes had interested as they were known to the public at the conclusion of the inquest. \end_layout -\begin_layout End Multiple Columns +\begin_layout Standard +\begin_inset ERT +status open + +\begin_layout Plain Layout + +\backslash +end{multicols} \end_layout -\begin_layout Standard -You can have up to 10 -\begin_inset space ~ \end_inset -columns if you want to, but that might not be very pleasant for the readers - of your document. + \end_layout \begin_layout Standard -\begin_inset Newpage newpage +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 -Columns inside Columns +Columns inside columns \end_layout \begin_layout Standard -You can also have columns inside columns: +You can even have columns inside columns: \end_layout -\begin_layout Begin Multiple Columns -2 +\begin_layout Standard +\begin_inset ERT +status open + +\begin_layout Plain Layout + + +\backslash +begin{multicols}{2} +\end_layout + +\end_inset + + \end_layout \begin_layout Standard @@ -22674,8 +22710,20 @@ The Honourable Ronald Adair was the second son of the Earl of Maynooth, at 427 Park Lane. \end_layout -\begin_layout Begin Multiple Columns -2 +\begin_layout Standard +\begin_inset ERT +status open + +\begin_layout Plain Layout + + +\backslash +begin{multicols}{2} +\end_layout + +\end_inset + + \end_layout \begin_layout Standard @@ -22693,7 +22741,19 @@ The youth moved in the best society–had, so far as was known, no enemies on the night of March 30, 1894. \end_layout -\begin_layout End Multiple Columns +\begin_layout Standard +\begin_inset ERT +status open + +\begin_layout Plain Layout + + +\backslash +end{multicols} +\end_layout + +\end_inset + \end_layout @@ -22724,107 +22784,78 @@ The evidence of those who had played with him– Mr. So much for his recent history as it came out at the inquest. \end_layout -\begin_layout End Multiple Columns - -\end_layout - -\begin_layout Subsection -Advanced Examples -\end_layout - -\begin_layout Standard -The examples in this section show some more special features of multiple - columns. -\end_layout - \begin_layout Standard -For more features of multiple columns, have a look at the documentation - of the LaTeX-package -\series bold -multicol -\series default - -\begin_inset Index idx -status collapsed +\begin_inset ERT +status open \begin_layout Plain Layout -LaTeX-packages ! multicol -\end_layout -\end_inset -, -\begin_inset CommandInset citation -LatexCommand cite -key "multicol" +\backslash +end{multicols} +\end_layout \end_inset -. -\end_layout -\begin_layout Subsubsection -Preface \end_layout \begin_layout Standard -To add a preface text for multiple columns, add the command +Please read the example file +\family typewriter +multicol.lyx +\family default + for more advanced examples including column and header spacing, vertical + separator lines, and more. \end_layout \begin_layout Standard +\begin_inset Newpage newpage +\end_inset + -\series bold -}[ \end_layout -\begin_layout Standard -as TeX Code behind the number of columns in the -\family sans - Begin Multiple Columns -\family default - style. - behind the command write the text. - At the end of the style use the command +\begin_layout Section +Non-standard Paragraph Shapes \end_layout \begin_layout Standard +\begin_inset ERT +status collapsed -\series bold -]{ -\end_layout +\begin_layout Plain Layout -\begin_layout Standard -as TeX Code. - An example with some preface text: + +\backslash +begin{sloppypar} \end_layout -\begin_layout Standard -\begin_inset VSpace bigskip \end_inset \end_layout -\begin_layout Begin Multiple Columns -2 +\begin_layout Standard \begin_inset ERT status collapsed \begin_layout Plain Layout -}[ -\end_layout - -\end_inset - -And the story continues and continues and continues and continues\SpecialChar \ldots{} -\begin_inset ERT -status collapsed +\backslash +newdimen +\backslash +varunit +\end_layout \begin_layout Plain Layout -]{ + +\backslash +setlength{ +\backslash +varunit}{4.5in} \end_layout \end_inset @@ -22833,748 +22864,11 @@ status collapsed \end_layout \begin_layout Standard +\noindent +\begin_inset ERT +status collapsed -\size small -On the evening of the crime, he returned from the club exactly at ten. - His mother and sister were out spending the evening with a relation. - The servant deposed that she heard him enter the front room on the second - floor, generally used as his sitting-room. - She had lit a fire there, and as it smoked she had opened the window. - No sound was heard from the room until eleven-twenty, the hour of the return - of Lady Maynooth and her daughter. - Desiring to say good-night, she attempted to enter her son's room. - The door was locked on the inside, and no answer could be got to their - cries and knocking. - Help was obtained, and the door forced. - The unfortunate young man was found lying near the table. - His head had been horribly mutilated by an expanding revolver bullet, but - no weapon of any sort was to be found in the room. -\end_layout - -\begin_layout End Multiple Columns - -\end_layout - -\begin_layout Standard -You can also use a section heading as the preface if you use a section command - as TeX Code behind the first TeX Code. - For example the command -\end_layout - -\begin_layout Standard - -\series bold - -\backslash -subsection{subsection title} -\end_layout - -\begin_layout Standard -creates a subsection. - In this example the preface is a subsubsection: -\end_layout - -\begin_layout Begin Multiple Columns -2 -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - -}[ -\end_layout - -\end_inset - - -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - - -\backslash -subsubsection{ -\end_layout - -\end_inset - -This is a subsubsection heading as a preface -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - -} -\end_layout - -\end_inset - - -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - -]{ -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Standard - -\size small -A minute examination of the circumstances served only to make the case more - complex. - In the first place, no reason could be given why the young man should have - fastened the door upon the inside. - There was the possibility that the murderer had done this, and had afterwards - escaped by the window. - The drop was at least twenty feet, however, and a bed of crocuses in full - bloom lay beneath. - Neither the flowers nor the earth showed any sign of having been disturbed, - nor were there any marks upon the narrow strip of grass which separated - the house from the road. - Apparently, therefore, it was the young man himself who had fastened the - door. - But how did he come by his death? No one could have climbed up to the window - without leaving traces. - Suppose a man had fired through the window, he would indeed be a remarkable - shot who could with a revolver inflict so deadly a wound. - Again, Park Lane is a frequented thoroughfare; there is a cab stand within - a hundred yards of the house. - No one had heard a shot. -\end_layout - -\begin_layout End Multiple Columns - -\end_layout - -\begin_layout Standard -If there is less vertical space left on the page at the beginning of the - multiple columns than needed for 6 -\begin_inset space ~ -\end_inset - -text lines, a page break will be inserted before the multiple columns. - Depending on the number of lines of the preface text, you might want to - change this value. - It is determined by inserting the command -\end_layout - -\begin_layout Standard - -\series bold -][number -\backslash -baselineskip -\end_layout - -\begin_layout Standard -as TeX Code behind the preface definition but before the final -\series bold -]{ -\series default - command. - -\emph on -number -\emph default - is hereby the number of text lines. - In this example the space is set to 7 -\begin_inset space ~ -\end_inset - -text lines: -\end_layout - -\begin_layout Begin Multiple Columns -2 -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - -}[ -\end_layout - -\end_inset - - -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - - -\backslash -subsubsection{ -\end_layout - -\end_inset - -This is the sectioning command -\begin_inset Newline newline -\end_inset - -as a preface and -\begin_inset Newline newline -\end_inset - -with multiple text lines -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - -} -\end_layout - -\end_inset - - -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - -][7 -\backslash -baselineskip -\end_layout - -\end_inset - - -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - -]{ -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Standard - -\size small -On the evening of the crime, he returned from the club exactly at ten. - His mother and sister were out spending the evening with a relation. - The servant deposed that she heard him enter the front room on the second - floor, generally used as his sitting-room. - She had lit a fire there, and as it smoked she had opened the window. - No sound was heard from the room until eleven-twenty, the hour of the return - of Lady Maynooth and her daughter. - Desiring to say good-night, she attempted to enter her son's room. - The door was locked on the inside, and no answer could be got to their - cries and knocking. - Help was obtained, and the door forced. - The unfortunate young man was found lying near the table. - His head had been horribly mutilated by an expanding revolver bullet, but - no weapon of any sort was to be found in the room. -\end_layout - -\begin_layout End Multiple Columns - -\end_layout - -\begin_layout Subsubsection -Surrounding Space -\end_layout - -\begin_layout Standard -The amount of space before and after multiple columns can be changed by - changing the length -\series bold - -\backslash -multicolsep -\series default -. - For example the command -\end_layout - -\begin_layout Standard - -\series bold - -\backslash -setlength{ -\backslash -multicolsep}{3cm} -\end_layout - -\begin_layout Standard -in TeX Code changes its value to 3 -\begin_inset space \thinspace{} -\end_inset - -cm. - The change must be made before the multiple columns' start. - The predefined value is 13 -\begin_inset space \thinspace{} -\end_inset - -pt. -\end_layout - -\begin_layout Standard -For this example -\series bold - -\backslash -multicolsep -\series default - was set to 2.5 -\begin_inset space \thinspace{} -\end_inset - -cm: -\end_layout - -\begin_layout Standard -\begin_inset ERT -status open - -\begin_layout Plain Layout - - -\backslash -setlength{ -\backslash -multicolsep}{2.5cm} -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Begin Multiple Columns -2 -\end_layout - -\begin_layout Standard - -\size small -All day I turned these facts over in my mind, endeavouring to hit upon some - theory which could reconcile them all, and to find that line of least resistanc -e which my poor friend had declared to be the starting-point of every investigat -ion. - I confess that I made little progress. - In the evening I strolled across the Park, and found myself about six o'clock - at the Oxford Street end of Park Lane. - A group of loafers upon the pavements, all staring up at a particular window, - directed me to the house which I had come to see. - A tall, thin man with coloured glasses, whom I strongly suspected of being - a plain-clothes detective, was pointing out some theory of his own, while - the others crowded round to listen to what he said. - I got as near him as I could, but his observations seemed to me to be absurd, - so I withdrew again in some disgust. - As I did so I struck against an elderly, deformed man, who had been behind - me, and I knocked down several books which he was carrying. -\end_layout - -\begin_layout End Multiple Columns - -\end_layout - -\begin_layout Standard -\begin_inset Note Greyedout -status open - -\begin_layout Plain Layout - -\series bold -Note: -\series default - The values you set with -\series bold - -\backslash -setlength -\series default - will be used for all following multiple columns until to change them again. -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Standard -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - - -\backslash -setlength{ -\backslash -multicolsep}{13pt} -\end_layout - -\end_inset - - -\begin_inset Note Note -status collapsed - -\begin_layout Plain Layout -go back to the default -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Subsubsection -Column Separation -\end_layout - -\begin_layout Standard -The width of the columns is automatically calculated, but you can modify - the space between the columns. - This is done by changing the length -\series bold - -\backslash -columnsep -\series default -. - Its predefined value is 10 -\begin_inset space \thinspace{} -\end_inset - -pt. - Here is an example where -\series bold - -\backslash -columnsep -\series default - is set to 3 -\begin_inset space \thinspace{} -\end_inset - -cm: -\end_layout - -\begin_layout Standard -\begin_inset ERT -status open - -\begin_layout Plain Layout - - -\backslash -setlength{ -\backslash -columnsep}{3cm} -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Begin Multiple Columns -2 -\end_layout - -\begin_layout Standard - -\size small -My observations of No. -\begin_inset space \space{} -\end_inset - -427 Park Lane did little to clear up the problem in which I was interested. - The house was separated from the street by a low wall and railing, the - whole not more than five feet high. - It was perfectly easy, therefore, for anyone to get into the garden, but - the window was entirely inaccessible, since there was no water pipe or - anything which could help the most active man to climb it. - More puzzled than ever, I retraced my steps to Kensington. - I had not been in my study five minutes when the maid entered to say that - a person desired to see me. - To my astonishment it was none other than my strange old book collector, - his sharp, wizened face peering out from a frame of white hair, and his - precious volumes, a dozen of them at least, wedged under his right arm. -\end_layout - -\begin_layout End Multiple Columns - -\end_layout - -\begin_layout Standard -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - - -\backslash -setlength{ -\backslash -columnsep}{10pt} -\end_layout - -\end_inset - - -\begin_inset Note Note -status collapsed - -\begin_layout Plain Layout -go back to the default -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Subsubsection -Vertical Lines -\end_layout - -\begin_layout Standard -Between the columns a rule with a width of the length -\series bold - -\backslash -columnseprule -\series default - is placed. - If this rule width is set to 0 -\begin_inset space \thinspace{} -\end_inset - -pt (this is the default), the rule is suppressed. - In the following example, the line separating the columns is 2 -\begin_inset space \thinspace{} -\end_inset - -pt wide. -\end_layout - -\begin_layout Standard -\begin_inset ERT -status open - -\begin_layout Plain Layout - - -\backslash -setlength{ -\backslash -columnseprule}{2pt} -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Begin Multiple Columns -2 -\end_layout - -\begin_layout Standard - -\size small -\begin_inset Quotes eld -\end_inset - -You're surprised to see me, sir, -\begin_inset Quotes erd -\end_inset - - said he, in a strange, croaking voice. -\end_layout - -\begin_layout Standard - -\size small -I acknowledged that I was. -\end_layout - -\begin_layout Standard - -\size small -\begin_inset Quotes eld -\end_inset - -Well, I've a conscience, sir, and when I chanced to see you go into this - house, as I came hobbling after you, I thought to myself, I'll just step - in and see that kind gentleman, and tell him that if I was a bit gruff - in my manner there was not any harm meant, and that I am much obliged to - him for picking up my books. -\begin_inset Quotes erd -\end_inset - - -\end_layout - -\begin_layout Standard - -\size small -\begin_inset Quotes eld -\end_inset - -You make too much of a trifle, -\begin_inset Quotes erd -\end_inset - - said I. - -\begin_inset Quotes eld -\end_inset - -May I ask how you knew who I was? -\begin_inset Quotes erd -\end_inset - - -\end_layout - -\begin_layout Standard - -\size small -\begin_inset Quotes eld -\end_inset - -Well, sir, if it isn't too great a liberty, I am a neighbour of yours, for - you'll find my little bookshop at the corner of Church Street, and very - happy to see you, I am sure. - Maybe you collect yourself, sir. - Here's -\noun on -British -\begin_inset space ~ -\end_inset - -Birds -\noun default -, and -\noun on -Catullus -\noun default -, and -\noun on -The Holy War -\noun default ---a bargain, every one of them. - With five volumes you could just fill that gap on that second shelf. - It looks untidy, does it not, sir? -\begin_inset Quotes erd -\end_inset - - -\end_layout - -\begin_layout End Multiple Columns - -\end_layout - -\begin_layout Standard -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - - -\backslash -setlength{ -\backslash -columnseprule}{0pt} -\end_layout - -\end_inset - - -\begin_inset Note Note -status collapsed - -\begin_layout Plain Layout -go back to the default -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Standard -\begin_inset Newpage newpage -\end_inset - - -\end_layout - -\begin_layout Section -Non-standard Paragraph Shapes -\end_layout - -\begin_layout Standard -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - - -\backslash -begin{sloppypar} -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Standard -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - - -\backslash -newdimen -\backslash -varunit -\end_layout - -\begin_layout Plain Layout - - -\backslash -setlength{ -\backslash -varunit}{4.5in} -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Standard -\noindent -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout +\begin_layout Plain Layout \backslash @@ -23762,7 +23056,7 @@ parshape \family default is called for. As you can see, completely arbitrary shapes can be laid out with a suitable - set of line length definitions. + set of linelength definitions. While this parshape may look a bit silly and useless, one could conceive of situations such as finely tuned dropped capitals, word wrapping around non-rectangular graphics, etc. @@ -23820,34 +23114,6 @@ end{sloppypar} \end_inset -\end_layout - -\begin_layout Bibliography -\begin_inset CommandInset bibitem -LatexCommand bibitem -key "multicol" - -\end_inset - -Documentation of the LaTeX-package -\begin_inset CommandInset href -LatexCommand href -name "multicol" -target "http://mirror.ctan.org/macros/latex/required/tools/multicol.pdf" - -\end_inset - - -\begin_inset Index idx -status collapsed - -\begin_layout Plain Layout -LaTeX-packages ! multicol -\end_layout - -\end_inset - - \end_layout \end_body diff --git a/lib/doc/UserGuide.lyx b/lib/doc/UserGuide.lyx index 7a2ad917ea..3fa3aaa52f 100644 --- a/lib/doc/UserGuide.lyx +++ b/lib/doc/UserGuide.lyx @@ -37552,13 +37552,27 @@ reference "sub:Output-file-formats" \family sans CJK +\family default + \begin_inset space ~ \end_inset -LyX -\family default -format of the special LyX 1.4.x versions for Chinese, Japanese, and Korean - (CJK) +L +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + +yX format of the special LyX +\begin_inset space ~ +\end_inset + +1.4.x versions for Chinese, Japanese and Korean (CJK) \begin_inset Newline newline \end_inset @@ -37566,11 +37580,42 @@ format of the special LyX 1.4.x versions for Chinese, Japanese, and Korean \end_layout \begin_layout Description - +DraftDVI LaTeX's native DVI-format. + This format is not suitable if you have special characters or spaces in + files paths or file names in your document. + LyX use this format internally as a pre-stage to export to \family sans DVI \family default - DVI-format +. +\end_layout + +\begin_layout Description +DVI DVI-format that also allows to use special characters or spaces in files + paths or file names +\end_layout + +\begin_layout Description +DVI +\begin_inset space ~ +\end_inset + +(LuaT +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + +eX) DVI-format using the program +\family typewriter +LuaTeX +\family default +; supports Unicode and the usage of non-TeX fonts \end_layout \begin_layout Description @@ -37617,6 +37662,50 @@ eX \begin_inset space ~ \end_inset +( +\family default +LuaT +\family sans + +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + + +\family default +eX +\family sans +) +\family default +text file with the LaTeX source that it is compilable with the program +\family typewriter +LuaTeX +\end_layout + +\begin_layout Description + +\family sans +LaT +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + +eX +\begin_inset space ~ +\end_inset + (pdflatex) \family default text file with the LaTeX source, additionally all images used in the document @@ -37657,7 +37746,66 @@ latex \end_layout \begin_layout Description -LyX + +\family sans +LaT +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + +eX +\begin_inset space ~ +\end_inset + +( +\family default +XeT +\family sans + +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + + +\family default +eX +\family sans +) +\family default +text file with the LaTeX source that it is compilable with the program +\family typewriter +XeTeX +\end_layout + +\begin_layout Description +L +\family sans + +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + + +\family default +yX \begin_inset space ~ \end_inset @@ -37671,7 +37819,22 @@ Archive \end_layout \begin_layout Description -LyX +L +\family sans + +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + + +\family default +yX \begin_inset space ~ \end_inset @@ -37695,7 +37858,22 @@ y \end_layout \begin_layout Description -LyXHTML HTML-format, using LyX's internal XHTML engine +L +\family sans + +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + + +\family default +yXHTML HTML-format using LyX's internal XHTML engine \end_layout \begin_layout Description @@ -37739,7 +37917,18 @@ PDF \begin_inset space ~ \end_inset -(LuaTeX) +(LuaT +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + +eX) \family default PDF-format using the program \family typewriter @@ -37787,7 +37976,18 @@ PDF \begin_inset space ~ \end_inset -(XeTeX) +(XeT +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + +eX) \family default PDF-format using the program \family typewriter @@ -39946,16 +40146,24 @@ Forward Search \end_layout \begin_layout Standard -\begin_inset Note Note -status open - -\begin_layout Plain Layout -TODO -\end_layout - +This feature allows you to directly jump to the corresponding text part + in the output, see section +\emph on +Forward +\begin_inset space ~ \end_inset +search +\emph default + in the +\emph on +Additional +\begin_inset space ~ +\end_inset +Features +\emph default + manual for a detailed description. \end_layout \begin_layout Section diff --git a/lib/doc/de/Additional.lyx b/lib/doc/de/Additional.lyx index 06c2df559b..649b569d22 100644 --- a/lib/doc/de/Additional.lyx +++ b/lib/doc/de/Additional.lyx @@ -58,7 +58,6 @@ logicalmkup theorems-ams theorems-ams-extended -multicol \end_modules \maintain_unincluded_children false \begin_local_layout @@ -7471,9 +7470,7 @@ Reverse search is triggered by double-click. \end_layout \begin_layout Section - -\lang english -Forward search +Vorwärtssuche \end_layout \begin_layout Standard @@ -7545,7 +7542,7 @@ status collapsed \begin_layout Plain Layout \lang english -Tools\SpecialChar \menuseparator +Werkzeuge\SpecialChar \menuseparator Preferences\SpecialChar \menuseparator Output\SpecialChar \menuseparator General @@ -22513,120 +22510,98 @@ EingebetteteObjekte \end_layout \begin_layout Section -Mehrere Textspalten +Mehrere Spalten \end_layout \begin_layout Standard \lang english -This feature is independent of the option -\family sans -Two-column document -\family default - in the document settings under -\family sans -Text Layout -\family default -. - If you want to have 2 -\begin_inset space ~ -\end_inset - -columns for the whole document, it is recommended to use the -\family sans -Two-column document -\family default - option. - For all other cases use this feature. +The aim for this section is to show how the LaTeX package +\series bold +multicol +\series default + can be used in a LyX document. + LyX does not support the +\series bold +multicol +\series default + package natively yet, so you have to use some TeX code. \end_layout \begin_layout Standard \lang english -To use multiple text columns in your document, you have to load the module - -\family sans -Multiple Columns -\family default - (menu -\family sans -Document\SpecialChar \menuseparator -Settings\SpecialChar \menuseparator -Modules -\family default -) and must have the LaTeX-package -\lang ngerman - +The \series bold multicol \series default + package allows switching between one and multicolumn format on the same + page. + Footnotes are handled correctly, but will be placed at the bottom of the + page and not under each column. + Within the different columns you can use everyting, with the limitation + that for floats you need to use the option +\family sans +Span colums +\family default + for each column. +\end_layout -\begin_inset Index idx -status collapsed +\begin_layout Subsection +Zwei Spalten +\end_layout -\begin_layout Plain Layout +\begin_layout Standard \lang english -LaTeX-Pakete ! multicol +If you want to have two columns in your text, insert the comand \end_layout -\end_inset +\begin_layout Standard +\series bold -\lang english - installed. +\backslash +begin{multicols}{2} \end_layout \begin_layout Standard \lang english -Footnotes within multiple columns will be placed at the bottom of the page - and not under each column. - Within the different columns you can use everything, with the limitation - that for floats you need to use the float option -\family sans -Span columns -\family default -. +at the point where you want the two column layout to start, and then \end_layout -\begin_layout Subsection -Grundlagen +\begin_layout Standard + +\series bold + +\backslash +end{multicols} \end_layout \begin_layout Standard \lang english -If you want to have 2 columns in your text, use the style -\family sans -Begin Multiple Columns -\family default - where the columns should start. - The content of the style is the number of the columns, so in this case - use a -\begin_inset Quotes eld -\end_inset - -2 -\begin_inset Quotes erd -\end_inset - -. - At the point where the columns should end use the style -\family sans -End Multiple Columns -\family default - and keep it empty. +where you want it to end. + Like this +\lang ngerman +: \end_layout \begin_layout Standard +\begin_inset ERT +status open -\lang english -Here is an example: +\begin_layout Plain Layout + + +\backslash +begin{multicols}{2} \end_layout -\begin_layout Begin Multiple Columns -2 +\end_inset + + \end_layout \begin_layout Standard @@ -22673,22 +22648,46 @@ ty which utterly submerged my mind. only withdrawn upon the third of last month. \end_layout -\begin_layout End Multiple Columns +\begin_layout Standard +\begin_inset ERT +status open + +\begin_layout Plain Layout + + +\backslash +end{multicols} +\end_layout + +\end_inset + \end_layout +\begin_layout Subsection +Drei Spalten +\end_layout + \begin_layout Standard \lang english -Here is an example with 3 -\begin_inset space ~ -\end_inset +The same pattern is used when you want more than two columns: +\end_layout + +\begin_layout Standard +\begin_inset ERT +status open + +\begin_layout Plain Layout -columns: + +\backslash +begin{multicols}{3} \end_layout -\begin_layout Begin Multiple Columns -3 +\end_inset + + \end_layout \begin_layout Standard @@ -22716,42 +22715,56 @@ It can be imagined that my close intimacy with Sherlock Holmes had interested as they were known to the public at the conclusion of the inquest. \end_layout -\begin_layout End Multiple Columns +\begin_layout Standard +\begin_inset ERT +status open + +\begin_layout Plain Layout -\end_layout -\begin_layout Standard +\backslash +end{multicols} +\end_layout -\lang english -You can have up to 10 -\begin_inset space ~ \end_inset -columns if you want to, but that might not be very pleasant for the readers - of your document. + \end_layout \begin_layout Standard \lang english -\begin_inset Newpage newpage +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 -Spalten innerhalb einer Spalte +Spalten innnerhalb von Spalten \end_layout \begin_layout Standard \lang english -You can also have columns inside columns: +You can even have columns inside columns: +\end_layout + +\begin_layout Standard +\begin_inset ERT +status open + +\begin_layout Plain Layout + + +\backslash +begin{multicols}{2} \end_layout -\begin_layout Begin Multiple Columns -2 +\end_inset + + \end_layout \begin_layout Standard @@ -22765,8 +22778,20 @@ The Honourable Ronald Adair was the second son of the Earl of Maynooth, at 427 Park Lane. \end_layout -\begin_layout Begin Multiple Columns -2 +\begin_layout Standard +\begin_inset ERT +status open + +\begin_layout Plain Layout + + +\backslash +begin{multicols}{2} +\end_layout + +\end_inset + + \end_layout \begin_layout Standard @@ -22785,7 +22810,19 @@ The youth moved in the best society–had, so far as was known, no enemies on the night of March 30, 1894. \end_layout -\begin_layout End Multiple Columns +\begin_layout Standard +\begin_inset ERT +status open + +\begin_layout Plain Layout + + +\backslash +end{multicols} +\end_layout + +\end_inset + \end_layout @@ -22817,910 +22854,87 @@ The evidence of those who had played with him– Mr. So much for his recent history as it came out at the inquest. \end_layout -\begin_layout End Multiple Columns - -\end_layout - -\begin_layout Subsection -Fortgeschrittene Beispiele -\end_layout - -\begin_layout Standard - -\lang english -The examples in this section show some more special features of multiple - columns. -\end_layout - \begin_layout Standard - -\lang english -For more features of multiple columns, have a look at the documentation - of the LaTeX-package -\lang ngerman - -\series bold -multicol -\series default - -\begin_inset Index idx -status collapsed +\begin_inset ERT +status open \begin_layout Plain Layout -\lang english -LaTeX-Pakete ! multicol -\end_layout - -\end_inset - -, -\begin_inset CommandInset citation -LatexCommand cite -key "multicol" - -\end_inset - -. -\end_layout -\begin_layout Subsubsection -Vorwort +\backslash +end{multicols} \end_layout -\begin_layout Standard - -\lang english -To add a preface text for multiple columns, add the command -\end_layout +\end_inset -\begin_layout Standard -\series bold -}[ \end_layout \begin_layout Standard \lang english -as TeX Code behind the number of columns in the -\family sans - Begin Multiple Columns +Please read the example file +\family typewriter +multicol.lyx \family default - style. - behind the command write the text. - At the end of the style use the command -\end_layout - -\begin_layout Standard - -\series bold -]{ + for more advanced examples including column and header spacing, vertical + separator lines, and more. \end_layout \begin_layout Standard - -\lang english -as TeX Code. - An example with some preface text: -\end_layout - -\begin_layout Standard -\begin_inset VSpace bigskip +\begin_inset Newpage newpage \end_inset \end_layout -\begin_layout Begin Multiple Columns -2 -\begin_inset ERT +\begin_layout Section +Ungewöhnliche Absatzformen +\begin_inset Index idx status collapsed \begin_layout Plain Layout - -}[ +Ungewöhnliche Absatzformen \end_layout \end_inset -\lang english -And the story continues and continues and continues and continues -\lang ngerman -\SpecialChar \ldots{} +\end_layout +\begin_layout Standard \begin_inset ERT status collapsed \begin_layout Plain Layout -]{ + +\backslash +newdimen +\backslash +varunit \end_layout -\end_inset +\begin_layout Plain Layout +\backslash +setlength{ +\backslash +varunit}{5.5in} \end_layout -\begin_layout Standard - -\size small -\lang english -On the evening of the crime, he returned from the club exactly at ten. - His mother and sister were out spending the evening with a relation. - The servant deposed that she heard him enter the front room on the second - floor, generally used as his sitting-room. - She had lit a fire there, and as it smoked she had opened the window. - No sound was heard from the room until eleven-twenty, the hour of the return - of Lady Maynooth and her daughter. - Desiring to say good-night, she attempted to enter her son's room. - The door was locked on the inside, and no answer could be got to their - cries and knocking. - Help was obtained, and the door forced. - The unfortunate young man was found lying near the table. - His head had been horribly mutilated by an expanding revolver bullet, but - no weapon of any sort was to be found in the room. -\end_layout +\end_inset -\begin_layout End Multiple Columns \end_layout \begin_layout Standard +\noindent +\begin_inset ERT +status collapsed -\lang english -You can also use a section heading as the preface if you use a section command - as TeX Code behind the first TeX Code. - For example the command -\end_layout - -\begin_layout Standard - -\series bold - -\backslash -subsection{subsection title} -\end_layout - -\begin_layout Standard - -\lang english -creates a subsection. - In this example the preface is a subsubsection: -\end_layout - -\begin_layout Begin Multiple Columns -2 -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - -}[ -\end_layout - -\end_inset - - -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - - -\backslash -subsubsection{ -\end_layout - -\end_inset - - -\lang english -This is a subsubsection heading as a preface -\lang ngerman - -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - -} -\end_layout - -\end_inset - - -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - -]{ -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Standard - -\size small -\lang english -A minute examination of the circumstances served only to make the case more - complex. - In the first place, no reason could be given why the young man should have - fastened the door upon the inside. - There was the possibility that the murderer had done this, and had afterwards - escaped by the window. - The drop was at least twenty feet, however, and a bed of crocuses in full - bloom lay beneath. - Neither the flowers nor the earth showed any sign of having been disturbed, - nor were there any marks upon the narrow strip of grass which separated - the house from the road. - Apparently, therefore, it was the young man himself who had fastened the - door. - But how did he come by his death? No one could have climbed up to the window - without leaving traces. - Suppose a man had fired through the window, he would indeed be a remarkable - shot who could with a revolver inflict so deadly a wound. - Again, Park Lane is a frequented thoroughfare; there is a cab stand within - a hundred yards of the house. - No one had heard a shot. -\end_layout - -\begin_layout End Multiple Columns - -\end_layout - -\begin_layout Standard - -\lang english -If there is less vertical space left on the page at the beginning of the - multiple columns than needed for 6 -\begin_inset space ~ -\end_inset - -text lines, a page break will be inserted before the multiple columns. - Depending on the number of lines of the preface text, you might want to - change this value. - It is determined by inserting the command -\end_layout - -\begin_layout Standard - -\series bold -\lang english -][number -\backslash -baselineskip -\end_layout - -\begin_layout Standard - -\lang english -as TeX Code behind the preface definition but before the final -\series bold -]{ -\series default - command. - -\emph on -number -\emph default - is hereby the number of text lines. - In this example the space is set to 7 -\begin_inset space ~ -\end_inset - -text lines: -\end_layout - -\begin_layout Begin Multiple Columns -2 -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - -}[ -\end_layout - -\end_inset - - -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - - -\backslash -subsubsection{ -\end_layout - -\end_inset - - -\lang english -This is the sectioning command -\begin_inset Newline newline -\end_inset - -as a preface and -\begin_inset Newline newline -\end_inset - -with multiple text lines -\lang ngerman - -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - -} -\end_layout - -\end_inset - - -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - -][7 -\backslash -baselineskip -\end_layout - -\end_inset - - -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - -]{ -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Standard - -\size small -\lang english -On the evening of the crime, he returned from the club exactly at ten. - His mother and sister were out spending the evening with a relation. - The servant deposed that she heard him enter the front room on the second - floor, generally used as his sitting-room. - She had lit a fire there, and as it smoked she had opened the window. - No sound was heard from the room until eleven-twenty, the hour of the return - of Lady Maynooth and her daughter. - Desiring to say good-night, she attempted to enter her son's room. - The door was locked on the inside, and no answer could be got to their - cries and knocking. - Help was obtained, and the door forced. - The unfortunate young man was found lying near the table. - His head had been horribly mutilated by an expanding revolver bullet, but - no weapon of any sort was to be found in the room. -\end_layout - -\begin_layout End Multiple Columns - -\end_layout - -\begin_layout Subsubsection -Leerraum -\end_layout - -\begin_layout Standard - -\lang english -The amount of space before and after multiple columns can be changed by - changing the length -\series bold - -\backslash -multicolsep -\series default -. - For example the command -\end_layout - -\begin_layout Standard - -\series bold -\lang english - -\backslash -setlength{ -\backslash -multicolsep}{3cm} -\end_layout - -\begin_layout Standard - -\lang english -in TeX Code changes its value to 3 -\begin_inset space \thinspace{} -\end_inset - -cm. - The change must be made before the multiple columns' start. - The predefined value is 13 -\begin_inset space \thinspace{} -\end_inset - -pt. -\end_layout - -\begin_layout Standard - -\lang english -For this example -\series bold - -\backslash -multicolsep -\series default - was set to 2.5 -\begin_inset space \thinspace{} -\end_inset - -cm: -\end_layout - -\begin_layout Standard -\begin_inset ERT -status open - -\begin_layout Plain Layout - - -\backslash -setlength{ -\backslash -multicolsep}{2.5cm} -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Begin Multiple Columns -2 -\end_layout - -\begin_layout Standard - -\size small -\lang english -All day I turned these facts over in my mind, endeavouring to hit upon some - theory which could reconcile them all, and to find that line of least resistanc -e which my poor friend had declared to be the starting-point of every investigat -ion. - I confess that I made little progress. - In the evening I strolled across the Park, and found myself about six o'clock - at the Oxford Street end of Park Lane. - A group of loafers upon the pavements, all staring up at a particular window, - directed me to the house which I had come to see. - A tall, thin man with coloured glasses, whom I strongly suspected of being - a plain-clothes detective, was pointing out some theory of his own, while - the others crowded round to listen to what he said. - I got as near him as I could, but his observations seemed to me to be absurd, - so I withdrew again in some disgust. - As I did so I struck against an elderly, deformed man, who had been behind - me, and I knocked down several books which he was carrying. -\end_layout - -\begin_layout End Multiple Columns - -\end_layout - -\begin_layout Standard - -\lang english -\begin_inset Note Greyedout -status open - -\begin_layout Plain Layout - -\series bold -\lang english -Achtung: -\series default - The values you set with -\series bold - -\backslash -setlength -\series default - will be used for all following multiple columns until to change them again. -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Standard -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - - -\backslash -setlength{ -\backslash -multicolsep}{13pt} -\end_layout - -\end_inset - - -\begin_inset Note Note -status collapsed - -\begin_layout Plain Layout -auf Voreinstellung zurücksetzen -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Subsubsection -Spaltentrennung -\end_layout - -\begin_layout Standard - -\lang english -The width of the columns is automatically calculated, but you can modify - the space between the columns. - This is done by changing the length -\series bold - -\backslash -columnsep -\series default -. - Its predefined value is 10 -\begin_inset space \thinspace{} -\end_inset - -pt. - Here is an example where -\series bold - -\backslash -columnsep -\series default - is set to 3 -\begin_inset space \thinspace{} -\end_inset - -cm: -\end_layout - -\begin_layout Standard -\begin_inset ERT -status open - -\begin_layout Plain Layout - - -\backslash -setlength{ -\backslash -columnsep}{3cm} -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Begin Multiple Columns -2 -\end_layout - -\begin_layout Standard - -\size small -\lang english -My observations of No. -\begin_inset space \space{} -\end_inset - -427 Park Lane did little to clear up the problem in which I was interested. - The house was separated from the street by a low wall and railing, the - whole not more than five feet high. - It was perfectly easy, therefore, for anyone to get into the garden, but - the window was entirely inaccessible, since there was no water pipe or - anything which could help the most active man to climb it. - More puzzled than ever, I retraced my steps to Kensington. - I had not been in my study five minutes when the maid entered to say that - a person desired to see me. - To my astonishment it was none other than my strange old book collector, - his sharp, wizened face peering out from a frame of white hair, and his - precious volumes, a dozen of them at least, wedged under his right arm. -\end_layout - -\begin_layout End Multiple Columns - -\end_layout - -\begin_layout Standard -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - - -\backslash -setlength{ -\backslash -columnsep}{10pt} -\end_layout - -\end_inset - - -\begin_inset Note Note -status collapsed - -\begin_layout Plain Layout -auf Voreinstellung zurücksetzen -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Subsubsection -Vertikale Linien -\end_layout - -\begin_layout Standard - -\lang english -Between the columns a rule with a width of the length -\series bold - -\backslash -columnseprule -\series default - is placed. - If this rule width is set to 0 -\begin_inset space \thinspace{} -\end_inset - -pt (this is the default), the rule is suppressed. - In the following example, the line separating the columns is 2 -\begin_inset space \thinspace{} -\end_inset - -pt wide. -\end_layout - -\begin_layout Standard -\begin_inset ERT -status open - -\begin_layout Plain Layout - - -\backslash -setlength{ -\backslash -columnseprule}{2pt} -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Begin Multiple Columns -2 -\end_layout - -\begin_layout Standard - -\size small -\lang english -\begin_inset Quotes eld -\end_inset - -You're surprised to see me, sir, -\begin_inset Quotes erd -\end_inset - - said he, in a strange, croaking voice. -\end_layout - -\begin_layout Standard - -\size small -\lang english -I acknowledged that I was. -\end_layout - -\begin_layout Standard - -\size small -\lang english -\begin_inset Quotes eld -\end_inset - -Well, I've a conscience, sir, and when I chanced to see you go into this - house, as I came hobbling after you, I thought to myself, I'll just step - in and see that kind gentleman, and tell him that if I was a bit gruff - in my manner there was not any harm meant, and that I am much obliged to - him for picking up my books. -\begin_inset Quotes erd -\end_inset - - -\end_layout - -\begin_layout Standard - -\size small -\lang english -\begin_inset Quotes eld -\end_inset - -You make too much of a trifle, -\begin_inset Quotes erd -\end_inset - - said I. - -\begin_inset Quotes eld -\end_inset - -May I ask how you knew who I was? -\begin_inset Quotes erd -\end_inset - - -\end_layout - -\begin_layout Standard - -\size small -\lang english -\begin_inset Quotes eld -\end_inset - -Well, sir, if it isn't too great a liberty, I am a neighbour of yours, for - you'll find my little bookshop at the corner of Church Street, and very - happy to see you, I am sure. - Maybe you collect yourself, sir. - Here's -\noun on -British -\begin_inset space ~ -\end_inset - -Birds -\noun default -, and -\noun on -Catullus -\noun default -, and -\noun on -The Holy War -\noun default ---a bargain, every one of them. - With five volumes you could just fill that gap on that second shelf. - It looks untidy, does it not, sir? -\begin_inset Quotes erd -\end_inset - - -\end_layout - -\begin_layout End Multiple Columns - -\end_layout - -\begin_layout Standard -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - - -\backslash -setlength{ -\backslash -columnseprule}{0pt} -\end_layout - -\end_inset - - -\begin_inset Note Note -status collapsed - -\begin_layout Plain Layout -auf Voreinstellung zurücksetzen -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Standard -\begin_inset Newpage newpage -\end_inset - - -\end_layout - -\begin_layout Section -Ungewöhnliche Absatzformen -\begin_inset Index idx -status collapsed - -\begin_layout Plain Layout -Ungewöhnliche Absatzformen -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Standard -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout - - -\backslash -newdimen -\backslash -varunit -\end_layout - -\begin_layout Plain Layout - - -\backslash -setlength{ -\backslash -varunit}{5.5in} -\end_layout - -\end_inset - - -\end_layout - -\begin_layout Standard -\noindent -\begin_inset ERT -status collapsed - -\begin_layout Plain Layout +\begin_layout Plain Layout \backslash @@ -23953,33 +23167,5 @@ numlines wird alles auf normal zurückgesetzt. \end_layout -\begin_layout Bibliography -\begin_inset CommandInset bibitem -LatexCommand bibitem -key "multicol" - -\end_inset - -Dokumentation des LaTeX-Pakets -\begin_inset CommandInset href -LatexCommand href -name "multicol" -target "http://mirror.ctan.org/macros/latex/required/tools/multicol.pdf" - -\end_inset - - -\begin_inset Index idx -status collapsed - -\begin_layout Plain Layout -LaTeX-Pakete ! multicol -\end_layout - -\end_inset - - -\end_layout - \end_body \end_document diff --git a/lib/doc/de/UserGuide.lyx b/lib/doc/de/UserGuide.lyx index 8884cc7583..2ecb9e0f1f 100644 --- a/lib/doc/de/UserGuide.lyx +++ b/lib/doc/de/UserGuide.lyx @@ -35046,21 +35046,16 @@ name "sub: Exportieren" \end_layout \begin_layout Standard - -\lang english -You can export your Dokument to various file formats. - The resulting files are placed in the directory of your LyX-file. - The Menü entries are not the same on all installations. - They depend on the Programms found by LyX while its configuration. +Sie können Ihr Dokument in verschiedene Formate exportieren. + Die neuen Dateien werden im selben Ordner wie die LyX-Datei erstellt. + Die Menüeinträge sind nicht bei allen Installationen dieselben. + Sie hängen von den Programmen ab, die von LyX während der Konfiguration + gefunden wurden. \end_layout \begin_layout Standard - -\lang english -Here is a list of all available entries; some of them are explained in Detail +Hier ist eine Liste aller verfügbaren Einträge; einige davon sind im Detail in Abschnitt -\lang ngerman - \begin_inset space ~ \end_inset @@ -35071,7 +35066,7 @@ reference "sub:Ausgabe-Dateiformate" \end_inset -: + erläutert: \end_layout \begin_layout Description @@ -35079,28 +35074,72 @@ CJK \begin_inset space ~ \end_inset -LyX -\lang english -Format of the special LyX 1.4.x versions für Chinese, Japanese, und Korean - (CJK) +L +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + +yX Format der speziellen LyX +\begin_inset space ~ +\end_inset + +1.4.x Versionen für Chinesisch, Japanisch und Koreanisch (CJK) \begin_inset Newline newline \end_inset - Since LyX 1.5.0 CJK support is fully integrated to LyX. + Seit LyX 1.5.0 ist die Unterstützung für CJK in LyX voll integriert. +\end_layout + +\begin_layout Description +DraftDVI LaTeXs natives DVI-Format. + Dieses Format ist nicht geeignet, wenn Sie Sonder- oder Leerzeichen für + Dateinamen oder -pfade im Dokument verwenden. + LyX verwendet dieses Format intern als Vorstufe beim Export nach +\family sans +DVI +\family default +. \end_layout \begin_layout Description DVI DVI-Format \end_layout +\begin_layout Description +DVI +\begin_inset space ~ +\end_inset + +(LuaT +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + +eX) DVI-Format unter Verwendung des Programms +\family typewriter +LuaTeX +\family default +; unterstützt Unicode und die Verwendung von nicht-TeX Schriften +\end_layout + \begin_layout Description HTML HTML-Format (Der HTML-Konverter ist kein Bestandteil von LyX und funktionie rt eventuell nicht in allen Fällen.) \end_layout \begin_layout Description - -\lang english HTML \begin_inset space ~ \end_inset @@ -35109,14 +35148,12 @@ HTML \begin_inset space ~ \end_inset -Word) HTML-Format specialized so that the result can be imported to +Word) spezielles HTML-Format so dass der Ergebnis nach \family sans MS Word \family default -; as a consequence of this formulas will be embedded as bitmap fonts und - not in the -\lang ngerman - Format + importiert werden kann; als Konsequenz davon werden Formeln als Bitmap-Schrift + eingebettet und nicht im Format \family sans MathML \family default @@ -35139,6 +35176,40 @@ eX \begin_inset space ~ \end_inset +(LuaT +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + +eX) Textdatei mit dem LaTeX-Quellcode, der mit dem Programm +\family typewriter +LuaTeX +\family default + kompilierbar ist +\end_layout + +\begin_layout Description +LaT +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + +eX +\begin_inset space ~ +\end_inset + (pdflatex) Textdatei mit dem LaTeX-Quellcode. Zusätzlich werden alle Bilder des Dokuments in ein Format konvertiert, dass vom Programm @@ -35174,23 +35245,73 @@ latex \end_layout \begin_layout Description +LaT +\begin_inset ERT +status collapsed -\lang english -LyX +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + +eX \begin_inset space ~ \end_inset -Archive +(XeT +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + +eX) Textdatei mit dem LaTeX-Quellcode, der mit dem Programm +\family typewriter +XeTeX +\family default + kompilierbar ist +\end_layout + +\begin_layout Description +L +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + +yX-Archiv \begin_inset space ~ \end_inset -(zip) creates a zip-archive file that contains your document and all files - that are necessary to compile it (images, child documents, BibTeX files, - etc.) +(zip) erstellt eine zip-Archiv-Datei die Ihr Dokument und alle Dateien, + die notwendig sind, um es zu kompilieren, enthält (Bilder, Unterdokumente, + BibTeX-Dateien, usw.) \end_layout \begin_layout Description -LyX +L +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + +yX \begin_inset space ~ \end_inset @@ -35215,7 +35336,18 @@ y \end_layout \begin_layout Description -LyXHTML HTML-Format, unter Verwendung von LyXs internem XHTML-Konverter +L +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + +yXHTML HTML-Format, unter Verwendung von LyXs internem XHTML-Konverter \end_layout \begin_layout Description @@ -35257,7 +35389,18 @@ PDF \begin_inset space ~ \end_inset -(LuaTeX) PDF-Format unter Verwendung des Programms +(LuaT +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + +eX) PDF-Format unter Verwendung des Programms \family typewriter LuaTeX \family default @@ -35294,7 +35437,18 @@ PDF \begin_inset space ~ \end_inset -(XeTeX) PDF-Format unter Verwendung des Programms +(XeT +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + +eX) PDF-Format unter Verwendung des Programms \family typewriter XeTeX \family default @@ -37501,6 +37655,23 @@ Only active when the cursor is in front of a cross-reference. on a cross-reference box. \end_layout +\begin_layout Subsection +Vorwärtssuche +\end_layout + +\begin_layout Standard +Dieses Feature erlaubt es, direkt an die entsprechende Stelle in der Ausgabe + zu springen, siehe Abschnitt +\emph on +Vorwärtssuche +\emph default + in den +\emph on +Handbuchergänzungen +\emph default + für eine detaillierte Beschreibung. +\end_layout + \begin_layout Section Das Dokument Menü \begin_inset Index idx diff --git a/lib/doc/es/UserGuide.lyx b/lib/doc/es/UserGuide.lyx index a9b35f2e02..490def6ced 100644 --- a/lib/doc/es/UserGuide.lyx +++ b/lib/doc/es/UserGuide.lyx @@ -38268,13 +38268,37 @@ CJK \begin_inset space ~ \end_inset -LyX +L +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + +yX \family default formato especial de las versiones 1.4.x de LyX para chino, japonés y coreano (CJK). (Desde LyX 1.5.0, el soporte de CJK está totalmente integrado.) \end_layout +\begin_layout Description +DraftDVI +\lang english +LaTeX's native DVI-format. + This format is not suitable if you have special characters or spaces in + files paths or file names in your document. + LyX use this format internally as a pre-stage to export to +\family sans +DVI +\family default +. +\end_layout + \begin_layout Description \family sans @@ -38283,6 +38307,31 @@ DVI formato dvi \end_layout +\begin_layout Description +DVI +\begin_inset space ~ +\end_inset + +(LuaT +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + +eX) +\lang english +DVI-format using the program +\family typewriter +LuaTeX +\family default +; supports Unicode and the usage of non-TeX fonts +\end_layout + \begin_layout Description HTML formato HTML (el convertidor HTML es un programa externo que no siempre funciona) @@ -38309,6 +38358,40 @@ MathML . \end_layout +\begin_layout Description +LaT +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + +eX +\begin_inset space ~ +\end_inset + +(LuaT +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + +eX) +\lang english +text file with the LaTeX source that it is compilable with the program +\family typewriter +LuaTeX +\end_layout + \begin_layout Description \family sans @@ -38364,9 +38447,60 @@ latex \end_layout \begin_layout Description +LaT +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout +{} +\end_layout + +\end_inset + +eX +\begin_inset space ~ +\end_inset + +(XeT +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + +eX) \lang english -LyX +text file with the LaTeX source that it is compilable with the program +\family typewriter +XeTeX +\end_layout + +\begin_layout Description + +\lang english +L +\family sans +\lang spanish + +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + + +\family default +\lang english +yX \begin_inset space ~ \end_inset @@ -38380,7 +38514,22 @@ Archive \end_layout \begin_layout Description -LyX +L +\family sans + +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + + +\family default +yX \begin_inset space ~ \end_inset @@ -38389,7 +38538,22 @@ z.y.x documento LyX en formato legible para las versiones correspondientes \end_layout \begin_layout Description -LyXHTML formato HTML, usando un ingenio XHTML interno de LyX +L +\family sans + +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + + +\family default +yXHTML formato HTML, usando un ingenio XHTML interno de LyX \end_layout \begin_layout Description @@ -38431,7 +38595,22 @@ PDF \begin_inset space ~ \end_inset -(LuaTeX) formato PDF usando el programa +(LuaT +\family sans + +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + + +\family default +eX) formato PDF usando el programa \family typewriter LuaTeX \family default @@ -38476,7 +38655,22 @@ PDF \begin_inset space ~ \end_inset -(XeTeX) formato PDF usando el programa +(XeT +\family sans + +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + + +\family default +eX) formato PDF usando el programa \family typewriter XeTeX \family default @@ -40633,6 +40827,35 @@ Sólo está activo cuando el cursor está frente a una referencia cruzada. clic derecho sobre el cuadro de la referencia. \end_layout +\begin_layout Subsection + +\lang english +Forward Search +\end_layout + +\begin_layout Standard + +\lang english +This feature allows you to directly jump to the corresponding text part + in the output, see section +\emph on +Forward +\begin_inset space ~ +\end_inset + +search +\emph default + in the +\emph on +Additional +\begin_inset space ~ +\end_inset + +Features +\emph default + manual for a detailed description. +\end_layout + \begin_layout Section El menú Documento \begin_inset Index idx diff --git a/lib/doc/fr/UserGuide.lyx b/lib/doc/fr/UserGuide.lyx index 218308dcff..9a2acd7c71 100644 --- a/lib/doc/fr/UserGuide.lyx +++ b/lib/doc/fr/UserGuide.lyx @@ -37333,14 +37333,63 @@ CJK \begin_inset space ~ \end_inset -LyX format de la version spéciale de LyX 1.4.x pour le chinois, le japonais +L +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + +yX format de la version spéciale de LyX 1.4.x pour le chinois, le japonais et le coréen (CJK) ; depuis LyX 1.5.0 le support CJK est intégré à LyX. \end_layout +\begin_layout Description +DraftDVI +\lang english +LaTeX's native DVI-format. + This format is not suitable if you have special characters or spaces in + files paths or file names in your document. + LyX use this format internally as a pre-stage to export to +\family sans +DVI +\family default +. +\end_layout + \begin_layout Description DVI format DVI \end_layout +\begin_layout Description +DVI +\begin_inset space ~ +\end_inset + +(LuaT +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + +eX) +\lang english +DVI-format using the program +\family typewriter +LuaTeX +\family default +; supports Unicode and the usage of non-TeX fonts +\end_layout + \begin_layout Description HTML format HTML (le convertisseur HTML est une application indépendante et ne fonctionne pas tout le temps) @@ -37384,6 +37433,40 @@ eX \begin_inset space ~ \end_inset +(LuaT +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + +eX) +\lang english +text file with the LaTeX source that it is compilable with the program +\family typewriter +LuaTeX +\end_layout + +\begin_layout Description +LaT +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + +eX +\begin_inset space ~ +\end_inset + (pdflatex) fichier avec les commandes LaTeX. Toutes les images utilisées dans le document sont converties dans un format que peut lire le programme @@ -37419,9 +37502,58 @@ latex \end_layout \begin_layout Description +LaT +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + +eX +\begin_inset space ~ +\end_inset + +(XeT +\begin_inset ERT +status collapsed +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + +eX) \lang english -LyX +text file with the LaTeX source that it is compilable with the program +\family typewriter +XeTeX +\end_layout + +\begin_layout Description + +\lang english +L +\lang french + +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + + +\lang english +yX \begin_inset space ~ \end_inset @@ -37435,7 +37567,18 @@ Archive \end_layout \begin_layout Description -LyX +L +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + +yX \begin_inset space ~ \end_inset @@ -37458,6 +37601,23 @@ y sont remplacés par un numéro de version) \end_layout +\begin_layout Description +L +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + +yXHTML +\lang english +HTML-format using LyX's internal XHTML engine +\end_layout + \begin_layout Description OpenDocument fichier au format OpenDocument compatible avec les applications @@ -37494,7 +37654,18 @@ PDF \begin_inset space ~ \end_inset -(LuaTeX) format PDF en utilisant le programme +(LuaT +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + +eX) format PDF en utilisant le programme \family typewriter LuaTeX \family default @@ -37531,7 +37702,18 @@ PDF \begin_inset space ~ \end_inset -(XeTeX) format PDF en utilisant le programme +(XeT +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + +eX) format PDF en utilisant le programme \family typewriter XeTeX \family default @@ -39897,6 +40079,35 @@ Actif seulement si les curseur est devant une référence croisée. boîte de référence croisée. \end_layout +\begin_layout Subsection + +\lang english +Forward Search +\end_layout + +\begin_layout Standard + +\lang english +This feature allows you to directly jump to the corresponding text part + in the output, see section +\emph on +Forward +\begin_inset space ~ +\end_inset + +search +\emph default + in the +\emph on +Additional +\begin_inset space ~ +\end_inset + +Features +\emph default + manual for a detailed description. +\end_layout + \begin_layout Section Le Menu Document \begin_inset Index idx diff --git a/lib/doc/ja/UserGuide.lyx b/lib/doc/ja/UserGuide.lyx index 4ada510e63..bbfa5e7c98 100644 --- a/lib/doc/ja/UserGuide.lyx +++ b/lib/doc/ja/UserGuide.lyx @@ -43126,13 +43126,66 @@ CJK \begin_inset space ~ \end_inset -LyX 日中韓(CJK)版LyX 1.4.xの形式 +L +\family sans + +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + + +\family default +yX 日中韓(CJK)版LyX 1.4.xの形式 +\end_layout + +\begin_layout Description +DraftDVI +\lang english +LaTeX's native DVI-format. + This format is not suitable if you have special characters or spaces in + files paths or file names in your document. + LyX use this format internally as a pre-stage to export to +\family sans +DVI +\family default +. \end_layout \begin_layout Description DVI DVI形式 \end_layout +\begin_layout Description +DVI +\begin_inset space ~ +\end_inset + +(LuaT +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + +eX) +\lang english +DVI-format using the program +\family typewriter +LuaTeX +\family default +; supports Unicode and the usage of non-TeX fonts +\end_layout + \begin_layout Description HTML HTML形式(HTML変換子は第三者製であり、すべての場合に機能するとは限りません) \end_layout @@ -43157,6 +43210,51 @@ MathML 形式にはなりません。 \end_layout +\begin_layout Description + +\family sans +LaT +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + +eX +\begin_inset space ~ +\end_inset + +( +\family default +LuaT +\family sans + +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + + +\family default +eX +\family sans +) +\family default +\lang english +text file with the LaTeX source that it is compilable with the program +\family typewriter +LuaTeX +\end_layout + \begin_layout Description LaT \begin_inset ERT @@ -43205,8 +43303,70 @@ latex \begin_layout Description +\family sans +LaT +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + +eX +\begin_inset space ~ +\end_inset + +( +\family default +XeT +\family sans + +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + + +\family default +eX +\family sans +) +\family default +\lang english +text file with the LaTeX source that it is compilable with the program +\family typewriter +XeTeX +\end_layout + +\begin_layout Description + \lang english -LyX +L +\family sans +\lang japanese + +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + + +\family default +\lang english +yX \begin_inset space ~ \end_inset @@ -43220,7 +43380,22 @@ Archive \end_layout \begin_layout Description -LyX +L +\family sans + +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + + +\family default +yX \begin_inset space ~ \end_inset @@ -43231,6 +43406,27 @@ z.y.x LyX z.y.x版(「z」 「y」はバージョン番号に変換して表示されます)が読み込み可能なLyX文書形式 \end_layout +\begin_layout Description +L +\family sans + +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + + +\family default +yXHTML +\lang english +HTML-format using LyX's internal XHTML engine +\end_layout + \begin_layout Description OpenDocument OpenDocument形式のテキストファイル。 \family sans @@ -43264,14 +43460,26 @@ dvipdfm \begin_layout Description \family sans -\lang english PDF \begin_inset space ~ \end_inset -(LuaTeX) +(LuaT +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + +eX) \family default - PDF-format using the program + +\lang english +PDF-format using the program \family typewriter LuaTeX \family default @@ -43309,14 +43517,26 @@ produces internally a PostScript-file which is then converted to a PDF-file \begin_layout Description \family sans -\lang english PDF \begin_inset space ~ \end_inset -(XeTeX) +(XeT +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + +{} +\end_layout + +\end_inset + +eX) \family default - PDF-format using the program + +\lang english +PDF-format using the program \family typewriter XeTeX \family default @@ -44919,10 +45139,6 @@ arg "bookmark-goto 2" \begin_layout Standard これは、カーソルが相互参照の前にあるときのみ有効です。相互参照枠を右クリックしたときと同様に、カーソルを相互参照ラベルの前に移動します。 -\end_layout - -\begin_layout Standard - \family roman \series medium \shape up @@ -44931,6 +45147,7 @@ arg "bookmark-goto 2" \bar no \noun off \color none + \begin_inset Note Note status open @@ -44952,6 +45169,35 @@ status open \end_layout +\begin_layout Subsection + +\lang english +Forward Search +\end_layout + +\begin_layout Standard + +\lang english +This feature allows you to directly jump to the corresponding text part + in the output, see section +\emph on +Forward +\begin_inset space ~ +\end_inset + +search +\emph default + in the +\emph on +Additional +\begin_inset space ~ +\end_inset + +Features +\emph default + manual for a detailed description. +\end_layout + \begin_layout Section 文書メニュー \begin_inset Index idx -- 2.39.2