Когда я пытаюсь визуализировать документ для создания PDF-файла, я получаю следующее сообщение об ошибке:
Код: Выделить всё
Rendering PDF
running lualatex - 1
This is LuaHBTeX, Version 1.22.0 (TeX Live 2025)
restricted system commands enabled.
Installing missing hyphenation file...
> 1 package to install
> installing hyphen-brazilian (1 of 1)
ERROR: [non-error-thrown] tlmgr returned a non zero status code
tlmgr install: package hyphen-brazilian not present in repository.
tlmgr: action install returned an error; continuing.
tlmgr: An error has occurred. See above messages. Exiting.
Код: Выделить всё
title: "Title"
subtitle: "subtitle"
author: "authors"
date: today
date-format: iso
format:
pdf:
mainfont: Times New Roman
toc: true
toc-depth: 2
toc-title: Sumário
number-sections: true
number-depth: 3
lang: pt-br
pdf-engine: lualatex
fig-cap-location: bottom
highlight-style: github
execute:
echo: true
include: true
warning: false
Как устранить эту ошибку?
Подробнее здесь: https://stackoverflow.com/questions/798 ... o-r-studio
Мобильная версия