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
6
votes
1 answer

Miktex: enable installing packages on the fly from command line

Is it possible to enable the option install packages on the fly from the command line, i.e. without interacting with the npm gui? This would be useful for setting up miktex on CI services such as appveyor.
Quant
  • 1,593
  • 14
  • 21
6
votes
2 answers

Can MikTeX create tagged PDFs?

Tagged PDFs allow for the easy reflow and accessibility of PDFs. It seems like this would be a natural use case for using LaTeX, which advocates content over style. But as far as I can tell, there is no way to create a tagged PDF with MikTeX…
jevon
  • 3,197
  • 3
  • 32
  • 40
5
votes
3 answers

RStudio Sweave error -> exit code -1073740791

I have problem with running my .rnw (I am running Sweave) files in RStudio due to this error message: Writing to file test.tex Processing code chunks with options ... You can now run (pdf)latex on 'test.tex' Running pdflatex.exe on…
Gregor G.
  • 57
  • 3
  • 8
5
votes
2 answers

Rstudio pdflatex.exe did not succeed

I'm currently using Rstudio and R markdown to create a pdf. However, every time I attempt to knit these error messages show up: ! Sorry, but C:\Users\AP\AppData\Local\Programs\MiKTeX\miktex\bin\x64\pdflatex.exe did not succeed. ! The log file…
RDTJr
  • 185
  • 1
  • 9
5
votes
1 answer

Remove table of contents from a R bookdown to pdf_book or pdf_document2

I compiling a short document using bookdown in Rstudio. I would simply like to drop the table of contents at the beginning of the document. I could "knit to pdf" instead of "knit to pdf_book" or "knit to pdf_document2", but then would loose a lot…
MsGISRocker
  • 588
  • 4
  • 21
5
votes
1 answer

How do I get the dependencies for the pgfSweave package (e.g. a current PGF) in MikTeX?

I installed the pgfSweave package for color syntax in LaTeX documents, but I ran aground when it comes to a LaTeX dependency. I've installed the pgf package via MikTeX's Package Manager (Admin) and believe to be up to date (I've looked around in the…
Roman Luštrik
  • 69,533
  • 24
  • 154
  • 197
5
votes
0 answers

How to change fonts for a .pdf output Using .Rmd with MiKTeX 2.9 and R studio knitr

After a fair amount of trying to work out what a .sty is, if I can apply a .css and what YAML can do, I've found a method to successfully and simply set fonts in a .PDF output. I go to the YAML header in the .Rmd and use: fontfamily:arev I spent a…
DaveRGP
  • 1,430
  • 15
  • 34
5
votes
1 answer

Does latex(describe(...)) work under knitr with MiKTeX?

When I create a file describe.Rnw as follows: \documentclass{article} \begin{document} <>= require(Hmisc) latex(describe(cars), file="") @ \end{document} and try to compile it with library(knitr) knit2pdf("describe.Rnw") I get…
Peter Ellis
  • 5,694
  • 30
  • 46
4
votes
2 answers

Jupyter notebook download as error nbconvert failed: no filter named 'escape_html_keep_quotes'

Trying to get my download functionality in Jupyter Notebook to work. I installed some templates earlier to try to deal with text getting cut off after downloading to PDF but then it seems to have screwed up something with the setup. I tried…
choochoo
  • 71
  • 1
  • 2
4
votes
0 answers

Setting up Latex with VScode: Error Recipe terminated with error. Having issues with Perl

I have set up Latex using VScode on windows 10 with LaTeX Workshop extension, but I am running into some issues, every time I try building the project it gives me the error: Recipe terminated with error. I have followed with many posts here and to…
Jamie
  • 365
  • 2
  • 5
  • 13
4
votes
1 answer

How to tell RStudio to use TinyTex instead of MiKTeX?

I want to use LaTeX in RStudio with Sweave. However, I run into problems with using MiKTeX (see Ref). As I couldn't solve these issues I want use TinyTeX now. I installed TinyTeX in…
timm
  • 257
  • 1
  • 10
4
votes
1 answer

save_kable does not work after installing R v4.0.2

I have successfully used save_kable() from kableExtra to export latex tables into *.png before. However, after updating R to the version 4.0.2, save_kable always ends with R fatal error (no specific error message is shown, the session is just…
joe.s
  • 41
  • 2
4
votes
1 answer

R Sweave: NO TeX installation detected

I've tried searching on google to fix this, with very minimal helpful solutions. I have installed, Miktex, R and R studio. I would like to use Sweave to create PDF documents in Miktex. Everytime I open my .Rnw file, it gives a warning at the top…
user9084595
  • 85
  • 1
  • 1
  • 5
4
votes
0 answers

Knitr LaTeX Error: Command \C unavailable in encoding T1

I'm trying to knit a PDF document of a table with images, but I'm getting a LaTeX error and a pandoc error 43: ! LaTeX Error: Command \C unavailable in encoding T1. The versions I'm working with: RStudio 1.0.143 MiKTeX 2.96400 Rmarkdown 1.6…
4
votes
2 answers

Relative system path to miktex and pandoc - Shiny Application packaged as Windows desktop app

I have packaged a Shiny application as a Windows desktop App by following the following tutorial: http://www.r-bloggers.com/deploying-desktop-apps-with-r/ In my Shiny application I provide the user to generate a PDF Report using pandoc and MikTex.…
wbaeckelmans
  • 347
  • 3
  • 12
1
2
3
13 14