LaTeX mode not supported in Presentation: (Bug #58)
Description
I want to include some indication in the Presentation: field, in a AMC-TXT formatted document, that the questions with a $\clubsuit$ may accept multiple good answer. I therefore want to include a $\clubsuit$.
The generated LaTeX code does not compile.
History
Updated by Alexis Bienvenüe about 13 years ago
In your source file, you used the global option "LaTeX: 1
" to be able to use the \clubsuit
LaTeX command in the presentation. However, this option also concernes the questions, so that you must replace the _ characters with \_, because this is a special character for LaTeX.
If you prefer giving up the "LaTeX: 1
" option, you can also use the ♣ character directly in the source file, UTF-8 encoded.
- Priority changed from Urgent to Normal
- Target version deleted (
1.2.0)
Updated by Nicolas Pettiaux about 13 years ago
Thanks for the precision.
I had found the idea to use the UTF-8 clubsuit directly.
Updated by Alexis Bienvenüe about 13 years ago
- Status changed from New to Rejected