TinyTeX is a TeX distribution based on TeX Live. tinytex is an R package that helps to install TinyTeX.
Questions tagged [tinytex]
149 questions
0
votes
0 answers
R Studio tinytex::tlmgr_update() gets an error
When I try to run:
tinytex::tlmgr_update()
I get the following error:
Not sure what to do next, any advice?

Angel Cloudwalker
- 2,015
- 5
- 32
- 54
0
votes
0 answers
tinytex:::is_tinytex() returns true, but I still cannot knit to a PDF from rmarkdown
When I knit to pdf, I get a pop up that says "The code execution cannot proceed because luatex.dll was not found. Reinstalling the program may fix this problem." I click OK, then I get this output:
This is pdfTeX, Version 3.14159265-2.6-1.40.21…
0
votes
0 answers
Cannot render publications list using Vitae
I am having trouble getting my publication list to render in my CV using vitae. I have read a previous post https://github.com/mitchelloharawild/vitae/issues/70 but cannot resolve the issue with the information provided. I have tried deleting the…

Nichola
- 1
- 1
0
votes
0 answers
tinytex not finding tabu.sty when downloading PDF for the first time
I am generating a PDF r markdown document as part of a downloadable report in a shiny application using download handler. I am using the tinytex package.
Once published to RStudio Connect though if I try and download I am getting an error that…

EMarshallsay
- 1
- 2
0
votes
1 answer
Germany quotation marks broken in tinytex/rmarkdown
What I want:
I'd like to have German quotation marks in my TeX-PDF via rmarkdown and tinytex on MacOS (Catalina). See for example:
The problem:
It used to work following the guidelines as proposed here. But now, it stopped working. I only get…

Sebastian Sauer
- 1,555
- 15
- 24
0
votes
0 answers
how to knit an R Markdown file to pdf
When I try to render an R Markdown file to pdf, I get the following error:
/Applications/RStudio.app/Contents/MacOS/pandoc/pandoc +RTS -K512m -RTS PC_final_proj.utf8.md --to latex --from…

user12388757
- 1
- 1
0
votes
0 answers
Render to "pdf_document" output format in rmarkdown getting stuck on knitr asis_output function
New to Rmarkdown (and markdown in general). I've inherited some code that works great for the html_document output format but not for pdf_document. It seems to get stuck on the knitr asis_output function in the .Rmd script. When I comment out chunks…

cmort
- 3
- 4
0
votes
1 answer
Bookdown does not render image in output pdf
I'm trying to include an image in the example index.rmd file that comes with the bookdown-package within RStudio. (New Project -> Book Project using bookdown)
I then simply appended the following code within an R code-chunk.
```{r}…

Tyroshi
- 1
- 2
0
votes
1 answer
Blogdown fails rendering page as tikzmark library is not found
I am using latest version of blogdown and tinytex to render a page containing this snippet:
The following diagram:
```{r, echo=FALSE, engine='tikz', fig.cap='This is it.', engine.opts = list(template =…

Andry
- 16,172
- 27
- 138
- 246
0
votes
0 answers
Rmarkdown does not work with raleway latex package
I'm not able to knit file with this header:
---
title: ' '
author: ' '
output: pdf_document
header-includes:
- \usepackage[T1]{fontenc}
- \usepackage[default]{raleway}
---
I'm getting error using tinytex distribution.
! Package fontenc Error:…

Adela
- 1,757
- 19
- 37
0
votes
1 answer
install missing *.sty for tint package
I have installed the tint_0.1.1 package and also have a working version of tinytex_0.11 in R (v3.5.3). I am attempting to use the supplied template - (Tint is not Tufte (PDF)) from the File > New File > RMarkdown > From Template menu in RStudio…

Ben G Small
- 585
- 1
- 5
- 12
0
votes
0 answers
how to get tinytex to produce pdfs on rstudio?
I have intstalled tinytex and now I was trying to knitr my .rmd to .pdf but I find myself with this message:
output file: *_report.knit.md
tlmgr search --file --global "/multirow.sty"
Trying to automatically install missing LaTeX packages...
tlmgr…

user51962
- 1
- 1
0
votes
1 answer
knitr::knit2pdf [Error in loadNamespace(name) : there is no package called 'tinytex' Calls]
I am trying to create fully portable environment = MiKTeX + TeXmaker + R-Portable + RStudioPortable + gnuplot...
In TeXmaker I created some User Commands:
[PdfLaTeX+shell]
pdflatex -synctex=1 -shell-escape -enable-write18 -interaction=nonstopmode…

subdivider
- 1
- 1
- 1
-1
votes
1 answer
Align equations already created with {equation*}?
I think this is simple.
I am using LaTeX in Rmarkdown, with the amsmath package. I am using \begin{equation} XX \end{equation} so that I can label my equations throughout the document.
However, I have a set of equations that I would like aligned for…

lmbradley
- 109
- 1
- 1
- 9