Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r86231 - sandbox/guild/mylibrary/libs/mylibrary/doc
From: pbristow_at_[hidden]
Date: 2013-10-10 11:46:32


Author: pbristow
Date: 2013-10-10 11:46:32 EDT (Thu, 10 Oct 2013)
New Revision: 86231
URL: http://svn.boost.org/trac/boost/changeset/86231

Log:
Added defs and template for center aligned crosses and ticks.

Text files modified:
   sandbox/guild/mylibrary/libs/mylibrary/doc/html4_symbols.qbk | 101 ++++++++++++++++++++++++++++++++++++---
   1 files changed, 93 insertions(+), 8 deletions(-)

Modified: sandbox/guild/mylibrary/libs/mylibrary/doc/html4_symbols.qbk
==============================================================================
--- sandbox/guild/mylibrary/libs/mylibrary/doc/html4_symbols.qbk Thu Oct 10 11:43:31 2013 (r86230)
+++ sandbox/guild/mylibrary/libs/mylibrary/doc/html4_symbols.qbk 2013-10-10 11:46:32 EDT (Thu, 10 Oct 2013) (r86231)
@@ -1,17 +1,23 @@
-[/ Symbols and Greek letters (about 120) from HTML4 ]
+[/ Symbols and Greek letters (about 120) from HTML4.]
 [/ File HTML4_symbols.qbk]
 [/ See http://www.htmlhelp.com/reference/html40/entities/symbols.html]
+[/ See also http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references]
 [/ http://www.alanwood.net/demos/ent4_frame.html]
-[/ All (except 2 angle brackets) show OK on Firefox 2.0]
+[/ http://www.unicode.org/charts/PDF/U2200.pdf and others]
+[/ All (except 2 angle brackets) show OK on Firefox 2.0 and higher]
 
 [/ See also Latin-1 aka Western (ISO-8859-1) in latin1_symbols.qbk]
 [/ http://www.htmlhelp.com/reference/html40/entities/latin1.html]
+[/Unicode Latin extended http://www.unicode.org/charts/U0080.pdf]
 
-[/ Also some miscellaneous math charaters added to this list - see the end.]
+[/ Also some miscellaneous math characters added to this list - see the end.]
+[/ For others see also math_symbols.qbk]
 
-[/ To use, enclose the template name in square brackets.]
+[/ To use this file preceed use by [import math_symbols.qbk] ]
+[/ To use, enclose the template name in square brackets, for example: [pi] ]
 
 [template fnof[]'''ƒ'''] [/ ƒ Latin small f with hook = function = florin]
+[/ Capital Greek start with capital letter, lower case all small.]
 [template Alpha[]'''Α'''] [/ ? Greek capital letter alpha]
 [template Beta[]'''Β'''] [/ ? Greek capital letter beta]
 [template Gamma[]'''Γ'''] [/ G Greek capital letter gamma]
@@ -64,6 +70,7 @@
 [template thetasym[]'''ϑ'''] [/ ? Greek small letter theta symbol]
 [template upsih[]'''ϒ'''] [/ ? Greek upsilon with hook symbol]
 [template piv[]'''ϖ'''] [/ ? Greek pi symbol]
+
 [template bull[]'''•'''] [/ • bullet = black small circle]
 [template hellip[]'''…'''] [/ … horizontal ellipsis = three dot leader]
 [template prime[]'''′'''] [/ ' prime = minutes = feet]
@@ -72,7 +79,8 @@
 [template frasl[]'''⁄'''] [/ / fraction slash]
 [template weierp[]'''℘'''] [/ P script capital P = power set = Weierstrass p]
 [template image[]'''ℑ'''] [/ I blackletter capital I = imaginary part]
-[template real[]'''ℜ'''] [/ R blackletter capital R = real part symbol]
+[template real[]'''ℜ'''] [/ R blackletter capital R = real part math symbol]
+[template negative[]'''ℕ'''] [/ N blackletter capital N = Negative number math symbol]
 [template trade[]'''™'''] [/ ™ trade mark sign]
 [template alefsym[]'''ℵ'''] [/ ? alef symbol = first transfinite cardinal]
 [template larr[]'''←'''] [/ ? leftwards arrow]
@@ -110,6 +118,7 @@
 [template there4[]'''∴'''] [/ ? therefore]
 [template sim[]'''∼'''] [/ ~ tilde operator = varies with = similar to]
 [template cong[]'''≅'''] [/ ? approximately equal to]
+[template approx[]'''≈'''] [/ ? ~~ very approximately equal to]
 [template asymp[]'''≈'''] [/ ˜ almost equal to = asymptotic to]
 [template ne[]'''≠'''] [/ ? not equal to]
 [template equiv[]'''≡'''] [/ = identical to]
@@ -135,13 +144,89 @@
 [template clubs[]'''♣'''] [/ ? black club suit = shamrock]
 [template hearts[]'''♥'''] [/ ? black heart suit = valentine]
 [template diams[]'''♦'''] [/ ? black diamond suit]
+[template euro[]'''€'''] [/ ? Euro currency symbol]
+[template lchev[]'''⟨'''] [/ ? left chevron]
+[template rchev[]'''⟩'''] [/ right chevron]
+[template rflat[]'''⟮'''] [/ right flat bracket Misc Math Symbol A]
+[template lflat[]'''⟮'''] [/ left flat bracket]
+[/ U2000.pdf punctuation]
+[template endash[]'''–'''] [/ em width dash]
+[template emdash[]'''—'''] [/ en width dash]
+[template hbar[]'''―'''] [/ ? horizontal bar - introducing quoted text]
+[template vert2bar[]'''‖'''] [/ ? double vertical bar]
+[template line2[]'''‖'''] [/ ? double low line bar]
+[template dagger[]'''†'''] [/ ? dagger]
+[template dagger2[]'''‡'''] [/ ? double dagger]
+[template dot[]'''․'''] [/ dot leader]
+[template dot2[]'''‥'''] [/ ? dots leader]
+[template ellipsis[]'''…'''] [/ horizontal ellipsis]
+[template sect[]'''§'''] [/ ? section or paragraph sign]
+
+[template dotover[]'''̇'''] [/ dot over symbol]
+[template recur[]''' ̇'''] [/ math recurring symbol, eg after 0.333]
+[/ Note use of a thin space before digit, so that dot isn't placed directly over the digit.]
+[/ Use:1[recur]]
 
 [/ Other symbols, not in the HTML4 list:]
-[template space[]''' ''']
+[template enquad[] ''' '''] [/ en quad space]
+[template emquad[] ''' '''] [/ em quad space]
+[template enspace[] ''' '''] [/ em half en space]
+[template emspace[] ''' '''] [/ em space type size in points]
+[template thickspace[] ''' '''] [/ 3 per em space]
+[template midspace[] ''' '''] [/ 4 per em space]
+[template sixemspace[] ''' '''] [/ 6 em space]
+[template figspace[] ''' '''] [/ space = width fixed font digit]
+[template punctspace[] ''' '''] [/ space = width punctuation]
+[template thin[] ''' '''] [/ thin space ]
+[template hair[] ''' '''] [/ hair space]
+[template nbsp[] ''' '''] [/ non-breaking space]
+[template space[] ''' '''] [/ plain non-breaking space]
+
+[template nospace[] '''​'''] [/ zero width space]
+[template wordjoin[] '''⁠'''] [/ word joiner - no line break either side]
+[template narrownbsp[] ''' '''] [/ narrow non-breaking space]
+[template hyphen[] '''‐'''] [/ soft hyphen]
+[template nbhyphen[] '''‑'''] [/ non-breaking hyphen]
+
 [template plusminus[]'''±'''] [/ ? plus or minus sign]
+[template sqrt[]'''√'''] [/ ? square root sqrt symbol]
+[/template pow2[]'''⁳'''] [/ 2073 is NOT superscript 2 and 3 characters]
+[template pow2[]'''²'''] [/ superscript 2 character]
+[template pow3[]'''³'''] [/ superscript 3 character]
+[/ Unicode 2070 to 209F has super and subscript digits and characters, unicode.org/charts/PDF/U2070.pdf]
+[template pow4[]'''⁴'''] [/ superscript 4 character]
+[template pown[]'''ⁿ'''] [/ superscript n character]
+[template frac12[]'''½'''] [/ fraction half]
+[template frac13[]'''⅓'''] [/ fraction third]
+[template frac14[]'''¼'''] [/ fraction quarter]
+[template frac34[]'''¾'''] [/ fraction three quarter]
+[template frac23[]'''⅔'''] [/ fraction two third]
+[template sup1[]'''¹'''] [/ superscript one = superscript digit one ]
+[template sup2[]'''²'''] [/ superscript two = superscript digit two = squared ]
+[template supminus[]'''⁻'''] [/ superscript minus]
+[template supplus[]'''⁺'''] [/ superscript plus]
+
+[template cubed[]'''³'''] [/ superscript three = superscript digit three = cubed ]
+[template macron[]'''¯'''] [/ macron = spacing macron = overline = APL overbar ]
+[template deg[]'''°'''] [/ degree sign ]
+[template plusmn[]'''±'''] [/ plus-minus sign = plus-or-minus sign ]
+[template micro[]'''µ'''] [/ micro sign ]
+[template cedil[]'''¸'''] [/ cedilla = spacing cedilla ]
+[template ordm[]'''º'''] [/ masculine ordinal indicator ]
+[template ordf[]'''ª'''] [/ feminine ordinal indicator ]
+[template laquo[]'''«'''] [/ left-pointing double angle quotation mark = left pointing guillemet ]
+[template raquo[]'''»'''] [/ right-pointing double angle quotation mark = right pointing guillemet ]
+
+[/ Note that these are NOT aligncentered,]
+[/ you can use the __tick, __cross __star definitions in tables.]
+[/ or you can [role aligncenter [star]] ]
+
+[template tick[] [role green '''✔'''] ] [/ green tick]
+[template cross[] [role red \u2718] ] [/ u2718 is a heavy red cross]
+[template star[] [role magenta \u2736] ] [/ 6-point magenta star]
 
-[/
-Copyright 2007 Paul A. Bristow.
+[/
+Copyright 2007, 2010, 2012 Paul A. Bristow.
 Distributed under the Boost Software License, Version 1.0.
 (See accompanying file LICENSE_1_0.txt or copy at
 http://www.boost.org/LICENSE_1_0.txt).


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk