On 03/16/2011 03:25 AM, Rob Oakes wrote:
Dear LyX Developers,

This morning, I've run into a problem which I can't seem to solve and I thought 
I would solicit your advice on. Some time ago, I created a module that 
automated the creation of Drop Cap Initials through the use of a character 
style. It's been working great up until the last few days.

Now, whenever I include an instance of this character style in my document, I 
am unable to compile. The error that appears is:

An error occured while running xelatex "File Name"

The command line error says, "Systemcall.cpp" finished with exit code 1. Error, 
cannot convert file.

As I said before, if I remove this one inset, than I am able to compile without 
errors.

Here is the definition of the Inset, taken from the module:

InsetLayout CharStyle:Drop_Cap
        LyxType               charstyle
        LatexType                 Command
        LatexName                 dropcap
        LabelString               dropcap
        Font
          Family                    Roman
          Shape                   SmallCaps
        EndFont
End

I've scoured the code and I'm not able to figure out why it causes the 
conversion to fail. There are similar insets in the same .layout file which 
have been used without any trouble.

What's the actual LaTeX error? If LyX isn't reporting it in the log, then export and do it manually.

Richard

Reply via email to