Issues on trying to use latex on visual studio code with github

Viewed 13

I'm trying to use visual studio code as a latex editor for my university notes but when I run a very basic .tex file

\documentclass[hidelinks]{book}
\usepackage[utf8]{inputenc}

\title{Calcolo Numerico - (02023)}
\author{Name Surname}
\date{A.A. 2022 - 2023}

\begin{document}

\maketitle

\section{Introduzione}

\end{document}

It gives me some error status on the console This is the console output

it talks about the file root but I don't understand what he is angry about :/

0 Answers
Related