On Tue, Mar 07, 2017 at 02:37:22PM +0100, Alexandru Băluț wrote:
> On Mon, 06 Mar 2017 17:13:25 -0800, Scott Kostyshak wrote:
> > On Mon, Mar 06, 2017 at 03:59:53PM +, Alexandru Băluț wrote:
> > > I'm converting a LYX file to PDF from the command line and the conversion
> > > apparently fails,
On Tue, Mar 07, 2017 at 10:05:50PM +0200, Dr Eberhard Lisse wrote:
> It is hardly a Minimal Working Example, and the file test.pdf is missing.
+1
For tips on a minimal example, please read carefully the following wiki
page:
https://wiki.lyx.org/FAQ/MinimalExample
Scott
signature.asc
Descrip
It is hardly a Minimal Working Example, and the file test.pdf is missing.
el
On 2017-03-07 15:37 , Alexandru Băluț wrote:
[...]
> I tried this and it still errors out, but it prints a different error
> related to a separate pdf used as an image in the document.
>
>> If all fails, remove EVERYTHI
On Mon, 06 Mar 2017 17:13:25 -0800, Scott Kostyshak wrote:
> On Mon, Mar 06, 2017 at 03:59:53PM +, Alexandru Băluț wrote:
> > I'm converting a LYX file to PDF from the command line and the conversion
> > apparently fails, the exit code of the process is 1:
> > $ lyx -e pdf2 docs/myfile.lyx -dbg
It runs PDFLaTeX repeatedly hence the repeated error messages.
What I do in these cases is
lyx -f -e pdflatex file.lyx
Then run
pdflatex file.tex
(preferably from TexTmate2 on the Mac with Command-R) and go to the
lines generating the error messages.
If I can figure out how to make it compile