On Thu, Jan 23, 2014 at 5:06 AM, Jean-Marc Lasgouttes <lasgout...@lyx.org> wrote: > Le 23/01/2014 06:27, Scott Kostyshak a écrit : > >> I've always used the full paths to scripts in converters, but I >> interpret the Customization manual to suggest that I only need to use >> the base name: >> >> "Save it in your local LyX directory—say, >> /home/you/.lyx/scripts/pdfcopier.sh—and make it executable... enter >> pdfcopier.sh $$i $$o into the Copier field" > > > I thought that one had to use > > $$s/pdfcopier.sh $$i $$o into the Copier field"
$$s is for the system directory. So to reach those scripts one could do $$s/scripts/. I don't believe there is a variable for the user scripts directory and it is this directory that I understand the Customization manual to suggest. Scott