Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21e3ce3d89826b9

Jump to content

Template:Mathcal/doc

From Wikipedia, the free encyclopedia

The Mathcal template is intended to simulate a calligraphic font for use in mathematical formulas using standard HTML. Use this template as an alternative to \mathcal{...} in LaTeX markup (see Help:Displaying a formula).

Usage

[edit]

Use this template to wrap an inline formula with a calligraphic font in wikitext. Example:

{{mathcal|AaBbCcDdEe 0123456789}}

produces: AaBbCcDdEe 0123456789.

The template attempts to use any calligraphic font that may be installed on several operating systems, either as default or as part of an office package. The fonts called are: Lucida Calligraphy, Monotype Corsiva, URW Chancery L, Apple Chancery, and Tex Gyre Chorus. Failing all these, the generic font families cursive and serif are used.

Use of equals-sign

[edit]

The template is meant to be used with alphabetic text, typically one or a few capital letters. If the body contains an exposed equals-sign ("="), it will fail to render. For example, the following template use produces no result:

{{mathcal|P=NP}}.

There are two ways to resolve this.

Method 1: Start the body with "1=", as in:

{{mathcal|1=P=NP}},

which produces: P=NP.

Method 2: Enclose the equals-sign in double-braces "{{=}}", as in:

{{mathcal|P{{=}}NP}},

which produces: P=NP.

See also

[edit]