Search found 1 match

by Mobeg
Sun Nov 30, 2014 12:39 pm
Forum: LyX
Topic: Problems with child documents
Replies: 1
Views: 3590

Re: Problems with child documents

For what it's worth:

Missing $ inserted is probably due to an unescaped underscore _ or |. This bugged me when I tried to use a caption for my child document that contained an underscore.

Solution was to escape _ with a backslash, as such: \_
Example: change my_caption -> my\_caption