Search found 2 matches

by tex_user_001
Mon Sep 05, 2022 5:19 pm
Forum: General
Topic: ! I can't find file `test.tex'.
Replies: 1
Views: 1980

! I can't find file `test.tex'.

Hi,

I just found the problem. I did:

Code: Select all

export TEXINPUTS=$ALT_HOME/.latex/inputs/
instead of:

Code: Select all

export TEXINPUTS+=:$ALT_HOME/.latex/inputs/
by tex_user_001
Mon Sep 05, 2022 4:55 pm
Forum: General
Topic: ! I can't find file `test.tex'.
Replies: 1
Views: 1980

! I can't find file `test.tex'.

Hi,

I am trying to build a `tex` document:

\documentclass[12pt]{article}
\begin{document}
Hello world!
$Hello world!$ %math mode
\end{document}

with:


pdflatex test.tex


but I get:


This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022/Arch Linux) (preloaded format=pdflatex ...