Issue: I have installed the LaTeX plugin in Coreldraw X6 from this answer and everything works perfectly except for the $\mathbb R^n$ command. Whenever I type it the plugin doesn't compile.
Question:
1) Is there a command I should write in so that the plugin read the package amsmath? For instance, I've tried
\usepackage{amsmath}
$\mathbb R^n$
and nothing happened.
2) Is there any fix to this issue? Or command I should write in the plugin Macro?
\mathbb,amsmathis not enough (actually, it's not needed for this). you need\usepackage{amsfonts}. – barbara beeton Aug 11 '16 at 16:56\usepackage{amsmath}was accepted (according to the statement of your question), substituting\usepackage{amsfonts}might work. with luck, someone else here might have an answer. – barbara beeton Aug 11 '16 at 20:51