Search found 1 match

by QBO
Fri Feb 20, 2015 8:18 am
Forum: LyX
Topic: How to add "exam" to document class?
Replies: 19
Views: 27193

Re: How to add "exam" to document class?

I have noticed that the errors are happening because the command which begins a question or another entity is getting concatenated to the question itself, e.g
\question
Show that ....
becomes
\questionShow ...
This could be a simple matter to fix in the layout file, but I do not know enough about ...