Questions tagged [miktex]

MiKTeX is a typesetting system for Microsoft Windows, consisting of an implementation of TeX and a set of related programs.

[NOTE TO MODERATOR : shamelessly copied from Wikipedia, but it's better than nothing, right?]

MiKTeX is a typesetting system for Microsoft Windows that is developed by Christian Schenk. It consists of an implementation of TeX and a set of related programs. MiKTeX provides the tools necessary to prepare documents using the TeX/LaTeX markup language, as well a simple tex editor (TeXworks). The name comes from Christian Schenk's login: MiK for Micro-Kid.

MiKTeX can update itself by downloading new versions of previously installed components and packages, and has an easy installation process. Additionally, it can ask users whether they wish to download any packages that have not yet been installed but are requested by the current document.

The current version of MiKTeX is 2.9 and is available at the MiKTeX homepage. Since version 2.7, MiKTeX has support for XeTeX, MetaPost and pdfTeX and compatibility with Windows 7.

209 questions
0
votes
0 answers

Configuration of texmaker with portable miktex

I have downloaded the portable miktex and I have installed texmaker on my computer. The following screenshot presents by configuration: Apparently I am missing something because the following errors appear when I am trying to compile. Can you…
Whitebeard13
  • 411
  • 1
  • 7
  • 17
0
votes
0 answers

knitting with R to PDF

I continiously get the following error when ı try to knit RMD file to pdf. "incomplete final row has been found. I downloaded miktex, and downloaded all the updates. what is the issue, any idea? here is the link for RDS…
cekik
  • 63
  • 11
0
votes
0 answers

basic Miktex - QWindowsWindow::setGeometry: Unable to set geometry 451x317+1010+537

I am running doxygen with LaTeX using basic MikTex (2.9.6850). On a Windows 7 PC with same version of MikTex, the doxygen output is printed to the PDF as expected and happy days. But the Windows 10 PC is giving the following error message instead of…
strongleap
  • 11
  • 2
0
votes
1 answer

Sweave Error in compiling simple helloworld pdf

Using RStudio, Sweave, R 3.5.1, and MikTex 2.9... I've run out of things I can think to check. Any help would be greatly appreciated! \documentclass{article} \begin{document} \SweaveOpts{concordance=TRUE} Hello World! \end{document} Error…
user1329307
  • 117
  • 2
  • 16
0
votes
1 answer

Write Form Field From MikTex (via Pandoc) which iTextSharp Can Parse

I'm doing some tests with iTextSharp to see it would work to automate a workflow I have. So, I am using Pandoc to generate some pdfs from markdown. But when I generate the files iTextSharp doesn't recognize the fields I have generated. It recognizes…
Jon49
  • 4,444
  • 4
  • 36
  • 73
0
votes
1 answer

latex ambiguous warning while compiling with MikTex

I'm compiling LaTeX with MiKTeX. I get an ambiguous warning which interrupts compilation. LaTeX Warning: Command \' invalid in math mode on input line 209. 209 > \begin{equation} M = \left\{ m : {R_n} \left[ a \right] \right\} \end{equation} The…
Arg
  • 1
  • 3
0
votes
1 answer

NullPointerException with Texlipse and Miktex 2.9

When using Texlipse together with Miktex 2.9 on my Windows machine, the system throws a NullPointerExcpetion each time the document is compiled. The problem disappeared after I have updated the Miktex 2.9 distribution using the Update manager. Hope…
0
votes
0 answers

Printing long code block R markdown pdf

I am trying to print a long code, highlighted with R syntax, at the end of my thesis, written in R markdown. I am knitting to pdf. I receive the error: ! Dimension too large. I am copy pasting my code into the document: ```R Pasted code ``` I was…
0
votes
1 answer

Overwrite old PDF on LaTeX build (Sublime 3)

this is my first time working with LaTeX. Everything runs fine so far, but I have one problem. I am using Sublime Text 3 with the LaTeXTools plugin and MiKTeX on Windows 10. The first build runs successfully and creates all needed files (.aux .bbl…
H4rd_B4se
  • 91
  • 1
  • 5
0
votes
1 answer

How to knit to pdf in r markdown file?

I had a r markdown file copied from Roger Peng's tutorial. And I was able to knit to html and Word but had problems knitting to pdf. The test.Rmd code: My First Knitr Document =============================== This is some text (i.e. a text…
HW-Scientist
  • 394
  • 2
  • 7
  • 20
0
votes
0 answers

Error with Java.lang.runtime.exec method

I'm trying to run MixTex from a Java program, using the runtime.exec method. The code is try { Process process = Runtime.getRuntime().exec("miktex-pdf[--output-directory=(directory)][TestFile.tex]"); } catch (IOException ex) { …
0
votes
1 answer

Geany1.32 using Miktex2.9 can not compile biblatex

I am trying to migrate to Geany as my main IDE for LaTeX documentation. I am using windows 10 and MiKTeX2.9 (64bit). I am editing an article document which calls a number of .bib files containing my bibliography information. Reading the comments…
0
votes
1 answer

MiKTeX dvipdfmx stopped working under Windows XP

On our PC (under Windows XP there is MiKTeX, and it have been working well for many years. However, several month ago, after installing the latest version (setup from 09/16/2017), dvipdfmx stopped working reporting something like 'it is not win32…
Spectorsky
  • 608
  • 4
  • 23
0
votes
1 answer

Error using Beamer for Presentations in R Markdwon

I'm getting the below error when I try to knit any document into Beamer and I don't understand why. I have Miktex installed and updated. ! LaTeX Error: File `beamerbasemodes.sty' not found. Type X to quit or to proceed, or enter new name.…
Shootin_Putin
  • 59
  • 1
  • 7
0
votes
1 answer

R does not compile tex files to PDF

I am trying to produce pdf files from tex files in R studio but I am getting this error: tools::texi2pdf("myFirstAlignment.tex", clean=TRUE) Warning message: running command '"C:\PROGRA~1\MIKTEX~1.9\miktex\bin\x64\texify.exe" --quiet --pdf…
Tiago Bruno
  • 413
  • 1
  • 3
  • 17