File: l2rprep.bat

package info (click to toggle)
latex2rtf 2.3.18a-5
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,392 kB
  • sloc: ansic: 20,424; makefile: 660; sh: 478; perl: 22
file content (21 lines) | stat: -rwxr-xr-x 691 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
rem set folder containing latex2rt.exe and shell executables here:
set l2rpath=C:\Progra~1\latex2rtf

set rtfpath=%l2rpath%\cfg

rem set folder containing LaTeX and dvips executables here:
%l2rpath%\which latex >nul
if errorlevel 1 SET PATH=C:\MiKTeX2.9\miktex\bin;%PATH%

rem set folder containing Ghostscript executables here:
%l2rpath%\which gswin32c >nul
if errorlevel 1 SET PATH=C:\Progra~1\gs\gs9.15\bin;C:\Progra~1\gs\gs9.15\lib;%PATH%

rem set folder containing ImageMagick executables here:
%l2rpath%\which identify >nul
if errorlevel 1 SET PATH=C:\Progra~1\ImageM~1;%PATH%

%l2rpath%\which latex2rt >nul
if errorlevel 1 SET PATH=%l2rpath%;%PATH%

set l2rpath=