Re: Synctex with texi2dvi?
On 10/08/2010 2:48 PM, Bruno Voisin wrote:
> On 10 août 2010, at 03:38, Duncan Murdoch wrote:
>
> > I've just installed Ubuntu to try to get Sweave and TexWorks going
> > there. I've got TexLive installed. I had been using texi2dvi in
> > MikTex in Windows, but now the texi2dvi option
> > --tex-options=-synctex=1 doesn't work. Is there some way to tell
> > texi2dvi to pass the synctex option to pdflatex?
>
> This must be a MikTeX-specific extension. Here on the Mac texi2dvi and texi2pdf are part of the OS (they're
installed in /usr/bin) and they don't include any option for passing on arguments to (pdf)TeX:
>
> $ texi2dvi --help
> [...]
>
> Operation modes:
> -b, --batch no interaction
> -c, --clean remove all auxiliary files
> -D, --debug turn on shell debugging (set -x)
> -h, --help display this help and exit successfully
> -o, --output=OFILE leave output in OFILE (implies --clean);
> Only one input FILE may be specified in this case
> -q, --quiet no output unless errors (implies --batch)
> -s, --silent same as --quiet
> -v, --version display version information and exit successfully
> -V, --verbose report on what is done
>
> TeX tuning:
> - <at> use <at> input instead of \input; for preloaded Texinfo
> -e, -E, --expand force macro expansion using makeinfo
(Continue reading)