mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix bug #10809.
This commit is contained in:
parent
5f9f3e49da
commit
0f0c5bb4b1
@ -1,4 +1,4 @@
|
||||
#LyX 2.3 created this file. For more info see http://www.lyx.org/
|
||||
#LyX 2.4 created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 544
|
||||
\begin_document
|
||||
\begin_header
|
||||
@ -124,11 +124,12 @@ logicalmkup
|
||||
\papercolumns 1
|
||||
\papersides 2
|
||||
\paperpagestyle headings
|
||||
\tracking_changes false
|
||||
\tracking_changes true
|
||||
\output_changes false
|
||||
\html_math_output 0
|
||||
\html_css_as_file 0
|
||||
\html_be_strict true
|
||||
\author 424524441 "rgheck"
|
||||
\end_header
|
||||
|
||||
\begin_body
|
||||
@ -13727,8 +13728,22 @@ Enumerate
|
||||
\end_inset
|
||||
|
||||
produces the usual sort of enumeration labels.
|
||||
At present, it is hardcoded to use Arabic numerals, lowercase letters,
|
||||
small Roman numerals, and uppercase letters for the four possible depths.
|
||||
|
||||
\change_deleted 424524441 1511752012
|
||||
At present, it is hardcoded to use Arabic numerals, lowercase letters, small
|
||||
Roman numerals, and uppercase letters for the four possible depths.
|
||||
\change_inserted 424524441 1511752012
|
||||
The label type needs to be set in the Counter.
|
||||
See
|
||||
\begin_inset CommandInset ref
|
||||
LatexCommand ref
|
||||
reference "subsec:Counters"
|
||||
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\change_unchanged
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
@ -13742,7 +13757,15 @@ Itemize
|
||||
\end_inset
|
||||
|
||||
produces various bullets at the different levels.
|
||||
It is also hardcoded.
|
||||
|
||||
\change_deleted 424524441 1511752024
|
||||
It is also hardcoded.
|
||||
\change_inserted 424524441 1511752031
|
||||
The bullet types displayed can be set via Document\SpecialChar menuseparator
|
||||
Settings\SpecialChar menuseparator
|
||||
Bullets.
|
||||
\change_unchanged
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
|
Loading…
Reference in New Issue
Block a user