summaryrefslogtreecommitdiff
path: root/tex/context/base/chem-str.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2012-11-17 00:40:17 +0200
committerMarius <mariausol@gmail.com>2012-11-17 00:40:17 +0200
commit4f08d2072378de7bac2c7992876b8f7012f7be78 (patch)
tree0aebf48720f39263c5ac560eb06e04868e834e4c /tex/context/base/chem-str.lua
parent3382ca3f799611af1b4713caa81f67c925665cc3 (diff)
downloadcontext-4f08d2072378de7bac2c7992876b8f7012f7be78.tar.gz
beta 2012.11.16 23:27
Diffstat (limited to 'tex/context/base/chem-str.lua')
-rw-r--r--tex/context/base/chem-str.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/chem-str.lua b/tex/context/base/chem-str.lua
index db1849c5a..7fc27222d 100644
--- a/tex/context/base/chem-str.lua
+++ b/tex/context/base/chem-str.lua
@@ -517,7 +517,7 @@ commands.chemicalcomponent = chemistry.component
local inline = {
["single"] = "\\chemicalsinglebond", ["-"] = "\\chemicalsinglebond",
- ["double"] = "\\chemicaldoublebond", ["--"] = "\\chemicaldoublebond", -- also =? and unicode triple?
+ ["double"] = "\\chemicaldoublebond", ["--"] = "\\chemicaldoublebond",
["triple"] = "\\chemicaltriplebond", ["---"] = "\\chemicaltriplebond",
["gives"] = "\\chemicalgives", ["->"] = "\\chemicalgives",
["equilibrium"] = "\\chemicalequilibrium", ["<->"] = "\\chemicalequilibrium",