<br />
<b>Warning</b>:  Undefined array key "global_protection_id" in <b>/home/wikitechy/public_html/interview-questions/wp-content/plugins/content-protector/inc/class-ps-rest-handler.php</b> on line <b>51</b><br />
{"id":702,"date":"2021-07-17T10:34:12","date_gmt":"2021-07-17T10:34:12","guid":{"rendered":"https:\/\/www.wikitechy.com\/interview-questions\/?p=702"},"modified":"2021-09-11T10:07:32","modified_gmt":"2021-09-11T10:07:32","slug":"what-are-the-list-of-latex","status":"publish","type":"post","link":"https:\/\/www.wikitechy.com\/interview-questions\/latex\/what-are-the-list-of-latex\/","title":{"rendered":"What are the list of latex ?"},"content":{"rendered":"<div class=\"TextHeading\">\n<div class=\"hddn\">\n<h2 id=\"list-of-latex\" class=\"color-purple\" style=\"text-align: justify;\">List of Latex<\/h2>\n<\/div>\n<\/div>\n<div class=\"Content\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<ul>\n<li>There are three lists in latex,\n<ol>\n<li>Unordered lists<\/li>\n<li>Ordered lists<\/li>\n<li>Nested list<\/li>\n<\/ol>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<div class=\"TextHeading\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<h2 id=\"ordered-lists\" class=\"color-purple\">Ordered lists:<\/h2>\n<\/div>\n<\/div>\n<div class=\"Content\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<ul>\n<li>In the ordered list you just simply replace itemize with enumerated environment.<\/li>\n<li>The Ordered list environment is totally different for other lists.<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<div class=\"TextHeading\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<h2 id=\"syntax\" class=\"color-pink\">Syntax:<\/h2>\n<\/div>\n<\/div>\n<div class=\"text-center row\" style=\"text-align: justify;\">\n<div class=\"col-sm-12\">\n<div id=\"bsa-zone_1590522538159-8_123456\">\n<div class=\"code-embed-wrapper\"> <div class=\"code-embed-infos\"> <\/div> <pre class=\"language-markdown code-embed-pre line-numbers\"  data-start=\"1\" data-line-offset=\"0\"><code class=\"language-markdown code-embed-code\">\\begin{enumerate}<br\/>\\item The labels consists of sequential numbers.<br\/>\\item The numbers starts at 1 with each call to the enumerate environment.<br\/>\\end{enumerate}<\/code><\/pre> <\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"Content\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<ul>\n<li>The ordered lists are generated by a enumerate environment and each entry must be preceded by the control sequence item.<\/li>\n<li>It will automatically generate the number labelling the item.<\/li>\n<li>The enumerate labels consists of sequential numbers, these numbers starts at 1 with each call to the enumerate environment.<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<div class=\"TextHeading\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<h2 id=\"nested-lists\" class=\"color-purple\">Nested Lists:<\/h2>\n<\/div>\n<\/div>\n<div class=\"Content\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<ul>\n<li>In LATEX you can insert a list inside another list like nested form. The above list are combined to another one, either mixed or a one type, to a depth of four levels.<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<div class=\"TextHeading\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<h2 id=\"sample-code\" class=\"color-pink\">Sample Code:<\/h2>\n<div class=\"code-embed-wrapper\"> <div class=\"code-embed-infos\"> <\/div> <pre class=\"language-markdown code-embed-pre line-numbers\"  data-start=\"1\" data-line-offset=\"0\"><code class=\"language-markdown code-embed-code\">\\begin{enumerate}<br\/>\t\\item One<br\/>       \\begin{enumerate}<br\/>    \t\\item Two<br\/>        \\item Three<br\/>        \\item Four<br\/>    \\end{enumerate}<br\/>    \\item Five<br\/>    \\item Six<br\/>\\end{enumerate}<\/code><\/pre> <\/div>\n<\/div>\n<\/div>\n<div class=\"TextHeading\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<h2 id=\"output\" class=\"color-green\">Output:<\/h2>\n<\/div>\n<\/div>\n<div class=\"ImageContent\" style=\"text-align: justify;\">\n<div class=\"hddn\"><img decoding=\"async\" class=\"aligncenter size-medium\" src=\"https:\/\/cdn.wikitechy.com\/interview-questions\/latex\/nested-lists.png\" alt=\"Nested Lists\" width=\"212\" height=\"196\" \/><\/div>\n<\/div>\n<div class=\"TextHeading\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<h2 id=\"unordered-lists\" class=\"color-purple\">Unordered lists<\/h2>\n<\/div>\n<\/div>\n<div class=\"Content\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<ul>\n<li>Unordered lists works without any additional packages and use the itemize environment.<\/li>\n<li>The label scheme of unordered lists also changes will occur depending on the depth of the nested list.<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<div class=\"TextHeading\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<h2 id=\"sample-code-2\" class=\"color-pink\">Sample Code:<\/h2>\n<\/div>\n<\/div>\n<div style=\"text-align: justify;\">\n<div id=\"bsa-zone_1590522394795-6_123456\">\n<div class=\"code-embed-wrapper\"> <div class=\"code-embed-infos\"> <\/div> <pre class=\"language-markdown code-embed-pre line-numbers\"  data-start=\"1\" data-line-offset=\"0\"><code class=\"language-markdown code-embed-code\">\\begin{itemize}<br\/>\\item  First Level<br\/>\\begin{itemize}<br\/>\\item  Second Level<br\/>\\begin{itemize}<br\/>\\item  Third Level<br\/>\\begin{itemize}<br\/>\\item  Fourth Level<br\/>\\end{itemize}<br\/>\\end{itemize}<br\/>\\end{itemize}<br\/>\\end{itemize}<\/code><\/pre> <\/div>\n<\/div>\n<\/div>\n<div class=\"TextHeading\" style=\"text-align: justify;\">\n<div class=\"hddn\">\n<h2 id=\"output-2\" class=\"color-green\">Output:<\/h2>\n<\/div>\n<\/div>\n<div class=\"ImageContent\">\n<div class=\"hddn\" style=\"text-align: justify;\"><img decoding=\"async\" class=\"aligncenter size-medium\" src=\"https:\/\/cdn.wikitechy.com\/interview-questions\/latex\/unordered-lists.png\" alt=\"Unordered lists\" width=\"303\" height=\"148\" \/><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Answer : In the ordered list you just simply replace itemize with enumerated environment.<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"passster_activate_protection":false,"passster_protect_child_pages":"","passster_protection_type":"password","passster_password":"","passster_activate_overwrite_defaults":"","passster_headline":"","passster_instruction":"","passster_placeholder":"","passster_button":"","passster_id":"","passster_activate_misc_settings":"","passster_redirect_url":"","passster_hide":"no","passster_area_shortcode":"","gtb_hide_title":false,"gtb_wrap_title":false,"gtb_class_title":"","gtb_remove_headerfooter":false,"footnotes":""},"categories":[4405],"tags":[4518,4510,4517,4508,4513,4424,4507,4506,4516,4519,4520,4514,4509,4423,4425,4515,4512,4511],"class_list":["post-702","post","type-post","status-publish","format-standard","hentry","category-latex","tag-begin-list-latex","tag-latex-bullet","tag-latex-bullet-list","tag-latex-bullet-points","tag-latex-code-listing","tag-latex-exam-template-multiple-choice","tag-latex-itemize","tag-latex-list","tag-latex-list-of-equations","tag-latex-list-of-tables","tag-latex-listings-package","tag-latex-models-list","tag-latex-numbered-list","tag-latex-question-and-answer-template","tag-latex-quiz-template","tag-latex-special-symbols","tag-latex-symbol-list","tag-numbering-in-latex"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What are the list of latex ? - Latex Question and answer template<\/title>\n<meta name=\"description\" content=\"What are the list of latex ? - latex question and answer template - List are basic elements in a document, when used correctly they keep concepts organized and structured.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.wikitechy.com\/interview-questions\/latex\/what-are-the-list-of-latex\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What are the list of latex ? - Latex Question and answer template\" \/>\n<meta property=\"og:description\" content=\"What are the list of latex ? - latex question and answer template - List are basic elements in a document, when used correctly they keep concepts organized and structured.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.wikitechy.com\/interview-questions\/latex\/what-are-the-list-of-latex\/\" \/>\n<meta property=\"og:site_name\" content=\"Wikitechy\" \/>\n<meta property=\"article:published_time\" content=\"2021-07-17T10:34:12+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-09-11T10:07:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn.wikitechy.com\/interview-questions\/latex\/nested-lists.png\" \/>\n<meta name=\"author\" content=\"Editor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Editor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.wikitechy.com\/interview-questions\/latex\/what-are-the-list-of-latex\/\",\"url\":\"https:\/\/www.wikitechy.com\/interview-questions\/latex\/what-are-the-list-of-latex\/\",\"name\":\"What are the list of latex ? - Latex Question and answer template\",\"isPartOf\":{\"@id\":\"https:\/\/www.wikitechy.com\/interview-questions\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.wikitechy.com\/interview-questions\/latex\/what-are-the-list-of-latex\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.wikitechy.com\/interview-questions\/latex\/what-are-the-list-of-latex\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cdn.wikitechy.com\/interview-questions\/latex\/nested-lists.png\",\"datePublished\":\"2021-07-17T10:34:12+00:00\",\"dateModified\":\"2021-09-11T10:07:32+00:00\",\"author\":{\"@id\":\"https:\/\/www.wikitechy.com\/interview-questions\/#\/schema\/person\/4d5a581fb5470d1560324bddc5e8b757\"},\"description\":\"What are the list of latex ? - latex question and answer template - List are basic elements in a document, when used correctly they keep concepts organized and structured.\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.wikitechy.com\/interview-questions\/latex\/what-are-the-list-of-latex\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.wikitechy.com\/interview-questions\/latex\/what-are-the-list-of-latex\/#primaryimage\",\"url\":\"https:\/\/cdn.wikitechy.com\/interview-questions\/latex\/nested-lists.png\",\"contentUrl\":\"https:\/\/cdn.wikitechy.com\/interview-questions\/latex\/nested-lists.png\"},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.wikitechy.com\/interview-questions\/#website\",\"url\":\"https:\/\/www.wikitechy.com\/interview-questions\/\",\"name\":\"Wikitechy\",\"description\":\"Interview Questions\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.wikitechy.com\/interview-questions\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.wikitechy.com\/interview-questions\/#\/schema\/person\/4d5a581fb5470d1560324bddc5e8b757\",\"name\":\"Editor\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.wikitechy.com\/interview-questions\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/e9531079fe7e07841b7b156c04d65e5f39d4adfd18b6ffe3edfff8ca5aab85b5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/e9531079fe7e07841b7b156c04d65e5f39d4adfd18b6ffe3edfff8ca5aab85b5?s=96&d=mm&r=g\",\"caption\":\"Editor\"},\"url\":\"https:\/\/www.wikitechy.com\/interview-questions\/author\/editor\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What are the list of latex ? - Latex Question and answer template","description":"What are the list of latex ? - latex question and answer template - List are basic elements in a document, when used correctly they keep concepts organized and structured.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.wikitechy.com\/interview-questions\/latex\/what-are-the-list-of-latex\/","og_locale":"en_US","og_type":"article","og_title":"What are the list of latex ? - Latex Question and answer template","og_description":"What are the list of latex ? - latex question and answer template - List are basic elements in a document, when used correctly they keep concepts organized and structured.","og_url":"https:\/\/www.wikitechy.com\/interview-questions\/latex\/what-are-the-list-of-latex\/","og_site_name":"Wikitechy","article_published_time":"2021-07-17T10:34:12+00:00","article_modified_time":"2021-09-11T10:07:32+00:00","og_image":[{"url":"https:\/\/cdn.wikitechy.com\/interview-questions\/latex\/nested-lists.png"}],"author":"Editor","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Editor","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.wikitechy.com\/interview-questions\/latex\/what-are-the-list-of-latex\/","url":"https:\/\/www.wikitechy.com\/interview-questions\/latex\/what-are-the-list-of-latex\/","name":"What are the list of latex ? - Latex Question and answer template","isPartOf":{"@id":"https:\/\/www.wikitechy.com\/interview-questions\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.wikitechy.com\/interview-questions\/latex\/what-are-the-list-of-latex\/#primaryimage"},"image":{"@id":"https:\/\/www.wikitechy.com\/interview-questions\/latex\/what-are-the-list-of-latex\/#primaryimage"},"thumbnailUrl":"https:\/\/cdn.wikitechy.com\/interview-questions\/latex\/nested-lists.png","datePublished":"2021-07-17T10:34:12+00:00","dateModified":"2021-09-11T10:07:32+00:00","author":{"@id":"https:\/\/www.wikitechy.com\/interview-questions\/#\/schema\/person\/4d5a581fb5470d1560324bddc5e8b757"},"description":"What are the list of latex ? - latex question and answer template - List are basic elements in a document, when used correctly they keep concepts organized and structured.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.wikitechy.com\/interview-questions\/latex\/what-are-the-list-of-latex\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.wikitechy.com\/interview-questions\/latex\/what-are-the-list-of-latex\/#primaryimage","url":"https:\/\/cdn.wikitechy.com\/interview-questions\/latex\/nested-lists.png","contentUrl":"https:\/\/cdn.wikitechy.com\/interview-questions\/latex\/nested-lists.png"},{"@type":"WebSite","@id":"https:\/\/www.wikitechy.com\/interview-questions\/#website","url":"https:\/\/www.wikitechy.com\/interview-questions\/","name":"Wikitechy","description":"Interview Questions","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.wikitechy.com\/interview-questions\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.wikitechy.com\/interview-questions\/#\/schema\/person\/4d5a581fb5470d1560324bddc5e8b757","name":"Editor","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.wikitechy.com\/interview-questions\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/e9531079fe7e07841b7b156c04d65e5f39d4adfd18b6ffe3edfff8ca5aab85b5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e9531079fe7e07841b7b156c04d65e5f39d4adfd18b6ffe3edfff8ca5aab85b5?s=96&d=mm&r=g","caption":"Editor"},"url":"https:\/\/www.wikitechy.com\/interview-questions\/author\/editor\/"}]}},"_links":{"self":[{"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/posts\/702","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/comments?post=702"}],"version-history":[{"count":3,"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/posts\/702\/revisions"}],"predecessor-version":[{"id":3363,"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/posts\/702\/revisions\/3363"}],"wp:attachment":[{"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/media?parent=702"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/categories?post=702"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.wikitechy.com\/interview-questions\/wp-json\/wp\/v2\/tags?post=702"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}