lervag / vimtex

VimTeX: A modern Vim and neovim filetype plugin for LaTeX files.
MIT License
5.51k stars 389 forks source link

What is warnings.pm? #2891

Closed Dorima1 closed 7 months ago

Dorima1 commented 7 months ago

Description

image I am using neovim and texlive and I cannot compile. I don't understand why. Any help is appreciated.

Steps to reproduce

No response

Expected behavior

I expect to compile. PDF pop up.

Actual behavior

Instead, I get nothing. I get this instead image And even running latexmk, I get the same issue. Can someone help me please?

Do you use a latexmkrc file?

No

VimtexInfo

System info:
  OS: Ubuntu 20.04.6 LTS
  Vim version: NVIM v0.9.5
  Has clientserver: true
  Servername: /run/user/1000/nvim.33469.0

VimTeX project: comp232problems
  base: comp232problems.tex
  root: /home/dreamer/Documents/Concordia/Semesters/Winter 2024/COMP 232/Textbook/Problems
  tex: /home/dreamer/Documents/Concordia/Semesters/Winter 2024/COMP 232/Textbook/Problems/comp232problems.tex
  main parser: current file verified
  document class: scrartcl
  packages: amsmath amssymb amsthm enumitem fancyhdr geometry inputenc parskip
  compiler: latexmk
    engine: -pdf
    options:
      -verbose
      -file-line-error
      -synctex=1
      -interaction=nonstopmode
    callback: 1
    continuous: 1
    executable: latexmk
  viewer: Zathura
    xwin id: 0
  qf method: LaTeX logfile
Dorima1 commented 7 months ago

I just had to give permissions to my /usr/local/lib directory. Sorry for the inconvenience!

lervag commented 7 months ago

No problem :)