i18npool/source/localedata/data/en_US.xml |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit c3964de14cb14099b49e1c55370a5f98e773e03d
Author:     Justin Luth <justin.l...@collabora.com>
AuthorDate: Fri Jan 6 09:05:39 2023 -0500
Commit:     Justin Luth <jl...@mail.com>
CommitDate: Mon Jan 9 15:04:57 2023 +0000

    tdf#56258 i18npool en-US: change outline order to match MLA style
    
    Changed I.A.i.a) -> I.A.1.a.i.
    
    The overwhelming result of a google search for
    "official/correct outline list format"
    indicates that the third level should be a 1, not an i.
    
    MLA Handbook (according to wikipedia) uses the order
    I.A.1.a.i. (a) (1) i)
    
    Chicago Mode of Style is usually interpreted as
    I.A.1.a) or I.A.1.a. with varying lower sublevels/suffixes.
    
    Wikipedia also suggest the logical order of
    I.A.1.a.i.I) A) 1) a) i) (I) (A) (1) (a) (i)
    
    Change-Id: I7fcc8a1ee727d6cddca4bf0c6a8461538769cf5d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145147
    Tested-by: Justin Luth <jl...@mail.com>
    Reviewed-by: Justin Luth <jl...@mail.com>

diff --git a/i18npool/source/localedata/data/en_US.xml 
b/i18npool/source/localedata/data/en_US.xml
index aaf853353985..40d86de5bcf3 100644
--- a/i18npool/source/localedata/data/en_US.xml
+++ b/i18npool/source/localedata/data/en_US.xml
@@ -600,12 +600,12 @@
       <OutLineNumberingLevel Prefix=" " NumType="4" Suffix="." 
BulletChar="0020" BulletFontName="" ParentNumbering="0" LeftMargin="200" 
SymbolTextDistance="50" FirstLineOffset="0"/>
       <OutLineNumberingLevel Prefix=" " NumType="4" Suffix=" " 
BulletChar="0020" BulletFontName="" ParentNumbering="0" LeftMargin="250" 
SymbolTextDistance="50" FirstLineOffset="0"/>
     </OutlineStyle>
-    <OutlineStyle>
+    <OutlineStyle> <!-- I.A.1.a.i. based on MLA Handbook; also similar to 
Chicago Mode of Style-->
       <OutLineNumberingLevel Prefix=" " NumType="2" Suffix="." 
BulletChar="0020" BulletFontName="" ParentNumbering="0" LeftMargin="0" 
SymbolTextDistance="50" FirstLineOffset="0" Adjust="1"/>
       <OutLineNumberingLevel Prefix=" " NumType="0" Suffix="." 
BulletChar="0020" BulletFontName="" ParentNumbering="0" LeftMargin="50" 
SymbolTextDistance="50" FirstLineOffset="0"/>
-      <OutLineNumberingLevel Prefix=" " NumType="3" Suffix="." 
BulletChar="0020" BulletFontName="" ParentNumbering="0" LeftMargin="100" 
SymbolTextDistance="50" FirstLineOffset="0" Adjust="1"/>
-      <OutLineNumberingLevel Prefix=" " NumType="1" Suffix=")" 
BulletChar="0020" BulletFontName="" ParentNumbering="0" LeftMargin="150" 
SymbolTextDistance="50" FirstLineOffset="0"/>
-      <OutLineNumberingLevel Prefix=" " NumType="4" Suffix=")" 
BulletChar="0020" BulletFontName="" ParentNumbering="0" LeftMargin="200" 
SymbolTextDistance="50" FirstLineOffset="0"/>
+      <OutLineNumberingLevel Prefix=" " NumType="4" Suffix="." 
BulletChar="0020" BulletFontName="" ParentNumbering="0" LeftMargin="100" 
SymbolTextDistance="50" FirstLineOffset="0"/>
+      <OutLineNumberingLevel Prefix=" " NumType="1" Suffix="." 
BulletChar="0020" BulletFontName="" ParentNumbering="0" LeftMargin="150" 
SymbolTextDistance="50" FirstLineOffset="0"/>
+      <OutLineNumberingLevel Prefix=" " NumType="3" Suffix="." 
BulletChar="0020" BulletFontName="" ParentNumbering="0" LeftMargin="200" 
SymbolTextDistance="50" FirstLineOffset="0" Adjust="1"/>
       <OutLineNumberingLevel Prefix=" " NumType="6" Suffix=" " 
BulletChar="2022" BulletFontName="StarSymbol" ParentNumbering="0" 
LeftMargin="250" SymbolTextDistance="50" FirstLineOffset="0"/>
     </OutlineStyle>
     <OutlineStyle>

Reply via email to