Better naming for FindAdv dialog.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37729 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2011-02-18 18:34:51 +00:00
parent 0cfbcf6d57
commit 2bb88c63e0
2 changed files with 67 additions and 24 deletions

View File

@ -1,5 +1,5 @@
#LyX 2.0.0svn created this file. For more info see http://www.lyx.org/ #LyX 2.0 created this file. For more info see http://www.lyx.org/
\lyxformat 410 \lyxformat 413
\begin_document \begin_document
\begin_header \begin_header
\textclass scrbook \textclass scrbook
@ -54,6 +54,7 @@
\use_default_options false \use_default_options false
\maintain_unincluded_children false \maintain_unincluded_children false
\language english \language english
\language_package default
\inputencoding auto \inputencoding auto
\fontencoding global \fontencoding global
\font_roman default \font_roman default
@ -126,7 +127,9 @@
\tracking_changes true \tracking_changes true
\output_changes false \output_changes false
\html_math_output 0 \html_math_output 0
\html_css_as_file 0
\html_be_strict true \html_be_strict true
\author 5863208 "ab"
\author 1607599024 "Richard Heck" rgheck@comcast.net \author 1607599024 "Richard Heck" rgheck@comcast.net
\end_header \end_header
@ -21783,7 +21786,8 @@ This is a line with an inline formula
\begin_layout Standard \begin_layout Standard
Displayed formulas appear outside the text like if they were in an own paragraph Displayed formulas appear outside the text like if they were in an own paragraph
, like this one: , like this one:
\begin_inset Formula \[ \begin_inset Formula
\[
A=B A=B
\] \]
@ -22001,7 +22005,8 @@ spce
\begin_layout Standard \begin_layout Standard
You can leave many parts of a formula, like this matrix, partially filled You can leave many parts of a formula, like this matrix, partially filled
in, such as: in, such as:
\begin_inset Formula \[ \begin_inset Formula
\[
\left(\begin{array}{ccc} \left(\begin{array}{ccc}
\lambda_{1}\\ \lambda_{1}\\
& \ddots\\ & \ddots\\
@ -22234,7 +22239,8 @@ Up
\family default \family default
. .
Any math structure can be placed in a fraction, as this example shows: Any math structure can be placed in a fraction, as this example shows:
\begin_inset Formula \[ \begin_inset Formula
\[
\left[\frac{1}{\left(\begin{array}{cc} \left[\frac{1}{\left(\begin{array}{cc}
2 & 3\\ 2 & 3\\
4 & 5 4 & 5
@ -22363,7 +22369,8 @@ limits
\end_inset \end_inset
, versus , versus
\begin_inset Formula \[ \begin_inset Formula
\[
\sum_{n=0}^{\infty}\frac{1}{n!}=e \sum_{n=0}^{\infty}\frac{1}{n!}=e
\] \]
@ -22420,7 +22427,8 @@ Math ! Limits
\end_inset \end_inset
\begin_inset Formula \[ \begin_inset Formula
\[
\lim_{x\rightarrow\infty}f(x), \lim_{x\rightarrow\infty}f(x),
\] \]
@ -23471,7 +23479,8 @@ There are several brackets available through LyX.
. .
For example, that's how you would construct the brackets around a standard For example, that's how you would construct the brackets around a standard
matrix such as: matrix such as:
\begin_inset Formula \[ \begin_inset Formula
\[
\left[\begin{array}{cc} \left[\begin{array}{cc}
1 & 2\\ 1 & 2\\
3 & 4 3 & 4
@ -23481,7 +23490,8 @@ There are several brackets available through LyX.
\end_inset \end_inset
and to make it easier to see the layers of parentheses as in: and to make it easier to see the layers of parentheses as in:
\begin_inset Formula \[ \begin_inset Formula
\[
\frac{1}{\left(1+\left(\frac{1}{1+\left(\frac{1}{1+x}\right)}\right)\right)} \frac{1}{\left(1+\left(\frac{1}{1+\left(\frac{1}{1+x}\right)}\right)\right)}
\] \]
@ -23578,7 +23588,8 @@ Panel
. .
It will open a dialog for you to choose the number of rows/columns. It will open a dialog for you to choose the number of rows/columns.
Here is an example: Here is an example:
\begin_inset Formula \[ \begin_inset Formula
\[
\left(\begin{array}{ccc} \left(\begin{array}{ccc}
1 & 2 & 3\\ 1 & 2 & 3\\
4 & 5 & 6\\ 4 & 5 & 6\\
@ -23672,7 +23683,8 @@ lcr
centered, and the third column will be right-justified, because each letter centered, and the third column will be right-justified, because each letter
corresponds to the relevant column. corresponds to the relevant column.
The result will look like this: The result will look like this:
\begin_inset Formula \[ \begin_inset Formula
\[
\begin{array}{lcr} \begin{array}{lcr}
this & this\, column & this\, column\\ this & this\, column & this\, column\\
column & has & has\, right\\ column & has & has\, right\\
@ -23721,7 +23733,8 @@ cases
\series default \series default
. .
Here is an example: Here is an example:
\begin_inset Formula \[ \begin_inset Formula
\[
f(x)=\begin{cases} f(x)=\begin{cases}
-1 & x<0\\ -1 & x<0\\
0 & x=0\\ 0 & x=0\\
@ -23772,7 +23785,8 @@ arg "newline-insert newline"
. .
Multi-line formulas are always displayed formulas. Multi-line formulas are always displayed formulas.
Here is an example: Here is an example:
\begin_inset Formula \begin{eqnarray} \begin_inset Formula
\begin{eqnarray}
a^{2} & = & (b^{2}+c^{2})(b^{2}-c^{2})\nonumber \\ a^{2} & = & (b^{2}+c^{2})(b^{2}-c^{2})\nonumber \\
a & = & \sqrt{b^{4}-c^{4}}\label{eq:asquared} a & = & \sqrt{b^{4}-c^{4}}\label{eq:asquared}
\end{eqnarray} \end{eqnarray}
@ -23789,7 +23803,8 @@ Ctrl-Tab.
position to the next column. position to the next column.
Note that the middle column is designed for relation signs, structures Note that the middle column is designed for relation signs, structures
within this column will be printed in a smaller size: within this column will be printed in a smaller size:
\begin_inset Formula \begin{eqnarray*} \begin_inset Formula
\begin{eqnarray*}
\frac{A}{B} & \frac{A}{B} & \frac{A}{B} \frac{A}{B} & \frac{A}{B} & \frac{A}{B}
\end{eqnarray*} \end{eqnarray*}
@ -23901,7 +23916,8 @@ arg "math-number-toggle"
the document class. the document class.
In this document the number is printed together with the chapter number, In this document the number is printed together with the chapter number,
separated by a dot: separated by a dot:
\begin_inset Formula \begin{equation} \begin_inset Formula
\begin{equation}
1+1=2 1+1=2
\end{equation} \end{equation}
@ -23943,7 +23959,8 @@ arg "math-number-line-toggle"
\end_inset \end_inset
will only toggle the numbering of the line where the cursor is: will only toggle the numbering of the line where the cursor is:
\begin_inset Formula \begin{eqnarray} \begin_inset Formula
\begin{eqnarray}
1 & = & 3-2\\ 1 & = & 3-2\\
2 & = & 4-2\nonumber \\ 2 & = & 4-2\nonumber \\
4 & \leq & 7 4 & \leq & 7
@ -23995,7 +24012,8 @@ eq:tanhExp
\end_inset \end_inset
in the second line: in the second line:
\begin_inset Formula \begin{eqnarray} \begin_inset Formula
\begin{eqnarray}
\tanh(x) & = & \frac{\sinh(x)}{\cosh(x)}\nonumber \\ \tanh(x) & = & \frac{\sinh(x)}{\cosh(x)}\nonumber \\
& = & \frac{\mathrm{e}^{2x}-1}{\mathrm{e}^{2x}+1}\label{eq:tanhExp} & = & \frac{\mathrm{e}^{2x}-1}{\mathrm{e}^{2x}+1}\label{eq:tanhExp}
\end{eqnarray} \end{eqnarray}
@ -24498,7 +24516,8 @@ N
Blackboard Blackboard
\family default \family default
denotes the set of numbers: denotes the set of numbers:
\begin_inset Formula \[ \begin_inset Formula
\[
f(x)=\sqrt{x}\:;\: x\in\mathbb{N} f(x)=\sqrt{x}\:;\: x\in\mathbb{N}
\] \]
@ -24638,7 +24657,8 @@ arg "font-default"
Math text appears in LyX in black instead of blue. Math text appears in LyX in black instead of blue.
You can use spaces and accents in math text like in normal text. You can use spaces and accents in math text like in normal text.
Here is an example: Here is an example:
\begin_inset Formula \[ \begin_inset Formula
\[
f(x)=\begin{cases} f(x)=\begin{cases}
x & \textrm{if I say so}\\ x & \textrm{if I say so}\\
-x & \textrm{unter Umständen} -x & \textrm{unter Umständen}
@ -28756,7 +28776,8 @@ answer{\SpecialChar \ldots{}
question question
\series default \series default
part appears: part appears:
\begin_inset Formula \[ \begin_inset Formula
\[
x^{2}-2x-2\Rightarrow\question{x_{1}}\answer{x_{2}}=1\question{+\sqrt{3}}\answer{-\sqrt{3}}. x^{2}-2x-2\Rightarrow\question{x_{1}}\answer{x_{2}}=1\question{+\sqrt{3}}\answer{-\sqrt{3}}.
\] \]
@ -29687,8 +29708,14 @@ Style-aware search
\begin_layout Standard \begin_layout Standard
It is also possible to search for text with specific styles. It is also possible to search for text with specific styles.
This is done by switching to the This is done by switching to the
\change_inserted 5863208 1297987029
\family sans \family sans
Settings
\change_deleted 5863208 1297987031
Advanced Advanced
\change_unchanged
\family default \family default
tab of the dialog and unchecking the tab of the dialog and unchecking the
\family sans \family sans
@ -29839,8 +29866,14 @@ Case sensitive
Ignore format Ignore format
\family default \family default
option in the option in the
\change_inserted 5863208 1297987051
\family sans \family sans
Settings
\change_deleted 5863208 1297987053
Advanced Advanced
\change_unchanged
\family default \family default
tab, in order to avoid replacing all tab, in order to avoid replacing all
\begin_inset Quotes eld \begin_inset Quotes eld
@ -29903,13 +29936,17 @@ Find
Insert\SpecialChar \menuseparator Insert\SpecialChar \menuseparator
Insert Regular Expression Insert Regular Expression
\family default \family default
(shortcut
\change_deleted 5863208 1297986810
(shortcut
\begin_inset Info \begin_inset Info
type "shortcut" type "shortcut"
arg "regexp-mode" arg "regexp-mode"
\end_inset \end_inset
) while the cursor is in the )
\change_unchanged
while the cursor is in the
\family sans \family sans
Find Find
\family default \family default
@ -29966,8 +30003,14 @@ Searching for all text with a given style: for example, after unchecking
Ignore format Ignore format
\family default \family default
option from the option from the
\change_inserted 5863208 1297987063
\family sans \family sans
Settings
\change_deleted 5863208 1297987065
Advanced Advanced
\change_unchanged
\family default \family default
tab, entering a tab, entering a
\series bold \series bold

View File

@ -17,7 +17,7 @@
</property> </property>
<widget class="QWidget" name="basicTab" > <widget class="QWidget" name="basicTab" >
<attribute name="title" > <attribute name="title" >
<string>Basi&amp;c</string> <string>Sear&amp;ch</string>
</attribute> </attribute>
<layout class="QGridLayout" name="gridLayout" > <layout class="QGridLayout" name="gridLayout" >
<item row="0" column="0" > <item row="0" column="0" >
@ -160,7 +160,7 @@
</widget> </widget>
<widget class="QWidget" name="advancedTab" > <widget class="QWidget" name="advancedTab" >
<attribute name="title" > <attribute name="title" >
<string>Ad&amp;vanced</string> <string>S&amp;ettings</string>
</attribute> </attribute>
<layout class="QGridLayout" name="gridLayout_2" > <layout class="QGridLayout" name="gridLayout_2" >
<item row="0" column="0" colspan="2" > <item row="0" column="0" colspan="2" >