From dc8620048a85ae7ec9930cd5b8a8fa1aa5e31f20 Mon Sep 17 00:00:00 2001 From: Simon Byrne Date: Wed, 10 Feb 2016 09:09:01 +0000 Subject: [PATCH] Add \ldots symbol (supplement \dots) --- base/latex_symbols.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/base/latex_symbols.jl b/base/latex_symbols.jl index 087569e6d67d4..4826701081d6f 100644 --- a/base/latex_symbols.jl +++ b/base/latex_symbols.jl @@ -196,6 +196,7 @@ const latex_symbols = Dict( "\\_chi" => "ᵪ", # Misc. Math and Physics + "\\ldots" => "…", "\\hbar" => "ħ", "\\del" => "∇",