I am trying to build a `tex` document:
\documentclass[12pt]{article}
\begin{document}
Hello world!
$Hello world!$ %math mode
\end{document}
with:
Code: Select all
pdflatex test.tex
Code: Select all
This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022/Arch Linux) (preloaded format=pdflatex)
restricted \write18 enabled.
entering extended mode
! I can't find file `test.tex'.
<*> test.tex
(Press Enter to retry, or Control-D to exit)
Please type another input file name:
Cheers.