Jump to content

Bourbaki dangerous bend symbol: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
ref
EL
Line 13: Line 13:


==Typography==
==Typography==
In the [[LaTeX]] typesetting system, the dangerous bend symbol can be written as:<ref>Frank Mittelbach, Michel Goossens, Johannes Braams, David Carlisle, Chris Rowley, Christine Detig, and Joachim Schrod (2004), ''The LaTeX Companion'', [http://www.latex-project.org/guides/tlc2-ch3.pdf Chapter 3: Basic Formatting Tools], Addison-Wesley.</ref> <pre>\begin{danger} ... \end{danger}
In the [[LaTeX]] typesetting system (version 3), the dangerous bend symbol can be written as:<ref>Frank Mittelbach, Michel Goossens, Johannes Braams, David Carlisle, Chris Rowley, Christine Detig, and Joachim Schrod (2004), ''The LaTeX Companion'', [http://www.latex-project.org/guides/tlc2-ch3.pdf Chapter 3: Basic Formatting Tools], Addison-Wesley.</ref> <pre>\begin{danger} ... \end{danger}
\begin{ddanger} ... \end{ddanger}.</pre> This requires LaTeX3. [http://texnicalstuff.blogspot.com/2009/08/latex-macros.html].
\begin{ddanger} ... \end{ddanger}.</pre>


==References==
==References==
Line 24: Line 24:
==External links==
==External links==
*[http://www.truetex.com/db.htm Knuth's use of the dangerous bend sign. Public domain GIF files.]
*[http://www.truetex.com/db.htm Knuth's use of the dangerous bend sign. Public domain GIF files.]
*[http://texnicalstuff.blogspot.com/2009/08/latex-macros.html Style file to duplicate LaTeX3 "danger" macro, based on Knuth's book.]


[[Category:Mathematical symbols]]
[[Category:Mathematical symbols]]

Revision as of 06:17, 4 September 2011

Certains passages sont destinés à prémunir le lecteur contre des erreurs graves, où il risquerait de tomber; ces passages sont signalés en marge par le signe ☡ («tournant dangereux»)

Some passages are designed to guard the reader against serious errors, where he risks falling; these passages are signposted in the margin by the sign ☡ ("dangerous bend")

Nicholas Bourbaki's description of the symbol in several textbooks[1]

Knuth's "Dangerous Bend" sign

The dangerous bend symbol ☡ (unicode number x02621) was created by the Nicolas Bourbaki group of mathematicians and appears in the margins of mathematics books written by the group. It resembles a road sign that indicates a "dangerous bend" in the road ahead, and is used to mark passages tricky on a first reading or with an especially difficult argument. Others, including computer scientist Donald Knuth, used variations of the symbol in their textbooks.

Typography

In the LaTeX typesetting system (version 3), the dangerous bend symbol can be written as:[2]

\begin{danger} ... \end{danger}
\begin{ddanger} ... \end{ddanger}.

References

  1. ^ See, for example, Théorie des ensembles, p. I-8.
  2. ^ Frank Mittelbach, Michel Goossens, Johannes Braams, David Carlisle, Chris Rowley, Christine Detig, and Joachim Schrod (2004), The LaTeX Companion, Chapter 3: Basic Formatting Tools, Addison-Wesley.

See also

External links