Re: [O] including an image in LaTeX export

2017-04-26 Thread Roger Mason
Hi Nicolas, Nicolas Goaziou writes: > Roger Mason writes: >> >> I need to include an image in a document to be exported to LaTeX. > It should be: > > [[file:macstuff.jpg]] Many thanks. As I said earlier, been away from Org for a while. Cheers, Roger

Re: [O] including an image in LaTeX export

2017-04-26 Thread Nicolas Goaziou
hello, Roger Mason writes: > > I need to include an image in a document to be exported to LaTeX. > Minimal example: > > #+TITLE: test > > * test section > > [[macstuff.jpg]] > > When running the export I get "user-error: Unable to resolve link: > nil". I've tried including the image as eps, to n

Re: [O] including an image in LaTeX export

2017-04-26 Thread Roger Mason
John Kitchin writes: > You aren't using a path. Try [[./macstuff.jpg]] instead. > That was it. Must have been away from Org for too long. Thanks, Roger