Warning: Constant MULTISITE already defined in /home/pbmalartu/public_html/wp-config.php on line 107

Warning: Constant SUBDOMAIN_INSTALL already defined in /home/pbmalartu/public_html/wp-config.php on line 108

Warning: Constant DOMAIN_CURRENT_SITE already defined in /home/pbmalartu/public_html/wp-config.php on line 109

Warning: Constant PATH_CURRENT_SITE already defined in /home/pbmalartu/public_html/wp-config.php on line 110

Warning: Constant SITE_ID_CURRENT_SITE already defined in /home/pbmalartu/public_html/wp-config.php on line 111

Warning: Constant BLOG_ID_CURRENT_SITE already defined in /home/pbmalartu/public_html/wp-config.php on line 112

Warning: The magic method Pressbooks\Book::__wakeup() must have public visibility in /home/pbmalartu/public_html/wp-content/plugins/pressbooks/inc/class-book.php on line 62

Warning: Cannot modify header information - headers already sent by (output started at /home/pbmalartu/public_html/wp-config.php:107) in /home/pbmalartu/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1758

Warning: Cannot modify header information - headers already sent by (output started at /home/pbmalartu/public_html/wp-config.php:107) in /home/pbmalartu/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1758

Warning: Cannot modify header information - headers already sent by (output started at /home/pbmalartu/public_html/wp-config.php:107) in /home/pbmalartu/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1758

Warning: Cannot modify header information - headers already sent by (output started at /home/pbmalartu/public_html/wp-config.php:107) in /home/pbmalartu/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1758

Warning: Cannot modify header information - headers already sent by (output started at /home/pbmalartu/public_html/wp-config.php:107) in /home/pbmalartu/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1758

Warning: Cannot modify header information - headers already sent by (output started at /home/pbmalartu/public_html/wp-config.php:107) in /home/pbmalartu/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1758

Warning: Cannot modify header information - headers already sent by (output started at /home/pbmalartu/public_html/wp-config.php:107) in /home/pbmalartu/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1758

