Il 04/10/2011 10:02, Alex Fernandez ha scritto:
Hi Tommaso,
On Mon, Oct 3, 2011 at 8:48 AM, Tommaso Cucinotta<tomm...@lyx.org> wrote:
On a related note, when trying to use the --destdirectory option, I get:
Exception: Unused arguments: ['--destdirectory', '/tmp']
Strange, I have just tested it and it seems to work. What is your
complete command line you are using? Remember that options must go
before arguments.
probably this was the issue ... let me try again
elyxer --converter '/path/to/my/lyx -C $input $output'
For example, imagine I install a brand new universal converter uconvert,
then I could simply invoke elyxer specifying its syntax, instead to have
to modify elyxer in order to specify the new converter and associated
syntax.
Good idea. I have implemented it and exported a new version, again at:
http://download-mirror.savannah.gnu.org/releases/elyxer/older/elyxer-lyx-C.py
It works exactly as you describe.
Nice, I'll try this. Did you modify the "semantics" of the --converter
option,
or do you have a new option now, or do you distinguish whether the converter
command is being supplied along with its syntax or not ? (just to know).
Any backward compatibility issues that may possibly arise ?
T.