Wenn ich versuche, das Dokument zu rendern, um die PDF-Datei zu generieren, erhalte ich die folgende Fehlermeldung:
Code: Select all
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.
Code: Select all
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
Wie kann dieser Fehler behoben werden?
Mobile version