tex4ht.env 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. % tex4ht.env / .tex4ht %
  3. % %
  4. % Notes: %
  5. % 1. empty lines are harmful %
  6. % 2. place this file in your work %
  7. % directory and/or root directory %
  8. % and/or in directory `xxx' of your %
  9. % choice. In the latest case, compile %
  10. % tex4ht.c with `#define HTFDIR xxx', %
  11. % or provide the address of the file %
  12. % to tex4ht throught the -e switch %
  13. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14. % * Replace `path' and `tfmpath/...' %
  15. % * A ! requests recursive search into %
  16. % subdirectories %
  17. % * Multiple entries of each type are %
  18. % allowed %
  19. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  20. t/usr/share/texmf/fonts/tfm/!
  21. i/usr/share/texmf/tex/generic/tex4ht/ht-fonts/iso8859/!
  22. i/usr/share/texmf/tex/generic/tex4ht/ht-fonts/alias/!
  23. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  24. % Replace `path' %
  25. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  26. % bookkeeping for searched files
  27. i/usr/share/texmf/tex/generic/tex4ht/tex4ht.fls
  28. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  29. % Default scripts
  30. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  31. s--- needs --- %%1.idv[%%2] ==> %%3 ---
  32. b--- characters ---
  33. g.gif
  34. % remove protection
  35. S*
  36. % dvi-to-gif
  37. Gdvips -Pcmz -Pamz -mode ibmvga -D 110 -f %%1 -pp %%2 > zz%%4.ps
  38. % Ggs -sDEVICE=ppm -sOutputFile=zz%%4.ppm -q -dbatch -dNOPAUSE zz%%4.ps -c quit
  39. Gconvert -crop 0x0 -density 220x220 -geometry 60% -transparent '#FFFFFF' zz%%4.ps %%3
  40. Grm zz%%4.ps
  41. % Grm zz%%4.ppm
  42. % t4ht -d%%2
  43. Mmv %%1 %%2%%3
  44. Ccp %%1 %%2%%3
  45. % t4ht -d%%2 -m%%1
  46. Achmod %%1 %%2%%3
  47. % empty gifs
  48. Ecp empty.pic %%1%%2
  49. % validations, XSTL tranformations,...
  50. Xmake -f NSGMLS name=%%1 ext=%%2
  51. % end of file