Docutils | Overview | About | Users | Reference | Developers

LaTeX syntax for mathematics

Abstract

Docutils supports mathematical content with a "math" directive and role. The input format is LaTeX math syntax[1] with support for literal Unicode symbols.

1 Inline formulas and displayed equations

The math role can be used for inline mathematical expressions: :math:`\psi(r) = \exp(-2r)` will produce ψ ( r ) = exp ( 2 r ) . Inside the backtics you can write anything you would write between dollar signs in a LaTeX document. [1]

The math directive is used for displayed equations. It corresponds to an equation* or align* environment in a LaTeX document. If you write:

.. math:: \psi(r) = e^{-2r}

you will get:

ψ ( r ) = e 2 r

A more complex example is the definition of the Fourier transform:

.. math::
   :name: Fourier transform

   (\mathcal{F}f)(y)
    = \frac{1}{\sqrt{2\pi}^{\ n}}
      \int_{\mathbb{R}^n} f(x)\,
      e^{-\mathrm{i} y \cdot x} \,\mathrm{d} x.

which is rendered as:

( F f ) ( y ) = 1 2 π n R n f ( x ) e i y x d x .

The :name: option puts a label on the equation that can be linked to by hyperlink references.

Displayed equations can use \\ and & for line shifts and alignments:

.. math::

 a &= (x + y)^2         &  b &= (x - y)^2 \\
   &= x^2 + 2xy + y^2   &    &= x^2 - 2xy + y^2

LaTeX output will wrap it in an align* environment. The result is:

a = ( x + y ) 2 b = ( x y ) 2 = x 2 + 2 x y + y 2 = x 2 2 x y + y 2

2 Mathematical symbols

The following tables are adapted from the first edition of "The LaTeX Companion" (Goossens, Mittelbach, Samarin) and the AMS Short Math Guide.

2.1 Accents and embellishments

The "narrow" accents are intended for a single-letter base.

x ´

\acute{x}

t ˙

\dot{t}

x ˆ

\hat{x}

v ˉ

\bar{v}

t ¨

\ddot{t}

x ˚

\mathring{x}

x ˘

\breve{x}

t

\dddot{t}

n ˜

\tilde{n}

x ˇ

\check{x}

