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
39
votes
5 answers

How do I use TrueType fonts with LaTeX

I need to use a font family in my LaTeX documents, that is available as 18 .TTF (TrueTypeFont) files. Where do I have to copy the files in my MiKTeX 2.8 installation? How Do I make the fonts available for LaTeX? I usually use pdfLaTeX. I read in…
harper
  • 13,345
  • 8
  • 56
  • 105
29
votes
2 answers

Setting up R to pick up texlive rather than miktex on Windows

On Windows, how could I instruct R to call TeXlive instead of MikTeX? I've got R set up on my Linux and Windows machines. On my Windows machines, I happen to have both MikTeX and TeXlive available. For reasons I won't go into I'd like R to call…
PatrickT
  • 10,037
  • 9
  • 76
  • 111
24
votes
6 answers

How do you display straight quotes instead of curly quotes when using LaTeX's 'listings' package?

I'm using LaTeX's "listings" package to format source code. Unfortunately I get curly quotes instead of straight quotes. Since the curly quotes don't always point in the right direction, it looks bad. How can I get straight quotes instead? I'd…
Paul Vincent Craven
  • 2,027
  • 3
  • 19
  • 24
18
votes
4 answers

R cmd check Latex error: FATAL pdflatex - GUI framework cannot be initialized

I am checking my package and this is actually the last remaining problem. The pdf file cannot be compiled and the logfile tells me 2015-10-15 14:17:47,430+0200 INFO pdflatex - running 'initexmf --quiet --update-fndb' to refresh the file name…
Christine Blume
  • 507
  • 3
  • 7
  • 17
14
votes
1 answer

Failed to compile tex in r markdown

I wanna make use of an R markdown and I get this message when I run bookdown::render_book("index.Rmd", "bookdown::pdf_book"): "C:/Program Files/RStudio/bin/pandoc/pandoc" +RTS -K512m -RTS Documentation.utf8.md --to latex --from…
joasa
  • 946
  • 4
  • 15
  • 35
14
votes
3 answers

How do I treat LaTeX warnings as errors

I am using the MiKTeX 2.8 distibution for Windows. We develop software primarily, and use LaTeX to make our user instructions. We use LaTeX because: It's great under source control for tracking changes etc. The source files don't suddenly decide to…
Alex Humphrey
  • 6,099
  • 4
  • 26
  • 41
13
votes
1 answer

.Rmd compilation failed due to LaTeX

I am trying to knit my .Rmd document to pdf. I have tried both to install tinytex and separate miktex distribution, but neither helped. When I compile a .Rmd file I still get: "C:/Program Files/RStudio/bin/pandoc/pandoc" +RTS -K512m -RTS…
Xaume
  • 293
  • 2
  • 16
12
votes
1 answer

Pandoc for Windows: pdflatex not found

I receive the error: pdflatex not found when I try to convert a .tex or .md file to .pdf. I have downloaded MikTex and have the associated LaTex packages. These don't seem to include pdflatex, although I do see pdftex. Are these not interchangeable?…
tennis
  • 151
  • 1
  • 1
  • 6
8
votes
3 answers

How to get a list of all available (TTF-) Fonts with XeTeX?

Very neat that I can use any available TrueType font on my Windows machine with MikTex and XeTeX. %!TEX TS-program = xelatex %!TEX encoding = UTF-8…
towi
  • 21,587
  • 28
  • 106
  • 187
8
votes
2 answers

Setting font in pandoc to generate pdf using MiKTeX

I am new to pandoc and using it to convert set of markdown files into pdf. I would like to change the default fonts for the pdf. The documentation gives an example to set the fonts pandoc -N --template=mytemplate.tex --variable mainfont=Georgia…
resp78
  • 1,414
  • 16
  • 37
7
votes
1 answer

Insert contents from an external text file into a latex file

I have a text file in the working directory of a latex document. I have created sections in the latex document. I would like to insert the contents of the text file in latex. My reason for doing so is to simply the latex file into simple parts so…
naseefo
  • 720
  • 1
  • 9
  • 30
6
votes
3 answers

Latex/Miktex: Undefined citations

I am writing a latex script for my work, and I am having infinite trouble in getting the references in the PDF. My code is shown below, and I am using MikTex 2.9 on RStudio. Some background information that might be relevant: I am using Mendeley…
Marjanne
  • 63
  • 1
  • 1
  • 4
6
votes
2 answers

Error : File `l3backend-pdfmode.def' not found. }

I am trying to compile a .tex document into a pdf in TexStudio (and I have also tried in MikTex) and the following error is outputted File l3backend-pdfmode.def not found. I have tried downloading 13backend package but no luck. Do I need to place…
bbbb
  • 301
  • 2
  • 5
  • 10
6
votes
1 answer

Doxygen & (La)Tex - Cannot create PDF when using param-tags

I'm trying to generate PDF from source files using Doxygen and MikTex (also Tex Live tested) but with no success. Here is an example file which from I'm trying to generate the documentation: /** * @defgroup Example examplegroup * @{ */ /** * …
kamilla
  • 361
  • 1
  • 3
  • 8
6
votes
1 answer

Miktex did not succeed after I updated R to version 3.5.0

After I updated R to version 3.5.0, I couldn't start my MikTex from Rstudio, --- output: pdf_document: latex_engine: xelatex includes: in_header: header.tex keep_tex: yes --- Above is the code I typed ahead of my Rmd, and after…
Deku
  • 81
  • 1
  • 3
1
2 3
13 14