From 88941e095a928b61a415446c213ab8940b233cde Mon Sep 17 00:00:00 2001 From: Daniel Pittman Date: Wed, 6 Oct 2021 20:19:57 +0200 Subject: [PATCH] latex: Add start menu shortcut for miktex console (#2600) * add start menu shortcut for miktex console The MiKTeX console is a GUI application used to manage some settings, etc. It is available as a command line tool, but it also makes sense to expose with a start menu shortcut -- it is designed to be run that way, after all. * remove trailing whitespaces * remove extra comma Co-authored-by: Issac Lin --- bucket/latex.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/bucket/latex.json b/bucket/latex.json index 4f15bbc88c..7f37b3b165 100644 --- a/bucket/latex.json +++ b/bucket/latex.json @@ -17,6 +17,12 @@ "--hide --mkmaps" ] ], + "shortcuts": [ + [ + "MiKTeX Console", + "texmfs\\install\\miktex\\bin\\x64\\miktex-console.exe" + ] + ], "env_add_path": "texmfs\\install\\miktex\\bin\\x64" }, "32bit": { @@ -29,6 +35,12 @@ "--hide --mkmaps" ] ], + "shortcuts": [ + [ + "MiKTeX Console", + "texmfs\\install\\miktex\\bin\\miktex-console.exe" + ] + ], "env_add_path": "texmfs\\install\\miktex\\bin" } },