首页 > 代码库 > LaTeX-如何获得帮助

LaTeX-如何获得帮助

The universal way to check if a file is available to TeX compilers is the

command-line tool kpsewhich.

$ kpsewhich tikz

/usr/share/texmf/tex/plain/pgf/frontendlayer/tikz.tex

 

kpsewhich will actually search for files only, not for packages.

It returns the path to the file. For more details on a specific

package use the command-line tool tlmgr(tex live only).


本文出自 “天道酬勤” 博客,请务必保留此出处http://lavenliu.blog.51cto.com/5060944/1537324