miktex

the MiKTeX source code (by MiKTeX)

Miktex Alternatives

Similar projects and alternatives to miktex

  1. Visual Studio Code

    3,133 miktex VS Visual Studio Code

    Visual Studio Code

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. semver

    Semantic Versioning Specification

  4. logseq

    561 miktex VS logseq

    A local-first, non-linear, outliner notebook for organizing and sharing your personal knowledge base. Use it to organize your todo list, to write your journals, or to record your unique life.

  5. pandoc

    444 miktex VS pandoc

    Universal markup converter

  6. intellij-plugins

    Open-source plugins included in the distribution of IntelliJ IDEA Ultimate and other IDEs based on the IntelliJ Platform

  7. plantuml

    135 miktex VS plantuml

    Generate diagrams from textual description

  8. taskwarrior

    Taskwarrior - Command line Task Management

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. resumake.io

    📝 A website for automatically generating elegant LaTeX resumes.

  11. Pluto.jl

    80 miktex VS Pluto.jl

    🎈 Simple reactive notebooks for Julia

  12. tectonic

    A modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive.

  13. texstudio

    TeXstudio is a fully featured LaTeX editor. Our goal is to make writing LaTeX documents as easy and comfortable as possible.

  14. LaTeX-Workshop

    29 miktex VS LaTeX-Workshop

    Boost LaTeX typesetting efficiency with preview, compile, autocomplete, colorize, and more.

  15. grpc-go

    32 miktex VS grpc-go

    The Go language implementation of gRPC. HTTP/2 based RPC

  16. tinytex

    A lightweight, cross-platform, portable, and easy-to-maintain LaTeX distribution based on TeX Live

  17. TeXiFy-IDEA

    LaTeX support for the IntelliJ platform by JetBrains.

  18. devtools-frontend

    8 miktex VS devtools-frontend

    The Chrome DevTools UI

  19. SwiftLaTeX

    SwiftLaTeX, a WYSIWYG Browser-based LaTeX Editor

  20. gummi

    Simple LaTeX editor

  21. kotlin-latex-listing

    A syntax highlighting template for the Kotlin language in LaTeX listings.

  22. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better miktex alternative or higher similarity.

miktex discussion

Log in or Post with

miktex reviews and mentions

Posts with mentions or reviews of miktex. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-23.
  • Noob here- how to download Latex?
    2 projects | /r/LaTeX | 23 May 2023
    Usually people recommend miktex for windows https://miktex.org/
  • Curl 8.0.1 because I jinked it
    5 projects | news.ycombinator.com | 21 Mar 2023
  • How to solve? package-manifests.ini", line="67371", error="invalid value definition"
    1 project | /r/LaTeX | 16 Mar 2023
    Seems like something's wrong with your MikTeX installation. Here's an issue on GitHub where others have had similar issues and here's another one.
  • Need help with ACS bibtex style
    1 project | /r/LaTeX | 16 Feb 2023
    For two, you can resort to its analogue within the KOMA class/bundle. Depending on your locale, this may require some adjustments for the paper format (ISO A4 vs e.g., US letter), but this is quick click in general setup (in case you happen to use MiKTeX, one of the tabs asks you for the format typically used) and in the .tex preamble. Else, achemso works just fine, i.e. in the text you get the number-based references.
  • Darkmode broken in Setzer – is it still maintained?
    2 projects | /r/LaTeX | 26 Jan 2023
    Or, does the flatpack attempt an installation of a large portion/all of TeXLive? (Aiming for a more granular approach, to fetch only the packages I really want [with optional, yet independent download of the documentation] was a major motivation to move to MikTeX (non-Docker) installation equally running from a a thumb drive, or in Linuxes. This was something in close to 100...200 MB in total as a starter package (already with its package manager), to which one can add/update/remove by like/dislike, need/no-need. And by the documentation, an installer for Fedora 37 equally is provided.).
  • LaTeX as a replacement for MS Word
    4 projects | /r/LaTeX | 8 Jan 2023
    texdoc comes with TeXLive only. With MiKTeX (which equally works well in Linux as in Windows, and from a thumb drive), you select the packages (or their documentation, or both) of interest for download. A double click opens the .pdf (screenshot).
  • I've got a problem
    3 projects | /r/LaTeX | 3 Jan 2023
    does the compilation with pdfLaTeX work? Do you use an instance of MiKTeX recently updated? A note about the GUI used would complement a problem report. If you use e.g., TeXStudio, then you already have a preview of the compiled document to monitor the advance of your work. You still can setup the program to open an external pdfviewer (e.g., sumatra) for a subsequent detailed inspection, print to paper of the pdf, etc. later.
  • Trying to compile Tex file using texniccenter (latex->ps->pdf) sequence but it's not working
    1 project | /r/LaTeX | 31 Dec 2022
    Because you mention Texniccenter I assume the operating system you use is Windows. Often, your TeX installation is either a ProTeXt DVD/iso (source of the soon retired project), or miktex. MiKTeX can install many of potentially missing usepackages during the first compilation if 1) the computer can connect with the servers of CTAN and 2) the user has permission to install programs on drive C:\. (In addition, MikTeX' package management offers you to list the packages installed/update them if you wish.) In case you do not possess the permissions to install a program, consider the portable installation, on an USB thumb drive -- very handy e.g., when passing the library's computer without installation privileges. MikTeX's installation comes with a light TeX editor, too -- not as many buttons to click as TeXniccscenter or TeXStudio, but cross platform.
  • Lyx export ODF using mk4ht
    3 projects | /r/LaTeX | 12 Dec 2022
    With an export of your .lyx to .tex, which may be submitted to pandoc. The entry Demos showcases some examples from which you may infer the syntax, the entry Demos -> Try pandoc online offers an installation free test ground e.g., from latex to .docx or .odt (or others). The less complex the .tex file, the greater the chances this minimal version will work, so forget (for now) illustrations and bibliographic references. However, if you install pandoc (freely available, cross-platform) and read the documentation, you may access much more functionality (including insertion of images, use of a bibliography; generation of .pdf with pdfLaTeX [e.g., with MikTeX], etc.) There equally is a r/pandoc, too.
  • Math equations' font in KaTeX
    2 projects | /r/LaTeX | 11 Nov 2022
    Give me some rope here, because you don't describe the installation available to you. I assume it is possible for you to collect and process the .md files locally. If so, a joint installation of miktex (for the part of e.g., rendering equations with pdfLaTeX), and pandoc for the conversion of file formats, e.g., markdown to .pdf, is handy.
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 12 May 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Stats

Basic miktex repo stats
31
862
8.6
14 days ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that C is
the 6th most popular programming language
based on number of references?