tinytex icon indicating copy to clipboard operation
tinytex copied to clipboard

A lightweight, cross-platform, portable, and easy-to-maintain LaTeX distribution based on TeX Live

Results 26 tinytex issues
Sort by recently updated
recently updated
newest added

Hi everyone, I recently received a prompt when knitting an RMarkdown document to pdf that told me that a new version of Tinytex had been released and that I should...

When I used `tinytex::xelatex('./my_test.tex')` to compile my test file, I found that everything is good, except for the bibtex part. Seems to be file not exist, but using other tools...

Hi yihui, i have an issue with knit rmarkdown to pdf in RStudio. I am using TinyTex and try to knit following rmarkdown example: --- title: "Untitled" output: pdf_document ---...

Based on the conversation in #228 I am submitting this pull request to add a data object named `jup_pkgs` so that the additional packages required for using {tinytex} with Jupyter...

Since biber typically uses biblatex, we can infer bibtex/biber by examining the contents of `file`. The pull requests adds some tests, notably running `install_tinytex`. I wasn't sure whether this was...

Hello everyone. Even though, according to the latest posts, this issue (#205) seems to be solved on shinyapps.io, from my shiny app (deployed there) I am still not able to...

I find that in */R/latex.R*, there is `engine_args`, but no `bib_engine_args`. somethimes, `bib_engine_args` is needed for `bib_engine`, such as https://github.com/rstudio/bookdown/issues/651 or https://github.com/sjtug/SJTUThesis/issues/378 .We may need such args. Could you support...

enhancement

Should we update point 5 of the FAQ https://yihui.org/tinytex/faq/ so that it uses `install-bin-unix.sh` instead of `install-unx.sh` ? That way some default packages would be installed. Derived from : https://community.rstudio.com/t/how-do-i-to-specify-tinytex-root-for-users/89751/4

To make sure TinyTeX releases work well with rticles, so that issues like https://github.com/rstudio/rticles/issues/329 won't happen again in the future.