7

I use Texstudio and Miktex on Win 7 as a portable version.

Today i updated my miktex-packages and everything worked fine except the "\usepackage{tikz}" command.

I made a fresh reinstall with the newest versions of miktex and texstudio, opened my latex-document and compiled it. Miktex installed all missing packages on-the-fly except pgf/tikz, wich gave an error instead. I installed it manually in the package manager but texstudio still says "File "tikz.sty" not found".

Unfortunately I have to use the portable version, because I don't have any admin rights. The last time I worked on that document, everything worked fine.

Any ideas?

Troy
  • 13,741
Lukas
  • 73
  • 3
    The miktex package pgf is broken, it doesn't contain any files. Add an issue to https://github.com/MiKTeX/miktex-packaging – Ulrike Fischer Jan 07 '19 at 13:11
  • 2
    Please report package or distribution errors always directly to the developer over its support contact channel (website, forum, whatever they have for this). Stackexchange is not a bug tracker. – Martin Scharrer Jan 07 '19 at 14:40
  • 5
    I'm voting to close this question as off-topic because this is a bug in MikTeX packaging and should be reported on the bugtracker (which it already has been https://github.com/MiKTeX/miktex-packaging/issues/80). – Henri Menke Jan 07 '19 at 21:42
  • 3
    I voted to leave this open -- at least for the next few days. There will probably be more questions about this problem and we can easily mark them as duplicate of this question. Also user with this problem can better find this questions and follow the link from Ulrike Fischers answer to get up to date information from the bug report. – samcarter_is_at_topanswers.xyz Jan 07 '19 at 22:37

2 Answers2

10

The MikTeX package pgf is broken, it doesn't contain any files.

In such cases the right thing to do is to check the issues at https://github.com/MiKTeX/miktex-packaging/issues and to add one if needed.

This has already been done: https://github.com/MiKTeX/miktex-packaging/issues/80

moewe
  • 175,683
Ulrike Fischer
  • 327,261
1

It is fixed after todays update

NelDav
  • 608
  • 2
    Yes, but that is already pointed out in the comment section of the question. –  Jan 08 '19 at 09:02