I'm using quarto in RStudio (windows) to compile a markdown document to pdf with xelatex. Until now I was using the quarto 1.1... version, all was working fine. Today I have updated to version 1.2.269 and now I can't compile my document, the xelatex call hangs in a 'tlmgr updating' call. It generates .tex output but the xelatex call just hangs there and never ends. However my TexLive installation is fully updated, as I have checked manually with tlmgr. Launching xelatex from TexWorks works ok and xelatex can compile this .tex file and generate the correct pdf file. Any advice about what can be wrong with quarto or xelatex call from RStudio after this quarto update? Thanks in advance
Quarto compilation with xelatex hanging in RStudio after update to 1.2.269
218 Views Asked by Juan Riera At
0
There are 0 best solutions below
Related Questions in RSTUDIO
- R cannot open file with cfa()
- Missing projection file in R's rgdal package for geospatial analysis
- rJava load error in RStudio/R after "upgrading" to OSX Yosemite
- Plotting Modeled Data as my Regression Curve in R/RStudio
- RStudio - blank screen on Mac
- Prompt user without waiting
- The error when publishing a shiny app
- R. Why is the output data becoming ranks of the data instead of the original data?
- Is there any way to disable environment pane in RStudio?
- Can I change significant figures on the fly
- Web scraping the make/model/year of VIN numbers in RStudio
- Unable to install RStudio on Mac OSX 10.10
- Connecting R to mysql DB via SSH tunnel
- Can't install devtools in RStudio -- Dependencies not found (xml2/rversions)
- RODBC with MAC not working. Using unixODBC and Rstudio
Related Questions in QUARTO
- Can I more easily format long captions for tables and figures in Jupyter Notebooks rendered to PDF with Quarto?
- Quarto Hybrid Navigation Sidebar Always Shown
- Ensuring two different gt tables have the same width (e.g., full page width or other custom length) in quarto pdf
- Keybindings for Quarto in VSCode not working "command not found"
- Making the sidebar appear on hover in Quarto
- Multicolumn Footnote with kableExtra on Quarto document
- Change font size for entire gt() table in quarto with Latex / PDF output?
- How can I add two videos (side by side) in a quarto/revealjs presentation?
- What is the correct way to insert and format non-executable code in Quarto?
- kableExtra adding spacing just by loading the package with 2 column kable
- How do I get two columns in part of my PDF document created from Quarto + Latex when working in RStudio?
- How can I suppress header text from showing up in Quarto?
- Quarto rendering not updating charts or numbers
- Embed interactive plot into standalone Quarto HTML
- Quarto: Some boostrap properties override custom theme?
Related Questions in TEX-LIVE
- How do I get CMake to check for TeXLive in Pandoc?
- Cannot use "convert" to generate a .gif from a .pdf
- TeXLive update error: tlmgr: Remote repository is newer than local (2017 < 2018)
- Problem in Converting Jupyter notebook to pdf
- How to hide extra/auxiliary files generated by pdflatex in Linux
- Can't use tlmgr following clean installation, tlmgr: Local TeX Live (2021) is older than remote repository (2022)
- Pandoc conversion to pdf not working on heroku
- pdftex fails in a bash script
- Cleanthesis TeX Theme wont create pdf
- Install TeXLive on OpenSUSE
- Building full TexLive docker image meets error after package installation
- Quarto compilation with xelatex hanging in RStudio after update to 1.2.269
- pandoc convert to pdf fails when € is in a header
- Cannt run pdflatex in texstudio
- can't compile RMarkdown pdf with image in child .Rmd - LaTeX Error - image file not found
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?