0

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?

  • to use \mathbb, amsmath is not enough (actually, it's not needed for this). you need \usepackage{amsfonts}. – barbara beeton Aug 11 '16 at 16:56
  • I see, how do I use it though? I've tried to type this in the command box and nothing. – AaronMaroja Aug 11 '16 at 18:29
  • sorry, i'm not a coreldraw user, so i can't even make a guess as to how this might be done. i did assume that since \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

0 Answers0