x `

\grave{x}

x

\vec{x}

When adding an accent to an i or j in math, dotless variants can be obtained with \imath and \jmath: ı ˆ , ȷ .

For embellishments that span multiple symbols, use:

g b i ~

\widetilde{gbi}

g b i ^

\widehat{gbi}

g b i _

\overline{gbi}

g b i _

\underline{gbi}

g b i

\overbrace{gbi}

g b i

\underbrace{gbi}

g b i

\overleftarrow{gbi}

g b i

\underleftarrow{gbi}

g b i

\overrightarrow{gbi}

g b i

\underrightarrow{gbi}

g b i

\overleftrightarrow{gbi}

g b i

\underleftrightarrow{gbi}

2.2 Binary operators

*

*

\circledast

\ominus

+

+

\circledcirc

\oplus

-

\circleddash

\oslash

:

\cup

\otimes

\Cap

\curlyvee

±

\pm

\Cup

\curlywedge

\rightthreetimes

⨿

\amalg

\dagger

\rtimes

\ast

\ddagger

\setminus

\bigcirc

\diamond

\smallsetminus

\bigtriangledown

÷

\div

\sqcap

\bigtriangleup

\divideontimes

\sqcup

\boxdot

\dotplus

\star

\boxminus

\doublebarwedge

×

\times

\boxplus

\gtrdot

\triangleleft

\boxtimes

\intercal

\triangleright

\bullet

\leftthreetimes

\uplus

\cap

\lessdot

\vee

\cdot

\ltimes

\veebar

\centerdot

\mp

\wedge

\circ

\odot

\wr

2.3 Extensible delimiters

Unless you indicate otherwise, delimiters in math formulas remain at the standard size regardless of the height of the enclosed material. To get adaptable sizes, use \left and \right prefixes, for example g ( A , B , Y ) = f ( A , B , X = h [ X ] ( Y ) ) or

a n = ( 1 2 ) n

Use . for "empty" delimiters:

A = 1 1 n | n = 0

See also the commands for fixed delimiter sizes below.

The following symbols extend when used with \left and \right:

2.3.1 Pairing delimiters

( )

( )

\langle \rangle

[ ]

[ ]

\lceil \rceil

{ }

\{ \}

\lfloor \rfloor

| |

\lvert \rvert

\lgroup \rgroup

\lVert \rVert

\lmoustache \rmoustache

2.3.2 Nonpairing delimiters

|

|

|

\vert

\arrowvert

\|

\Vert

\Arrowvert

/

/

\

\backslash

\bracevert

The use of | and \| for pairs of vertical bars may produce incorrect spacing, e.g., |k|=|-k| produces | k | = | k | and |\sin(x)| produces | sin ( x ) | . The pairing delimiters, e.g. | k | and | sin ( x ) | , prevent this problem.

2.4 Extensible vertical arrows

\uparrow

\Uparrow

\downarrow

\Downarrow

\updownarrow

\Updownarrow

2.5 Functions (named operators)

arccos

\arccos

gcd

\gcd

Pr

\Pr

arcsin

\arcsin

hom

\hom

proj lim

\projlim

arctan

\arctan

inf

\inf

sec

\sec

arg

\arg

inj lim

\injlim

sin

\sin

cos

\cos

ker

\ker

sinh

\sinh

cosh

\cosh

lg

\lg

sup

\sup

cot

\cot

lim

\lim

tan

\tan

coth

\coth

lim inf

\liminf

tanh

\tanh

csc

\csc

lim sup

\limsup

lim ¯

\varlimsup

deg

\deg

ln

\ln

lim _

\varliminf

det

\det

log

\log

lim

\varprojlim

dim

\dim

max

\max

lim

\varinjlim

exp

\exp

min

\min

Named operators outside the above list can be typeset with \operatorname{name}, e.g.

sgn ( 3 ) = 1 .

The \DeclareMathOperator command can only be used in the LaTeX preamble.

2.6 Greek letters

Greek letters that have Latin look-alikes are rarely used in math formulas and not supported by LaTeX.

Γ

\Gamma

α

\alpha

μ

\mu

ω

\omega

Δ

\Delta

β

\beta

ν

\nu

ϝ

\digamma

Λ

\Lambda

γ

\gamma

ξ

\xi

ε

\varepsilon

Φ

\Phi

δ

\delta

π

\pi

ϰ

\varkappa

Π

\Pi

ϵ

\epsilon

ρ

\rho

φ

\varphi

Ψ

\Psi

ζ

\zeta

σ

\sigma

ϖ

\varpi

Σ

\Sigma

η

\eta

τ

\tau

ϱ

\varrho

Θ

\Theta

θ

\theta

υ

\upsilon

ς

\varsigma

Υ

\Upsilon

ι

\iota

ϕ

\phi

ϑ

\vartheta

Ξ

\Xi

κ

\kappa

χ

\chi

Ω

\Omega

λ

\lambda

ψ

\psi

In LaTeX, the default font for capital Greek letters is upright/roman. Italic capital Greek letters can be obtained by loading a package providing the "ISO" math style. They are used by default in MathML.

Individual Greek italic capitals can also be achieved preceding the letter name with var like \varPhi: 𝛤 𝛥 𝛬 𝛷 𝛱 𝛹 𝛴 𝛩 𝛶 𝛯 𝛺

2.7 Letterlike symbols

\forall

\aleph

\hbar

\ell

\complement

\beth

\hslash

\wp

\exists

\gimel

\Im

\Re

\Finv

\daleth

ı

\imath

\circledR

\Game

\partial

ȷ

\jmath

\circledS

\mho

ð

\eth

𝕜

\Bbbk

2.8 Mathematical Alphabets

Mathematical alphabets select a combination of font attributes (shape, weight, family) [2]. They are intended for mathematical variables where style variations are important semantically.

command

example

result

\mathbf

\mathbf{r}^2=x^2+y^2+z^2

r 2 = x 2 + y 2 + z 2

\mathbb

\mathbb{R \subset C}

R C

\mathcal

\mathcal{F}f(x)

F f ( x )

\mathfrak

\mathfrak{a}

a

\mathit

\mathit{\Gamma}

Γ

\mathrm

s_\mathrm{out}

s out

\mathsf

\mathsf x

x

\mathtt

\mathtt{0.12}

0.12

Additional alphabets are defined in LaTeX packages, e.g.

TeX command

LaTeX package

MathML "mathvariant"

mathbfit

isomath

bold-italic

mathsfit

isomath

sans-serif-italic

mathsfbfit

isomath

sans-serif-bold-italic

mathscr

mathrsfs

script

This can be used to typeset vector symbols in bold italic in line with the International Standard [ISO-80000-2].

The package mathrsfs (and some drop-in replacements) define the \mathscr macro that selects a differently shaped "script" alphabet. Compare A , B , , Z , a , b , , z with A , B , , Z , a , b , , z .

In contrast to the math alphabet selectors, \boldsymbol only changes the font weight. In LaTeX, it can be used to get a bold version of any mathematical symbol (for other output formats, results are mixed):

cos ( x ) ± α 3 Γ x R

2.9 Miscellaneous symbols

#

\#

\clubsuit

¬

\neg

&

\&

\diamondsuit

\nexists

\angle

\emptyset

\prime

\backprime

\exists

\sharp

\bigstar

\flat

\spadesuit

\blacklozenge

\forall

\sphericalangle

\blacksquare

\heartsuit

\square

\blacktriangle

\infty

\surd

\blacktriangledown

\lozenge

\top

\bot

\measuredangle

\triangle

\diagdown

\nabla

\triangledown

\diagup

\natural

\varnothing

2.10 Punctuation

.

.

!

!

\vdots

/

/

?

?

\dotsb

|

|

:

\colon [3]

\dotsc

'

'

\cdots

\dotsi

;

;

\ddots

\dotsm

:

\ldots

\dotso

2.11 Relation symbols

2.11.1 Arrows

\circlearrowleft

\circlearrowright

\curvearrowleft

\curvearrowright

\hookleftarrow

\hookrightarrow

\leftarrow

\rightarrow

\Leftarrow

\Rightarrow

\leftarrowtail

\rightarrowtail

\leftharpoondown

\rightharpoondown

\leftharpoonup

\rightharpoonup

\leftleftarrows

\rightrightarrows

\leftrightarrow

\Leftrightarrow

\leftrightarrows

\rightleftarrows

\leftrightharpoons

\rightleftharpoons

\leftrightsquigarrow

\rightsquigarrow

\Lleftarrow

\Rrightarrow

\longleftarrow

\longrightarrow

\Longleftarrow

\Longrightarrow

\longleftrightarrow

\Longleftrightarrow

\looparrowleft

\looparrowright

\Lsh

\Rsh

\mapsto

\longmapsto

\multimap

\nleftarrow

\nrightarrow

\nLeftarrow

\nRightarrow

\nleftrightarrow

\nLeftrightarrow

\nwarrow

\nearrow

\swarrow

\searrow

\twoheadleftarrow

\twoheadrightarrow

\upharpoonleft

\upharpoonright

\downharpoonleft

\downharpoonright

\upuparrows

\downdownarrows

Synonyms: \gets, \to, \restriction.

2.11.2 Comparison

<

<

\geq

\ll

\prec

=

=

\geqq

\lll

\precapprox

>

>

\geqslant

\lnapprox

\preccurlyeq

\approx

\gg

\lneq

\preceq

\approxeq

\ggg

\lneqq

\precnapprox

\asymp

\gnapprox

\lnsim

\precneqq

\backsim

\gneq

\ncong

\precnsim

\backsimeq

\gneqq

\neq

\precsim

\bumpeq

\gnsim

\ngeq

\risingdotseq

\Bumpeq

\gtrapprox

≧̸

\ngeqq

\sim

\circeq

\gtreqless

⩾̸

\ngeqslant

\simeq

\cong

\gtreqqless

\ngtr

\succ

\curlyeqprec

\gtrless

\nleq

\succapprox

\curlyeqsucc

\gtrsim

≦̸

\nleqq

\succcurlyeq

\doteq

\leq

⩽̸

\nleqslant

\succeq

\doteqdot

\leqq

\nless

\succnapprox

\eqcirc

\leqslant

\nprec

\succneqq

\eqsim

\lessapprox

\npreceq

\succnsim

\eqslantgtr

\lesseqgtr

\nsim

\succsim

\eqslantless

\lesseqqgtr

\nsucc

\thickapprox

\equiv

\lessgtr

\nsucceq

\thicksim

\fallingdotseq

\lesssim

\triangleq

The commands \lvertneqq and \gvertneqq are not supported by LateX2MathML, as there is no corresponding Unicode character.

Synonyms: \ne, \le, \ge, \Doteq, \llless, \gggtr.

Symbols can be negated prepending \not, e.g. \not=, \not\equiv, \not\gtrless, \not\lessgtr.

2.11.3 Miscellaneous relations

\backepsilon

\ntrianglelefteq

\subseteq

\because

\ntriangleright

\subseteqq

\between

\ntrianglerighteq

\subsetneq

\blacktriangleleft

\nvdash

\subsetneqq

\blacktriangleright

\nVdash

\supset

\bowtie

\nvDash

\Supset

\dashv

\nVDash

\supseteq

\frown

\parallel

\supseteqq

\in

\perp

\supsetneq

\mid

\pitchfork

\supsetneqq

\models

\propto

\therefore

\ni

\shortmid

\trianglelefteq

\nmid

\shortparallel

\trianglerighteq

\notin

\smallfrown

\varpropto

\nparallel

\smallsmile

\vartriangle

\nshortmid

\smile

\vartriangleleft

\nshortparallel

\sqsubset

\vartriangleright

\nsubseteq

\sqsubseteq

\vdash

⫅̸

\nsubseteqq

\sqsupset

\Vdash

\nsupseteq

\sqsupseteq

\vDash

⫆̸

\nsupseteqq

\subset

\Vvdash

\ntriangleleft

\Subset

Synonyms: \owns.

Symbols can be negated prepending \not, e.g. \not\in, \not\ni.

The commands \varsubsetneq, \varsubsetneqq, \varsupsetneq, and \varsupsetneqq are not supported by LateX2MathML, as there is no corresponding Unicode character.

2.12 Variable-sized operators

\sum

\prod

\bigcap

\bigodot

\int

\coprod

\bigcup

\bigoplus

\oint

\bigwedge

\biguplus

\bigotimes

\smallint

\bigvee

\bigsqcup

Larger symbols are used in displayed formulas, sum-like symbols have indices above/below the symbol (see also scripts and limits):

n = 1 N a n 0 1 f ( x ) d x i = 1 10 b i

3 Notations

3.1 Top and bottom embellishments

See Accents and embellishments.

3.2 Extensible arrows

xleftarrow and xrightarrow produce arrows that extend automatically to accommodate unusually wide subscripts or superscripts. These commands take one optional argument (the subscript) and one mandatory argument (the superscript, possibly empty):

A \xleftarrow{n+\mu-1} B \xrightarrow[T]{n\pm i-1} C

results in

A n + μ 1 B T n ± i 1 C

3.3 Affixing symbols to other symbols

In addition to the standard accents and embellishments, other symbols can be placed above or below a base symbol with the \overset and \underset commands. The symbol is set in "scriptstyle" (smaller font size). For example, writing \overset{*}{X} becomes X * and \underset{+}{M} becomes M + .

3.4 Matrices

The matrix and cases environments can also contain \\ and &:

.. math::
   \left ( \begin{matrix} a & b \\ c & d \end{matrix}\right)

Result:

( a b c d )

The environments pmatrix, bmatrix, Bmatrix, vmatrix, and Vmatrix have (respectively) ( ), [ ], { }, | |, and delimiters built in, e.g.

( a b c d ) [ a b c d ] a b c d

To produce a small matrix suitable for use in text, there is a smallmatrix environment ( a b c d ) that comes closer to fitting within a single text line than a normal matrix.

For piecewise function definitions there is a cases environment:

sgn ( x ) = { 1 x < 0 1 x > 0

3.5 Spacing commands

Horizontal spacing of elements can be controlled with the following commands:

3 4

3\qquad 4

= 2em

3 4

3\quad 4

= 1em

3   4

3~4

3\nobreakspace 4

3 4

3\ 4

escaped space

3 4

3\;4

3\thickspace 4

3 4

3\:4

3\medspace 4

3 4

3\,4

3\thinspace 4

3 4

3 4

regular space [4]

3 4

3\!4

3\negthinspace 4

negative space [5]

3 4

3\negmedspace 4

3 4

3\negthickspace 4

3 4

3\hspace{1ex}4

custom length

3 4

3\mspace{20mu}4

custom length [6]

There are also three commands that leave a space equal to the height and width of its argument. For example \phantom{XXX} results in space as wide and high as three X’s:

X X X + 1 X X X 1

The commands \hphantom and \vphantom insert space with the width or height of the argument. They are not supported with math_output MathML.

3.6 Modular arithmetic and modulo operation

The commands \bmod, \pmod, \mod, and \pod deal with the special spacing conventions of the “mod” notation. [7]

command

example

result

\bmod

\gcd(n,m \bmod n)

gcd ( n , m mod n )

\pmod

x\equiv y \pmod b

x y ( mod b )

\mod

x\equiv y \mod c

x y mod c

\pod

x\equiv y \pod d

x y ( d )

\operatorname{mod}(m,n)

mod ( m , n )

3.7 Roots

command

example

result

\sqrt

\sqrt{x^2-1}

x 2 1

\sqrt[3n]{x^2-1}

x 2 1 3 n

\sqrt\frac{1}{2}

1 2

3.8 Boxed formulas

The command \boxed puts a box around its argument:

η C ( δ ( η ) + Λ M ( 0 , δ ) )

5 Delimiter sizes

Besides the automatic scaling of extensible delimiters with \left and \right, there are four commands to manually select delimiters of fixed size:

Sizing

no

\left

\bigl

\Bigl

\biggl

\Biggl

command

\right

\bigr

\Bigr

\biggr

\Biggr

Result

( b ) ( c d )

( b ) ( c d )

( b ) ( c d )

( b ) ( c d )

( b ) ( c d )

( b ) ( c d )

There are two or three situations where the delimiter size is commonly adjusted using these commands:

The first kind of adjustment is done for cumulative operators with limits, such as summation signs. With \left and \right the delimiters usually turn out larger than necessary, and using the Big or bigg sizes instead gives better results:

[ i a i | j x i j | p ] 1 / p  versus  [ i a i | j x i j | p ] 1 / p

The second kind of situation is clustered pairs of delimiters, where left and right make them all the same size (because that is adequate to cover the encompassed material), but what you really want is to make some of the delimiters slightly larger to make the nesting easier to see.

( ( a 1 b 1 ) ( a 2 b 2 ) ) ( ( a 2 b 1 ) + ( a 1 b 2 ) ) versus ( ( a 1 b 1 ) ( a 2 b 2 ) ) ( ( a 2 b 1 ) + ( a 1 b 2 ) )

The third kind of situation is a slightly oversize object in running text, such as | b ' d ' | where the delimiters produced by \left and \right cause too much line spreading. [8] In that case \bigl and \bigr can be used to produce delimiters that are larger than the base size but still able to fit within the normal line spacing: | b ' d ' | .

6 Text

The main use of the command \text is for words or phrases in a display. It is similar to \mbox in its effects but, unlike \mbox, automatically produces subscript-size text if used in a subscript, k_{\text{B}}T becomes k B T .

Whitespace is kept inside the argument:

f [ x i 1 , x i ]  is monotonic for  i = 1 , , c + 1

The text may contain math commands wrapped in $ signs, e.g.

( 1 ) n i = { 1 if  n i  is odd, + 1 if  n i  is even.

7 Integrals and sums

The limits on integrals, sums, and similar symbols are placed either to the side of or above and below the base symbol, depending on convention and context. In inline formulas and fractions, the limits on sums, and similar symbols like

lim n 1 n 1 n

move to index positions: lim n 1 n 1 n .

7.1 Altering the placement of limits

The commands \intop and \ointop produce integral signs with limits as in sums and similar: 0 1 , c and

0 1 c vs. 0 1 c

The commands \limits and \nolimits override the default placement of the limits for any operator; \displaylimits forces standard positioning as for the sum command. They should follow immediately after the operator to which they apply.

Compare the same term with default positions, \limits, and \nolimits in inline and display mode: lim x 0 f ( x ) , lim x 0 f ( x ) , lim x 0 f ( x ) , vs.

lim x 0 f ( x ) , lim x 0 f ( x ) lim x 0 f ( x ) .

8 Changing the size of elements in a formula

The declarations [9] \displaystyle, \textstyle, \scriptstyle, and \scriptscriptstyle, select a symbol size and spacing that would be applied in (respectively) display math, inline math, first-order subscript, or second-order subscript, even when the current context would normally yield some other size.

For example :math:`\displaystyle \sum_{n=0}^\infty \frac{1}{n}` is printed as n = 0 1 n rather than n = 0 1 n and

\frac{\scriptstyle\sum_{n > 0} z^n}
{\displaystyle\prod_{1\leq k\leq n} (1-q^k)}

yields

n > 0 z n 1 k n ( 1 q k )  instead of the default  n > 0 z n 1 k n ( 1 q k ) .

9 Appendix

9.1 Tests

9.1.1 Font changes

Math alphabet macros change the default alphabet ("mathvariant" in MathML), leaving some symbols unchanged:

normal:

a b s ( x ) ± α 3 Γ x R

mathrm:

a b s ( x ) ± α 3 Γ x R

mathit:

a b s ( x ) ± α 3 Γ x R

mathsf:

a b s ( x ) ± α 3 Γ x R

mathbb:

a b s ( x ) ± α 3 Γ x R

mathbf:

a b s ( x ) ± α 3 Γ x R

mathcal:

a b s ( x ) ± α 3 Γ x R

mathscr:

a b s ( x ) ± α 3 Γ x R

Without additional packages, LaTeX supports "blackboard-bold" only for capital Latin letters. Unicode supports also small Latin letters, some Greek letters, and digits: A Z a z 0 9 .

9.1.2 Inferred <mrow>s in MathML

The elements <msqrt>, <mstyle>, <merror>, <mpadded>, <mphantom>, <menclose>, <mtd>, <mscarry>, and <math> treat their contents as a single inferred mrow formed from all their children.

a = 2 + x , b = 1 + x 2 , c = sin ( x ) 23 ,

inline: a = 2 + x , b = 1 + x 2 , c = sin ( x ) 23 .

9.1.3 Scripts and Limits

Accents should be nearer to the base: a ˉ a _ , l ˉ l _ , i ˉ i _ , r r .

Sub- and superscript may be given in any order: x i j = x i j and 0 1 = 0 1 .

Double exponent: x 10 4 , r T in and x i n 2 .

9.1.4 Nested groups

tex-token returns "{" for nested groups:

das ist ein {toller} text (unescaped \{ and \} is ignored by LaTeX)

9.1.5 Big delimiters and symbols

Compare automatic sizing with fixed sizes:

( 3 ) ( f ( x ) ) ( x ˉ ) ( x _ ) ( n i ) = ( ) ( x _ ) = ( big ) ( 3 2 ) ( 3 ) ( 3 2 ) ( ) ( ) ( ) = ( Big ) ( 3 2 ) ( 3 2 2 4 ) ( 3 2 ) ( a b c d ) ( 1 2 ) ( ) ( 0 ) ( 1 ) ( 0 1 ) = ( bigg ) ( 2 2 ) ( 0 ) ( 1 ) ( 0 1 ) ( 1 x 1 n ) = ( Bigg ) ( 0 ) ( 1 ) ( 0 1 )

And in text:

( ) :

( 3 ) ( f ( x ) ) ( x ˉ ) ( x _ ) ( n i ) ( ) ( 0 ) ( )

( big ) :

( x _ ) ( 3 2 ) ( 3 2 ) ( a b c d ) ( )

( Big ) :

( 3 ) ( 3 2 ) ( 3 2 ) ( 3 2 2 4 ) ( 2 2 ) ( ) ( 0 ) ( 1 ) ( 0 1 ) ( 1 ) ( 0 1 ) ( 1 x 1 n )

Test \left, \right, and the bigl/bigr, … size commands with all extensible delimiters.

( b ) ( b ) ( b ) [ b ] [ b ] [ b ] { b } { b } { b } b b b
b b b b b b | b | | b | | b | b b b
b b b b b b / b \ / b \ / b \
| b | b | b | b | b | b b b b b b b | b | b | b

Variable-sized operators:

Inline: and Display:

1 f 1 f 1 f 1 f 1 1 1 1 1 1 N N N N N N N N N N N
1 N 1 N 1 N 1 N 1 N 1 N 1 N 1 N 1 N 1 N 1 N 1 N 1 N 1 N 1 N 1 N 1 N 1 N 1 N 1 N

9.1.6 Text

The text may contain non-ASCII characters: n Stoß .

Some text-mode LaTeX commands are supported with math_output "html". In other output formats, use literal Unicode: ç é è ë ê ñ ů ž © to get the result of the accent macros \c{c} \'e \`e \"e \^e \~n \r{u} \v{z} \textcircled{c} .