pigreco erre <[email protected]> writes: > Dear all, > I have a problem with my Auctex & Emacs in LateX Preview functions. > I create & own portable installation and all programs are located in > my USB together TexLive packages, Sumatra pdf-reader & all Ghostscript > tools. > Takeing into account the item above I have two question to end my process: > > 1) Where can I include Ghostscript path to allow the Latex preview > functions go on in correct way? (I mean what variable must include the > Ghostscrip bin path and others binary file used in windows > i.e. Ghostxps & Ghostpcl).
Within Emacs, `exec-path' could help: ,----[ C-h v exec-path RET ] | exec-path is a variable defined in ‘C source code’. | Its value is | [my settings snipped] | | This variable may be risky if used as a file-local variable. | | Documentation: | List of directories to search programs to run in subprocesses. | Each element is a string (directory name) or nil (try default directory). | | By default the last element of this list is ‘exec-directory’. The | last element is not always used, for example in shell completion | (‘shell-dynamic-complete-command’). | | You can customize this variable. `---- > 2) What is the binary "rungs.exe" included in TeXlive that is > called by preview-gs-command variable? (If I see the variable I find > "f: (USB letter > number)/Program-folders/TeXlive2015/bin/win32/rungs.exe"). On Windows, TL comes with a smaller, hidden version of Ghostscript. See the file: f:/Program-folders/TeXlive2015/tlpkg/tlgs/README.TEXLIVE You can access this version of Ghostscript through `rungs'. Try rungs --help Best, Arash _______________________________________________ auctex mailing list [email protected] https://lists.gnu.org/mailman/listinfo/auctex
