I'm trying to automate the MikTeX configuration without the use of any GUI, is there any possible way to add local textmf into root directories maybe by just editing some .ini files or via the command prompt?
Asked
Active
Viewed 510 times
0
Coby Viner
- 1,939
John W
- 11
initexmf --register-root=DIRandinitexmf --unregister-root=DIR.DIRis the path to the localtexmf. – esdd Jun 20 '18 at 06:44$TEXMFLOCAL. Not sure if this works with PCs and hence MikTeX... Perhaps not, see https://tex.stackexchange.com/questions/118793/miktex-does-not-use-texmflocal-environment-variable – Jun 20 '18 at 07:28initexmf --register-root=DIRactually work out just fine, thanks alot. – John W Jun 20 '18 at 08:11