Re: [CMake] Matlab producing image files for use with LaTeX

2015-01-12 Thread Mark Abraham
Hi, Another example along Kenneth's lines: https://github.com/gromacs/gromacs/blob/master/docs/manual/CMakeLists.txt Mark On Mon, Jan 12, 2015 at 5:10 PM, Moreland, Kenneth wrote: > Unlike Myles' answer, I'm going to assume that by noticing *.m files have > changed you mean that the changes ar

Re: [CMake] Matlab producing image files for use with LaTeX

2015-01-12 Thread Moreland, Kenneth
Unlike Myles' answer, I'm going to assume that by noticing *.m files have changed you mean that the changes are picked up when a make build is run, not necessarily using a daemon to pick up exactly when the change occurs. You should be able to set a trail of dependencies for make to pick up the ch

Re: [CMake] Matlab producing image files for use with LaTeX

2015-01-12 Thread Myles English
Hello Rob, Rob McDonald writes: > I am familiar with UseLATEX, but would like to take the automation of > my document build system a step or two further. Solutions that build > on UseLATEX -- or a totally separate approach, are OK. > > I often use Matlab to create *.pdf figures -- which are the

[CMake] Matlab producing image files for use with LaTeX

2015-01-11 Thread Rob McDonald
I am familiar with UseLATEX, but would like to take the automation of my document build system a step or two further. Solutions that build on UseLATEX -- or a totally separate approach, are OK. I often use Matlab to create *.pdf figures -- which are then used in a LaTeX document. I would like my