2

Following up on gedit [<-- missing link? -->] TexLive

latexmk myfile.tex

delivers this answer:

Latexmk: Could not find file [myfile.tex]

Run number 1 of latex [myfile.tex]

This is pdfTexk, Version 3.141592-1.40.3 (Web2C 7.5.6) 

 %&-line parsing enabled.

entering extended mode

! I can't find file 'myfile.tex'

<*> myfile.tex   

Please type another input file name:

I renamed the file but still it could not be found.

does a .tex file have to be in a specific place in order to be found by latexmk?

1 Answers1

2

Make sure you are running this command in the same directory as myfile.tex.

Matthew Leingang
  • 44,937
  • 14
  • 131
  • 195