Skip to content
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

latex: shortcuts creation error #2783

Closed
vadim-zyamalov opened this issue Oct 19, 2021 · 3 comments · Fixed by #2784
Closed

latex: shortcuts creation error #2783

vadim-zyamalov opened this issue Oct 19, 2021 · 3 comments · Fixed by #2784

Comments

@vadim-zyamalov
Copy link

While installing latex the following error occured:

Linking ~\scoop\apps\latex\current => ~\scoop\apps\latex\21.6
Creating shim for 'miktex'.
Creating shortcut for texmfs\install\miktex\bin\x64\miktex-console.exe (MiKTeX Console) failed: Couldn't find C:\Users\vadim\scoop\apps\latex\current\MiKTeX Console
Persisting texmfs\config
'latex' (21.6) was installed successfully!

I've found out that two strings in the shortcuts sections are misplaced and should be swapped.

Instead

"shortcuts": [
    [
        "MiKTeX Console",
        "texmfs\\install\\miktex\\bin\\miktex-console.exe",
    ]
],

they should be

"shortcuts": [
    [
        "texmfs\\install\\miktex\\bin\\miktex-console.exe",
        "MiKTeX Console"
    ]
],
@issaclin32
Copy link
Member

Thank you for reporting. The problem has been fixed.

@vadim-zyamalov
Copy link
Author

I've downloaded the updated manifest and the problem is still there! It seems that the fix for shortcuts is not included in the merged commit...

@issaclin32
Copy link
Member

issaclin32 commented Oct 21, 2021

I've downloaded the updated manifest and the problem is still there! It seems that the fix for shortcuts is not included in the merged commit...

Now it should be fixed. (d5f5b18)
You can run scoop update and scoop install latex to check it.
Sorry for the inconvinience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants