Changes

Jump to: navigation, search

MikTeX

1,573 bytes added, 01:27, 15 May 2020
Add 2.9
This is a silent installer for MikTeX a TeX software. More infos from [http://miktex.org/ here]
== MikTeX 2.9 from miktexsetup ==
In many cases need to install complete or not standart set of MikTeX components.
 
Then, firstly need download [https://miktex.org/download MiKTeX Setup Utility ].
 
Thereafter you need to download content to you local repository:
 
<source lang="cmd">
.\miktexsetup.exe --verbose --local-package-repository="Path to you network PKG_REPOSITORY catalog" --package-set=complete download
</source>
 
You can download to local catalog, like C:\repo and move content after.
 
<source lang="xml">
<package
id="miktex"
name="MikTeX"
revision="%PKG_VERSION%"
reboot="false"
priority="0">
 
<variable name="PKG_SHORT_VERSION" value="2.9" />
<variable name="PKG_VERSION" value="%PKG_SHORT_VERSION%.6942_2" />
<variable name="PKG_SOURCE" value="%SOFTWARE%\TEX\MikTeX" />
<variable name="PKG_NAME" value="miktexsetup-%PKG_VERSION%-x64.exe" architecture="x64" />
<variable name="PKG_REPOSITORY" value="%PKG_SOURCE%\%PKG_VERSION%-x64" architecture="x64" />
<variable name="PKG_INSTALL_SWITCH" value='--local-package-repository="%PKG_REPOSITORY%" --package-set=complete --shared --quiet install' />
<variable name="PKG_REMOVE_SWITCH" value="--quiet --shared uninstall" />
 
<check type="uninstall" condition="versiongreaterorequal" path="MiKTeX %PKG_SHORT_VERSION%" value="%PKG_SHORT_VERSION%" />
<install cmd='%PKG_SOURCE%\%PKG_NAME% %PKG_INSTALL_SWITCH%' />
 
<upgrade include='remove' />
<upgrade include='install' />
<remove cmd='%PKG_SOURCE%\%PKG_NAME% %PKG_REMOVE_SWITCH%' />
</package>
</source>
 
== MikTeX 2.8 from basic setup ==
Version 2.8 changed some of the setup options.
</source>
Version for == MikTeX 2.4:==
<source lang="xml">
74
edits

Navigation menu