Warning: Cannot modify header information - headers already sent by (output started at /home/pbmalartu/public_html/wp-config.php:107) in /home/pbmalartu/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1758
{"id":266,"date":"2018-07-17T21:27:42","date_gmt":"2018-07-17T21:27:42","guid":{"rendered":"https:\/\/pb.malartu.org\/pbuserguide\/chapter\/formatting-ordered-lists\/"},"modified":"2018-09-20T17:11:14","modified_gmt":"2018-09-20T17:11:14","slug":"formatting-ordered-lists","status":"publish","type":"chapter","link":"https:\/\/pb.malartu.org\/pbuserguide\/chapter\/formatting-ordered-lists\/","title":{"rendered":"Formatting Ordered Lists"},"content":{"raw":"In Pressbooks, you can choose to create ordered lists or bulleted lists. These options are available on the toolbar of your\u00a0Visual Editor.\u00a0<\/strong>\n\n\"Click<\/a>\n\nThe default setting for an ordered list is numbers:\n
    \n \t
  1. Apples<\/li>\n \t
  2. Bananas<\/li>\n \t
  3. Cherries<\/li>\n<\/ol>\nA hierarchical list will look like this:\n
      \n \t
    1. Fruit\n
        \n \t
      1. Apples\n
          \n \t
        1. Red Delicioius<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<\/li>\n<\/ol>\nHowever, you can change this setting from the default in the text editor of your chapter.\n

          Newer (\"Buckram\") Themes<\/h1>\nIf you're on one of Pressbooks' most recently updated themes \u2013\u00a0Clarke, Asimov, Jacobs,\u00a0<\/strong>or\u00a0McLuhan\u00a0<\/strong>\u2013 you can change a default numbered list to Harvard, Decimal, or Legal formatted lists.\n\n\"An<\/a>\n\n\"This<\/a>\n\n\"An<\/a>\n\nTo do this, go to the\u00a0text editor\u00a0<\/strong>of the intended chapter and find your list. It should look like this:\n\n\"An<\/a>\n\n \n\nThen, enter the following code in place of the first <ol> tag:\n\nHarvard:\u00a0<\/strong><ol class=\"harvard\">\nDecimal:\u00a0<\/strong><ol class=\"decimal\">\nLegal:\u00a0<\/strong><ol class=\"legal\">\n\nYour ordered list should look like this in the text editor:\n\n\"Text<\/a>\n\nThen, switch back to your\u00a0visual editor.\u00a0<\/strong>Your list should now reflect your chosen format:\n\n\"Ordered<\/a>\n\n \n
          NOTE:\u00a0<\/strong>You can add additional items to any list that is already formatted with the ol class tags and the entire list will maintain the class formatting<\/div>\n

          Other Themes<\/h1>\nWe\u2019re in the process of updating all Pressbooks themes. After this is complete, all themes will be able to create structured lists using the classes from above. However, older themes currently still need to apply a list style manually to each newly indented tier in the list.\n\nAll themes have upper alpha (A, B, C), lower alpha (a, b, c), upper roman (I, II, III), and lower roman (i, ii, iii) characters built into the CSS. You can apply these styles by editing the list in the text editor of your chapter.\n\nSwitch out the opening <ol> tag for every tier of the list that you want styled differently. The following are the style tags that you can put in place of the opening\u00a0 <ol> tag:\n\nLower Alpha<\/strong>: <ol style=\"list-style-type:lower-alpha\">\nUpper Alpha<\/strong>: <ol style=\"list-style-type:upper-alpha\">\nLower Roman<\/strong>: <ol style=\"list-style-type:lower-roman\">\nUpper Roman<\/strong>:\u00a0<ol style=\"list-style-type:upper-roman\">\n\nA list that was in lower alpha instead of numbered would look this in your text editor:\n\n<ol style=\"list-style-type:lower-alpha\">\n<\/strong>\u00a0 \u00a0<li>milk<\/li>\n<li>cheese<\/li>\n<li>yogurt<\/li>\n<\/ol>\n\nThis would appear in your visual editor and exports as:\n
            \n \t
          1. Milk<\/li>\n \t
          2. Cheese<\/li>\n \t
          3. Yogurt<\/li>\n<\/ol>\nCreate the list first through the visual editor using the Numbered List<\/strong>\u00a0icon on the toolbar. Then, edit the list in the text editor to style it how you'd like. A list that had numbers for primary objects, upper alpha characters for secondary objects, and lower roman numerals for tertiary objects would be structured like this in the text editor:\n\n<ol>\n<li>Dairy\n<ol style=\"list-style-type: upper-alpha;\">\n<li>Cheese\n<ol style=\"list-style-type: lower-roman;\">\n<li>Havarti<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n\nThis list would appear in your visual editor and exports as:\n
              \n \t
            1. Dairy\n
                \n \t
              1. Cheese\n
                  \n \t
                1. Havarti<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<\/li>\n<\/ol>\nYou can watch for theme updates (and other updates) in our Pressbooks blog<\/a>!","rendered":"

                  In Pressbooks, you can choose to create ordered lists or bulleted lists. These options are available on the toolbar of your\u00a0Visual Editor.\u00a0<\/strong><\/p>\n

                  \"Click<\/a><\/div>\n

                  The default setting for an ordered list is numbers:<\/p>\n

                    \n
                  1. Apples<\/li>\n
                  2. Bananas<\/li>\n
                  3. Cherries<\/li>\n<\/ol>\n

                    A hierarchical list will look like this:<\/p>\n

                      \n
                    1. Fruit\n
                        \n
                      1. Apples\n
                          \n
                        1. Red Delicioius<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n

                          However, you can change this setting from the default in the text editor of your chapter.<\/p>\n

                          Newer (“Buckram”) Themes<\/h1>\n

                          If you’re on one of Pressbooks’ most recently updated themes \u2013\u00a0Clarke, Asimov, Jacobs,\u00a0<\/strong>or\u00a0McLuhan\u00a0<\/strong>\u2013 you can change a default numbered list to Harvard, Decimal, or Legal formatted lists.<\/p>\n

                          \"An<\/a><\/div>\n
                          \"This<\/a><\/div>\n
                          \"An<\/a><\/div>\n

                          To do this, go to the\u00a0text editor\u00a0<\/strong>of the intended chapter and find your list. It should look like this:<\/p>\n

                          \"An<\/a><\/div>\n

                           <\/p>\n

                          Then, enter the following code in place of the first <ol> tag:<\/p>\n

                          Harvard:\u00a0<\/strong><ol class=”harvard”>
                          \nDecimal:\u00a0<\/strong><ol class=”decimal”>
                          \nLegal:\u00a0<\/strong><ol class=”legal”><\/p>\n

                          Your ordered list should look like this in the text editor:<\/p>\n

                          \"Text<\/a><\/div>\n

                          Then, switch back to your\u00a0visual editor.\u00a0<\/strong>Your list should now reflect your chosen format:<\/p>\n

                          \"Ordered<\/a><\/div>\n

                           <\/p>\n

                          NOTE:\u00a0<\/strong>You can add additional items to any list that is already formatted with the ol class tags and the entire list will maintain the class formatting<\/div>\n

                          Other Themes<\/h1>\n

                          We\u2019re in the process of updating all Pressbooks themes. After this is complete, all themes will be able to create structured lists using the classes from above. However, older themes currently still need to apply a list style manually to each newly indented tier in the list.<\/p>\n

                          All themes have upper alpha (A, B, C), lower alpha (a, b, c), upper roman (I, II, III), and lower roman (i, ii, iii) characters built into the CSS. You can apply these styles by editing the list in the text editor of your chapter.<\/p>\n

                          Switch out the opening <ol> tag for every tier of the list that you want styled differently. The following are the style tags that you can put in place of the opening\u00a0 <ol> tag:<\/p>\n

                          Lower Alpha<\/strong>: <ol style=”list-style-type:lower-alpha”>
                          \nUpper Alpha<\/strong>: <ol style=”list-style-type:upper-alpha”>
                          \nLower Roman<\/strong>: <ol style=”list-style-type:lower-roman”>
                          \nUpper Roman<\/strong>:\u00a0<ol style=”list-style-type:upper-roman”><\/p>\n

                          A list that was in lower alpha instead of numbered would look this in your text editor:<\/p>\n

                          <ol style=”list-style-type:lower-alpha”>
                          \n<\/strong>\u00a0 \u00a0<li>milk<\/li>
                          \n<li>cheese<\/li>
                          \n<li>yogurt<\/li>
                          \n<\/ol><\/p>\n

                          This would appear in your visual editor and exports as:<\/p>\n

                            \n
                          1. Milk<\/li>\n
                          2. Cheese<\/li>\n
                          3. Yogurt<\/li>\n<\/ol>\n

                            Create the list first through the visual editor using the Numbered List<\/strong>\u00a0icon on the toolbar. Then, edit the list in the text editor to style it how you’d like. A list that had numbers for primary objects, upper alpha characters for secondary objects, and lower roman numerals for tertiary objects would be structured like this in the text editor:<\/p>\n

                            <ol>
                            \n<li>Dairy
                            \n<ol style=”list-style-type: upper-alpha;”>
                            \n<li>Cheese
                            \n<ol style=”list-style-type: lower-roman;”>
                            \n<li>Havarti<\/li>
                            \n<\/ol>
                            \n<\/li>
                            \n<\/ol>
                            \n<\/li>
                            \n<\/ol><\/p>\n

                            This list would appear in your visual editor and exports as:<\/p>\n

                              \n
                            1. Dairy\n
                                \n
                              1. Cheese\n
                                  \n
                                1. Havarti<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n

                                  You can watch for theme updates (and other updates) in our Pressbooks blog<\/a>!<\/p>\n","protected":false},"author":1,"menu_order":16,"template":"","meta":{"pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":"cc-by"},"chapter-type":[],"contributor":[],"license":[50],"part":208,"_links":{"self":[{"href":"https:\/\/pb.malartu.org\/pbuserguide\/wp-json\/pressbooks\/v2\/chapters\/266"}],"collection":[{"href":"https:\/\/pb.malartu.org\/pbuserguide\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/pb.malartu.org\/pbuserguide\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/pb.malartu.org\/pbuserguide\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":1,"href":"https:\/\/pb.malartu.org\/pbuserguide\/wp-json\/pressbooks\/v2\/chapters\/266\/revisions"}],"predecessor-version":[{"id":267,"href":"https:\/\/pb.malartu.org\/pbuserguide\/wp-json\/pressbooks\/v2\/chapters\/266\/revisions\/267"}],"part":[{"href":"https:\/\/pb.malartu.org\/pbuserguide\/wp-json\/pressbooks\/v2\/parts\/208"}],"metadata":[{"href":"https:\/\/pb.malartu.org\/pbuserguide\/wp-json\/pressbooks\/v2\/chapters\/266\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/pb.malartu.org\/pbuserguide\/wp-json\/wp\/v2\/media?parent=266"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/pb.malartu.org\/pbuserguide\/wp-json\/pressbooks\/v2\/chapter-type?post=266"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/pb.malartu.org\/pbuserguide\/wp-json\/wp\/v2\/contributor?post=266"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/pb.malartu.org\/pbuserguide\/wp-json\/wp\/v2\/license?post=266"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}