[LyX/master] Polish formatted reference patch, and add documentation.
Richard Kimberly Heck
rikiheck at lyx.org
Fri Aug 25 18:08:04 UTC 2023
commit 344dc1f822613da393ba6a2c07b7248839235303
Author: Richard Kimberly Heck <rikiheck at lyx.org>
Date: Fri Aug 25 15:23:43 2023 -0400
Polish formatted reference patch, and add documentation.
---
lib/doc/UserGuide.lyx | 34 ++++++++++++++++++++++++++++++++++
src/frontends/qt/ui/LaTeXUi.ui | 9 ++++++---
2 files changed, 40 insertions(+), 3 deletions(-)
diff --git a/lib/doc/UserGuide.lyx b/lib/doc/UserGuide.lyx
index c0d6819..73e94b5 100644
--- a/lib/doc/UserGuide.lyx
+++ b/lib/doc/UserGuide.lyx
@@ -118,6 +118,7 @@ logicalmkup
\suppress_date false
\justification true
\use_refstyle 1
+\use_formatted_ref 0
\use_minted 0
\use_lineno 0
\notefontcolor #0000ff
@@ -10224,12 +10225,14 @@ Verbatim
\end_layout
\begin_layout Verbatim
+
This is Verbatim.
\end_layout
\begin_layout Verbatim
\noindent
\align block
+
The following 2 lines are empty:
\end_layout
@@ -10242,6 +10245,7 @@ The following 2 lines are empty:
\end_layout
\begin_layout Verbatim
+
Almost everything is allowed in Verbatim:"%&$§#~'`
\backslash
}][{|
@@ -10265,6 +10269,7 @@ Verbatim
\end_layout
\begin_layout Verbatim*
+
This is Verbatim*.
\end_layout
@@ -33789,6 +33794,35 @@ Capitalized
refstyle
\series default
package.
+\change_inserted -584632292 1692991077
+
+\begin_inset Newline newline
+\end_inset
+
+If you activate the option
+\begin_inset Quotes eld
+\end_inset
+
+Format cross-references in work area
+\begin_inset Quotes erd
+\end_inset
+
+,
+ \SpecialChar LyX
+ will attempt to display the formatted reference as it would appear in output,
+ e.g.,
+ as
+\begin_inset Quotes eld
+\end_inset
+
+Theorem 1
+\begin_inset Quotes erd
+\end_inset
+
+,
+ rather than just displaying the label.
+\change_unchanged
+
\end_layout
\begin_layout Description
diff --git a/src/frontends/qt/ui/LaTeXUi.ui b/src/frontends/qt/ui/LaTeXUi.ui
index 61d376f..444cb00 100644
--- a/src/frontends/qt/ui/LaTeXUi.ui
+++ b/src/frontends/qt/ui/LaTeXUi.ui
@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>332</width>
- <height>442</height>
+ <width>446</width>
+ <height>431</height>
</rect>
</property>
<property name="windowTitle">
@@ -207,8 +207,11 @@
</item>
<item row="6" column="0" colspan="4">
<widget class="QCheckBox" name="refFormattedCB">
+ <property name="toolTip">
+ <string>Attempt to display formatted cross-references as they would appear in the output, e.g., as "Theorem 1" rather than just as the label.</string>
+ </property>
<property name="text">
- <string>Indicate cross-reference output in the work area</string>
+ <string>Format cross-references in work area</string>
</property>
</widget>
</item>
More information about the lyx-cvs
mailing list