Richard Heck wrote:
> This patch has been to the list previously and been more or less
> approved. I'm sending it again, however, as I've made some additional
> changes and it should be tested by at least one other person, I think,
> before I commit. If you do test, please test: (i) View>HTML; (ii)
> File>Export>HTML; (iii) File>Export>HTML again, so that the original
> export is over-written; and (iv) please make sure I didn't break
> View>DVI (which I temporarily managed to do on my own machine).
> 
> Oh, to get this to work, you'll need to reconfigure so that the
> converter definition for Latex->HTML is updated.

>                  && contains(buffer->filePath(), ' ')) {
>               Alert::error(_("File name error"),
> -                        _("The directory path to the document cannot contain 
> spaces."));
> +                        _("The directory path to the document cannot contain 
> spaces, "
> +                    "since your LaTeX installation does not allow them."));


LaTeX is the name of a format and not an installation. This is always
called TeX. All new TeX distributions use pdftex as basic machine, which
can handle spaces in a file name.

Herbert

Reply via email to