I’ve run into a small issue when trying to include italics in a title, using the “Meta-Data” options of the compile window. If the result I want is:
This is My Title
I suppose I should enter the following (using MMD):
This is *My* Title
All I get is:
\def\mytitle{This is *My* Title}
If I enter raw LaTeX code instead, the result is:
\def\mytitle{This is $\backslash$emph\{My\} Title}
Adding doesn’t help either. Is there any straightforward solution to this, or is it a bug?