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: Installation of tidyverse gets me non zero exit for "reprex" and "tinytex"
Below is the message I get when I try to install tidyverse package and then I see tidyverse in the installed packages but I cannot use it ... what exactly is the issue here? I am using R version 3.6.0
* installing *source* package 'tinytex' ...
**…

mahmoud
- 37
- 8
0
votes
0 answers
RMarkdown and tinytex: unable to print to PDF
I have installed tinytex into RStudio, and yet when I attempt tp knit to PDF, I get the following error message:
! Package pdftex.def Error: File `file:///C:/Users/benja/Documents/R/Images/Doc
1.png' not found: using draft setting.
Error: LaTeX…

Benjamin Newton
- 11
- 1
0
votes
1 answer
TinyTex isn't working anymore with rmarkdown (maybe Path problems?)
I had a big problem with tinytex. When I tried to knit my document, it said that R can't find "pdflatex". So I tried to reinstall it, but that made things worse! I can't even install tinytex properly right now.
Recently I installed Python and…

Fade
- 59
- 5
0
votes
1 answer
Cannot find font in RMarkdown PDF
I have dusted off an old LaTeX template that I used with RMarkdown some time ago (when it worked), updated to the latest R, RMarkdown, tinytex etc.
When I try to knit the document, it gives an error that it cannot find the Accanthis font:
! Package…

user1683586
- 373
- 2
- 12
0
votes
0 answers
Error message when compiling ..Rmd to pdf in R Studio with TinyTex
I am trying to knit an .Rmd document to pdf in R Studio 1.4.1104 on Linux Ubunutu 20.04. This worked fine then stopped working with no obvious cause and the error message:
! You can't use `\end' in internal vertical mode. \enddocument…

paul r
- 1
- 1
0
votes
2 answers
Unable to produce pdf reports from RMarkdown (tinytex)
Until very recently, I was able to create pdf from Rmd files.
Being in trouble I have followed the advices to update tinytex and update all packages (I used to have Miktex and I changed to tinytex)
Taking this basic example:
---
title:…

djourd1
- 459
- 4
- 14
0
votes
0 answers
LaTeX failed to compile ,file again and again
I am trying to knit R Markdown to PDF and it doesn't work. I installed the package "tinytex" and try everything I can. I receive the following error code:
! warning: kpathsea: configuration file texmf.cnf not found in these directories:…

hhf
- 11
0
votes
1 answer
How can I use LaTeX package 'coffee4' to export an .Rmd to a Tufte Handout style .pdf?
In this video at around 7:30 into the video, Yihui Xie make a demo of the package coffee4 which adds random coffee stains to a document. However, he is showing them in a regular LateX style pdf. I am wondering if I could also use this package or an…

joafr
- 1
- 1
0
votes
1 answer
Booktabs table does not show in pdf or doc
I get an error when trying to create a pdf that has a booktabs table in it. If I delete the table code, the pdf is created without a problem.
RStudio: Latest version
R: latest version
tinytex: latest version
Below is my Rmd file:
---
title:…

Ovande Furtado
- 23
- 3
0
votes
1 answer
Rmarkdown fails at using xelatex engine
I am trying to specify a font style in my document and I found out I should use a specific latex engine: xelatex. However when I specify the following instruction inside the YAML header:
---
title: BLABLA - me
output:
pdf_document: default
…

Mr Frog
- 296
- 2
- 16
0
votes
0 answers
Can't knit a page in RStudio
I am trying to knit a page in RStudio to PDF so I can make a graph. However, each time I try to knit, I get a different error. The most recent error is the strangest yet. It is not complaining that a directory doesn't exist - it is complaining that…
0
votes
0 answers
R doesn't let me knit a code into word format
I'm getting an error as following.
I tried loading this package again but it is still version 0.12.
The following is the code output from getOption("repos")
CRAN
"https://mran.microsoft.com/snapshot/2019-04-15"

Dom Jo
- 320
- 1
- 3
- 13
0
votes
1 answer
Equation Function `$` not registering in R-Markdown
I am currently learning the basics of R and I cannot figure out why, when I try to insert equations, I am getting the error message:
I have installed and put in the library the packages tinyverse, DT, tinytex, here, knitr, and janitor for the rest…

Paige Robinson
- 13
- 2
0
votes
0 answers
R tinytex execution failed with error code 127
Is there anybody who can help me ??
Ive been struggling to install tinytex here is the result ->
tinytex::install_tinytex()
trying URL 'http://mirror.ctan.org/systems/texlive/tlnet/install-tl.zip'
Content length 333 bytes
downloaded 23.1 MB
trying…
0
votes
0 answers
R Markdown Unable to knit to PDF - Error in tmlr
My markdown file won't knit to PDF and returns the following error:
Unmatched ( in regex; marked by <-- HERE in m//( <-- HERE .sty/ at
/usr/local/bin/tlmgr line 1778. Error in grep(paste0("/", x[j], "$"),
l) : invalid regular expression…

Byron Pop
- 31
- 1
- 8