UserGuide.lyx: next revision step

sec. 6.13 - 6.18
This commit is contained in:
Uwe Stöhr 2013-05-14 23:49:45 +02:00
parent d941debaed
commit f1f1f162fa
5 changed files with 369 additions and 129 deletions

View File

@ -31622,7 +31622,11 @@ Find
LyX mini-editor a simple word, and search for occurrences of it by clicking LyX mini-editor a simple word, and search for occurrences of it by clicking
on the on the
\family sans \family sans
Find Next Find
\begin_inset space ~
\end_inset
Next
\family default \family default
button at the bottom of the dialog (or just press the button at the bottom of the dialog (or just press the
\begin_inset Info \begin_inset Info
@ -31633,13 +31637,13 @@ arg "break-paragraph"
key). key).
The entered word is found both in text mode and in math mode, and in emphasized The entered word is found both in text mode and in math mode, and in emphasized
, bold or normal face, and in both in section titles and in standard text. , bold or normal face, and in both in section titles and in standard text.
Pressing repeatedly Pressing
\begin_inset Info \begin_inset Info
type "shortcut" type "shortcut"
arg "break-paragraph" arg "break-paragraph"
\end_inset \end_inset
keeps searching forward while pressing repeatedly keeps searching forward while pressing
\family sans \family sans
Shift+Return Shift+Return
\family default \family default
@ -31649,7 +31653,11 @@ Shift+Return
\begin_layout Standard \begin_layout Standard
The The
\family sans \family sans
Case sensitive Case
\begin_inset space ~
\end_inset
sensitive
\family default \family default
option allows matches to occur only with the same case as entered in the option allows matches to occur only with the same case as entered in the
@ -31659,7 +31667,11 @@ Find
editor. editor.
The The
\family sans \family sans
Whole words Whole
\begin_inset space ~
\end_inset
words
\family default \family default
option allows matches to occur only at word boundaries. option allows matches to occur only at word boundaries.
\end_layout \end_layout
@ -31669,19 +31681,19 @@ Searching for mathematics
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
Mathematical formulas may be searched for by typing them in the Mathematical formulas, such as
\family sans
Find
\family default
editor, such as
\begin_inset Formula $x^{2}$ \begin_inset Formula $x^{2}$
\end_inset \end_inset
or also something more complex like or something more complex like
\begin_inset Formula $\frac{x^{2}}{1+x^{2}}$ \begin_inset Formula $\frac{x^{2}}{1+x^{2}}$
\end_inset \end_inset
. , may be searched for by typing them in the
\family sans
Find
\family default
editor.
When searching for a formula, it is found both when it is alone and when When searching for a formula, it is found both when it is alone and when
it occurs in sub-formulas and nested parts of sub-formulas. it occurs in sub-formulas and nested parts of sub-formulas.
For example the mentioned segments would be found in something like For example the mentioned segments would be found in something like
@ -31714,18 +31726,18 @@ Find
\end_layout \end_layout
\begin_layout Itemize \begin_layout Itemize
a plain word and searching for it would not find instances of the word occurring a normal word and searching for it would not find instances of the word
in emphasized or boldface. occurring in emphasized or boldface.
\end_layout \end_layout
\begin_layout Itemize \begin_layout Itemize
an emphasized or boldface word and searching for it would find the respective an emphasized or boldface word and searching for it would find the respective
instances with same face only, and within the same text style only. instances with the same face only, and within the same text style only.
\end_layout \end_layout
\begin_layout Itemize \begin_layout Itemize
a plain word in a section heading, and searching for it, finds occurrences a normal word in a section heading, and searching for it, would find occurrences
of if only within section headings. of it only within section headings.
Also, if the text to search is given an emphasized or bold face, in addition Also, if the text to search is given an emphasized or bold face, in addition
to a section style, then it is found only when occurring with the same to a section style, then it is found only when occurring with the same
style. style.
@ -31741,27 +31753,24 @@ Replace
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
The document segments entered in the The entries made in the
\family sans \family sans
Find Find
\family default \family default
editor can be replaced with the text segments entered in the editor can be replaced with entries made in the
\family sans \family sans
Replace Replace
\begin_inset space ~
\end_inset
with
\family default \family default
\noun on editor.
\noun default
editor.
In order to find the next occurrence and replace it, click on the In order to find the next occurrence and replace it, click on the
\family sans \family sans
Replace Replace
\family default \family default
button or alternatively button or alternatively press
\noun on
\noun default
press
\begin_inset Info \begin_inset Info
type "shortcut" type "shortcut"
arg "break-paragraph" arg "break-paragraph"
@ -31774,17 +31783,18 @@ Shift+Return
while the cursor is in the while the cursor is in the
\family sans \family sans
Replace Replace
\begin_inset space ~
\end_inset
with
\family default \family default
\noun on editor.
\noun default
editor.
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
You can replace with full-featured formatted LyX segments. You can replace with fully-featured formatted LyX entries.
Typical scenarios in which to use this capability may be (just to mention Typical scenarios in which to use this capability might be (just to mention
a few): two):
\end_layout \end_layout
\begin_layout Itemize \begin_layout Itemize
@ -31840,11 +31850,19 @@ performing a notation rework of mathematical symbols, for example replacing
(you may want to enable the (you may want to enable the
\family sans \family sans
Whole words Whole
\begin_inset space ~
\end_inset
words
\family default \family default
and and
\family sans \family sans
Case sensitive Case
\begin_inset space ~
\end_inset
sensitive
\family default \family default
options and disable the options and disable the
\family sans \family sans
@ -31904,13 +31922,13 @@ target "http://en.wikipedia.org/wiki/Regular_expression"
\end_inset \end_inset
You can search for regular expression by inserting a regexp inset into You can search for a regular expression by inserting a regexp inset into
the the
\family sans \family sans
Find Find
\family default \family default
editor. editor.
This is done via the menu This is done with the context menu
\family sans \family sans
Insert\SpecialChar \menuseparator Insert\SpecialChar \menuseparator
Insert Regular Expression Insert Regular Expression
@ -31943,7 +31961,7 @@ when matching LaTeX code, no segments with unbalanced {} braces are allowed
, while text entered outside regexp insets is matched exactly against the , while text entered outside regexp insets is matched exactly against the
same text in the document. same text in the document.
It is allowed to cut and paste regexp-mode insets as usual. You can cut and paste regexp-mode insets.
Examples of using such a feature may be: Examples of using such a feature may be:
\end_layout \end_layout
@ -31983,9 +32001,9 @@ Settings
\series default \series default
regular expression and adding for it an emphasized or bold face, finds regular expression and giving it an emphasized or bold face, finds all
all emphasized and bold face text, respectively. emphasized or bold face text respectively.
Also, inserting a Also, by inserting a
\begin_inset Formula $.*$ \begin_inset Formula $.*$
\end_inset \end_inset
@ -32008,7 +32026,7 @@ Finally, references to (sub)expressions in regexp may be used as usual:
\end_inset \end_inset
, etc.. , etc..
For example, try searching for the regexp For example, try searching with the regexp
\begin_inset Newline newline \begin_inset Newline newline
\end_inset \end_inset
@ -32032,17 +32050,12 @@ status open
\begin_layout Plain Layout \begin_layout Plain Layout
\series bold \series bold
\color none
Note: Note:
\series default \series default
Back references work both when occurring within the same regexp, and when Back references work both when occurring within the same regexp, and when
occurring in multiple different regexps, where the numbering of back-referenced occurring in multiple different regexps, where the numbering of back-referenced
sub-expressions is absolute. sub-expressions is absolute.
I. That is,
\begin_inset space \thinspace{}
\end_inset
e.
\begin_inset space ~ \begin_inset space ~
\end_inset \end_inset
@ -32090,17 +32103,17 @@ LyX has a built-in spell checker.
Tools\SpecialChar \menuseparator Tools\SpecialChar \menuseparator
Spellchecker Spellchecker
\family default \family default
, the key , the
\family sans \family sans
F7 F7
\family default \family default
or the toolbar button key or the toolbar button
\begin_inset Info \begin_inset Info
type "icon" type "icon"
arg "dialog-show spellchecker" arg "dialog-show spellchecker"
\end_inset \end_inset
starts the spell checking from either the current cursor position or the start the spell checking from either the current cursor position or the
beginning of the currently selected text. beginning of the currently selected text.
A sidebar will appear showing any incorrect (or unknown) word found, allowing A sidebar will appear showing any incorrect (or unknown) word found, allowing
you to edit and replace it in a second line. you to edit and replace it in a second line.
@ -32112,7 +32125,7 @@ n, if any could be found.
\family sans \family sans
Replacement Replacement
\family default \family default
field, double-click directly invokes the replacement. field, double-clicking directly invokes the replacement.
Unknown but correctly typed words can be added to the personal dictionary. Unknown but correctly typed words can be added to the personal dictionary.
\end_layout \end_layout
@ -32127,8 +32140,21 @@ Settings
You can specify the language of a word in the spellchecker dialog by choosing You can specify the language of a word in the spellchecker dialog by choosing
a different one at the top of the dialog. a different one at the top of the dialog.
LyX can correctly spell check documents containing multiple languages. LyX can correctly spell check documents containing multiple languages.
This works if you have marked the different languages appropriately and This works if you have set the language of the text parts using the
have the spell checker dictionaries installed. \family sans
Text
\begin_inset space ~
\end_inset
Style
\family default
dialog (
\begin_inset Info
type "icon"
arg "dialog-show character"
\end_inset
) and have the spell checker dictionaries installed.
LyX automatically switches to the appropriate dictionary file. LyX automatically switches to the appropriate dictionary file.
\end_layout \end_layout
@ -32177,13 +32203,15 @@ Further Settings
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
In LyX's preferences dialog under In the menu
\family sans \family sans
Tools\SpecialChar \menuseparator
Preferences\SpecialChar \menuseparator
Language Language
\begin_inset space ~ \begin_inset space ~
\end_inset \end_inset
Setting\SpecialChar \menuseparator Settings\SpecialChar \menuseparator
Spellchecker Spellchecker
\family default \family default
you can set the following things: you can set the following things:
@ -32262,7 +32290,7 @@ compound
\begin_inset space ~ \begin_inset space ~
\end_inset \end_inset
words Prevent the spell checker from complaining about compounded words words Prevents the spell checker from complaining about compounded words
like like
\begin_inset Quotes eld \begin_inset Quotes eld
\end_inset \end_inset
@ -32279,10 +32307,10 @@ Spellcheck
\begin_inset space ~ \begin_inset space ~
\end_inset \end_inset
continuously Check the spelling of your document as you type it. continuously Checks the spelling of your document as you type it.
Misspelled words get underlined with a dotted red line. Misspelled words get underlined with a dotted red line.
By right-clicking on an underlined word, suggestions from the spellchecker By right-clicking on an underlined word, suggestions from the spellchecker
appear in the context menu. appear in a context menu.
Choosing one of them will replace the misspelled word with the suggested Choosing one of them will replace the misspelled word with the suggested
word. word.
\end_layout \end_layout
@ -32300,7 +32328,7 @@ and
\begin_inset space ~ \begin_inset space ~
\end_inset \end_inset
comments If enabled, the spelling of non-printed document contents is checked comments If enabled, the spelling of non-printed document content is checked
as well. as well.
\end_layout \end_layout
@ -32467,7 +32495,7 @@ arg "thesaurus-entry"
selected. selected.
A dialog pops up showing you probably related words that you can use as A dialog pops up showing you probably related words that you can use as
a replacement. a replacement.
The proposals are grouped into categories. The suggestions are grouped into categories.
Note that, for some languages (such as English), the thesaurus does not Note that, for some languages (such as English), the thesaurus does not
only show equivalent words (synonyms), but also generic terms (such as only show equivalent words (synonyms), but also generic terms (such as
@ -32536,11 +32564,7 @@ e.
the form that is used in the dictionaries (for many languages: first person the form that is used in the dictionaries (for many languages: first person
singular indicative active for nouns, infinitive for verbs). singular indicative active for nouns, infinitive for verbs).
For example looking up the word forms For example, looking up the word form
\emph on
reports
\emph default
or
\emph on \emph on
reporting reporting
\emph default \emph default
@ -32549,7 +32573,7 @@ reporting
report report
\emph default \emph default
. .
Your best bet is to highlight only the relevant parts of such word (e. Your best bet is to highlight only the relevant part of such a word (e.
\begin_inset space \thinspace{} \begin_inset space \thinspace{}
\end_inset \end_inset
@ -32565,9 +32589,9 @@ report
\emph on \emph on
report report
\emph default \emph default
s), then you get proposals without adjusting the query in the dialog, and s); then you will get suggestions without needing to adjust the query in
also the replacement will probably be correct (as only the highlighted the dialog, and also the replacement will probably be correct (as only
part will be replaced, thus the ending remains). the highlighted part will be replaced; thus the ending remains).
\end_layout \end_layout
\begin_layout Section \begin_layout Section
@ -32638,19 +32662,22 @@ canceled text
\color inherit \color inherit
is a deletion. is a deletion.
The color depends on the author that made the change. The color depends on the author that made the change.
You can change the color in LyX's preferences dialog under You can change the color in
\family sans \family sans
Tools\SpecialChar \menuseparator
Preferences\SpecialChar \menuseparator
Look Look
\begin_inset space ~ \begin_inset space ~
\end_inset \end_inset
and &
\begin_inset space ~ \begin_inset space ~
\end_inset \end_inset
feel feel
\family default \family default
, \SpecialChar \menuseparator
\family sans \family sans
Colors Colors
\family default \family default
@ -33140,6 +33167,27 @@ Note
\end_layout \end_layout
\begin_layout Standard
Not all changes are (yet) visualized, especially no format changes like
from
\emph on
normal
\emph default
to
\emph on
bold
\emph default
font or
\emph on
Standard
\emph default
to
\emph on
Description
\emph default
paragraph.
\end_layout
\begin_layout Standard \begin_layout Standard
The review toolbar helps you to accept, reject, or merge changes highlight The review toolbar helps you to accept, reject, or merge changes highlight
the change and press one of the desired toolbar buttons. the change and press one of the desired toolbar buttons.
@ -33157,7 +33205,7 @@ The toolbar has two buttons to handle notes because notes are often important
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
To show the made changes in the output you need the LaTeX package To show the changes made in the output you need the LaTeX package
\series bold \series bold
dvipost dvipost
\series default \series default
@ -33184,6 +33232,13 @@ key "TeXCatalogue"
\begin_layout Section \begin_layout Section
Comparison of Documents Comparison of Documents
\begin_inset CommandInset label
LatexCommand label
name "sec:Comparison-of-Documents"
\end_inset
\begin_inset Index idx \begin_inset Index idx
status collapsed status collapsed

View File

@ -32860,11 +32860,20 @@ Einstellungen
\family default \family default
eingestellt ist. eingestellt ist.
Die Sprache eines Wortes kann in der Rechtschreibprüfungs-Seitenleiste Die Sprache eines Wortes kann in der Rechtschreibprüfungs-Seitenleiste
ausgewählt werden, indem man in der Dropdown-Box eine andere Sprache auswählt ausgewählt werden, indem man in der Dropdown-Box eine andere Sprache auswählt.
LyX kann auch Dokumente, die Text in mehreren Sprachen enthalten, korrekt LyX kann auch Dokumente, die Text in mehreren Sprachen enthalten, korrekt
prüfen. prüfen.
Dies funktioniert, wenn man die verschiedenen Sprachen entsprechend markiert Dies funktioniert, wenn man die Sprache der Textstellen mit dem
und die Rechtschreibprüfungs-Wörterbücher installiert hat. \family sans
Textstil
\family default
-Dialog (
\begin_inset Info
type "icon"
arg "dialog-show character"
\end_inset
) festlegt und die Rechtschreibprüfungs-Wörterbücher installiert hat.
LyX wechselt dann automatisch die Wörterbuchdateien. LyX wechselt dann automatisch die Wörterbuchdateien.
\end_layout \end_layout
@ -32911,8 +32920,10 @@ Weitere Einstellungen
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
In LyXs Einstellungen Dialog unter Im Menü
\family sans \family sans
Werkzeuge\SpecialChar \menuseparator
Einstellungen\SpecialChar \menuseparator
Spracheinstellungen\SpecialChar \menuseparator Spracheinstellungen\SpecialChar \menuseparator
Rechtschreibprüfung Rechtschreibprüfung
\family default \family default
@ -33370,7 +33381,7 @@ durchgestrichener Text
\color inherit \color inherit
eine Löschung. eine Löschung.
Die Farbe hängt vom Autor der Änderung ab. Die Farbe hängt vom Autor der Änderung ab.
Die Farben können Sie in Die Farben können Sie im Menü
\family sans \family sans
Werkzeuge\SpecialChar \menuseparator Werkzeuge\SpecialChar \menuseparator
Einstellungen\SpecialChar \menuseparator Einstellungen\SpecialChar \menuseparator
@ -33859,8 +33870,6 @@ Standardabsatz
Beschreibung Beschreibung
\emph default \emph default
. .
Das kann man jedoch anzeigen lassen, indem man den Textteil dupliziert,
das Original löscht und die Kopie ändert.
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
@ -33909,6 +33918,13 @@ key "TeX-Katalog"
\begin_layout Section \begin_layout Section
Vergleich von Dokumenten Vergleich von Dokumenten
\begin_inset CommandInset label
LatexCommand label
name "sec:Vergleich-von-Dokumenten"
\end_inset
\begin_inset Index idx \begin_inset Index idx
status collapsed status collapsed

View File

@ -27518,15 +27518,8 @@ Bibliografía
\family default \family default
o en o en
\family sans \family sans
\lang english Herramientas\SpecialChar \menuseparator
Tools Preferencias\SpecialChar \menuseparator
\lang spanish
\SpecialChar \menuseparator
\lang english
Preferences
\lang spanish
\SpecialChar \menuseparator
Salidas\SpecialChar \menuseparator Salidas\SpecialChar \menuseparator
LaT LaT
\begin_inset ERT \begin_inset ERT
@ -32653,8 +32646,29 @@ Configuración
del corrector. del corrector.
LyX puede revisar correctamente documentos con varios idiomas alternando LyX puede revisar correctamente documentos con varios idiomas alternando
entre los diccionarios pertinentes. entre los diccionarios pertinentes.
Esto funciona si los diferentes idiomas se han marcado adecuadamente y Esto funciona si
están instalados los diccionarios de los idiomas correspondientes. \lang english
you have set the
\lang spanish
idioma
\lang english
of the text parts using the
\family sans
Text
\begin_inset space ~
\end_inset
Style
\family default
dialog
\lang spanish
(
\begin_inset Info
type "icon"
arg "dialog-show character"
\end_inset
) y están instalados los diccionarios de los idiomas correspondientes.
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
@ -32708,8 +32722,10 @@ Configuración adicional
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
En las preferencias de LyX, En el menú
\family sans \family sans
Herramientas\SpecialChar \menuseparator
Preferencias\SpecialChar \menuseparator
Configuración Configuración
\begin_inset space ~ \begin_inset space ~
\end_inset \end_inset
@ -33155,13 +33171,11 @@ texto tachado
\color inherit \color inherit
es texto borrado. es texto borrado.
El color depende del autor que hizo el cambio. El color depende del autor que hizo el cambio.
Puedes cambiar estos colores en el diálogo de las preferencias de LyX, Puedes cambiar estos colores en el menú
en
\family sans
Apariencia
\family default
,
\family sans \family sans
Herramientas\SpecialChar \menuseparator
Preferencias\SpecialChar \menuseparator
Apariencia\SpecialChar \menuseparator
Colores Colores
\family default \family default
. .
@ -33699,6 +33713,29 @@ siguiente
\end_layout \end_layout
\begin_layout Standard
\lang english
Not all changes are (yet) visualized, especially no format changes like
from
\emph on
normal
\emph default
to
\emph on
bold
\emph default
font or
\emph on
Standard
\emph default
to
\emph on
Description
\emph default
paragraph.
\end_layout
\begin_layout Standard \begin_layout Standard
La barra de revisión ayuda a aceptar, descartar o fusionar cambios, para La barra de revisión ayuda a aceptar, descartar o fusionar cambios, para
ello selecciona el cambio y pulsa el botón adecuado. ello selecciona el cambio y pulsa el botón adecuado.
@ -33741,6 +33778,13 @@ key "TeXCatalogue"
\begin_layout Section \begin_layout Section
Comparación de documentos Comparación de documentos
\begin_inset CommandInset label
LatexCommand label
name "sec:Comparación-de-documentos"
\end_inset
\begin_inset Index idx \begin_inset Index idx
status collapsed status collapsed
@ -33929,10 +33973,15 @@ S.
de teclado alternativo configurando LyX para que use un teclado italiano. de teclado alternativo configurando LyX para que use un teclado italiano.
En el diálogo En el diálogo
\family sans \family sans
Herramientas\SpecialChar \menuseparator
Preferencias\SpecialChar \menuseparator
\lang english
Editing
\lang spanish
\SpecialChar \menuseparator
\lang english \lang english
Tools\SpecialChar \menuseparator
Preferences\SpecialChar \menuseparator
Editing\SpecialChar \menuseparator
Keyboard/Mouse Keyboard/Mouse
\family default \family default
\lang spanish \lang spanish

View File

@ -28149,15 +28149,8 @@ Bibliographie
\family default \family default
ou dans ou dans
\family sans \family sans
\lang english Outils\SpecialChar \menuseparator
Tools Préférences\SpecialChar \menuseparator
\lang french
\SpecialChar \menuseparator
\lang english
Preferences
\lang french
\SpecialChar \menuseparator
Sorties Sorties
\family default \family default
\SpecialChar \menuseparator \SpecialChar \menuseparator
@ -33725,8 +33718,30 @@ Langue
\family default \family default
en haut de la fenêtre latérale du correcteur. en haut de la fenêtre latérale du correcteur.
LyX peut effectuer la correction dans les documents multilingues, si vous LyX peut effectuer la correction dans les documents multilingues, si vous
avez marqué le texte avec la langue appropriée et si les dictionnaires
adéquats sont installés: LyX commute automatiquement vers le bon dictionnaire. \lang english
have set
\lang french
le langue
\lang english
of the text parts using the
\family sans
Text
\begin_inset space ~
\end_inset
Style
\family default
dialog
\lang french
(
\begin_inset Info
type "icon"
arg "dialog-show character"
\end_inset
) et si les dictionnaires adéquats sont installés: LyX commute automatiquement
vers le bon dictionnaire.
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
@ -33780,8 +33795,10 @@ Autres paramètres
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
La rubrique Le menu
\family sans \family sans
Outils\SpecialChar \menuseparator
Préférences\SpecialChar \menuseparator
Paramètres de langue\SpecialChar \menuseparator Paramètres de langue\SpecialChar \menuseparator
Correcteur Correcteur
\begin_inset space ~ \begin_inset space ~
@ -34380,13 +34397,11 @@ du texte barré
\color inherit \color inherit
est une suppression. est une suppression.
La couleur dépend de l'auteur de la modification. La couleur dépend de l'auteur de la modification.
Vous pouvez changer les couleurs dans les préférences de LyX dans la rubrique Vous pouvez changer les couleurs dans le menu
\family sans
Apparence
\family default
,
\family sans \family sans
Outils\SpecialChar \menuseparator
Préférences\SpecialChar \menuseparator
Apparence\SpecialChar \menuseparator
Couleurs Couleurs
\family default \family default
. .
@ -34942,6 +34957,29 @@ suivante
\end_layout \end_layout
\begin_layout Standard
\lang english
Not all changes are (yet) visualized, especially no format changes like
from
\emph on
normal
\emph default
to
\emph on
bold
\emph default
font or
\emph on
Standard
\emph default
to
\emph on
Description
\emph default
paragraph.
\end_layout
\begin_layout Standard \begin_layout Standard
La barre d'outils de suivi des modifications vous aide à accepter, rejeter La barre d'outils de suivi des modifications vous aide à accepter, rejeter
ou fusionner les modifications. ou fusionner les modifications.
@ -34990,6 +35028,13 @@ key "TeXCatalogue"
\begin_layout Section \begin_layout Section
Comparaison de documents Comparaison de documents
\begin_inset CommandInset label
LatexCommand label
name "sec:Comparaison-de-documents"
\end_inset
\begin_inset Index idx \begin_inset Index idx
status collapsed status collapsed

View File

@ -26228,8 +26228,29 @@ arg "dialog-show spellchecker"
\family default \family default
ダイアログで設定される文書言語によって決定されます。文書言語用の辞書を持っていない場合には、スペルチェックを実行しようとするとエラーメッセージが表示されます。ス ダイアログで設定される文書言語によって決定されます。文書言語用の辞書を持っていない場合には、スペルチェックを実行しようとするとエラーメッセージが表示されます。ス
ペルチェッカーダイアログの一番上の欄で、いずれかの言語を選ぶことで、単語の言語を指定することができます。LyXは複数の言語を含む文書でも正しくスペルチェックを行 ペルチェッカーダイアログの一番上の欄で、いずれかの言語を選ぶことで、単語の言語を指定することができます。LyXは複数の言語を含む文書でも正しくスペルチェックを行
うことができます。これは、各言語の箇所を正しくマークしており、対応するスペルチェッカー辞書が導入済みでなくては、機能しません。それが為されていれば、LyXは、自 うことができます。
動的に適当な辞書ファイルを切り替えて用います。 \lang english
This works if you have set the language of the text parts using the
\family sans
Text
\begin_inset space ~
\end_inset
Style
\family default
dialog
\lang japanese
(
\begin_inset Info
type "icon"
arg "dialog-show character"
\end_inset
)
\lang english
and have the spell checker dictionaries installed
\lang japanese
。それが為されていれば、LyXは、自動的に適当な辞書ファイルを切り替えて用います。
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
@ -26321,8 +26342,14 @@ dicts
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
LyXの設定ダイアログの
\lang english
In the menu
\family sans \family sans
Tools\SpecialChar \menuseparator
Preferences
\lang japanese
\SpecialChar \menuseparator
言語設定\SpecialChar \menuseparator 言語設定\SpecialChar \menuseparator
スペルチェッカー スペルチェッカー
\family default \family default
@ -26668,11 +26695,29 @@ name "sec:変更追跡機能"
取り消し文章 取り消し文章
\strikeout default \strikeout default
\color inherit \color inherit
のように表示されるようになります。色は、変更した執筆者によって異なります。色は、LyX設定ダイアログの のように表示されるようになります。色は、変更した執筆者によって異なります。
\lang english
You can change the color in
\family sans \family sans
操作性・色 Tools\SpecialChar \menuseparator
Preferences\SpecialChar \menuseparator
Look
\begin_inset space ~
\end_inset
&
\begin_inset space ~
\end_inset
feel
\family default \family default
面で変更できます \SpecialChar \menuseparator
\family sans
Colors
\family default
\lang japanese
\begin_inset Index idx \begin_inset Index idx
status collapsed status collapsed
@ -26682,7 +26727,7 @@ status collapsed
\end_inset \end_inset
執筆者と変更の日時は、カーソルを変更箇所にあわせると、LyXのステータスバーに表示されます。ツールバーボタン 執筆者と変更の日時は、カーソルを変更箇所にあわせると、LyXのステータスバーに表示されます。ツールバーボタン
\begin_inset Info \begin_inset Info
type "icon" type "icon"
arg "changes-merge" arg "changes-merge"
@ -27063,6 +27108,29 @@ arg "note-next"
\end_layout \end_layout
\begin_layout Standard
\lang english
Not all changes are (yet) visualized, especially no format changes like
from
\emph on
normal
\emph default
to
\emph on
bold
\emph default
font or
\emph on
Standard
\emph default
to
\emph on
Description
\emph default
paragraph.
\end_layout
\begin_layout Standard \begin_layout Standard
校閲ツールバーは、変更を承認・却下したり統合したりするのに便利です。変更点を選択して、希望するツールバーボタンを押してください。変更を統合する際には、ウィンドウ 校閲ツールバーは、変更を承認・却下したり統合したりするのに便利です。変更点を選択して、希望するツールバーボタンを押してください。変更を統合する際には、ウィンドウ
が現れて、現在のカーソル位置の次の変更に関する情報を表示しますので、特定の変更点をわざわざ選択する必要がありません。統合ウィンドウでは、変更を承認するか却下する が現れて、現在のカーソル位置の次の変更に関する情報を表示しますので、特定の変更点をわざわざ選択する必要がありません。統合ウィンドウでは、変更を承認するか却下する
@ -27100,6 +27168,13 @@ key "TeXCatalogue"
\begin_layout Section \begin_layout Section
文書比較 文書比較
\begin_inset CommandInset label
LatexCommand label
name "sec:文書比較"
\end_inset
\begin_inset Index idx \begin_inset Index idx
status collapsed status collapsed