Input index file not found. #3100
Replies: 8 comments
-
Also, I wanted to thank the creators of this awesome package. I'm used to overleaf and new to local VSCode Latex compiling, so I'm happy to clarify anything further on the MWE provided. I also wanted to note that per #384, my
|
Beta Was this translation helpful? Give feedback.
-
It is important that the logs start with I advise not to modify the recipes unless you know exactly what you are doing. Using the default |
Beta Was this translation helpful? Give feedback.
-
Thanks @jlelong - appreciate your help. I've created a gist containing all the MWE files here.
Sure. If you could please try out the MWE per the gist and kindly advise me on best practices, I'll be happy to use what you recommend. |
Beta Was this translation helpful? Give feedback.
-
The file |
Beta Was this translation helpful? Give feedback.
-
Apologies - I just added it. |
Beta Was this translation helpful? Give feedback.
-
I confirm the default
You might want to modify your |
Beta Was this translation helpful? Give feedback.
-
Thanks for testing @jlelong . I'm sorry for any inconvenience caused. I switched to those more advanced settings because I could not get this MWE working with the default setup earlier today. I think the issue is with some additional LaTeX macros which I was using that may have caused some conflicts with the Appreciate your help. |
Beta Was this translation helpful? Give feedback.
-
To find out what your problem is, you may consider running the following command line from a terminal |
Beta Was this translation helpful? Give feedback.
-
Preliminary questions [Required]
Disable all the other extensions except for LaTeX Workshop, restart VS Code, and check that you still see this issue. [Required]
You still see this issue?: Yes
Make sure to visit the wiki FAQ before filling an issue.
You visited the wiki?: Yes
If your issue is with compiling a document (not having to do with finding the root file of a project), check first that you can compile manually.
You can compile a TeX document manually?: Yes. I can compile this on overleaf, which is what I would like to replicate locally.
Describe the bug [Required]
I'm trying to compile the MWE latex file locally, which compiles on overleaf. It gives the following error (I've looked at #384):
To Reproduce
Steps to reproduce the behavior:
. ├── HJnewsiambook.cls ├── command.tex ├── file1.tex ├── main.tex ├── newsiambk10.clo └── refs.bib
This can be done using the following command
md test-dir cd test-dir touch HJnewsiambook.cls command.tex file1.tex main.tex newsiambk10.clo refs.bib
test-dir
code .
Edit: Per the suggestion by @jlelong, the required MWE files can be downloaded as a gist. See here for details.
Expected behavior
I expect this to compile and make the required index and compile the pdf.
Logs [Required]
Please paste the whole log messages here, not parts of ones. The log should start with
Initializing LaTeX Workshop
. It is very important to identify problems.LaTeX Workshop Output [Required]
Developer Tools Console [Required]
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop [Required]
Please write exact version numbers. Please don't write
latest
instead of exact numbers.Additional questions
Are you using VSCodium?
No
Are you using the Snap or Flatpack versions of VS Code?
No
Are you using LaTeX Workshop with VS Code Remote?
No
If the answer is Yes, please write which one you are using. Write the versions of the remote extension.
Additional context
Add any other context about the problem here.
Beta Was this translation helpful? Give feedback.
All reactions