You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---title: "Untitled"format:
beamer:
pdf-engine: lualatexlang: ja-JP---## Quarto
あいうえお
When rendering this qmd file, an error occurs with the following message. Although it shows a permission issue here, even attempting installation as root fails because the specified LaTeX package does not exist."
> 1 package to install
> installing hyphen-japanese (1 of 1)
ERROR: [non-error-thrown] tlmgr returned a non zero status code
You don't have permission to change the installation in any way,
specifically, the directory /usr/local/texlive/2024/tlpkg/ is not writable.
Please run this program as administrator, or contact your local admin.
tlmgr: An error has occurred. See above messages. Exiting.
Steps to reproduce
Render qmd file bellow:
---title: "Untitled"format:
beamer:
pdf-engine: lualatexlang: ja-JP---## Quarto
あいうえお
Expected behavior
No response
Actual behavior
No response
Your environment
RStudio Server: 2024.09.0+375 on Ubuntu 24.04.1
Client: Windows11 + chrome
Quarto: 1.5.57 (bundled with RStudio)
Latex: texlive2024 (the latest version today)
Quarto check output
Quarto 1.5.57
[✓] Checking versions of quarto binary dependencies...
Pandoc version 3.2.0: OK
Dart Sass version 1.70.0: OK
Deno version 1.41.0: OK
Typst version 0.11.0: OK
[✓] Checking versions of quarto dependencies......OK
[✓] Checking Quarto installation......OK
Version: 1.5.57
Path: /usr/lib/rstudio-server/bin/quarto/bin
[✓] Checking tools....................OK
TinyTeX: (not installed)
Chromium: (not installed)
[✓] Checking LaTeX....................OK
Using: Installation From Path
Path: /usr/local/bin
Version: 2024
[✓] Checking basic markdown render....OK
[✓] Checking Python 3 installation....OK
Version: 3.12.3
Path: /tmp/RtmpdepXB2/rstudio/terminal/python3
Jupyter: (None)
Jupyter is not available in this Python installation.
Install with python3 -m pip install jupyter
[✓] Checking R installation...........OK
Version: 4.4.1
Path: /usr/lib/R
LibPaths:
- /home/nishide/R/x86_64-pc-linux-gnu-library/4.4
- /usr/local/lib/R/site-library
- /usr/lib/R/site-library
- /usr/lib/R/library
knitr: 1.48
rmarkdown: 2.28
[✓] Checking Knitr engine render......OK
The text was updated successfully, but these errors were encountered:
I believe @TomBener is correct, and we need the analogous fix to 7b5c247
But, more generally, I subscribe to the "there's only three numbers in software engineering: 0, 1, and infinity" theory. So I don't believe this is only needed for simplified chinese and japanese; other writing systems probably need addressing as well, and we should come up with a more general fix.
So I don't believe this is only needed for simplified chinese and japanese; other writing systems probably need addressing as well, and we should come up with a more general fix.
Totally. We just need a way to know which one needs it or which don't. Or we just need to revert the feature in a way that we don't try to install it automatically and let user do it if there is a real problem.
I'll compare with tinytex R package because we don't have this issue, and probably because we don't try to install automatically a package if we detect this hyphen message in the log file.
Bug description
When rendering this qmd file, an error occurs with the following message. Although it shows a permission issue here, even attempting installation as root fails because the specified LaTeX package does not exist."
Steps to reproduce
Render qmd file bellow:
Expected behavior
No response
Actual behavior
No response
Your environment
RStudio Server: 2024.09.0+375 on Ubuntu 24.04.1
Client: Windows11 + chrome
Quarto: 1.5.57 (bundled with RStudio)
Latex: texlive2024 (the latest version today)
Quarto check output
Quarto 1.5.57 [✓] Checking versions of quarto binary dependencies... Pandoc version 3.2.0: OK Dart Sass version 1.70.0: OK Deno version 1.41.0: OK Typst version 0.11.0: OK [✓] Checking versions of quarto dependencies......OK [✓] Checking Quarto installation......OK Version: 1.5.57 Path: /usr/lib/rstudio-server/bin/quarto/bin [✓] Checking tools....................OK TinyTeX: (not installed) Chromium: (not installed) [✓] Checking LaTeX....................OK Using: Installation From Path Path: /usr/local/bin Version: 2024 [✓] Checking basic markdown render....OK [✓] Checking Python 3 installation....OK Version: 3.12.3 Path: /tmp/RtmpdepXB2/rstudio/terminal/python3 Jupyter: (None) Jupyter is not available in this Python installation. Install with python3 -m pip install jupyter [✓] Checking R installation...........OK Version: 4.4.1 Path: /usr/lib/R LibPaths: - /home/nishide/R/x86_64-pc-linux-gnu-library/4.4 - /usr/local/lib/R/site-library - /usr/lib/R/site-library - /usr/lib/R/library knitr: 1.48 rmarkdown: 2.28 [✓] Checking Knitr engine render......OK
The text was updated successfully, but these errors were encountered: