/texmf/texmf.d/15Plain.cnf

http://github.com/brinkman83/bashrc · Unknown · 27 lines · 20 code · 7 blank · 0 comment · 0 complexity · 6e82a3d4c00ae7e4f86aa8dcf9438cf3 MD5 · raw file

  1. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. % Usually you will not need to edit any of the other variables in part 1. %
  3. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4. % WEB2C is for Web2C specific files. The current directory may not be
  5. % a good place to look for them.
  6. WEB2C = $TEXMF/web2c
  7. % TEXINPUTS is for TeX input files -- i.e., anything to be found by \input
  8. % or \openin, including .sty, .eps, etc.
  9. % Plain TeX. Have the command tex check all directories as a last
  10. % resort, we may have plain-compatible stuff anywhere.
  11. TEXINPUTS.tex = .;$TEXMF/tex/{plain,generic,}//
  12. % Fontinst needs to read afm files.
  13. TEXINPUTS.fontinst = .;$TEXMF/{tex,fonts/afm}//
  14. % Other plain-based formats.
  15. TEXINPUTS.amstex = .;$TEXMF/tex/{amstex,plain,generic,}//
  16. TEXINPUTS.csplain = .;$TEXMF/tex/{csplain,plain,generic,}//
  17. TEXINPUTS.eplain = .;$TEXMF/tex/{eplain,plain,generic,}//
  18. TEXINPUTS.ftex = .;$TEXMF/tex/{formate,plain,generic,}//
  19. TEXINPUTS.mex = .;$TEXMF/tex/{mex,plain,generic,}//
  20. TEXINPUTS.texinfo = .;$TEXMF/tex/{texinfo,plain,generic,}//