From 5bd42520e7b3aa681c24a7733c84e17ddb074f13 Mon Sep 17 00:00:00 2001 From: Kieran Collins <110566434+KC-OU@users.noreply.github.com> Date: Thu, 27 Feb 2025 17:58:15 +0000 Subject: [PATCH] Update applications.json I have updated the applications.json to add 2 applicetion to the file Application are Miktex Latex Editor, installable and portable --- config/applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/config/applications.json b/config/applications.json index 800e1d73..9104ccbe 100644 --- a/config/applications.json +++ b/config/applications.json @@ -2934,5 +2934,21 @@ "description": "Fork - a fast and friendly git client.", "link": "https://git-fork.com/", "winget": "Fork.Fork" + }; + "MiKTeX": { + "category": "Document", + "choco": "miktex", + "content": "MiKTeX Latex Editor", + "description": "MiKTeX is a free, open-source TeX/LaTeX distribution for Windows, macOS, and Linux. It provides tools for typesetting documents, including a package manager for easy installation of necessary components. It's designed to help create professional documents.", + "link": "https://miktex.org/download", + "winget": "MiKTeX.MiKTeX" + }; + "MiKTeXPortable": { + "category": "Document", + "choco": "miktex.portable", + "content": "MiKTeX Latex Editor - Portable", + "description": "MiKTeX Portable allows you to run the MiKTeX TeX/LaTeX distribution from a USB drive or other portable storage. It avoids installing into the host computer's system, keeping configurations and files self-contained. This enables use of MiKTeX on various Windows machines without leaving traces.", + "link": "https://miktex.org/download", + "winget": "na" } }