Skip to content
Snippets Groups Projects
Commit 157c9946 authored by LE GAC Renaud's avatar LE GAC Renaud
Browse files

Update ExportLatex.js to convert '→'.

parent 0e139c41
No related branches found
No related tags found
1 merge request!25Release 0.9.0
......@@ -37,6 +37,7 @@ Ext.define('Dbui.grid.mixin.ExportLatex', {
if (li.length === 0) {
value = htmlEl.textContent.trim();
value = value.replace(reLaTeX, "\\$&");
value = value.replace("", "$\to$");
// render the hyper link using latex command href
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment