The Blackboard Bold Font

Total Page:16

File Type:pdf, Size:1020Kb

The Blackboard Bold Font The Blackb oard Bold Font Yossi Gil Department of Computer Science Technion|Israel Institute of Technology Technion City, Haifa 32000, Israel [email protected] Septemb er 29, 2004 Blackboardbold also called double struck isatyp eface in which certain lines of the symb ol usually vertical, or near-vertical lines are doubled. It is primarily used for upp er case letters, which usually describ e sets of numb ers. The name originated from the attempt to distinguish b old letters on black- b oards by double striking them. In this short do cument I try to demonstrate the common use of the black- A b oard b old font in mathematics and what you havetodoinLT X2 in order " E to generate these symb ols. 1 Accessing the blackb oard font The blackb oard font is delivered with A S-LaTeX distribution, which is part M A of the standard L T X2 distribution. " E The following is one the shortest p ossible do cument that uses the blackb oard b old font. \documentclass{article} \usepackage{amssymb} \begin{document} $\mathbb{A},\mathbb{B}, \mathbb{C}, \ldots$ \end{document} The output is then A ; B ; C ;::: It would have b een sucient to write \usepackage{amsfonts}.However, the amssymb package includes the amsfonts package. 1 2 The Symb ols Only upp er case letters exist in the blackb oard b old font. A B C D E F G H I J K L M N O P Q R S T U V W XYZ 3 Using the font Excessivechange of typ efaces, unrestrained creativityininventing new notation, will deter the reader. It is even worse to overload existing and familiar notation with idiosyncratic meaning. Here is a list of the common uses of the blackb oard b old font in mathematics. If p ossible, try not to deviate from this list. 1. Numb er theory often uses the set N of natural numb ers whichmayor may not include 0, and the ring Zof integers. It is also common to use P to denote the set of primes. We can write P N Z: 2. Fields in common use include Q the rational numb ers, R the real num- b ers, and C the complex plane, which ob ey the relation Z Q R: All the ab ove are in nite elds, also called elds of 0 characteristic. 3. An unsp eci ed eld is usually denoted by K. The notation F is usually reserved to nite elds. A nite eld of order n is usually denoted as F . n However, since for all p 2 P Zmo d p = F p p eople often use the notation Z for the nite eld of prime order p. p A nite eld is called a Galois eld and is completed de ned by its or- k der, whichmust b e a prime p ower. Therefore p eople often write GFp where p 2 P is the eld characteristic and k 2 N, k 1 instead of F k . p 4. The eld obtained by an algebraic closure of the rational numb ers is writ- Q or A .Wehave ten as either Q=A C: 5. There are several extensions of the complex eld, none of which is a eld. The quaternions H are a four dimensional set in whichmultiplication is non-commutative. The o ctonions H are a nonasso ciative extension of 2 the quaternions. The sedenions S are a 16-dimensional extension of the o ctonions. Thus, C H O S: 6. The unit disk in the complex plane is denoted by D . 7. The symbol B is used for denoting a ball, S is the sphere, while T often n denotes a torus. A sup erscript is used to denote the dimension. Thus, B is an n-dimensional ball. I like to de ne meaningful macro names for all mathematical symb ols I use. Table 1 lists the macros provided by the bbbold package for this purp ose. \FiniteField F \Algebraics A \Field K \ComplexPlane C \Booleans B \Quaternions H \Primes P \Octonions O \Naturals N \Sendenions S \Integers Z \UnitDisk D \Rationals Q \Ball B \Reals R \Sphere S \Algebraics A \Torus T Table 1: Macros provided by the bbbold package. 4 Alternatives There is an ever increasing need for mathematical notation. If you need a variation on capital letters, you maywant to consider the following alternatives. A Calligraphic letters L T X o ers a calligraphic style for upp er case letters. E This is obtained by the \mathcal command, as in $\mathcal{ABC}$ which pro duces AB C . Boldface letters To obtain characters mathematics, use the \mathbf com- mand, whichworks for b oth upp er and lower case letters. e.g., the input $\mathbf{a B}$ will pro duce aB. Boldface italics letters Command \boldsymbol, made available by the amssymb package, makes it p ossible to use the b oldface version of a symb ol, while keeping its slanted app earance. Thus, typing $\boldsymbol{A} \ne A \ne \mathbf{A}$ 3 you will see that A 6= A 6= A: Bold Greek If you, like others, do not think that the di erence b etween the ab ove three version of \A" is sucient to let them denote di erententities, you can still use \boldsymbol to generate a visually distinctiveversion of Greek letters. Consider the di erence b etween and ,between and , etc. It is even p ossible to generate b old face version of lower case Greek letters, suchas 6= and 6= . Sans Serif letters I like using these for prop er words. Thus, $t_\mathsf{QuickSort}$ will pro duce t : QuickSort Fraktur letters One of the nicest and relatively unknown options you have is to invoke the \mathfrak command to to generate Fraktur typ eface, available for b oth upp er case letters ABCDEFGHIJKLMNOPQRSTUVWXYZ; pro duced by \mathfrak{ABCDEFGHIJKLMNOPQRSTUVWXYZ} and lower case letters abcedefghijklmnopqrstuvwxyz pro duced by \mathfrak{abcedefghijklmnopqrstuvwxyz}. 4.
Recommended publications
  • Writing Mathematical Expressions in Plain Text – Examples and Cautions Copyright © 2009 Sally J
    Writing Mathematical Expressions in Plain Text – Examples and Cautions Copyright © 2009 Sally J. Keely. All Rights Reserved. Mathematical expressions can be typed online in a number of ways including plain text, ASCII codes, HTML tags, or using an equation editor (see Writing Mathematical Notation Online for overview). If the application in which you are working does not have an equation editor built in, then a common option is to write expressions horizontally in plain text. In doing so you have to format the expressions very carefully using appropriately placed parentheses and accurate notation. This document provides examples and important cautions for writing mathematical expressions in plain text. Section 1. How to Write Exponents Just as on a graphing calculator, when writing in plain text the caret key ^ (above the 6 on a qwerty keyboard) means that an exponent follows. For example x2 would be written as x^2. Example 1a. 4xy23 would be written as 4 x^2 y^3 or with the multiplication mark as 4*x^2*y^3. Example 1b. With more than one item in the exponent you must enclose the entire exponent in parentheses to indicate exactly what is in the power. x2n must be written as x^(2n) and NOT as x^2n. Writing x^2n means xn2 . Example 1c. When using the quotient rule of exponents you often have to perform subtraction within an exponent. In such cases you must enclose the entire exponent in parentheses to indicate exactly what is in the power. x5 The middle step of ==xx52− 3 must be written as x^(5-2) and NOT as x^5-2 which means x5 − 2 .
    [Show full text]
  • BOONDOX Math Alphabets
    BOONDOX math alphabets Michael Sharpe msharpe at ucsd dot edu The BOONDOX fonts are PostScript versions of subsets of the STIX fonts corresponding to regular and bold weights of three alphabets—calligraphic, fraktur and double struck, aka blackboard bold. Support files are provided so that they can be called up from LATEX math mode using the commands \mathcal, \mathbcal, \mathfrak, \mathbfrak, \mathbb and \mathbbb. The font family name derives from the fact that, at least in the US, the phrase “in the boondox” implies “in the stix.” The base PostScript fonts were constructed from STIXGeneral.otf and STIXGeneralBol.otf using a FontForge script, resulting in zxxrl8a.pfb % BOONDOXDoubleStruck-Regular zxxbl8a.pfb % BOONDOXDoubleStruck-Bold zxxrw8a.pfb % BOONDOXCalligraphic-Regular zxxbw8a.pfb % BOONDOXCalligraphic-Bold zxxrf8a.pfb % BOONDOXFraktur-Regular zxxbf8a.pfb % BOONDOXFraktur-Bold together with the corresponding .afm files. (The names are almost Berry conformant: the initial z warns that they break the rules, and the font id xx is completely unblessed by any authority. The remaining parts are nearly OK, except that the font lack many glyphs normally in 8a encoding, but all glyphs are in the correct slots.) Using afm2tfm, the afm files were transformed to raw tfm files (kern information discarded) zxxrl7z.tfm zxxbl7z.tfm zxxrw7z.tfm zxxbw7z.tfm zxxrf7z.tfm zxxbf7z.tfm zxxrow7z.tfm % same as zxxrw7z, less oblique zxxbow7z.tfm % same as zxxbw7z, less oblique which serve as the basis for further virtual math fonts. Finally, using FontForge scripts and manual adjustments to the metrics to suit my personal taste, produces (no pretense of using Berry names): 1 BOONDOX-r-cal.tfm BOONDOX-b-cal.tfm BOONDOX-r-calo.tfm BOONDOX-b-calo.tfm BOONDOX-r-frak.tfm BOONDOX-b-frak.tfm BOONDOX-r-ds.tfm BOONDOX-b-ds.tfm and the corresponding .vf files.
    [Show full text]
  • Declaration of Independence Font Style
    Declaration Of Independence Font Style Heliocentric and implanted Jeremiah prize her duteousness cannonades while Tabor numerate some Davy tonally. How integrant is Juergen when natatory and denticulate Xenos balk some inmate? Outsize and unmeant Shimon spottings fundamentally and synthesise his loungers ghastfully and aguishly. Headings should be closer to the text they introduce than the text that preceeds them. Son foundry was divided among his heirs. HTML hyperlinks are automatically converted. Need help finding the right font for your brand? Prince currently defaults to the RGB color space. Characters are in this declaration independence calligraphy font was the lanston caslon. Mulberry comes as a group of six fonts that cover a whole array of different styles and ligatures. By signing up for this email, you are agreeing to news, offers, and information from Encyclopaedia Britannica. Now check your email to confirm your subscription. Research on font trustworthiness: Baskerville vs. Files included in attentions to hear from the depository of? Writers used both cursive styles: location, contents and context of the text determined which style to use. In general, although some of the shapes of individual characters are different, the biggest variation is in line spacing and character size. Some fonts give off assertiveness. The Declaration of Independence in its popular calligraphic form, with signatures. Should this be of importance, use the second approach instead. There are several bibles that are set with Lexicon as well. Garamond will undoubtedly fit the bill. However, it will be tricky to support nested styles this way. Who are your people, and how do you want to talk to them? QUILTSportraits of famous African Americans as a way to document and commemorate their achievements.
    [Show full text]
  • 19. Punctuation
    punctuation 19. Punctuation Punctuation is important because it helps achieve clarity and readability . ’ Apostrophes Use • before the “s” in singular possessives: The prime minister’s suggestion was considered. • after the “s” in plural possessives: The ministers’ decision was unanimous. Do not use • in plural dates and abbreviations: 1930s, NGOs • in the possessive pronoun “its”: The government characterised its budget as prudent. See also: Capitalisation, pp. 66-68. : Colons Use • to lead into a list, an explanation or elaboration, an indented quotation • to mark the break between a title and subtitle: Social Sciences for a Digital World: Building Infrastructure for the Future (book) Trends in transport to 2050: A macroscopic view (chapter) Do not use • more than once in a given sentence • a space before colons and semicolons. 90 oecd style guide - third edition @oecd 2015 punctuation , Commas Use • to separate items in most lists (except as indicated under semicolons) • to set off a non-restrictive relative clause or other element that is not part of the main sentence: Mr Smith, the first chairperson of the committee, recommended a fully independent watchdog. • commas in pairs; be sure not to forget the second one • before a conjunction introducing an independent clause: It is one thing to know a gene’s chemical structure, but it is quite another to understand its actual function. • between adjectives if each modifies the noun alone and if you could insert the word “and”: The committee recommended swift, extensive changes. Do not use • after “i.e.” or “e.g.” • before parentheses • preceding and following en-dashes • before “and”, at the end of a sequence of items, unless one of the items includes another “and”: The doctor suggested an aspirin, half a grapefruit and a cup of broth.
    [Show full text]
  • The Recent Trademarking of Pi: a Troubling Precedent
    The recent trademarking of Pi: a troubling precedent Jonathan M. Borwein∗ David H. Baileyy July 15, 2014 1 Background Intellectual property law is complex and varies from jurisdiction to jurisdiction, but, roughly speaking, creative works can be copyrighted, while inventions and processes can be patented, and brand names thence protected. In each case the intention is to protect the value of the owner's work or possession. For the most part mathematics is excluded by the Berne convention [1] of the World Intellectual Property Organization WIPO [12]. An unusual exception was the successful patenting of Gray codes in 1953 [3]. More usual was the carefully timed Pi Day 2012 dismissal [6] by a US judge of a copyright infringement suit regarding π, since \Pi is a non-copyrightable fact." We mathematicians have largely ignored patents and, to the degree we care at all, have been more concerned about copyright as described in the work of the International Mathematical Union's Committee on Electronic Information and Communication (CEIC) [2].1 But, as the following story indicates, it may now be time for mathematicians to start paying attention to patenting. 2 Pi period (π:) In January 2014, the U.S. Patent and Trademark Office granted Brooklyn artist Paul Ingrisano a trademark on his design \consisting of the Greek letter Pi, followed by a period." It should be noted here that there is nothing stylistic or in any way particular in Ingrisano's trademark | it is simply a standard Greek π letter, followed by a period. That's it | π period. No one doubts the enormous value of Apple's partly-eaten apple or the MacDonald's arch.
    [Show full text]
  • Fundamentals of Mathematics Lecture 3: Mathematical Notation Guan-Shieng Fundamentals of Mathematics Huang Lecture 3: Mathematical Notation References
    Fundamentals of Mathematics Lecture 3: Mathematical Notation Guan-Shieng Fundamentals of Mathematics Huang Lecture 3: Mathematical Notation References Guan-Shieng Huang National Chi Nan University, Taiwan Spring, 2008 1 / 22 Greek Letters I Fundamentals of Mathematics 1 A, α, Alpha Lecture 3: Mathematical 2 B, β, Beta Notation Guan-Shieng 3 Γ, γ, Gamma Huang 4 ∆, δ, Delta References 5 E, , Epsilon 6 Z, ζ, Zeta 7 H, η, Eta 8 Θ, θ, Theta 9 I , ι, Iota 10 K, κ, Kappa 11 Λ, λ, Lambda 12 M, µ, Mu 2 / 22 Greek Letters II Fundamentals 13 of N, ν, Nu Mathematics Lecture 3: 14 Ξ, ξ, Xi Mathematical Notation 15 O, o, Omicron Guan-Shieng Huang 16 Π, π, Pi References 17 P, ρ, Rho 18 Σ, σ, Sigma 19 T , τ, Tau 20 Υ, υ, Upsilon 21 Φ, φ, Phi 22 X , χ, Chi 23 Ψ, ψ, Psi 24 Ω, ω, Omega 3 / 22 Logic I Fundamentals of • Conjunction: p ∧ q, p · q, p&q (p and q) Mathematics Lecture 3: Mathematical • Disjunction: p ∨ q, p + q, p|q (p or q) Notation • Conditional: p → q, p ⇒ q, p ⊃ q (p implies q) Guan-Shieng Huang • Biconditional: p ↔ q, p ⇔ q (p if and only if q) References • Exclusive-or: p ⊕ q, p + q • Universal quantifier: ∀ (for all) • Existential quantifier: ∃ (there is, there exists) • Unique existential quantifier: ∃! 4 / 22 Logic II Fundamentals of Mathematics Lecture 3: Mathematical Notation Guan-Shieng • p → q ≡ ¬p ∨ q Huang • ¬(p ∨ q) ≡ ¬p ∧ ¬q, ¬(p ∧ q) ≡ ¬p ∨ ¬q References • ¬∀x P(x) ≡ ∃x ¬P(x), ¬∃x P(x) ≡ ∀x ¬P(x) • ∀x ∃y P(x, y) 6≡ ∃y ∀x P(x, y) in general • p ⊕ q ≡ (p ∧ ¬q) ∨ (¬p ∧ q) 5 / 22 Set Theory I Fundamentals of Mathematics • Empty set: ∅, {} Lecture 3: Mathematical • roster: S = {a , a ,..., a } Notation 1 2 n Guan-Shieng defining predicate: S = {x| P(x)} where P is a predicate Huang recursive description References • N: natural numbers Z: integers R: real numbers C: complex numbers • Two sets A and B are equal if x ∈ A ⇔ x ∈ B.
    [Show full text]
  • Table of Mathematical Symbols = ≠ <> != < > ≪ ≫ ≤ <=
    Table of mathematical symbols - Wikipedia, the free encyclopedia Página 1 de 13 Table of mathematical symbols From Wikipedia, the free encyclopedia For the HTML codes of mathematical symbols see mathematical HTML. Note: This article contains special characters. The following table lists many specialized symbols commonly used in mathematics. Basic mathematical symbols Name Symbol Read as Explanation Examples Category equality x = y means x and y is equal to; represent the same 1 + 1 = 2 = equals thing or value. everywhere ≠ inequation x ≠ y means that x and y do not represent the same thing or value. is not equal to; 1 ≠ 2 does not equal (The symbols != and <> <> are primarily from computer science. They are avoided in != everywhere mathematical texts. ) < strict inequality x < y means x is less than y. > is less than, is x > y means x is greater 3 < 4 greater than, is than y. 5 > 4. much less than, is much greater x ≪ y means x is much 0.003 ≪ 1000000 ≪ than less than y. x ≫ y means x is much greater than y. ≫ order theory inequality x ≤ y means x is less than or equal to y. ≤ x ≥ y means x is <= is less than or greater than or equal to http://en.wikipedia.org/wiki/Table_of_mathematical_symbols 16/05/2007 Table of mathematical symbols - Wikipedia, the free encyclopedia Página 2 de 13 equal to, is y. greater than or The symbols and equal to ( <= 3 ≤ 4 and 5 ≤ 5 ≥ >= are primarily from 5 ≥ 4 and 5 ≥ 5 computer science. They >= order theory are avoided in mathematical texts.
    [Show full text]
  • Mathematical Symbol Recognition with Support Vector Machines
    Mathematical Symbol Recognition with Support Vector Machines Christopher Malon a,∗, Seiichi Uchida b, Masakazu Suzuki a a Faculty of Mathematics, Kyushu University Hakozaki 6–10–1, Higashi-ku, Fukuoka, 812–8581 Japan b Faculty of Information Science and Electrical Engineering, Kyushu University Motooka 744, Nishi-ku, Fukuoka, 819–0395 Japan Abstract Single–character recognition of mathematical symbols poses challenges from its two- dimensional pattern, the variety of similar symbols that must be recognized dis- tinctly, the imbalance and paucity of training data available, and the impossibility of final verification through spell check. We investigate the use of support vector machines to improve the classification of InftyReader, a free system for the OCR of mathematical documents. First, we compare the performance of SVM kernels and feature definitions on pairs of letters that InftyReader usually confuses. Second, we describe a successful approach to multi–class classification with SVM, utilizing the ranking of alternatives within InftyReader’s confusion clusters. The inclusion of our technique in InftyReader reduces its misrecognition rate by 41%. Key words: Support vector machine; OCR; Mathematical document; Mathematical symbol recognition Preprint submitted to Elsevier 24 January 2008 1 Introduction Mathematics is the universal language of scientific literature, but a computer may find it easier to read the human language in which surrounding text is written. The failure of conventional OCR systems to treat mathematics has several consequences: • Readers of mathematical documents cannot automatically search for earlier occurences of a variable or operator, in tracing the notation and definitions used by a journal article. • The appearance of mathematics on the same line as text often confounds OCR treatment of surrounding words.
    [Show full text]
  • Outline of Mathematics
    Outline of mathematics The following outline is provided as an overview of and 1.2.2 Reference databases topical guide to mathematics: • Mathematical Reviews – journal and online database Mathematics is a field of study that investigates topics published by the American Mathematical Society such as number, space, structure, and change. For more (AMS) that contains brief synopses (and occasion- on the relationship between mathematics and science, re- ally evaluations) of many articles in mathematics, fer to the article on science. statistics and theoretical computer science. • Zentralblatt MATH – service providing reviews and 1 Nature of mathematics abstracts for articles in pure and applied mathemat- ics, published by Springer Science+Business Media. • Definitions of mathematics – Mathematics has no It is a major international reviewing service which generally accepted definition. Different schools of covers the entire field of mathematics. It uses the thought, particularly in philosophy, have put forth Mathematics Subject Classification codes for orga- radically different definitions, all of which are con- nizing their reviews by topic. troversial. • Philosophy of mathematics – its aim is to provide an account of the nature and methodology of math- 2 Subjects ematics and to understand the place of mathematics in people’s lives. 2.1 Quantity Quantity – 1.1 Mathematics is • an academic discipline – branch of knowledge that • Arithmetic – is taught at all levels of education and researched • Natural numbers – typically at the college or university level. Disci- plines are defined (in part), and recognized by the • Integers – academic journals in which research is published, and the learned societies and academic departments • Rational numbers – or faculties to which their practitioners belong.
    [Show full text]
  • UEB Guidelines for Technical Material
    Guidelines for Technical Material Unified English Braille Guidelines for Technical Material This version updated October 2008 ii Last updated October 2008 iii About this Document This document has been produced by the Maths Focus Group, a subgroup of the UEB Rules Committee within the International Council on English Braille (ICEB). At the ICEB General Assembly in April 2008 it was agreed that the document should be released for use internationally, and that feedback should be gathered with a view to a producing a new edition prior to the 2012 General Assembly. The purpose of this document is to give transcribers enough information and examples to produce Maths, Science and Computer notation in Unified English Braille. This document is available in the following file formats: pdf, doc or brf. These files can be sourced through the ICEB representatives on your local Braille Authorities. Please send feedback on this document to ICEB, again through the Braille Authority in your own country. Last updated October 2008 iv Guidelines for Technical Material 1 General Principles..............................................................................................1 1.1 Spacing .......................................................................................................1 1.2 Underlying rules for numbers and letters.....................................................2 1.3 Print Symbols ..............................................................................................3 1.4 Format.........................................................................................................3
    [Show full text]
  • GUST E-Foundry Workbench
    OTF math fonts GUST e-foundry’s workbench Breskens, The Netherlands, 8–12X2012 Bogusław Jackowski WARNING Describing the whole process of an OTF math font creation in details would be as dull as ditchwater. © 2010–2012 *Chibi-Liam Breskens, 8–12X2012 B. Jackowski GUST e-foundry workbench... WARNING Describing the whole process of an OTF math font creation in details would be as dull as ditchwater. Therefore, I’ll give just a few less or more representative examples in hope that it will sufficiently illustrate the TEXnique we apply in the GUST e-foundry. © 2010–2012 *Chibi-Liam Breskens, 8–12X2012 B. Jackowski GUST e-foundry workbench... OTF Math font structure According to “Unicode Support for Mathematics” (Draft Unicode Technical Report #25, by Barbara Beeton, Asmus Freytag, and Murray Sargent III) and a confidential Microsoft® document “The MATH table and OpenType Features for Math Processing”, an OTF math font should contain: Breskens, 8–12X2012 B. Jackowski GUST e-foundry workbench... OTF Math font structure According to “Unicode Support for Mathematics” (Draft Unicode Technical Report #25, by Barbara Beeton, Asmus Freytag, and Murray Sargent III) and a confidential Microsoft® document “The MATH table and OpenType Features for Math Processing”, an OTF math font should contain: glyphs falling into several groups of different kind: alphabetic glyphs, subdivided further into various type of alphabets – sans serif, calligraphic, double struck (aka blackboard bold), fraktur, and... typewriter (monospace), some of them including Greek letters
    [Show full text]
  • Not-So-Frequently Asked Questions for LATEX
    Not-So-Frequently Asked Questions for LATEX Miles 2010 This document addresses more esoteric issues in LATEX that have nonethe- less actually arisen with the author. We hope that somebody will find it useful! • Why is LATEX telling me that a command I use is undefined? Answer. Make sure that you're using the amsmath package. This is included in rsipacks.sty (so it will automatically be included in your RSI paper and minipaper). To include it in other documents, put \usepackage{amsmath} in your preamble, before \begin{document}. Just to be safe, throw in amssymb and amsthm as well (so that you have all the fonts and symbols you would expect, and so that you can define theorems environments). If the command is a standard one, be sure that you spelled it correctly. If it's a command you defined (or thought you did), make sure that you really defined it. • How do I get script letters, like L , H , F , and G ? Answer. You need the mathrsfs package, so put \usepackage{mathrsfs} in your preamble. Then you can use the font name mathscr to get the desired font in math mode. For example, \mathscr{L} yields L . • How do I typeset a series of displayed equations so that the equals signs line up? Answer. First, you need the amsmath package (see above). Once you have that, you use the align* environment, like this : \begin{align*} math &= more math \\ &= more math \\ 1 other math &\le different math \\ &= yet more math \end{align*} This will produce something like n i X X X f(i; j) = f(i; j) i=1 j=1 1≤j≤i≤n n n X X = f(i; j); j=1 i=j 1 + 1 + 1 = 2 + 1 = 3: You can replace the equals signs with whatever other appropriate sym- bol you like (≤, ≥, ≡, =∼, ⊂, etc.).
    [Show full text]