-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install MikTeX #10
Comments
Probably need to set |
Not dealing with vignettes and manuals for now. |
@krlmlr # Install miktex to get pdflatex, if we don't get it from the cache
- if not exist c:\miktex\texmfs\install\miktex\bin\pdflatex.exe appveyor DownloadFile https://miktex.org/download/ctan/systems/win32/miktex/setup/windows-x86/miktex-portable-2.9.6753.exe
- if not exist c:\miktex\texmfs\install\miktex\bin\pdflatex.exe 7z x miktex-portable-2.9.6753.exe -oC:\miktex >NUL
- set "PATH=%PATH%;c:\miktex\texmfs\install\miktex\bin"
# autoinstall latex packages (0=no, 1=autoinstall, 2=ask)
# this adds this to the registry!
- initexmf --set-config-value "[MPM]AutoInstall=1" Build log: https://ci.appveyor.com/project/pat-s/mlr3-xml46/build/1.0.13#L14962 Add to README? |
This, or tinytex. The code should probably live in the PowerShell script and be triggered by an environment variable; this then should be part of the README. |
Added docs in 6d4e10b. |
See http://docs.miktex.org/manual/setupwiz.html, especially the
--unattended
switch.The text was updated successfully, but these errors were encountered: