3

What's the difference between this to options to install and manage packages?

And which one is better to use for regular LaTeX typesetting?

m0nhawk
  • 9,664

1 Answers1

4

When installed in 'multi-user' mode, MiKTeX maintains two trees for installed packages:

  • The system-wide tree, typically C:\Program Files\MiKTeX <version>\
  • A per-user tree, typically inside %APPDATA% (a user-specific folder)

When you use the 'Admin' mode for maintenance, packages are updated/installed in the system wide tree, and so are available for all users. On the other hand, when you run in 'non-Admin' mode, the user-specific folder is updated and so this applies only for 'you'.

MiKTeX always reads the per-user folder first, so if you install a package in both folders your 'personal' copy is read. That can lead to confusion if you've done an Admin update and are not seeing a change of say version. As such, for a computer only used by one person a 'multi-user' install is probably best avoided, as you then don't have to worry about this.

Joseph Wright
  • 259,911
  • 34
  • 706
  • 1,036