{"id":158,"date":"2021-04-21T17:06:35","date_gmt":"2021-04-21T17:06:35","guid":{"rendered":"https:\/\/openpress.wheatoncollege.edu\/pressbooksguide\/chapter\/latex-symbols\/"},"modified":"2024-09-16T12:04:46","modified_gmt":"2024-09-16T12:04:46","slug":"latex-symbols","status":"publish","type":"chapter","link":"https:\/\/openpress.wheatoncollege.edu\/openpressguide\/chapter\/latex-symbols\/","title":{"raw":"What kind of symbols can I write using LaTeX?","rendered":"What kind of symbols can I write using LaTeX?"},"content":{"raw":"<div class=\"textbox textbox--sidebar\">Last update: September 5th, 2024<\/div>\r\n&nbsp;\r\n\r\nLots! LaTeX allows you to write a wide variety of symbols, including Greek letters, arrows, operators, and relational symbols.\r\n\r\nSee the following table to learn the LaTeX commands for a selection of characters that can be found in the Pressbooks special character bank.\r\n<table class=\"aligncenter\" style=\"width: 100%;\" border=\"0\"><caption>Special Characters and Their LaTeX Equivalents<\/caption>\r\n<tbody>\r\n<tr>\r\n<th style=\"width: 33%;\" scope=\"col\">Character<\/th>\r\n<th style=\"width: 33%;\" scope=\"col\">LaTeX Command<\/th>\r\n<th style=\"width: 34%;\">Example<\/th>\r\n<\/tr>\r\n<tr>\r\n<td style=\"width: 33%;\">middle dot (\u00b7)<\/td>\r\n<td style=\"width: 33%;\"><code>\\cdot<\/code><\/td>\r\n<td style=\"width: 34%;\">[latex]2\\cdot7=14[\/latex]<\/td>\r\n<\/tr>\r\n<tr>\r\n<td style=\"width: 33%;\">ellipsis (\u2026)<\/td>\r\n<td style=\"width: 33%;\"><code>\\dots<\/code><\/td>\r\n<td style=\"width: 34%;\">[latex]3,5,\\dots,11[\/latex]<\/td>\r\n<\/tr>\r\n<tr>\r\n<td style=\"width: 33%;\">less-than or equal to (\u2264)<\/td>\r\n<td style=\"width: 33%;\"><code>\\le<\/code><\/td>\r\n<td style=\"width: 34%;\">[latex]a\\le8[\/latex]<\/td>\r\n<\/tr>\r\n<tr>\r\n<td style=\"width: 33%;\">greater-than or equal to (\u2265)<\/td>\r\n<td style=\"width: 33%;\"><code>\\ge<\/code><\/td>\r\n<td style=\"width: 34%;\">[latex]3\\ge c[\/latex]<\/td>\r\n<\/tr>\r\n<tr>\r\n<td style=\"width: 33%;\">degree sign (\u00b0)<\/td>\r\n<td style=\"width: 33%;\"><code>^{\\circ}<\/code><\/td>\r\n<td style=\"width: 34%;\">[latex]\\angle z=90^{\\circ}[\/latex]<\/td>\r\n<\/tr>\r\n<tr>\r\n<td style=\"width: 33%;\">minus sign (\u2212)<\/td>\r\n<td style=\"width: 33%;\"><code>-<\/code> (hyphen)<\/td>\r\n<td style=\"width: 34%;\">[latex]-3--5=2[\/latex]<\/td>\r\n<\/tr>\r\n<tr>\r\n<td style=\"width: 33%;\">plus-minus sign (\u00b1)<\/td>\r\n<td style=\"width: 33%;\"><code>\\pm<\/code><\/td>\r\n<td style=\"width: 34%;\">[latex]\\sqrt{x}=\\pm2[\/latex]<\/td>\r\n<\/tr>\r\n<tr>\r\n<td style=\"width: 33%;\">division sign (\u00f7)<\/td>\r\n<td style=\"width: 33%;\"><code>\\div<\/code><\/td>\r\n<td style=\"width: 34%;\">[latex]20\\div 4=5[\/latex]<\/td>\r\n<\/tr>\r\n<tr>\r\n<td style=\"width: 33%;\">multiplication sign (\u00d7)<\/td>\r\n<td style=\"width: 33%;\"><code>\\times<\/code><\/td>\r\n<td style=\"width: 34%;\">[latex]11\\times4=44[\/latex]<\/td>\r\n<\/tr>\r\n<tr>\r\n<td style=\"width: 33%;\">angle sign (\u2220)<\/td>\r\n<td style=\"width: 33%;\"><code>\\angle<\/code><\/td>\r\n<td style=\"width: 34%;\">[latex]\\angle a+\\angle b+\\angle c=180^{\\circ}[\/latex]<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\nThere are far too many LaTeX symbols to list here in full. However, we can link to a number of symbol resources, some of which give examples of how these symbols may be implemented in context.\r\n\r\nBe aware that not every command listed in these resources will work in Pressbooks.\r\n\r\nThe page of <a href=\"https:\/\/artofproblemsolving.com\/wiki\/index.php\/LaTeX:Symbols\">LaTeX symbols on the Art of Problem Solving wiki<\/a> is an excellent introduction to some of the most common LaTeX symbols. This page also links to a number of other helpful resources for LaTeX symbols that are also included here.\r\n\r\n<a href=\"http:\/\/detexify.kirelabs.org\/classify.html\">Detexify<\/a> is a web-based application with two features: \"classify\" and \"symbols.\" The \"classify\" feature allows you to draw your desired symbol, which generates a list of suggested commands. The \"symbols\" feature is an alphabetical, searchable list of symbol commands.\r\n\r\n<a href=\"https:\/\/mathvault.ca\/wp-content\/uploads\/Comprehensive-List-of-Mathematical-Symbols.pdf\">Math Vault's Comprehensive List of Mathematical Symbols [PDF]<\/a> is a compilation of many symbols in higher mathematics. This guide provides the LaTeX for each symbol and a rendered LaTeX expression containing the symbol. The primary purpose of the guide is to help math students expand their mathematical vocabulary: LaTeX is included to help those who would like to communicate with others on forums and write documents in LaTeX during their studies. So this guide may be useful as a reference, but bear in mind that its focus is not on teaching LaTeX.\r\n\r\nThe Comprehensive TeX Archive Network (CTAN) has an even more detailed resource called <a href=\"http:\/\/tug.ctan.org\/info\/symbols\/comprehensive\/symbols-a4.pdf\">The Comprehensive LaTeX Symbol List [PDF]<\/a>. This document is over 300 pages long and lists over 14,000 symbols, plus the LaTeX commands and packages required to create them. The table of contents divides the symbols into various broad groups, including body-text symbols, mathematical symbols, scientific symbols, and ancient language characters.","rendered":"<div class=\"textbox textbox--sidebar\">Last update: September 5th, 2024<\/div>\n<p>&nbsp;<\/p>\n<p>Lots! LaTeX allows you to write a wide variety of symbols, including Greek letters, arrows, operators, and relational symbols.<\/p>\n<p>See the following table to learn the LaTeX commands for a selection of characters that can be found in the Pressbooks special character bank.<\/p>\n<table class=\"aligncenter\" style=\"width: 100%;\">\n<caption>Special Characters and Their LaTeX Equivalents<\/caption>\n<tbody>\n<tr>\n<th style=\"width: 33%;\" scope=\"col\">Character<\/th>\n<th style=\"width: 33%;\" scope=\"col\">LaTeX Command<\/th>\n<th style=\"width: 34%;\">Example<\/th>\n<\/tr>\n<tr>\n<td style=\"width: 33%;\">middle dot (\u00b7)<\/td>\n<td style=\"width: 33%;\"><code>\\cdot<\/code><\/td>\n<td style=\"width: 34%;\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/openpress.wheatoncollege.edu\/openpressguide\/wp-content\/ql-cache\/quicklatex.com-2e1b659ec2c3de5ccccc8324f95e8e13_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#50;&#92;&#99;&#100;&#111;&#116;&#55;&#61;&#49;&#52;\" title=\"Rendered by QuickLaTeX.com\" height=\"13\" width=\"72\" style=\"vertical-align: 0px;\" \/><\/td>\n<\/tr>\n<tr>\n<td style=\"width: 33%;\">ellipsis (\u2026)<\/td>\n<td style=\"width: 33%;\"><code>\\dots<\/code><\/td>\n<td style=\"width: 34%;\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/openpress.wheatoncollege.edu\/openpressguide\/wp-content\/ql-cache\/quicklatex.com-aafa2dd58128f8b6d80283f2d8f1118e_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#51;&#44;&#53;&#44;&#92;&#100;&#111;&#116;&#115;&#44;&#49;&#49;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"82\" style=\"vertical-align: -4px;\" \/><\/td>\n<\/tr>\n<tr>\n<td style=\"width: 33%;\">less-than or equal to (\u2264)<\/td>\n<td style=\"width: 33%;\"><code>\\le<\/code><\/td>\n<td style=\"width: 34%;\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/openpress.wheatoncollege.edu\/openpressguide\/wp-content\/ql-cache\/quicklatex.com-a47cc40fc186e13a1db330ae48f4ac3f_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#97;&#92;&#108;&#101;&#56;\" title=\"Rendered by QuickLaTeX.com\" height=\"15\" width=\"42\" style=\"vertical-align: -3px;\" \/><\/td>\n<\/tr>\n<tr>\n<td style=\"width: 33%;\">greater-than or equal to (\u2265)<\/td>\n<td style=\"width: 33%;\"><code>\\ge<\/code><\/td>\n<td style=\"width: 34%;\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/openpress.wheatoncollege.edu\/openpressguide\/wp-content\/ql-cache\/quicklatex.com-9cf40ffb1388449a97b27de9aeea3967_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#51;&#92;&#103;&#101;&#32;&#99;\" title=\"Rendered by QuickLaTeX.com\" height=\"15\" width=\"41\" style=\"vertical-align: -3px;\" \/><\/td>\n<\/tr>\n<tr>\n<td style=\"width: 33%;\">degree sign (\u00b0)<\/td>\n<td style=\"width: 33%;\"><code>^{\\circ}<\/code><\/td>\n<td style=\"width: 34%;\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/openpress.wheatoncollege.edu\/openpressguide\/wp-content\/ql-cache\/quicklatex.com-6e13f3863673a0103e66b407a7c3e815_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#97;&#110;&#103;&#108;&#101;&#32;&#122;&#61;&#57;&#48;&#94;&#123;&#92;&#99;&#105;&#114;&#99;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"12\" width=\"70\" style=\"vertical-align: 0px;\" \/><\/td>\n<\/tr>\n<tr>\n<td style=\"width: 33%;\">minus sign (\u2212)<\/td>\n<td style=\"width: 33%;\"><code>-<\/code> (hyphen)<\/td>\n<td style=\"width: 34%;\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/openpress.wheatoncollege.edu\/openpressguide\/wp-content\/ql-cache\/quicklatex.com-c2bcdbefc4065b1c8a0cbd6cdaa68693_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#45;&#51;&#45;&#45;&#53;&#61;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"13\" width=\"98\" style=\"vertical-align: 0px;\" \/><\/td>\n<\/tr>\n<tr>\n<td style=\"width: 33%;\">plus-minus sign (\u00b1)<\/td>\n<td style=\"width: 33%;\"><code>\\pm<\/code><\/td>\n<td style=\"width: 34%;\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/openpress.wheatoncollege.edu\/openpressguide\/wp-content\/ql-cache\/quicklatex.com-34be60acd97db480cf98a8df5d831710_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#115;&#113;&#114;&#116;&#123;&#120;&#125;&#61;&#92;&#112;&#109;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"70\" style=\"vertical-align: -4px;\" \/><\/td>\n<\/tr>\n<tr>\n<td style=\"width: 33%;\">division sign (\u00f7)<\/td>\n<td style=\"width: 33%;\"><code>\\div<\/code><\/td>\n<td style=\"width: 34%;\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/openpress.wheatoncollege.edu\/openpressguide\/wp-content\/ql-cache\/quicklatex.com-aedc2353f122fbb71c088c01eae4f2f7_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#50;&#48;&#92;&#100;&#105;&#118;&#32;&#52;&#61;&#53;\" title=\"Rendered by QuickLaTeX.com\" height=\"14\" width=\"80\" style=\"vertical-align: -1px;\" \/><\/td>\n<\/tr>\n<tr>\n<td style=\"width: 33%;\">multiplication sign (\u00d7)<\/td>\n<td style=\"width: 33%;\"><code>\\times<\/code><\/td>\n<td style=\"width: 34%;\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/openpress.wheatoncollege.edu\/openpressguide\/wp-content\/ql-cache\/quicklatex.com-9535a6b434c83603119ab331f15bedcf_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#49;&#49;&#92;&#116;&#105;&#109;&#101;&#115;&#52;&#61;&#52;&#52;\" title=\"Rendered by QuickLaTeX.com\" height=\"12\" width=\"89\" style=\"vertical-align: 0px;\" \/><\/td>\n<\/tr>\n<tr>\n<td style=\"width: 33%;\">angle sign (\u2220)<\/td>\n<td style=\"width: 33%;\"><code>\\angle<\/code><\/td>\n<td style=\"width: 34%;\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/openpress.wheatoncollege.edu\/openpressguide\/wp-content\/ql-cache\/quicklatex.com-151150159f27d51796cf068cb4d24dec_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#97;&#110;&#103;&#108;&#101;&#32;&#97;&#43;&#92;&#97;&#110;&#103;&#108;&#101;&#32;&#98;&#43;&#92;&#97;&#110;&#103;&#108;&#101;&#32;&#99;&#61;&#49;&#56;&#48;&#94;&#123;&#92;&#99;&#105;&#114;&#99;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"14\" width=\"164\" style=\"vertical-align: -2px;\" \/><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>There are far too many LaTeX symbols to list here in full. However, we can link to a number of symbol resources, some of which give examples of how these symbols may be implemented in context.<\/p>\n<p>Be aware that not every command listed in these resources will work in Pressbooks.<\/p>\n<p>The page of <a href=\"https:\/\/artofproblemsolving.com\/wiki\/index.php\/LaTeX:Symbols\">LaTeX symbols on the Art of Problem Solving wiki<\/a> is an excellent introduction to some of the most common LaTeX symbols. This page also links to a number of other helpful resources for LaTeX symbols that are also included here.<\/p>\n<p><a href=\"http:\/\/detexify.kirelabs.org\/classify.html\">Detexify<\/a> is a web-based application with two features: &#8220;classify&#8221; and &#8220;symbols.&#8221; The &#8220;classify&#8221; feature allows you to draw your desired symbol, which generates a list of suggested commands. The &#8220;symbols&#8221; feature is an alphabetical, searchable list of symbol commands.<\/p>\n<p><a href=\"https:\/\/mathvault.ca\/wp-content\/uploads\/Comprehensive-List-of-Mathematical-Symbols.pdf\">Math Vault&#8217;s Comprehensive List of Mathematical Symbols [PDF]<\/a> is a compilation of many symbols in higher mathematics. This guide provides the LaTeX for each symbol and a rendered LaTeX expression containing the symbol. The primary purpose of the guide is to help math students expand their mathematical vocabulary: LaTeX is included to help those who would like to communicate with others on forums and write documents in LaTeX during their studies. So this guide may be useful as a reference, but bear in mind that its focus is not on teaching LaTeX.<\/p>\n<p>The Comprehensive TeX Archive Network (CTAN) has an even more detailed resource called <a href=\"http:\/\/tug.ctan.org\/info\/symbols\/comprehensive\/symbols-a4.pdf\">The Comprehensive LaTeX Symbol List [PDF]<\/a>. This document is over 300 pages long and lists over 14,000 symbols, plus the LaTeX commands and packages required to create them. The table of contents divides the symbols into various broad groups, including body-text symbols, mathematical symbols, scientific symbols, and ancient language characters.<\/p>\n","protected":false},"author":7,"menu_order":5,"template":"","meta":{"pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"chapter-type":[],"contributor":[],"license":[],"class_list":["post-158","chapter","type-chapter","status-publish","hentry"],"part":136,"_links":{"self":[{"href":"https:\/\/openpress.wheatoncollege.edu\/openpressguide\/wp-json\/pressbooks\/v2\/chapters\/158"}],"collection":[{"href":"https:\/\/openpress.wheatoncollege.edu\/openpressguide\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/openpress.wheatoncollege.edu\/openpressguide\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/openpress.wheatoncollege.edu\/openpressguide\/wp-json\/wp\/v2\/users\/7"}],"version-history":[{"count":3,"href":"https:\/\/openpress.wheatoncollege.edu\/openpressguide\/wp-json\/pressbooks\/v2\/chapters\/158\/revisions"}],"predecessor-version":[{"id":436,"href":"https:\/\/openpress.wheatoncollege.edu\/openpressguide\/wp-json\/pressbooks\/v2\/chapters\/158\/revisions\/436"}],"part":[{"href":"https:\/\/openpress.wheatoncollege.edu\/openpressguide\/wp-json\/pressbooks\/v2\/parts\/136"}],"metadata":[{"href":"https:\/\/openpress.wheatoncollege.edu\/openpressguide\/wp-json\/pressbooks\/v2\/chapters\/158\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/openpress.wheatoncollege.edu\/openpressguide\/wp-json\/wp\/v2\/media?parent=158"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/openpress.wheatoncollege.edu\/openpressguide\/wp-json\/pressbooks\/v2\/chapter-type?post=158"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/openpress.wheatoncollege.edu\/openpressguide\/wp-json\/wp\/v2\/contributor?post=158"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/openpress.wheatoncollege.edu\/openpressguide\/wp-json\/wp\/v2\/license?post=158"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}