/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
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- % Usually you will not need to edit any of the other variables in part 1. %
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- % WEB2C is for Web2C specific files. The current directory may not be
- % a good place to look for them.
- WEB2C = $TEXMF/web2c
- % TEXINPUTS is for TeX input files -- i.e., anything to be found by \input
- % or \openin, including .sty, .eps, etc.
- % Plain TeX. Have the command tex check all directories as a last
- % resort, we may have plain-compatible stuff anywhere.
- TEXINPUTS.tex = .;$TEXMF/tex/{plain,generic,}//
- % Fontinst needs to read afm files.
- TEXINPUTS.fontinst = .;$TEXMF/{tex,fonts/afm}//
- % Other plain-based formats.
- TEXINPUTS.amstex = .;$TEXMF/tex/{amstex,plain,generic,}//
- TEXINPUTS.csplain = .;$TEXMF/tex/{csplain,plain,generic,}//
- TEXINPUTS.eplain = .;$TEXMF/tex/{eplain,plain,generic,}//
- TEXINPUTS.ftex = .;$TEXMF/tex/{formate,plain,generic,}//
- TEXINPUTS.mex = .;$TEXMF/tex/{mex,plain,generic,}//
- TEXINPUTS.texinfo = .;$TEXMF/tex/{texinfo,plain,generic,}//