TinyTeX is a TeX distribution based on TeX Live. tinytex is an R package that helps to install TinyTeX.
Questions tagged [tinytex]
149 questions
1
vote
0 answers
Unable to knit cv awesomecv template in R vitae package
When I try to knit the template awesomecv in the vitae package I get the following error:
< was unexpected at this time.
! LaTeX Error: File `enumitem.sty' not found.
! Emergency stop.
Error: LaTeX failed to compile Untitled2.tex. See…

Georgia
- 23
- 3
1
vote
0 answers
Tinytex support package expl3 too old
I'm trying to generate PDF reports with RMarkdown and Huxtable, and am using TinyTex latex distribution. I am receiving the following error message when trying to render a huxtable object to pdf:
! Package siunitx Error: Support package expl3 too…

Robert
- 11
- 1
1
vote
0 answers
Add Packages using TinyTex in R for RMarkdown
I am trying to install missing packages for my RMarkdown document to create a PDF report.
The packages i downloaded from here under the tinytex releases, specifically TinyTeX-v2022.11.tar.gz
I run the following:
tinytex:::install_prebuilt(dir =…

John Smith
- 2,448
- 7
- 54
- 78
1
vote
0 answers
Problem with Cyrillic characters when knitting .rmd files to pdf with tinytex
I have a problem whenever I have a .rmd file with Cyrillic characters in it and I try to knit it to a pdf, e.g.:
---
title: "test"
output:
pdf_document:
latex_engine: xelatex
html_document: default
---
Това е тест
When I press 'knit' I…

demirev
- 175
- 1
- 8
1
vote
0 answers
installing R Markdown- cannot knit to PDF, LaTeX error
I am trying to knit an R Markdown in a new install. First, in RStudio I went to File > New File > R Markdown and created one with PDF output format. That resulted in an Error in the render tab:
Error: LaTeX failed to compile R-Markdown-sample.tex.…

Lillian Welsh
- 21
- 3
1
vote
0 answers
R Markdown CV (modern cv) errors - tinytex?
I am trying to make a CV using markdown, and the default modern CV template. Whenever I try to knit I get the following error.
! LaTeX Error: Command \whatsappsocialsymbol
undefined.
Error: LaTeX failed to compile cv-attempy.tex.…

James B
- 29
- 4
1
vote
0 answers
rmarkdown does not render PDFs as batch
No solution offered yet and cross-posted to RStudio community:
https://community.rstudio.com/t/rmarkdown-does-not-render-pdfs-as-batch/136316
I have a rmarkdown file that renders well in RStudio with the Knitr button or with rmarkdown() but does not…

ajam21
- 23
- 4
1
vote
0 answers
The font "Andale Mono" cannot be found while using rstudio/bookdown package to build book
I cloned materials of Hadley Wickham's book Advanced R Programming from a github repository https://github.com/hadley/adv-r.
I tried to build the html format book and encountered the following issues:
! Package fontspec Error: The font "Andale Mono"…

Jinji
- 11
- 1
1
vote
0 answers
R markdown- The sample file successfully knits to PDF, but my file fails
Firstly, to give you some background,the conversion to PDF was successful on my PC, and an error occurred when I checked the operation on another person's PC. So there is no flaw in the program, in my opinion. The following is about checking the…

thi
- 31
- 2
1
vote
1 answer
How to solve RMarkdown error after installing tinytex::install_tinytex()
I'm just trying creating a pdf file with RMardown and after installing the tinytex package as follows:
tinytex::install_tinytex()
If I set at the very top of the .RMd doc the following wording:
output:
pdf_document: default
latex_engine:…

12666727b9
- 1,133
- 1
- 8
- 22
1
vote
0 answers
R Markdown / Tinytex install / mirrors / AWS EC2 Windows
I use RStudio from an AWS EC2 Windows. To get .pdf file from my rmarkdown I tried to install MiKTeX on my EC2 and faced some issue, so I decided to try the tinytex solution. I correctly installed the tinytex package but I had some trouble to install…

Mhd
- 11
- 2
1
vote
0 answers
Generate .pdf from rMarkDown file with R
This is my first time trying to use r and RStudio to generate a report. When I use RStudio and the knitr button to create the document in html format the process finishes fine, with no errors. But when I try the same to make the document .pdf the…

José Carlos
- 213
- 1
- 12
1
vote
0 answers
I cannot knit a file to PDF, I have tried for 3 hours and now I'm lost, what to do?
thank you for helping because at this point im hopeless.
I installed tinytex and i still get this message...
The error i get when trying to knit is:
processing file: Casestudy.Rmd
|....................... …

New One
- 11
- 2
1
vote
1 answer
Make URL hyperlinked in R Markdown kableExtra footnote
I'm preparing an R Markdown script to make a pdf (using tinytex).
I have a table from kableextra with a footnote() that I'd like to have the hyperlinked URL.
I know how to bold, italicize, strikethrough text in tex, but hyperlinked URLs?
Here is an…

jsirgo
- 156
- 8
1
vote
3 answers
How to install TinyTex from .zip file? (install_windows_zip not working)
I'm trying to install Tinytex from .zip file, as I'm unable to install TinyTex in the standard way (install_tinytex) due to some restrictions from my IT department.
The advised way to do so is tinytex:::install_windows_zip(). However, I get an error…

Asikaz
- 23
- 4