Recipe terminated with fatal error spawn latexmk enoent windows

Preliminary questions [Required] Disable all the other extensions except for LaTeX Workshop, restart VS Code, and check that you still see this issue. Done You still see this issue?: Yes Make sure ...

Here’s the logs:

[14:28:15] Initializing LaTeX Workshop.
[14:28:15] Extension root: c:Userskingram.vscodeextensionsjames-yu.latex-workshop-8.20.2
[14:28:15] $PATH: C:Program FilesVanDyke SoftwareClients;C:WINDOWSsystem32;C:WINDOWS;C:WINDOWSSystem32Wbem;C:WINDOWSSystem32WindowsPowerShellv1.0;C:WINDOWSSystem32OpenSSH;C:Program FilesMicrosoft VS Codebin;C:ApplicationsSoftDevnodejs;C:ProgramDatachocolateybin;C:Program FilesGitcmd;C:Program FilesDockerDockerresourcesbin;C:ProgramDataDockerDesktopversion-bin;C:Program Files (x86)NVIDIA CorporationPhysXCommon;C:Program FilesNVIDIA CorporationNVIDIA NvDLISR;C:Python39Scripts;C:Python39;C:UserskingramAppDataLocalProgramsPythonPython39Scripts;C:UserskingramAppDataLocalProgramsPythonPython39;C:UserskingramAppDataLocalMicrosoftWindowsApps;C:UserskingramAppDataRoamingnpm
[14:28:15] $SHELL: undefined
[14:28:15] vscode.env.appName: Visual Studio Code
[14:28:15] vscode.env.remoteName: undefined
[14:28:15] vscode.env.uiKind: 1
[14:28:15] latex-workshop.bind.enter.key: true
[14:28:15] latex-workshop.docker.enabled: false
[14:28:15] latex-workshop.docker.image.latex: «»
[14:28:15] latex-workshop.intellisense.package.enabled: true
[14:28:15] latex-workshop.intellisense.update.aggressive.enabled: false
[14:28:15] latex-workshop.intellisense.update.delay: 1000
[14:28:15] latex-workshop.latex.autoBuild.run: «onFileChange»
[14:28:15] latex-workshop.latex.outDir: «%DIR%»
[14:28:15] latex-workshop.latex.recipes: [
{
«name»: «latexmk 🔃»,
«tools»: [
«latexmk»
]
},
{
«name»: «latexmk (latexmkrc)»,
«tools»: [
«latexmk_rconly»
]
},
{
«name»: «latexmk (lualatex)»,
«tools»: [
«lualatexmk»
]
},
{
«name»: «pdflatex ➞ bibtex ➞ pdflatex × 2»,
«tools»: [
«pdflatex»,
«bibtex»,
«pdflatex»,
«pdflatex»
]
},
{
«name»: «Compile Rnw files»,
«tools»: [
«rnw2tex»,
«latexmk»
]
},
{
«name»: «Compile Jnw files»,
«tools»: [
«jnw2tex»,
«latexmk»
]
},
{
«name»: «tectonic»,
«tools»: [
«tectonic»
]
}
]
[14:28:15] latex-workshop.latex.tools: [
{
«name»: «latexmk»,
«command»: «latexmk»,
«args»: [
«-synctex=1»,
«-interaction=nonstopmode»,
«-file-line-error»,
«-pdf»,
«-outdir=%OUTDIR%»,
«%DOC%»
],
«env»: {}
},
{
«name»: «lualatexmk»,
«command»: «latexmk»,
«args»: [
«-synctex=1»,
«-interaction=nonstopmode»,
«-file-line-error»,
«-lualatex»,
«-outdir=%OUTDIR%»,
«%DOC%»
],
«env»: {}
},
{
«name»: «latexmk_rconly»,
«command»: «latexmk»,
«args»: [
«%DOC%»
],
«env»: {}
},
{
«name»: «pdflatex»,
«command»: «pdflatex»,
«args»: [
«-synctex=1»,
«-interaction=nonstopmode»,
«-file-line-error»,
«%DOC%»
],
«env»: {}
},
{
«name»: «bibtex»,
«command»: «bibtex»,
«args»: [
«%DOCFILE%»
],
«env»: {}
},
{
«name»: «rnw2tex»,
«command»: «Rscript»,
«args»: [
«-e»,
«knitr::opts_knit$set(concordance = TRUE); knitr::knit(‘%DOCFILE_EXT%’)»
],
«env»: {}
},
{
«name»: «jnw2tex»,
«command»: «julia»,
«args»: [
«-e»,
«using Weave; weave(«%DOC_EXT%», doctype=»tex»)»
],
«env»: {}
},
{
«name»: «jnw2texmintex»,
«command»: «julia»,
«args»: [
«-e»,
«using Weave; weave(«%DOC_EXT%», doctype=»texminted»)»
],
«env»: {}
},
{
«name»: «tectonic»,
«command»: «tectonic»,
«args»: [
«—synctex»,
«—keep-logs»,
«%DOC%.tex»
],
«env»: {}
}
]
[14:28:15] latex-workshop.viewer.pdf.internal.keyboardEvent: «auto»
[14:28:15] Creating a new file watcher.
[14:28:15] watcherOptions: {«useFsEvents»:false,»usePolling»:false,»interval»:300,»binaryInterval»:1000,»awaitWriteFinish»:{«stabilityThreshold»:250}}
[14:28:15] Creating PDF file watcher.
[14:28:15] watcherOptions: {«useFsEvents»:false,»usePolling»:false,»interval»:300,»binaryInterval»:1000,»awaitWriteFinish»:{}}
[14:28:15] Creating Bib file watcher.
[14:28:15] watcherOptions: {«useFsEvents»:false,»usePolling»:false,»interval»:300,»binaryInterval»:1000,»awaitWriteFinish»:{«stabilityThreshold»:250}}
[14:28:15] Set $LATEXWORKSHOP_DOCKER_LATEX: «»
[14:28:15] Cannot run pdflatex to determine if we are using MiKTeX
[14:28:15] [Server] Creating LaTeX Workshop http and websocket server.
[14:28:15] LaTeX Workshop initialized.
[14:28:15] Trigger characters for intellisense of LaTeX documents: [«»,»,»,»{«]
[14:28:15] Bibtex format config: {«tab»:» «,»case»:»lowercase»,»left»:»{«,»right»:»}»,»trailingComma»:false,»sort»:[«key»],»alignOnEqual»:true,»sortFields»:false,»fieldsOrder»:[]}
[14:28:15] Current workspace folders: [«file:///w:/PROJECTS/math»]
[14:28:15] Current workspaceRootDir: file:///w:/PROJECTS/math
[14:28:15] Found root file from active editor: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[14:28:15] Root file changed: from undefined to w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[14:28:15] Start to find all dependencies.
[14:28:15] Root file languageId: latex
[14:28:15] [Server] Server successfully started: {«address»:»127.0.0.1″,»family»:»IPv4″,»port»:49570}
[14:28:15] Reset file watcher.
[14:28:15] Parsing a file and its subfiles: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[14:28:15] Parse fls file.
[14:28:15] Cannot find fls file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.fls
[14:28:15] Added to file watcher: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[14:28:15] Snippet data loaded.
[14:28:16] Checking for duplicate labels: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex.
[14:28:17] Manager.fileWatcher.getWatched: {«w:PROJECTSmathanalyticgeometry»:[«Section1.2_Problems.tex»]}
[14:28:17] Manager.filesWatched: [«w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex»]
[14:28:17] BibWatcher.bibWatcher.getWatched: {}
[14:28:17] BibWatcher.bibsWatched: []
[14:28:17] PdfWatcher.pdfWatcher.getWatched: {}
[14:28:17] PdfWatcher.pdfsWatched: []
[14:28:36] BUILD command invoked.
[14:28:36] The document of the active editor: file:///w%3A/PROJECTS/math/analyticgeometry/Section1.2_Problems.tex
[14:28:36] The languageId of the document: latex
[14:28:36] Current workspace folders: [«file:///w:/PROJECTS/math»]
[14:28:36] Current workspaceRootDir: file:///w:/PROJECTS/math
[14:28:36] Found root file from active editor: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[14:28:36] Keep using the same root file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[14:28:36] Building root file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[14:28:36] Build root file w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[14:28:36] outDir: w:/PROJECTS/math/analyticgeometry
[14:28:36] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math/analyticgeometry,w:/PROJECTS/math/analyticgeometry/Section1.2_Problems
[14:28:36] Recipe step env: {}
[14:28:36] cwd: w:PROJECTSmathanalyticgeometry
[14:28:36] LaTeX build process spawned. PID: 1404.
[14:28:36] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 1404.
[14:28:36] Does the executable exist? PATH: undefined
[14:28:36] The environment variable $SHELL: undefined
[14:28:38] Manager.fileWatcher.getWatched: {«w:PROJECTSmathanalyticgeometry»:[«Section1.2_Problems.tex»]}
[14:28:38] Manager.filesWatched: [«w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex»]
[14:28:38] BibWatcher.bibWatcher.getWatched: {}
[14:28:38] BibWatcher.bibsWatched: []
[14:28:38] PdfWatcher.pdfWatcher.getWatched: {}
[14:28:38] PdfWatcher.pdfsWatched: []
[14:30:21] Current workspace folders: [«file:///w:/PROJECTS/math»]
[14:30:21] Current workspaceRootDir: file:///w:/PROJECTS/math
[14:30:21] Current workspace folders: [«file:///w:/PROJECTS/math»]
[14:30:21] Current workspaceRootDir: file:///w:/PROJECTS/math
[14:30:21] Found root file from active editor: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[14:30:21] Found root file from active editor: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[14:30:21] Keep using the same root file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[14:30:21] Keep using the same root file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[14:30:23] Manager.fileWatcher.getWatched: {«w:PROJECTSmathanalyticgeometry»:[«Section1.2_Problems.tex»]}
[14:30:23] Manager.filesWatched: [«w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex»]
[14:30:23] BibWatcher.bibWatcher.getWatched: {}
[14:30:23] BibWatcher.bibsWatched: []
[14:30:23] PdfWatcher.pdfWatcher.getWatched: {}
[14:30:23] PdfWatcher.pdfsWatched: []
[14:30:23] Manager.fileWatcher.getWatched: {«w:PROJECTSmathanalyticgeometry»:[«Section1.2_Problems.tex»]}
[14:30:23] Manager.filesWatched: [«w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex»]
[14:30:23] BibWatcher.bibWatcher.getWatched: {}
[14:30:23] BibWatcher.bibsWatched: []
[14:30:23] PdfWatcher.pdfWatcher.getWatched: {}
[14:30:23] PdfWatcher.pdfsWatched: []
[14:30:44] Current workspace folders: [«file:///w:/PROJECTS/math»]
[14:30:44] Current workspaceRootDir: file:///w:/PROJECTS/math
[14:30:44] Current workspace folders: [«file:///w:/PROJECTS/math»]
[14:30:44] Current workspaceRootDir: file:///w:/PROJECTS/math
[14:30:44] Found root file from active editor: w:PROJECTSmathSection1.2_Problems.tex
[14:30:44] Found root file from active editor: w:PROJECTSmathSection1.2_Problems.tex
[14:30:44] Root file changed: from w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex to w:PROJECTSmathSection1.2_Problems.tex
[14:30:44] Start to find all dependencies.
[14:30:44] Root file languageId: latex
[14:30:44] Keep using the same root file: w:PROJECTSmathSection1.2_Problems.tex
[14:30:44] Reset file watcher.
[14:30:44] Parsing a file and its subfiles: w:PROJECTSmathSection1.2_Problems.tex
[14:30:44] Parse fls file.
[14:30:44] Cannot find fls file: w:PROJECTSmathSection1.2_Problems.fls
[14:30:44] Added to file watcher: w:PROJECTSmathSection1.2_Problems.tex
[14:30:44] Checking for duplicate labels: w:PROJECTSmathSection1.2_Problems.tex.
[14:30:46] Manager.fileWatcher.getWatched: {«w:PROJECTSmath»:[«Section1.2_Problems.tex»]}
[14:30:46] Manager.filesWatched: [«w:PROJECTSmathSection1.2_Problems.tex»]
[14:30:46] BibWatcher.bibWatcher.getWatched: {}
[14:30:46] BibWatcher.bibsWatched: []
[14:30:46] PdfWatcher.pdfWatcher.getWatched: {}
[14:30:46] PdfWatcher.pdfsWatched: []
[14:30:46] Manager.fileWatcher.getWatched: {«w:PROJECTSmath»:[«Section1.2_Problems.tex»]}
[14:30:46] Manager.filesWatched: [«w:PROJECTSmathSection1.2_Problems.tex»]
[14:30:46] BibWatcher.bibWatcher.getWatched: {}
[14:30:46] BibWatcher.bibsWatched: []
[14:30:46] PdfWatcher.pdfWatcher.getWatched: {}
[14:30:46] PdfWatcher.pdfsWatched: []
[14:30:56] File watcher — file deleted: w:PROJECTSmathSection1.2_Problems.tex
[14:30:56] Root file deleted: w:PROJECTSmathSection1.2_Problems.tex
[14:30:56] Start searching a new root file.
[14:30:56] Current workspace folders: [«file:///w:/PROJECTS/math»]
[14:30:56] Current workspaceRootDir: file:///w:/PROJECTS/math
[14:30:56] Current workspace folders: [«file:///w:/PROJECTS/math»]
[14:30:56] Current workspaceRootDir: file:///w:/PROJECTS/math
[14:30:56] Current workspace folders: [«file:///w:/PROJECTS/math»]
[14:30:56] Current workspaceRootDir: file:///w:/PROJECTS/math
[14:30:56] Found root file from active editor: w:PROJECTSmathTest.tex
[14:30:56] Found root file from active editor: w:PROJECTSmathTest.tex
[14:30:56] Root file changed: from w:PROJECTSmathSection1.2_Problems.tex to w:PROJECTSmathTest.tex
[14:30:56] Start to find all dependencies.
[14:30:56] Root file languageId: latex
[14:30:56] Keep using the same root file: w:PROJECTSmathTest.tex
[14:30:56] Reset file watcher.
[14:30:56] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:30:56] Parse fls file.
[14:30:56] Cannot find fls file: w:PROJECTSmathTest.fls
[14:30:56] Added to file watcher: w:PROJECTSmathTest.tex
[14:30:56] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:30:56] Cannot find fls file: w:PROJECTSmathTest.fls
[14:30:56] Cannot find fls file: w:PROJECTSmathanalyticgeometrySection1.8_Problems.fls
[14:30:56] Cannot find fls file: w:PROJECTSmathanalyticgeometrySection1.7_Problems.fls
[14:30:56] Cannot find fls file: w:PROJECTSmathanalyticgeometrySection1.6_Problems.fls
[14:30:56] Cannot find fls file: w:PROJECTSmathanalyticgeometrySection1.5_Problems.fls
[14:30:56] Cannot find fls file: w:PROJECTSmathanalyticgeometrySection1.3_Problems.fls
[14:30:56] Cannot find fls file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.fls
[14:30:56] Found files that might be root, choose the first one: w:PROJECTSmathTest.tex,w:PROJECTSmathanalyticgeometrySection1.8_Problems.tex,w:PROJECTSmathanalyticgeometrySection1.7_Problems.tex,w:PROJECTSmathanalyticgeometrySection1.6_Problems.tex,w:PROJECTSmathanalyticgeometrySection1.5_Problems.tex,w:PROJECTSmathanalyticgeometrySection1.3_Problems.tex,w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[14:30:56] Keep using the same root file: w:PROJECTSmathTest.tex
[14:30:58] Manager.fileWatcher.getWatched: {«w:PROJECTSmath»:[«Test.tex»]}
[14:30:58] Manager.filesWatched: [«w:PROJECTSmathTest.tex»]
[14:30:58] BibWatcher.bibWatcher.getWatched: {}
[14:30:58] BibWatcher.bibsWatched: []
[14:30:58] PdfWatcher.pdfWatcher.getWatched: {}
[14:30:58] PdfWatcher.pdfsWatched: []
[14:30:58] Manager.fileWatcher.getWatched: {«w:PROJECTSmath»:[«Test.tex»]}
[14:30:58] Manager.filesWatched: [«w:PROJECTSmathTest.tex»]
[14:30:58] BibWatcher.bibWatcher.getWatched: {}
[14:30:58] BibWatcher.bibsWatched: []
[14:30:58] PdfWatcher.pdfWatcher.getWatched: {}
[14:30:58] PdfWatcher.pdfsWatched: []
[14:30:58] Manager.fileWatcher.getWatched: {«w:PROJECTSmath»:[«Test.tex»]}
[14:30:58] Manager.filesWatched: [«w:PROJECTSmathTest.tex»]
[14:30:58] BibWatcher.bibWatcher.getWatched: {}
[14:30:58] BibWatcher.bibsWatched: []
[14:30:58] PdfWatcher.pdfWatcher.getWatched: {}
[14:30:58] PdfWatcher.pdfsWatched: []
[14:31:24] File watcher — file changed: w:PROJECTSmathTest.tex
[14:31:24] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:31:24] onDidSaveTextDocument triggered: file:///w:/PROJECTS/math/Test.tex
[14:31:24] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:31:24] Auto build started detecting the change of a file: w:PROJECTSmathTest.tex
[14:31:24] BUILD command invoked.
[14:31:24] The document of the active editor: file:///w%3A/PROJECTS/math/Test.tex
[14:31:24] The languageId of the document: latex
[14:31:24] Building root file: w:PROJECTSmathTest.tex
[14:31:24] Build root file w:PROJECTSmathTest.tex
[14:31:24] outDir: w:/PROJECTS/math
[14:31:24] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math,w:/PROJECTS/math/Test
[14:31:24] Recipe step env: {}
[14:31:24] cwd: w:PROJECTSmath
[14:31:24] LaTeX build process spawned. PID: 19216.
[14:31:24] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 19216.
[14:31:24] Does the executable exist? PATH: undefined
[14:31:24] The environment variable $SHELL: undefined
[14:31:30] File watcher — file changed: w:PROJECTSmathTest.tex
[14:31:30] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:31:30] onDidSaveTextDocument triggered: file:///w:/PROJECTS/math/Test.tex
[14:31:30] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:31:30] Auto build started detecting the change of a file: w:PROJECTSmathTest.tex
[14:31:30] BUILD command invoked.
[14:31:30] The document of the active editor: file:///w%3A/PROJECTS/math/Test.tex
[14:31:30] The languageId of the document: latex
[14:31:30] Building root file: w:PROJECTSmathTest.tex
[14:31:30] Build root file w:PROJECTSmathTest.tex
[14:31:30] outDir: w:/PROJECTS/math
[14:31:30] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math,w:/PROJECTS/math/Test
[14:31:30] Recipe step env: {}
[14:31:30] cwd: w:PROJECTSmath
[14:31:30] LaTeX build process spawned. PID: 14212.
[14:31:30] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 14212.
[14:31:30] Does the executable exist? PATH: undefined
[14:31:30] The environment variable $SHELL: undefined
[14:31:51] File watcher — file changed: w:PROJECTSmathTest.tex
[14:31:51] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:31:51] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:31:51] Auto build started detecting the change of a file: w:PROJECTSmathTest.tex
[14:31:51] BUILD command invoked.
[14:31:51] The document of the active editor: file:///w%3A/PROJECTS/math/Test.tex
[14:31:51] The languageId of the document: latex
[14:31:51] Building root file: w:PROJECTSmathTest.tex
[14:31:51] Build root file w:PROJECTSmathTest.tex
[14:31:51] outDir: w:/PROJECTS/math
[14:31:51] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math,w:/PROJECTS/math/Test
[14:31:51] Recipe step env: {}
[14:31:51] cwd: w:PROJECTSmath
[14:31:51] LaTeX build process spawned. PID: 6672.
[14:31:51] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 6672.
[14:31:51] Does the executable exist? PATH: undefined
[14:31:51] The environment variable $SHELL: undefined
[14:31:53] File watcher — file changed: w:PROJECTSmathTest.tex
[14:31:53] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:31:53] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:31:53] Auto build started detecting the change of a file: w:PROJECTSmathTest.tex
[14:31:53] BUILD command invoked.
[14:31:53] The document of the active editor: file:///w%3A/PROJECTS/math/Test.tex
[14:31:53] The languageId of the document: latex
[14:31:53] Building root file: w:PROJECTSmathTest.tex
[14:31:53] Build root file w:PROJECTSmathTest.tex
[14:31:53] outDir: w:/PROJECTS/math
[14:31:53] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math,w:/PROJECTS/math/Test
[14:31:53] Recipe step env: {}
[14:31:53] cwd: w:PROJECTSmath
[14:31:53] LaTeX build process spawned. PID: 22500.
[14:31:53] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 22500.
[14:31:53] Does the executable exist? PATH: undefined
[14:31:53] The environment variable $SHELL: undefined
[14:36:29] File watcher — file changed: w:PROJECTSmathTest.tex
[14:36:29] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:36:29] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:36:29] Auto build started detecting the change of a file: w:PROJECTSmathTest.tex
[14:36:29] BUILD command invoked.
[14:36:29] The document of the active editor: file:///w%3A/PROJECTS/math/Test.tex
[14:36:29] The languageId of the document: latex
[14:36:29] Building root file: w:PROJECTSmathTest.tex
[14:36:29] Build root file w:PROJECTSmathTest.tex
[14:36:29] outDir: w:/PROJECTS/math
[14:36:29] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math,w:/PROJECTS/math/Test
[14:36:29] Recipe step env: {}
[14:36:29] cwd: w:PROJECTSmath
[14:36:29] LaTeX build process spawned. PID: 2664.
[14:36:29] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 2664.
[14:36:29] Does the executable exist? PATH: undefined
[14:36:29] The environment variable $SHELL: undefined
[14:36:31] File watcher — file changed: w:PROJECTSmathTest.tex
[14:36:31] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:36:31] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:36:31] Auto build started detecting the change of a file: w:PROJECTSmathTest.tex
[14:36:31] BUILD command invoked.
[14:36:31] The document of the active editor: file:///w%3A/PROJECTS/math/Test.tex
[14:36:31] The languageId of the document: latex
[14:36:31] Building root file: w:PROJECTSmathTest.tex
[14:36:31] Build root file w:PROJECTSmathTest.tex
[14:36:31] outDir: w:/PROJECTS/math
[14:36:31] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math,w:/PROJECTS/math/Test
[14:36:31] Recipe step env: {}
[14:36:31] cwd: w:PROJECTSmath
[14:36:31] LaTeX build process spawned. PID: 17596.
[14:36:31] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 17596.
[14:36:31] Does the executable exist? PATH: undefined
[14:36:31] The environment variable $SHELL: undefined
[14:38:03] File watcher — file changed: w:PROJECTSmathTest.tex
[14:38:03] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:38:03] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:38:03] Auto build started detecting the change of a file: w:PROJECTSmathTest.tex
[14:38:03] BUILD command invoked.
[14:38:03] The document of the active editor: file:///w%3A/PROJECTS/math/Test.tex
[14:38:03] The languageId of the document: latex
[14:38:03] Building root file: w:PROJECTSmathTest.tex
[14:38:03] Build root file w:PROJECTSmathTest.tex
[14:38:03] outDir: w:/PROJECTS/math
[14:38:03] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math,w:/PROJECTS/math/Test
[14:38:03] Recipe step env: {}
[14:38:03] cwd: w:PROJECTSmath
[14:38:03] LaTeX build process spawned. PID: 24320.
[14:38:03] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 24320.
[14:38:03] Does the executable exist? PATH: undefined
[14:38:03] The environment variable $SHELL: undefined
[14:38:24] File watcher — file changed: w:PROJECTSmathTest.tex
[14:38:24] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:38:24] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:38:24] Auto build started detecting the change of a file: w:PROJECTSmathTest.tex
[14:38:24] BUILD command invoked.
[14:38:24] The document of the active editor: file:///w%3A/PROJECTS/math/Test.tex
[14:38:24] The languageId of the document: latex
[14:38:24] Building root file: w:PROJECTSmathTest.tex
[14:38:24] Build root file w:PROJECTSmathTest.tex
[14:38:24] outDir: w:/PROJECTS/math
[14:38:25] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math,w:/PROJECTS/math/Test
[14:38:25] Recipe step env: {}
[14:38:25] cwd: w:PROJECTSmath
[14:38:25] LaTeX build process spawned. PID: 23796.
[14:38:25] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 23796.
[14:38:25] Does the executable exist? PATH: undefined
[14:38:25] The environment variable $SHELL: undefined
[14:39:03] File watcher — file changed: w:PROJECTSmathTest.tex
[14:39:03] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:39:03] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:39:03] Auto build started detecting the change of a file: w:PROJECTSmathTest.tex
[14:39:03] BUILD command invoked.
[14:39:03] The document of the active editor: file:///w%3A/PROJECTS/math/Test.tex
[14:39:03] The languageId of the document: latex
[14:39:03] Building root file: w:PROJECTSmathTest.tex
[14:39:03] Build root file w:PROJECTSmathTest.tex
[14:39:03] outDir: w:/PROJECTS/math
[14:39:03] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math,w:/PROJECTS/math/Test
[14:39:03] Recipe step env: {}
[14:39:03] cwd: w:PROJECTSmath
[14:39:03] LaTeX build process spawned. PID: 24548.
[14:39:03] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 24548.
[14:39:03] Does the executable exist? PATH: undefined
[14:39:03] The environment variable $SHELL: undefined
[14:39:05] File watcher — file changed: w:PROJECTSmathTest.tex
[14:39:05] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:39:05] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:39:05] Auto build started detecting the change of a file: w:PROJECTSmathTest.tex
[14:39:05] BUILD command invoked.
[14:39:05] The document of the active editor: file:///w%3A/PROJECTS/math/Test.tex
[14:39:05] The languageId of the document: latex
[14:39:05] Building root file: w:PROJECTSmathTest.tex
[14:39:05] Build root file w:PROJECTSmathTest.tex
[14:39:05] outDir: w:/PROJECTS/math
[14:39:05] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math,w:/PROJECTS/math/Test
[14:39:05] Recipe step env: {}
[14:39:05] cwd: w:PROJECTSmath
[14:39:05] LaTeX build process spawned. PID: 23644.
[14:39:05] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 23644.
[14:39:05] Does the executable exist? PATH: undefined
[14:39:05] The environment variable $SHELL: undefined
[14:39:52] File watcher — file changed: w:PROJECTSmathTest.tex
[14:39:52] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:39:52] onDidSaveTextDocument triggered: file:///w:/PROJECTS/math/Test.tex
[14:39:52] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:39:52] Auto build started detecting the change of a file: w:PROJECTSmathTest.tex
[14:39:52] BUILD command invoked.
[14:39:52] The document of the active editor: file:///w%3A/PROJECTS/math/Test.tex
[14:39:52] The languageId of the document: latex
[14:39:52] Building root file: w:PROJECTSmathTest.tex
[14:39:52] File watcher — file changed: w:PROJECTSmathTest.tex
[14:39:52] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:39:52] Build root file w:PROJECTSmathTest.tex
[14:39:52] outDir: w:/PROJECTS/math
[14:39:52] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math,w:/PROJECTS/math/Test
[14:39:52] Recipe step env: {}
[14:39:52] cwd: w:PROJECTSmath
[14:39:52] LaTeX build process spawned. PID: 13224.
[14:39:52] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:39:52] Auto Build Run is temporarily disabled during a second.
[14:39:52] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 13224.
[14:39:52] Does the executable exist? PATH: undefined
[14:39:52] The environment variable $SHELL: undefined
[14:40:01] File watcher — file changed: w:PROJECTSmathTest.tex
[14:40:01] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:40:01] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:40:01] Auto build started detecting the change of a file: w:PROJECTSmathTest.tex
[14:40:01] BUILD command invoked.
[14:40:01] The document of the active editor: file:///w%3A/PROJECTS/math/Test.tex
[14:40:01] The languageId of the document: latex
[14:40:01] Building root file: w:PROJECTSmathTest.tex
[14:40:01] Build root file w:PROJECTSmathTest.tex
[14:40:01] outDir: w:/PROJECTS/math
[14:40:01] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math,w:/PROJECTS/math/Test
[14:40:01] Recipe step env: {}
[14:40:01] cwd: w:PROJECTSmath
[14:40:01] LaTeX build process spawned. PID: 17100.
[14:40:01] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 17100.
[14:40:01] Does the executable exist? PATH: undefined
[14:40:01] The environment variable $SHELL: undefined
[14:40:02] File watcher — file changed: w:PROJECTSmathTest.tex
[14:40:02] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:40:02] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:40:02] Auto build started detecting the change of a file: w:PROJECTSmathTest.tex
[14:40:02] BUILD command invoked.
[14:40:02] The document of the active editor: file:///w%3A/PROJECTS/math/Test.tex
[14:40:02] The languageId of the document: latex
[14:40:02] Building root file: w:PROJECTSmathTest.tex
[14:40:02] Build root file w:PROJECTSmathTest.tex
[14:40:02] outDir: w:/PROJECTS/math
[14:40:02] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math,w:/PROJECTS/math/Test
[14:40:02] Recipe step env: {}
[14:40:02] cwd: w:PROJECTSmath
[14:40:02] LaTeX build process spawned. PID: 12688.
[14:40:02] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 12688.
[14:40:02] Does the executable exist? PATH: undefined
[14:40:02] The environment variable $SHELL: undefined
[14:40:33] File watcher — file changed: w:PROJECTSmathTest.tex
[14:40:33] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:40:33] onDidSaveTextDocument triggered: file:///w:/PROJECTS/math/Test.tex
[14:40:33] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:40:33] Auto build started detecting the change of a file: w:PROJECTSmathTest.tex
[14:40:33] BUILD command invoked.
[14:40:33] The document of the active editor: file:///w%3A/PROJECTS/math/Test.tex
[14:40:33] The languageId of the document: latex
[14:40:33] Building root file: w:PROJECTSmathTest.tex
[14:40:33] File watcher — file changed: w:PROJECTSmathTest.tex
[14:40:33] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:40:34] Build root file w:PROJECTSmathTest.tex
[14:40:34] outDir: w:/PROJECTS/math
[14:40:34] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math,w:/PROJECTS/math/Test
[14:40:34] Recipe step env: {}
[14:40:34] cwd: w:PROJECTSmath
[14:40:34] LaTeX build process spawned. PID: 12140.
[14:40:34] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:40:34] Auto Build Run is temporarily disabled during a second.
[14:40:34] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 12140.
[14:40:34] Does the executable exist? PATH: undefined
[14:40:34] The environment variable $SHELL: undefined
[14:40:39] File watcher — file changed: w:PROJECTSmathTest.tex
[14:40:39] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:40:39] onDidSaveTextDocument triggered: file:///w:/PROJECTS/math/Test.tex
[14:40:39] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:40:39] Auto build started detecting the change of a file: w:PROJECTSmathTest.tex
[14:40:39] BUILD command invoked.
[14:40:39] The document of the active editor: file:///w%3A/PROJECTS/math/Test.tex
[14:40:39] The languageId of the document: latex
[14:40:39] Building root file: w:PROJECTSmathTest.tex
[14:40:39] Build root file w:PROJECTSmathTest.tex
[14:40:39] outDir: w:/PROJECTS/math
[14:40:39] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math,w:/PROJECTS/math/Test
[14:40:39] Recipe step env: {}
[14:40:39] cwd: w:PROJECTSmath
[14:40:39] LaTeX build process spawned. PID: 560.
[14:40:39] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 560.
[14:40:39] Does the executable exist? PATH: undefined
[14:40:39] The environment variable $SHELL: undefined
[14:40:41] File watcher — file changed: w:PROJECTSmathTest.tex
[14:40:41] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:40:41] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:40:41] Auto build started detecting the change of a file: w:PROJECTSmathTest.tex
[14:40:41] BUILD command invoked.
[14:40:41] The document of the active editor: file:///w%3A/PROJECTS/math/Test.tex
[14:40:41] The languageId of the document: latex
[14:40:41] Building root file: w:PROJECTSmathTest.tex
[14:40:41] Build root file w:PROJECTSmathTest.tex
[14:40:41] outDir: w:/PROJECTS/math
[14:40:41] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math,w:/PROJECTS/math/Test
[14:40:41] Recipe step env: {}
[14:40:41] cwd: w:PROJECTSmath
[14:40:41] LaTeX build process spawned. PID: 14720.
[14:40:41] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 14720.
[14:40:41] Does the executable exist? PATH: undefined
[14:40:41] The environment variable $SHELL: undefined
[14:40:43] File watcher — file changed: w:PROJECTSmathTest.tex
[14:40:43] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:40:43] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:40:43] Auto build started detecting the change of a file: w:PROJECTSmathTest.tex
[14:40:43] BUILD command invoked.
[14:40:43] The document of the active editor: file:///w%3A/PROJECTS/math/Test.tex
[14:40:43] The languageId of the document: latex
[14:40:43] Building root file: w:PROJECTSmathTest.tex
[14:40:43] Build root file w:PROJECTSmathTest.tex
[14:40:43] outDir: w:/PROJECTS/math
[14:40:43] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math,w:/PROJECTS/math/Test
[14:40:43] Recipe step env: {}
[14:40:43] cwd: w:PROJECTSmath
[14:40:43] LaTeX build process spawned. PID: 17240.
[14:40:43] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 17240.
[14:40:43] Does the executable exist? PATH: undefined
[14:40:43] The environment variable $SHELL: undefined
[14:40:52] File watcher — file changed: w:PROJECTSmathTest.tex
[14:40:52] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:40:52] onDidSaveTextDocument triggered: file:///w:/PROJECTS/math/Test.tex
[14:40:52] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:40:52] Auto build started detecting the change of a file: w:PROJECTSmathTest.tex
[14:40:52] BUILD command invoked.
[14:40:52] The document of the active editor: file:///w%3A/PROJECTS/math/Test.tex
[14:40:52] The languageId of the document: latex
[14:40:52] Building root file: w:PROJECTSmathTest.tex
[14:40:52] Build root file w:PROJECTSmathTest.tex
[14:40:52] outDir: w:/PROJECTS/math
[14:40:52] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math,w:/PROJECTS/math/Test
[14:40:52] Recipe step env: {}
[14:40:52] cwd: w:PROJECTSmath
[14:40:52] LaTeX build process spawned. PID: 352.
[14:40:52] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 352.
[14:40:52] Does the executable exist? PATH: undefined
[14:40:52] The environment variable $SHELL: undefined
[14:41:17] File watcher — file changed: w:PROJECTSmathTest.tex
[14:41:17] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:41:17] Cannot parse a TeX file: w:PROJECTSmathTest.tex
[14:41:17] Fall back to regex-based completion.
[14:41:17] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:41:17] Auto build started detecting the change of a file: w:PROJECTSmathTest.tex
[14:41:17] BUILD command invoked.
[14:41:17] The document of the active editor: file:///w%3A/PROJECTS/math/Test.tex
[14:41:17] The languageId of the document: latex
[14:41:17] Building root file: w:PROJECTSmathTest.tex
[14:41:17] Build root file w:PROJECTSmathTest.tex
[14:41:17] outDir: w:/PROJECTS/math
[14:41:17] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math,w:/PROJECTS/math/Test
[14:41:17] Recipe step env: {}
[14:41:17] cwd: w:PROJECTSmath
[14:41:17] LaTeX build process spawned. PID: 23716.
[14:41:17] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 23716.
[14:41:17] Does the executable exist? PATH: undefined
[14:41:17] The environment variable $SHELL: undefined
[14:41:57] File watcher — file changed: w:PROJECTSmathTest.tex
[14:41:57] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:41:57] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:41:57] Auto build started detecting the change of a file: w:PROJECTSmathTest.tex
[14:41:57] BUILD command invoked.
[14:41:57] The document of the active editor: file:///w%3A/PROJECTS/math/Test.tex
[14:41:57] The languageId of the document: latex
[14:41:57] Building root file: w:PROJECTSmathTest.tex
[14:41:57] Build root file w:PROJECTSmathTest.tex
[14:41:57] outDir: w:/PROJECTS/math
[14:41:57] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math,w:/PROJECTS/math/Test
[14:41:57] Recipe step env: {}
[14:41:57] cwd: w:PROJECTSmath
[14:41:57] LaTeX build process spawned. PID: 16304.
[14:41:57] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 16304.
[14:41:57] Does the executable exist? PATH: undefined
[14:41:57] The environment variable $SHELL: undefined
[14:43:15] File watcher — file changed: w:PROJECTSmathTest.tex
[14:43:15] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[14:43:15] onDidSaveTextDocument triggered: file:///w:/PROJECTS/math/Test.tex
[14:43:15] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[14:43:15] Auto build started detecting the change of a file: w:PROJECTSmathTest.tex
[14:43:15] BUILD command invoked.
[14:43:15] The document of the active editor: file:///w%3A/PROJECTS/math/Test.tex
[14:43:15] The languageId of the document: latex
[14:43:15] Building root file: w:PROJECTSmathTest.tex
[14:43:15] Build root file w:PROJECTSmathTest.tex
[14:43:15] outDir: w:/PROJECTS/math
[14:43:15] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math,w:/PROJECTS/math/Test
[14:43:15] Recipe step env: {}
[14:43:15] cwd: w:PROJECTSmath
[14:43:15] LaTeX build process spawned. PID: 14448.
[14:43:15] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 14448.
[14:43:15] Does the executable exist? PATH: undefined
[14:43:15] The environment variable $SHELL: undefined
[15:02:10] Current workspace folders: [«file:///w:/PROJECTS/math»]
[15:02:10] Current workspaceRootDir: file:///w:/PROJECTS/math
[15:02:10] Found root file from active editor: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:02:10] Root file changed: from w:PROJECTSmathTest.tex to w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:02:10] Start to find all dependencies.
[15:02:10] Root file languageId: latex
[15:02:10] Reset file watcher.
[15:02:10] Parsing a file and its subfiles: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:02:10] Parse fls file.
[15:02:10] Cannot find fls file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.fls
[15:02:10] Added to file watcher: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:02:10] Checking for duplicate labels: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex.
[15:02:12] Manager.fileWatcher.getWatched: {«w:PROJECTSmathanalyticgeometry»:[«Section1.2_Problems.tex»]}
[15:02:12] Manager.filesWatched: [«w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex»]
[15:02:12] BibWatcher.bibWatcher.getWatched: {}
[15:02:12] BibWatcher.bibsWatched: []
[15:02:12] PdfWatcher.pdfWatcher.getWatched: {}
[15:02:12] PdfWatcher.pdfsWatched: []
[15:11:12] File watcher — file changed: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:12] Parsing a file and its subfiles: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:12] onDidSaveTextDocument triggered: file:///w:/PROJECTS/math/analyticgeometry/Section1.2_Problems.tex
[15:11:12] Checking for duplicate labels: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex.
[15:11:12] Auto build started detecting the change of a file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:12] BUILD command invoked.
[15:11:12] The document of the active editor: file:///w%3A/PROJECTS/math/analyticgeometry/Section1.2_Problems.tex
[15:11:12] The languageId of the document: latex
[15:11:12] Building root file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:12] Build root file w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:12] outDir: w:/PROJECTS/math/analyticgeometry
[15:11:12] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math/analyticgeometry,w:/PROJECTS/math/analyticgeometry/Section1.2_Problems
[15:11:12] Recipe step env: {}
[15:11:12] cwd: w:PROJECTSmathanalyticgeometry
[15:11:13] LaTeX build process spawned. PID: 17256.
[15:11:13] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 17256.
[15:11:13] Does the executable exist? PATH: undefined
[15:11:13] The environment variable $SHELL: undefined
[15:11:14] File watcher — file changed: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:14] Parsing a file and its subfiles: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:14] onDidSaveTextDocument triggered: file:///w:/PROJECTS/math/analyticgeometry/Section1.2_Problems.tex
[15:11:14] File watcher — file changed: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:14] Parsing a file and its subfiles: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:14] Checking for duplicate labels: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex.
[15:11:14] Auto build started detecting the change of a file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:14] BUILD command invoked.
[15:11:14] The document of the active editor: file:///w%3A/PROJECTS/math/analyticgeometry/Section1.2_Problems.tex
[15:11:14] The languageId of the document: latex
[15:11:14] Building root file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:14] Checking for duplicate labels: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex.
[15:11:14] Auto Build Run is temporarily disabled during a second.
[15:11:14] Build root file w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:14] outDir: w:/PROJECTS/math/analyticgeometry
[15:11:14] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math/analyticgeometry,w:/PROJECTS/math/analyticgeometry/Section1.2_Problems
[15:11:14] Recipe step env: {}
[15:11:14] cwd: w:PROJECTSmathanalyticgeometry
[15:11:14] LaTeX build process spawned. PID: 8280.
[15:11:15] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 8280.
[15:11:15] Does the executable exist? PATH: undefined
[15:11:15] The environment variable $SHELL: undefined
[15:11:35] File watcher — file changed: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:35] Parsing a file and its subfiles: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:35] File watcher — file changed: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:35] Parsing a file and its subfiles: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:35] onDidSaveTextDocument triggered: file:///w:/PROJECTS/math/analyticgeometry/Section1.2_Problems.tex
[15:11:35] Checking for duplicate labels: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex.
[15:11:35] Auto build started detecting the change of a file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:35] BUILD command invoked.
[15:11:35] The document of the active editor: file:///w%3A/PROJECTS/math/analyticgeometry/Section1.2_Problems.tex
[15:11:35] The languageId of the document: latex
[15:11:35] Building root file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:35] Checking for duplicate labels: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex.
[15:11:35] Auto Build Run is temporarily disabled during a second.
[15:11:35] Build root file w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:35] outDir: w:/PROJECTS/math/analyticgeometry
[15:11:35] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math/analyticgeometry,w:/PROJECTS/math/analyticgeometry/Section1.2_Problems
[15:11:35] Recipe step env: {}
[15:11:35] cwd: w:PROJECTSmathanalyticgeometry
[15:11:36] LaTeX build process spawned. PID: 2548.
[15:11:36] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 2548.
[15:11:36] Does the executable exist? PATH: undefined
[15:11:36] The environment variable $SHELL: undefined
[15:11:38] File watcher — file changed: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:38] Parsing a file and its subfiles: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:38] onDidSaveTextDocument triggered: file:///w:/PROJECTS/math/analyticgeometry/Section1.2_Problems.tex
[15:11:38] Checking for duplicate labels: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex.
[15:11:38] Auto build started detecting the change of a file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:38] BUILD command invoked.
[15:11:38] The document of the active editor: file:///w%3A/PROJECTS/math/analyticgeometry/Section1.2_Problems.tex
[15:11:38] The languageId of the document: latex
[15:11:38] Building root file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:38] Build root file w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:38] outDir: w:/PROJECTS/math/analyticgeometry
[15:11:38] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math/analyticgeometry,w:/PROJECTS/math/analyticgeometry/Section1.2_Problems
[15:11:38] Recipe step env: {}
[15:11:38] cwd: w:PROJECTSmathanalyticgeometry
[15:11:38] LaTeX build process spawned. PID: 20692.
[15:11:38] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 20692.
[15:11:38] Does the executable exist? PATH: undefined
[15:11:38] The environment variable $SHELL: undefined
[15:11:41] File watcher — file changed: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:41] Parsing a file and its subfiles: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:41] onDidSaveTextDocument triggered: file:///w:/PROJECTS/math/analyticgeometry/Section1.2_Problems.tex
[15:11:41] File watcher — file changed: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:41] Parsing a file and its subfiles: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:41] Checking for duplicate labels: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex.
[15:11:41] Auto build started detecting the change of a file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:41] BUILD command invoked.
[15:11:41] The document of the active editor: file:///w%3A/PROJECTS/math/analyticgeometry/Section1.2_Problems.tex
[15:11:41] The languageId of the document: latex
[15:11:41] Building root file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:41] Checking for duplicate labels: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex.
[15:11:41] Auto Build Run is temporarily disabled during a second.
[15:11:41] Build root file w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:41] outDir: w:/PROJECTS/math/analyticgeometry
[15:11:41] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math/analyticgeometry,w:/PROJECTS/math/analyticgeometry/Section1.2_Problems
[15:11:41] Recipe step env: {}
[15:11:41] cwd: w:PROJECTSmathanalyticgeometry
[15:11:41] LaTeX build process spawned. PID: 18724.
[15:11:41] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 18724.
[15:11:41] Does the executable exist? PATH: undefined
[15:11:41] The environment variable $SHELL: undefined
[15:11:43] File watcher — file changed: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:43] Parsing a file and its subfiles: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:43] onDidSaveTextDocument triggered: file:///w:/PROJECTS/math/analyticgeometry/Section1.2_Problems.tex
[15:11:43] Checking for duplicate labels: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex.
[15:11:43] Auto build started detecting the change of a file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:43] BUILD command invoked.
[15:11:43] The document of the active editor: file:///w%3A/PROJECTS/math/analyticgeometry/Section1.2_Problems.tex
[15:11:43] The languageId of the document: latex
[15:11:43] Building root file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:43] Build root file w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:43] outDir: w:/PROJECTS/math/analyticgeometry
[15:11:43] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math/analyticgeometry,w:/PROJECTS/math/analyticgeometry/Section1.2_Problems
[15:11:43] Recipe step env: {}
[15:11:43] cwd: w:PROJECTSmathanalyticgeometry
[15:11:43] LaTeX build process spawned. PID: 1868.
[15:11:43] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 1868.
[15:11:43] Does the executable exist? PATH: undefined
[15:11:43] The environment variable $SHELL: undefined
[15:11:44] File watcher — file changed: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:44] Parsing a file and its subfiles: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:44] onDidSaveTextDocument triggered: file:///w:/PROJECTS/math/analyticgeometry/Section1.2_Problems.tex
[15:11:44] File watcher — file changed: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:44] Parsing a file and its subfiles: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:45] Checking for duplicate labels: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex.
[15:11:45] Auto build started detecting the change of a file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:45] BUILD command invoked.
[15:11:45] The document of the active editor: file:///w%3A/PROJECTS/math/analyticgeometry/Section1.2_Problems.tex
[15:11:45] The languageId of the document: latex
[15:11:45] Building root file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:45] Build root file w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:11:45] outDir: w:/PROJECTS/math/analyticgeometry
[15:11:45] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math/analyticgeometry,w:/PROJECTS/math/analyticgeometry/Section1.2_Problems
[15:11:45] Recipe step env: {}
[15:11:45] cwd: w:PROJECTSmathanalyticgeometry
[15:11:45] LaTeX build process spawned. PID: 23716.
[15:11:45] Checking for duplicate labels: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex.
[15:11:45] Auto Build Run is temporarily disabled during a second.
[15:11:45] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 23716.
[15:11:45] Does the executable exist? PATH: undefined
[15:11:45] The environment variable $SHELL: undefined
[15:12:16] Current workspace folders: [«file:///w:/PROJECTS/math»]
[15:12:16] Current workspaceRootDir: file:///w:/PROJECTS/math
[15:12:16] Found root file from active editor: w:PROJECTSmathTest.tex
[15:12:16] Root file changed: from w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex to w:PROJECTSmathTest.tex
[15:12:16] Start to find all dependencies.
[15:12:16] Root file languageId: latex
[15:12:16] Reset file watcher.
[15:12:17] Parsing a file and its subfiles: w:PROJECTSmathTest.tex
[15:12:17] Parse fls file.
[15:12:17] Cannot find fls file: w:PROJECTSmathTest.fls
[15:12:17] Added to file watcher: w:PROJECTSmathTest.tex
[15:12:17] Checking for duplicate labels: w:PROJECTSmathTest.tex.
[15:12:18] Current workspace folders: [«file:///w:/PROJECTS/math»]
[15:12:18] Current workspaceRootDir: file:///w:/PROJECTS/math
[15:12:18] Found root file from active editor: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:12:18] Root file changed: from w:PROJECTSmathTest.tex to w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:12:18] Start to find all dependencies.
[15:12:18] Root file languageId: latex
[15:12:18] Reset file watcher.
[15:12:18] Parsing a file and its subfiles: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:12:18] Parse fls file.
[15:12:18] Cannot find fls file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.fls
[15:12:18] Added to file watcher: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:12:18] Checking for duplicate labels: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex.
[15:12:19] Manager.fileWatcher.getWatched: {«w:PROJECTSmathanalyticgeometry»:[«Section1.2_Problems.tex»]}
[15:12:19] Manager.filesWatched: [«w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex»]
[15:12:19] BibWatcher.bibWatcher.getWatched: {}
[15:12:19] BibWatcher.bibsWatched: []
[15:12:19] PdfWatcher.pdfWatcher.getWatched: {}
[15:12:19] PdfWatcher.pdfsWatched: []
[15:12:20] Manager.fileWatcher.getWatched: {«w:PROJECTSmathanalyticgeometry»:[«Section1.2_Problems.tex»]}
[15:12:20] Manager.filesWatched: [«w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex»]
[15:12:20] BibWatcher.bibWatcher.getWatched: {}
[15:12:20] BibWatcher.bibsWatched: []
[15:12:20] PdfWatcher.pdfWatcher.getWatched: {}
[15:12:20] PdfWatcher.pdfsWatched: []
[15:29:29] Current workspace folders: [«file:///w:/PROJECTS/math»]
[15:29:29] Current workspaceRootDir: file:///w:/PROJECTS/math
[15:29:29] Found root file from active editor: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:29:29] Keep using the same root file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:29:31] Manager.fileWatcher.getWatched: {«w:PROJECTSmathanalyticgeometry»:[«Section1.2_Problems.tex»]}
[15:29:31] Manager.filesWatched: [«w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex»]
[15:29:31] BibWatcher.bibWatcher.getWatched: {}
[15:29:31] BibWatcher.bibsWatched: []
[15:29:31] PdfWatcher.pdfWatcher.getWatched: {}
[15:29:31] PdfWatcher.pdfsWatched: []
[15:29:52] VIEW command invoked.
[15:29:52] Current workspace folders: [«file:///w:/PROJECTS/math»]
[15:29:52] Current workspaceRootDir: file:///w:/PROJECTS/math
[15:29:52] Found root file from active editor: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:29:52] Keep using the same root file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:29:54] Manager.fileWatcher.getWatched: {«w:PROJECTSmathanalyticgeometry»:[«Section1.2_Problems.tex»]}
[15:29:54] Manager.filesWatched: [«w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex»]
[15:29:54] BibWatcher.bibWatcher.getWatched: {}
[15:29:54] BibWatcher.bibsWatched: []
[15:29:54] PdfWatcher.pdfWatcher.getWatched: {}
[15:29:54] PdfWatcher.pdfsWatched: []
[15:29:55] Cannot find PDF file w:PROJECTSmathanalyticgeometrySection1.2_Problems.pdf
[15:30:10] VIEW command invoked with mode: browser.
[15:30:10] Current workspace folders: [«file:///w:/PROJECTS/math»]
[15:30:10] Current workspaceRootDir: file:///w:/PROJECTS/math
[15:30:10] Found root file from active editor: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:30:10] Keep using the same root file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:30:10] Cannot find PDF file w:PROJECTSmathanalyticgeometrySection1.2_Problems.pdf
[15:30:12] Manager.fileWatcher.getWatched: {«w:PROJECTSmathanalyticgeometry»:[«Section1.2_Problems.tex»]}
[15:30:12] Manager.filesWatched: [«w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex»]
[15:30:12] BibWatcher.bibWatcher.getWatched: {}
[15:30:12] BibWatcher.bibsWatched: []
[15:30:12] PdfWatcher.pdfWatcher.getWatched: {}
[15:30:12] PdfWatcher.pdfsWatched: []
[15:30:28] KILL command invoked.
[15:30:28] LaTeX build process to kill is not found.
[15:30:31] RECIPES command invoked.
[15:30:31] BUILD command invoked.
[15:30:31] The document of the active editor: file:///w%3A/PROJECTS/math/analyticgeometry/Section1.2_Problems.tex
[15:30:31] The languageId of the document: latex
[15:30:31] Current workspace folders: [«file:///w:/PROJECTS/math»]
[15:30:31] Current workspaceRootDir: file:///w:/PROJECTS/math
[15:30:31] Found root file from active editor: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:30:31] Keep using the same root file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:30:31] Building root file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:30:31] Build root file w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:30:31] outDir: w:/PROJECTS/math/analyticgeometry
[15:30:31] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math/analyticgeometry,w:/PROJECTS/math/analyticgeometry/Section1.2_Problems
[15:30:31] Recipe step env: {}
[15:30:31] cwd: w:PROJECTSmathanalyticgeometry
[15:30:31] LaTeX build process spawned. PID: 23996.
[15:30:31] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 23996.
[15:30:31] Does the executable exist? PATH: undefined
[15:30:31] The environment variable $SHELL: undefined
[15:30:33] Manager.fileWatcher.getWatched: {«w:PROJECTSmathanalyticgeometry»:[«Section1.2_Problems.tex»]}
[15:30:33] Manager.filesWatched: [«w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex»]
[15:30:33] BibWatcher.bibWatcher.getWatched: {}
[15:30:33] BibWatcher.bibsWatched: []
[15:30:33] PdfWatcher.pdfWatcher.getWatched: {}
[15:30:33] PdfWatcher.pdfsWatched: []
[15:30:38] RECIPES command invoked.
[15:30:38] BUILD command invoked.
[15:30:38] The document of the active editor: file:///w%3A/PROJECTS/math/analyticgeometry/Section1.2_Problems.tex
[15:30:38] The languageId of the document: latex
[15:30:38] Current workspace folders: [«file:///w:/PROJECTS/math»]
[15:30:38] Current workspaceRootDir: file:///w:/PROJECTS/math
[15:30:38] Found root file from active editor: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:30:38] Keep using the same root file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:30:38] Building root file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:30:38] Build root file w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:30:38] outDir: w:/PROJECTS/math/analyticgeometry
[15:30:38] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math/analyticgeometry,w:/PROJECTS/math/analyticgeometry/Section1.2_Problems
[15:30:38] Recipe step env: {}
[15:30:38] cwd: w:PROJECTSmathanalyticgeometry
[15:30:38] LaTeX build process spawned. PID: 6424.
[15:30:38] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 6424.
[15:30:38] Does the executable exist? PATH: undefined
[15:30:38] The environment variable $SHELL: undefined
[15:30:40] Manager.fileWatcher.getWatched: {«w:PROJECTSmathanalyticgeometry»:[«Section1.2_Problems.tex»]}
[15:30:40] Manager.filesWatched: [«w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex»]
[15:30:40] BibWatcher.bibWatcher.getWatched: {}
[15:30:40] BibWatcher.bibsWatched: []
[15:30:40] PdfWatcher.pdfWatcher.getWatched: {}
[15:30:40] PdfWatcher.pdfsWatched: []
[15:30:42] BUILD command invoked.
[15:30:42] The document of the active editor: file:///w%3A/PROJECTS/math/analyticgeometry/Section1.2_Problems.tex
[15:30:42] The languageId of the document: latex
[15:30:42] Current workspace folders: [«file:///w:/PROJECTS/math»]
[15:30:42] Current workspaceRootDir: file:///w:/PROJECTS/math
[15:30:42] Found root file from active editor: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:30:42] Keep using the same root file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:30:42] Building root file: w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:30:42] Build root file w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex
[15:30:42] outDir: w:/PROJECTS/math/analyticgeometry
[15:30:42] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=w:/PROJECTS/math/analyticgeometry,w:/PROJECTS/math/analyticgeometry/Section1.2_Problems
[15:30:42] Recipe step env: {}
[15:30:42] cwd: w:PROJECTSmathanalyticgeometry
[15:30:42] LaTeX build process spawned. PID: 18644.
[15:30:43] LaTeX fatal error: spawn latexmk ENOENT, ‘latexmk’ is not recognized as an internal or external command,
operable program or batch file.
. PID: 18644.
[15:30:43] Does the executable exist? PATH: undefined
[15:30:43] The environment variable $SHELL: undefined
[15:30:44] Manager.fileWatcher.getWatched: {«w:PROJECTSmathanalyticgeometry»:[«Section1.2_Problems.tex»]}
[15:30:44] Manager.filesWatched: [«w:PROJECTSmathanalyticgeometrySection1.2_Problems.tex»]
[15:30:44] BibWatcher.bibWatcher.getWatched: {}
[15:30:44] BibWatcher.bibsWatched: []
[15:30:44] PdfWatcher.pdfWatcher.getWatched: {}
[15:30:44] PdfWatcher.pdfsWatched: []
[18:58:55] LOG command invoked: default

I have just installed debian 10 as well as vscode. I have been struggling with this for 3 days now.. I installed texlive from terminal with the following command:

sudo apt install texlive

I then installed the latex workshop extension in vscode and tried building a .tex file. The following error popped up:

Recipe terminated with fatal error: spawn latexmk ENOENT.

I then preceded to install latexmk from terminal with:

sudo apt install latexmk

The same error kept popping up after that. The output showed this.

[14:59:34] Recipe step env: {}
[14:59:34] cwd: /home/phoenix/Documents/stellies/year4/2021/s&s-414/pracs/prac-4/report
[14:59:34] LaTeX build process spawned. PID: undefined.
[14:59:35] LaTeX fatal error: spawn latexmk ENOENT, . PID: undefined.
[14:59:35] Does the executable exist? PATH: /app/bin:/usr/bin:/home/phoenix/.var/app/com.visualstudio.code-oss/data/node/bin:/home/phoenix/.var/app/com.visualstudio.code-oss/data/cargo/bin:/home/phoenix/.var/app/com.visualstudio.code-oss/data/python/bin
[14:59:35] The environment variable $SHELL: /bin/sh

I then proceded to review the texlive website. I noticed that i did not set the path variable to include the texlive binaries. The texlive website gives the following path to the binary files : PATH=/usr/local/texlive/2021/bin/x86_64-linux:$PATH
however /usr/local/texlive does not exist on my system for some reason. Where can i find the correct path to the texlive binaries on Debian 10?

double-beep's user avatar

double-beep

4,84916 gold badges32 silver badges41 bronze badges

asked Jun 29, 2021 at 13:07

Sc0tty13's user avatar

2

I had the same problem. The root cause was: (1) software’s bin folder missing from PATH; (2) bad file privileges. Consequently, VSC couldn’t access latexmk, which explains the error messages.

In my case, the problem occurred on a mac, and specifically after I installed MacTex, which, in turn, installs Tex Live. I believe the same solution may apply to linux distros too.

Solution:

  1. Claim file ownership (which was originally root) under folder /usr/local/texlive: sudo chown -R <username> /usr/local/texlive, where <username> is the OS-level user name. The fix will work for this specific user. If it is not enough, try instead setting group owner appropriately, and/or consider Step 3.

  2. Add /usr/local/texlive/2021/bin/<software_dialect> to PATH. <software_dialect> depends on the installed software version: in my case it is universal-darwin; on linux it might be x86_64-linux.

  3. If the problem persists, try to change file access permissions under /usr/local/texlive using chmod.

EDIT: As a final step, restart VSC for changes to take effect.

answered Sep 30, 2021 at 17:43

amka66's user avatar

amka66amka66

5705 silver badges10 bronze badges

3

I recently encountered the same problem on MacOS Monterrey (M1 based). I used basictex (just for the context). As required by the installation instruction,

  1. I added TeXLive to PATH,
  2. installed latexmk package to the TeX distribution.

However, still got the same error as OP.

Afte reading the wiki again more carefully, what finally worked for me was as simple as restarting VS Code and MacOS. Everything works as expected after a reboot of the MAC.

answered Nov 16, 2021 at 5:39

chjch's user avatar

chjchchjch

6226 silver badges9 bronze badges

3

I had this same problem on Mac recently, the fix that worked for me was to uninstall and reinstall the LaTeX Workshop extension.

answered Sep 26, 2021 at 3:06

Gilbert M.'s user avatar

1

I got the same issue , seems to be a misbehaving from Vscode on MacOS

  • check if the command is in the path on mac

which command_you are running example which latexmk

If this output something that means you have your latex installed, otherwise go and installed it and make sure it is accessible via command line.

  • If latex is installed and you are getting that issue you can just restart your VSCode and everything will be okay.

answered Jan 19, 2022 at 21:32

Espoir Murhabazi's user avatar

Espoir MurhabaziEspoir Murhabazi

5,5874 gold badges43 silver badges69 bronze badges

Had a similar error and came across this post when looking for a solution.
I wanted to use texlive on Vscode with WSL2 on Windows 10. Installing texlive-full in wsl fixed this error for me.

answered Oct 29, 2022 at 19:46

Tim Hebenstreit's user avatar

I know there are similar posts with the same error, but I have been trying to follow up with their solutions and somehow is not working. I am using windows 10, with Ubuntu and ​I downloaded Miktex and added to my $PATH. I usually use VScode for other work and tried setting it up for Latex with Latex Workshop, my settings.json file looks like:

{
    "window.zoomLevel": 0,
    "workbench.colorTheme": "Abyss",
    "terminal.integrated.shell.windows": "C:\windows\System32\cmd.exe",
    "workbench.editorAssociations": {
        "*.ipynb": "jupyter.notebook.ipynb"
    },
    "latex-workshop.latex.search.rootFiles.include" : ["C:\Users\vscode-lecture-files\**\*.tex"],
    "latex-workshop.latex.autoBuild.run":"onFileChange",
    "latex-workshop.latex.recipes": [
        {  
            "name": "latexmk",  
            "tools": [  
                "latexmk"  
            ],
            "includePath":[
                "${workspaceFolder}/**",
                "C:/Users/AppData/MiKTeX/miktex/bin/x64/**"
            ]
              
        },  

        {
            "name": "pdflatex*2",
            "tools": [
                "pdflatex",
                "pdflatex"
            ]
        }
    ],
    "latex-workshop.latex.verbatimEnvs":[
        "verbatim",
        "lstlisting",
        "minted"
    ],
    "security.workspace.trust.untrustedFiles": "open"
}

However, every time I build my .tex file I get the error:

Recipe terminated with fatal error: spawn latexmk ENOENT.

I tried changing latexmk this using Latex Workshop: Build With Recepie and choosing pdflatex instead and I still get the error:

Recipe terminated with fatal error: spawn pdflatex ENOENT.

What’s the problem? Thanks for the help.

  • Analysis
    Version info: VS code:1.50.0, Tex Live:2019/Debian, LaTex Workshop:8.13.2
  • Action
    Make sure your operation is correct by referencing to official guideline and VS Code + LaTeX.
    1. Install TEXLIVE: Texlive is the compilation environment of Latex, USElatex --help or latex -version to check the installation status and result. For me, I just used sudo apt install texlive-latex-base to install it.
    2. Install LaTex Workshop Plugin
    3. PATH related, Does the executable exist?
      See the OUTPUT of LaTex Workshop and got:
[16:26:14] BUILD command invoked.
[16:26:14] Current workspace folders: ["file:///home/shane/repo/hello-world"]
[16:26:14] Current workspaceRootDir: /home/shane/repo/hello-world
[16:26:14] Found root file from active editor: /home/shane/repo/hello-world/toExplore/LaTex/template/IS2019_paper_kit/IS2019_paper_kit/LaTeX/template.tex
[16:26:14] Keep using the same root file: /home/shane/repo/hello-world/toExplore/LaTex/template/IS2019_paper_kit/IS2019_paper_kit/LaTeX/template.tex.
[16:26:14] Building root file: /home/shane/repo/hello-world/toExplore/LaTex/template/IS2019_paper_kit/IS2019_paper_kit/LaTeX/template.tex
[16:26:14] Build root file /home/shane/repo/hello-world/toExplore/LaTex/template/IS2019_paper_kit/IS2019_paper_kit/LaTeX/template.tex
[16:26:14] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=/home/shane/repo/hello-world/toExplore/LaTex/template/IS2019_paper_kit/IS2019_paper_kit/LaTeX,/home/shane/repo/hello-world/toExplore/LaTex/template/IS2019_paper_kit/IS2019_paper_kit/LaTeX/template
[16:26:14] cwd: /home/shane/repo/hello-world/toExplore/LaTex/template/IS2019_paper_kit/IS2019_paper_kit/LaTeX
[16:26:14] LaTeX build process spawned. PID: undefined.
[16:26:14] LaTeX fatal error: spawn latexmk ENOENT, . PID: undefined.
[16:26:14] Does the executable exist? PATH: /home/shane/anaconda3/bin:/home/shane/anaconda3/condabin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
[16:26:14] The current SHELL: /bin/bash
  • Solution
    From Github, this seems to be correct solution shown as below,

Replicating the value of PATH in the env field of the plugin recipe resolves the issue. For some reason, it looks like VSCode does not retrieve the $PATH from the shell. I did not have this issue until today, quite possibly until the latest VSCode update, released this morning (GMT).(https://github.com/James-Yu/LaTeX-Workshop/issues/1742)
But how to replicate the value of PATH in the env field of the plugin recipe?

[201027] Make it work
After uninstalled texlive-latex-base by sudo apt-get autoremove --purge texlive-latex-base, and re-install texlive 2020, I got ‘Command ‘tex’ not found’ when I type tex --version.

Then I followed guideline texlive-en.pdf, and the following lines to ‘$HOME/.profile’:

PATH=/usr/local/texlive/2020/bin/x86_64-linux:$PATH; export PATH
MANPATH=/usr/local/texlive/2020/texmf-dist/doc/man:$MANPATH; export MANPATH
INFOPATH=/usr/local/texlive/2020/texmf-dist/doc/info:$INFOPATH; export INFOPATH

Then I run source ~/.profile to reload .profile

And read version was succeeded.

Then I installed LaTex workshop in VS code, and it run well.

Lesson learn

  1. Follow guide of Latex Workshop instead of thinking it by yourself. For me, I just made a mistake in installing Tex Live.

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?: No

Describe the bug [Required]

Below is the log copied. And the warning showed «Recipe terminated with fatal error: spawn latexmk ENOENT.» as well as «chktex could not be found. after running a latex file.

To Reproduce

Steps to reproduce the behavior:

  1. clone a project from github
  2. open the latex file stored in this project
  3. install «LaTex-Workshop» extension
  4. run it
  5. and warnings come up

Expected behavior

should compile successfully and create a related pdf file.

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]

[17:01:07] Initializing LaTeX Workshop.
[17:01:07] Extension root: /Users/jiangyuxin/.vscode/extensions/james-yu.latex-workshop-8.23.0
[17:01:07] $PATH: /Library/Frameworks/Python.framework/Versions/3.10/bin:/usr/local/mysql/bin:/Library/Frameworks/Python.framework/Versions/3.6/bin:/Users/jiangyuxin/anaconda3/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin
[17:01:07] $SHELL: /bin/bash
[17:01:07] vscode.env.appName: Visual Studio Code
[17:01:07] vscode.env.remoteName: undefined
[17:01:07] vscode.env.uiKind: 1
[17:01:07] editor.acceptSuggestionOnEnter: «on»
[17:01:07] latex-workshop.bind.enter.key: true
[17:01:07] latex-workshop.docker.enabled: false
[17:01:07] latex-workshop.docker.image.latex: «»
[17:01:07] latex-workshop.hover.preview.mathjax.extensions: []
[17:01:07] latex-workshop.intellisense.package.enabled: true
[17:01:07] latex-workshop.intellisense.update.aggressive.enabled: false
[17:01:07] latex-workshop.intellisense.update.delay: 1000
[17:01:07] latex-workshop.latex.autoBuild.run: «onFileChange»
[17:01:07] latex-workshop.latex.outDir: «%DIR%»
[17:01:07] latex-workshop.latex.recipes: [
{
«name»: «latexmk 🔃»,
«tools»: [
«latexmk»
]
},
{
«name»: «latexmk (latexmkrc)»,
«tools»: [
«latexmk_rconly»
]
},
{
«name»: «latexmk (lualatex)»,
«tools»: [
«lualatexmk»
]
},
{
«name»: «pdflatex ➞ bibtex ➞ pdflatex × 2»,
«tools»: [
«pdflatex»,
«bibtex»,
«pdflatex»,
«pdflatex»
]
},
{
«name»: «Compile Rnw files»,
«tools»: [
«rnw2tex»,
«latexmk»
]
},
{
«name»: «Compile Jnw files»,
«tools»: [
«jnw2tex»,
«latexmk»
]
},
{
«name»: «tectonic»,
«tools»: [
«tectonic»
]
}
]
[17:01:07] latex-workshop.latex.tools: [
{
«name»: «latexmk»,
«command»: «latexmk»,
«args»: [
«-synctex=1»,
«-interaction=nonstopmode»,
«-file-line-error»,
«-pdf»,
«-outdir=%OUTDIR%»,
«%DOC%»
],
«env»: {}
},
{
«name»: «lualatexmk»,
«command»: «latexmk»,
«args»: [
«-synctex=1»,
«-interaction=nonstopmode»,
«-file-line-error»,
«-lualatex»,
«-outdir=%OUTDIR%»,
«%DOC%»
],
«env»: {}
},
{
«name»: «latexmk_rconly»,
«command»: «latexmk»,
«args»: [
«%DOC%»
],
«env»: {}
},
{
«name»: «pdflatex»,
«command»: «pdflatex»,
«args»: [
«-synctex=1»,
«-interaction=nonstopmode»,
«-file-line-error»,
«%DOC%»
],
«env»: {}
},
{
«name»: «bibtex»,
«command»: «bibtex»,
«args»: [
«%DOCFILE%»
],
«env»: {}
},
{
«name»: «rnw2tex»,
«command»: «Rscript»,
«args»: [
«-e»,
«knitr::opts_knit$set(concordance = TRUE); knitr::knit(‘%DOCFILE_EXT%’)»
],
«env»: {}
},
{
«name»: «jnw2tex»,
«command»: «julia»,
«args»: [
«-e»,
«using Weave; weave(«%DOC_EXT%», doctype=»tex»)»
],
«env»: {}
},
{
«name»: «jnw2texmintex»,
«command»: «julia»,
«args»: [
«-e»,
«using Weave; weave(«%DOC_EXT%», doctype=»texminted»)»
],
«env»: {}
},
{
«name»: «tectonic»,
«command»: «tectonic»,
«args»: [
«—synctex»,
«—keep-logs»,
«%DOC%.tex»
],
«env»: {}
}
]
[17:01:07] latex-workshop.viewer.pdf.internal.keyboardEvent: «auto»
[17:01:07] Creating a new file watcher.
[17:01:07] watcherOptions: {«useFsEvents»:false,»usePolling»:false,»interval»:300,»binaryInterval»:1000,»awaitWriteFinish»:{«stabilityThreshold»:250}}
[17:01:07] Creating PDF file watcher.
[17:01:07] watcherOptions: {«useFsEvents»:false,»usePolling»:false,»interval»:300,»binaryInterval»:1000,»awaitWriteFinish»:{}}
[17:01:07] Creating Bib file watcher.
[17:01:07] watcherOptions: {«useFsEvents»:false,»usePolling»:false,»interval»:300,»binaryInterval»:1000,»awaitWriteFinish»:{«stabilityThreshold»:250}}
[17:01:07] Set $LATEXWORKSHOP_DOCKER_LATEX: «»
[17:01:07] Cannot run pdflatex to determine if we are using MiKTeX
[17:01:07] [Server] Creating LaTeX Workshop http and websocket server.
[17:01:07] Bibtex format config: {«tab»:» «,»case»:»lowercase»,»left»:»{«,»right»:»}»,»trailingComma»:false,»sort»:[«key»],»alignOnEqual»:true,»sortFields»:false,»fieldsOrder»:[],»firstEntries»:[«string»,»xdata»]}
[17:01:07] LaTeX Workshop initialized.
[17:01:07] Bibtex format config: {«tab»:» «,»case»:»lowercase»,»left»:»{«,»right»:»}»,»trailingComma»:false,»sort»:[«key»],»alignOnEqual»:true,»sortFields»:false,»fieldsOrder»:[],»firstEntries»:[«string»,»xdata»]}
[17:01:07] Trigger characters for intellisense of LaTeX documents: [«»,»,»,»{«]
[17:01:07] Bibtex format config: {«tab»:» «,»case»:»lowercase»,»left»:»{«,»right»:»}»,»trailingComma»:false,»sort»:[«key»],»alignOnEqual»:true,»sortFields»:false,»fieldsOrder»:[],»firstEntries»:[«string»,»xdata»]}
[17:01:07] Current workspace folders: undefined
[17:01:07] Current workspaceRootDir:
[17:01:07] [Server] Server successfully started: {«address»:»127.0.0.1″,»family»:»IPv4″,»port»:51943}
[17:01:07] Snippet data loaded.
[17:01:11] Current workspace folders: undefined
[17:01:11] Current workspaceRootDir:
[17:01:11] Found root file from active editor: /Users/jiangyuxin/Documents/jossie/MATH303/HW/HW1/hw1.tex
[17:01:11] Root file changed: from undefined to /Users/jiangyuxin/Documents/jossie/MATH303/HW/HW1/hw1.tex
[17:01:11] Start to find all dependencies.
[17:01:11] Root file languageId: latex
[17:01:11] Reset file watcher.
[17:01:11] Parsing a file and its subfiles: /Users/jiangyuxin/Documents/jossie/MATH303/HW/HW1/hw1.tex
[17:01:11] Parse fls file.
[17:01:11] Cannot find fls file: /Users/jiangyuxin/Documents/jossie/MATH303/HW/HW1/hw1.fls
[17:01:11] Added to file watcher: /Users/jiangyuxin/Documents/jossie/MATH303/HW/HW1/hw1.tex
[17:01:11] Checking for duplicate labels: /Users/jiangyuxin/Documents/jossie/MATH303/HW/HW1/hw1.tex.
[17:01:13] Manager.fileWatcher.getWatched: {«/Users/jiangyuxin/Documents/jossie/MATH303/HW/HW1»:[«hw1.tex»]}
[17:01:13] Manager.filesWatched: [«/Users/jiangyuxin/Documents/jossie/MATH303/HW/HW1/hw1.tex»]
[17:01:13] BibWatcher.bibWatcher.getWatched: {}
[17:01:13] BibWatcher.bibsWatched: []
[17:01:13] PdfWatcher.pdfWatcher.getWatched: {}
[17:01:13] PdfWatcher.pdfsWatched: []
[17:01:20] BUILD command invoked.
[17:01:20] The document of the active editor: file:///Users/jiangyuxin/Documents/jossie/MATH303/HW/HW1/hw1.tex
[17:01:20] The languageId of the document: latex
[17:01:20] Current workspace folders: undefined
[17:01:20] Current workspaceRootDir:
[17:01:20] Found root file from active editor: /Users/jiangyuxin/Documents/jossie/MATH303/HW/HW1/hw1.tex
[17:01:20] Keep using the same root file: /Users/jiangyuxin/Documents/jossie/MATH303/HW/HW1/hw1.tex
[17:01:20] Building root file: /Users/jiangyuxin/Documents/jossie/MATH303/HW/HW1/hw1.tex
[17:01:20] Build root file /Users/jiangyuxin/Documents/jossie/MATH303/HW/HW1/hw1.tex
[17:01:20] outDir: /Users/jiangyuxin/Documents/jossie/MATH303/HW/HW1
[17:01:20] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=/Users/jiangyuxin/Documents/jossie/MATH303/HW/HW1,/Users/jiangyuxin/Documents/jossie/MATH303/HW/HW1/hw1
[17:01:20] Recipe step env: {}
[17:01:20] cwd: /Users/jiangyuxin/Documents/jossie/MATH303/HW/HW1
[17:01:20] LaTeX build process spawned. PID: undefined.
[17:01:20] LaTeX fatal error: spawn latexmk ENOENT, . PID: undefined.
[17:01:20] Does the executable exist? $PATH: /Library/Frameworks/Python.framework/Versions/3.10/bin:/usr/local/mysql/bin:/Library/Frameworks/Python.framework/Versions/3.6/bin:/Users/jiangyuxin/anaconda3/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin
[17:01:20] Does the executable exist? $Path: undefined
[17:01:20] The environment variable $SHELL: /bin/bash
[17:01:22] Manager.fileWatcher.getWatched: {«/Users/jiangyuxin/Documents/jossie/MATH303/HW/HW1»:[«hw1.tex»]}
[17:01:22] Manager.filesWatched: [«/Users/jiangyuxin/Documents/jossie/MATH303/HW/HW1/hw1.tex»]
[17:01:22] BibWatcher.bibWatcher.getWatched: {}
[17:01:22] BibWatcher.bibsWatched: []
[17:01:22] PdfWatcher.pdfWatcher.getWatched: {}
[17:01:22] PdfWatcher.pdfsWatched: []

Developer Tools Console [Required]

To access the log, click 'help' -> 'Toggle Developer Tools' -> 'Console'. Paste anything suspicious.

[Paste the log here]

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.

  • OS: MacMonterey 12.1
  • VS Code version: 1.63.2 (Universal)
  • Extension version: v8.23.0
  • TeX distribution version: MikTex Console 4.5

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.

  • Remote Containers/Remote SSH/Remote WSL
  • Remote Extension Version: [e.g. 0.48.0]

Additional context

Description

Just upgraded to the latest version of Latex Workshop, which switched me from the Toolchain method to the recipe method. I let the update process automatically update my settings to the new process, but something seems to have gone wrong. Building a latex document results in a termination of the recipe without anything being accomplished. Error reason: «Spawn».

I’ve tried googling around to find something that will point me in the right direction, but have come up empty.

How to reproduce

Uses the deedy-resume.cls, which requires the Tex document to use XeLaTeX and MikTex for compilation. paralist is the only other package in use, and is called in the .Tex file. Previously I had been forcing XeLaTex use through either modification of LatexMk file, or the old Tool Chain (depending on which behaved better with the latest update to Latex Workshop).

The default recipe does not result in the creation of a PDF. Use of a custom recipe does not result in a PDF. I’ve played around with the recipe, commenting out parts, renaming, adding and removing, defaulting back to LatexMk (modified and unmodified). No change in the error output.

Expected behavior

Compilation of a PDF for output

Actual behavior

CTRL+ALT+B generates the following error message:

Recipe terminated with fatal error: spawn

XeLaTeX+MakeIndex+BibTex ENOENT.

MakeIndex and BibTex are called by default inside of XeLaTeX, but not in the recipe. The ENOENT catches my attention, but I am unsure what its significance might be.

Log messages

LaTeX Workshop Output

_No problems reported_

Developer Tools Console

_Probably unrelated_

[Extension Host] Activating extension maxerbox.vscode-discord failed: command ‘discord.enable’ already exists
t.log @ console.ts:136

Additional Information

deedyresume.cls
%—————————————————————————————-
% CLASS OPTIONS AND REQUIRED PACKAGES
%—————————————————————————————-

ProvidesClass{deedy-resume}[2014/04/30 CV class]
NeedsTeXFormat{LaTeX2e}
DeclareOption*{PassOptionsToClass{CurrentOption}{article}}
ProcessOptionsrelax
LoadClass{article}

usepackage[hmargin=1.25cm, vmargin=0.75cm]{geometry} % Specifies horizontal and vertical page margins
usepackage{hyperref} % Required for links

%—————————————————————————————-
% COLORS
%—————————————————————————————-

usepackage[usenames,dvipsnames]{xcolor} % Required for custom colors

definecolor{primary}{HTML}{2b2b2b} % The primary document color for content text
definecolor{headings}{HTML}{6A6A6A} % The color of the large sections
definecolor{subheadings}{HTML}{333333} % The color of subsections and places worked/studied
definecolor{date}{HTML}{666666} % The color used for the Last Updated text at the top right

%—————————————————————————————-
% FONTS
%—————————————————————————————-

usepackage{fontspec} % Required for specifying custom fonts in XeLaTeX

setmainfont[Color=primary, Path = fonts/lato/,BoldItalicFont=Lato-RegIta,BoldFont=Lato-Reg,ItalicFont=Lato-LigIta]{Lato-Lig} % The primary font for content text; defines bold, italic and bold-italic as well

setsansfont[Scale=MatchLowercase,Mapping=tex-text, Path = fonts/raleway/]{Raleway-ExtraLight} % The font used where sfffamily is called

%—————————————————————————————-
% LAST UPDATED COMMAND
%—————————————————————————————-

usepackage[absolute]{textpos} % Required for positioning the Last Updated text at the top right of the page
usepackage[UKenglish]{isodate} % Prints the Last Updated date in UK English format

setlength{TPHorizModule}{0.01paperwidth} % Sets the units for the horizontal position used in the begin{textblock} argument
setlength{TPVertModule}{0.01paperwidth} % Sets the units for the vertical position used in the begin{textblock} argument
newcommand{lastupdated}{ % Create a new command for printing the Last Updated text
begin{textblock}{25}(75,2) % The position of the Last Updated text on the page (75% of the page across, 2% down)
color{date}fontspec[Path = fonts/raleway/]{Raleway-ExtraLight}fontsize{8pt}{10pt}selectfont % Text styling of the text
Last Updated on today % Last Updated text
end{textblock}}

%—————————————————————————————-
% MAIN HEADING COMMAND
%—————————————————————————————-

newcommand{namesection}[3]{ % Defines the command for the main heading
centering{ % Center the name
fontsize{40pt}{60pt} % Font size
fontspec[Path = fonts/lato/]{Lato-Hai}selectfont #1 % First name font
fontspec[Path = fonts/lato/]{Lato-Lig}selectfont #2 % Last name font
} [5pt] % Whitespace between the name and contact information
centering{ % Center the contact information
color{headings} % Use the headings color
fontspec[Path = fonts/raleway/]{Raleway-Medium}fontsize{11pt}{14pt}selectfont #3} % Contact information font
noindentmakebox[linewidth]{color{headings}rule{paperwidth}{0.4pt}} % Horizontal rule
vspace{-5pt} % Reduce whitespace after the rule slightly
}

%—————————————————————————————-
% SECTION TITLE STYLING AND SPACING
%—————————————————————————————-

usepackage{titlesec} % Required for customizing section/subsection/etc titles

titlespacing{section}{0pt}{0pt}{0pt} % Removes the spacing around the main section titles
titlespacing{subsection}{0pt}{0pt}{0pt} % Removes the spacing around the subsections
newcommand{sectionspace}{vspace{8pt}} % Defines a command to add a set amount of space after sections and subsections

titleformat{section}{ % Customize the large section titles
color{headings}scshapefontspec[Path = fonts/lato/]{Lato-Lig}fontsize{16pt}{24pt}selectfont raggedrightuppercase}{}{0em}{}

titleformat{subsection}{ % Customize the subsections and places worked/studied titles
color{subheadings}fontspec[Path = fonts/lato/]{Lato-Bol}fontsize{12pt}{12pt}selectfontbfseriesuppercase}{}{0em}{}

newcommand{runsubsection}[1]{ % Used for creating subsections where a description is required on the same line
color{subheadings}fontspec[Path = fonts/lato/]{Lato-Bol}fontsize{12pt}{12pt}selectfontbfseriesuppercase {#1} normalfont}

newcommand{descript}[1]{ % Used for describing the subsection either on the same line or underneath
color{subheadings}raggedrightscshapefontspec[Path = fonts/raleway/]{Raleway-Medium}fontsize{11pt}{13pt}selectfont {#1 } normalfont}

newcommand{location}[1]{ % Used for specifying a duration and/or location under a subsection
color{headings}raggedrightfontspec[Path = fonts/raleway/]{Raleway-Medium}fontsize{10pt}{12pt}selectfont {#1} normalfont}

%—————————————————————————————-
% SECTION TITLE STYLING AND SPACING
%—————————————————————————————-

newenvironment{tightitemize} % Defines the tightitemize environment which modifies the itemize environment to be more compact
{vspace{-topsep}begin{itemize}itemsep1pt parskip0pt parsep0pt}
{end{itemize}vspace{-topsep}}

LaTeX Workshop Custom Recipe

"latex-workshop.latex.tools":` [
     {
       "command": "xelatex",
       "args": [
       "-synctex=1",
       "-interaction=nonstopmode",
       "-file-line-error",
       "%DOC%.tex"
      ],
       "name": "Step 1: xelatex"
     },
     {
       "command": "xelatex",
       "args": [
       "-synctex=1",
       "-interaction=nonstopmode",
       "-file-line-error",
       "%DOC%.tex"
      ],
       "name": "Step 2: xelatex"
     },
     {
       "command": "xelatex",
       "args": [
       "-synctex=1",
       "-interaction=nonstopmode",
       "-file-line-error",
       "%DOC%.tex"
      ],
       "name": "Step 3: xelatex"
     }
  ],
"latex-workshop.latex.recipes": [
     {
       "name": "toolchain",
       "tools": [
       "Step 1: xelatex",
       "Step 2: xelatex",
       "Step 3: xelatex",
       ]
     }
  ],

Old Latex Workshop Toolchain

"latex-workshop.latex.toolchain": [
     {
       "command": "xelatex",
       "args": [
       "-synctex=1",
       "-interaction=nonstopmode",
       "-file-line-error",
       "%DOC%"
       ]
     },
     {
       "command": "bibtex",
       "args": [
       "%DOCFILE%"
       ]
     },
     {
       "command": "xelatex",
       "args": [
       "-synctex=1",
       "-interaction=nonstopmode",
       "-file-line-error",
       "%DOC%"
       ]
     },
     {
       "command": "xelatex",
       "args": [
       "-synctex=1",
       "-interaction=nonstopmode",
       "-file-line-error",
       "%DOC%"
       ]
     }
  ],

Modified LatexMk

_Selectively enabled by changing file extension to/from .txt (disabled) or [null] (enabled)_

$pdflatex=q/xelatex -synctex=1 %O %S/

Я только что установил Debian 10, а также vscode. Я боролся с этим уже 3 дня. Я установил texlive из терминала с помощью следующей команды:

sudo apt install texlive

Затем я установил расширение латексной мастерской в ​​vscode и попытался создать файл .tex. Выскочила следующая ошибка:

Recipe terminated with fatal error: spawn latexmk ENOENT.

Затем я предшествовал установке latexmk из терминала с помощью:

sudo apt install latexmk

После этого постоянно выскакивала та же ошибка. Вывод показал это.

[14:59:34] Recipe step env: {}
[14:59:34] cwd: /home/phoenix/Documents/stellies/year4/2021/s&s-414/pracs/prac-4/report
[14:59:34] LaTeX build process spawned. PID: undefined.
[14:59:35] LaTeX fatal error: spawn latexmk ENOENT, . PID: undefined.
[14:59:35] Does the executable exist? PATH: /app/bin:/usr/bin:/home/phoenix/.var/app/com.visualstudio.code-oss/data/node/bin:/home/phoenix/.var/app/com.visualstudio.code-oss/data/cargo/bin:/home/phoenix/.var/app/com.visualstudio.code-oss/data/python/bin
[14:59:35] The environment variable $SHELL: /bin/sh

Затем я перешел к обзору веб-сайта texlive. Я заметил, что я не установил переменную пути для включения двоичных файлов texlive. Веб-сайт texlive дает следующий путь к двоичным файлам: PATH=/usr/local/texlive/2021/bin/x86_64-linux:$PATH однако /usr/local/texlive по какой-то причине не существует в моей системе. Где я могу найти правильный путь к двоичным файлам texlive в Debian 10?

5 ответов

У меня такая же проблема, кажется, неправильное поведение Vscode на MacOS

  • проверьте, находится ли команда в пути на Mac

which command_you are running пример which latexmk

Если это выводит что-то, это означает, что у вас установлен латекс, в противном случае идите и установите его и убедитесь, что он доступен через командную строку.

  • Если латекс установлен и у вас возникает эта проблема, вы можете просто перезапустить свой VSCode, и все будет в порядке.


0

Espoir Murhabazi
20 Янв 2022 в 00:32

Недавно у меня была такая же проблема на Mac, исправление, которое сработало для меня, состояло в том, чтобы удалить и переустановить расширение LaTeX Workshop.


4

Gilbert M.
26 Сен 2021 в 06:06

Недавно я столкнулся с той же проблемой в MacOS Monterrey (на базе M1). Я использовал basictex (только для контекста). В соответствии с инструкцией по установке,

  1. Я добавил TeXLive в PATH,
  2. установил пакет latexmk в дистрибутив TeX.

Однако все равно получил ту же ошибку, что и OP.

Прочитав wiki еще раз более внимательно, что в итоге сработало для меня было так же просто, как перезапустить VS Code и MacOS. Все работает как положено после перезагрузки MAC.


4

chjch
30 Ноя 2021 в 19:42

У меня такая же проблема. Основная причина заключалась в следующем: (1) папка bin программного обеспечения отсутствует в PATH; (2) плохие права доступа к файлам. Следовательно, VSC не смог получить доступ к latexmk, что объясняет сообщения об ошибках.

В моем случае проблема возникла на Mac, а конкретно после того, как я установил MacTex, который, в свою очередь, устанавливает Tex Live. Я считаю, что то же самое решение может применяться и к дистрибутивам Linux.

Решение:

  1. Заявить право собственности на файл (который изначально был корневым) в папке /usr/local/texlive: sudo chown -R <username> /usr/local/texlive, где <username> — имя пользователя на уровне ОС. Исправление будет работать для этого конкретного пользователя. Если этого недостаточно, попробуйте вместо этого правильно установить владельца группы и/или рассмотрите шаг 3.

  2. Добавьте /usr/local/texlive/2021/bin/<software_dialect> в ПУТЬ. <software_dialect> зависит от версии установленного ПО: в моем случае это universal-darwin; в Linux это может быть x86_64-linux.

  3. Если проблема не устранена, попробуйте изменить права доступа к файлам в разделе /usr/local/texlive с помощью chmod.

РЕДАКТИРОВАТЬ: В качестве последнего шага перезапустите VSC, чтобы изменения вступили в силу.


10

amka66
1 Окт 2021 в 01:15

I have a fresh install of VS Code and TeX on MacOS and want to compile the .tex file.

environment

OS: MacOS 10.15.5 (Catalina)
Editor: Visual Studio Code (1.45.1) + extension LaTeX Workshop (8.9.0)
TeX: BasicTex + collection-langjapanese

VS Code and BasicTex were installed using Homebrew.
I have installed a package for Japanese, but I am not using Japanese in the .tex file.

When I checked the log as the «Recipe terminated with fatal error: spawn latexmk ENOENT» popup was displayed and I could not compile, the following message was displayed.

LaTeX build process spawned. PID: undefined.
LaTeX fatal error: spawn latexmk ENOENT, .PID: undefined.
Does the executable exist? PATH: /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin

VS Code Preferences

Below is VS Code settings.json.

{
    "files.encoding": "utf8bom",
    "latex-workshop.latex.autoClean.run": "onFailed",
    "latex-workshop.intellisense.package.enabled": true,
    "latex-workshop.latex.tools": [
        {
            "name": "latexmk",
            "command": "latexmk",
            "args": [
                "-synctex=1",
                "-interaction=nonstopmode",
                "-file-line-error",
                "-pdf",
                "-outdir=%OUTDIR%",
                "%DOC%"
            ],
            "env": {}
        },
        {
            "name": "lualatexmk",
            "command": "latexmk",
            "args": [
                "-synctex=1",
                "-interaction=nonstopmode",
                "-file-line-error",
                "-lualatex",
                "-outdir=%OUTDIR%",
                "%DOC%"
            ],
            "env": {}
        },
        {
            "name": "latexmk_rconly",
            "command": "latexmk",
            "args": [
                "%DOC%"
            ],
            "env": {}
        },
        {
            "name": "pdflatex",
            "command": "pdflatex",
            "args": [
                "-synctex=1",
                "-interaction=nonstopmode",
                "-file-line-error",
                "%DOC%"
            ],
            "env": {}
        },
        {
            "name": "bibtex",
            "command": "bibtex",
            "args": [
                "%DOCFILE%"
            ],
            "env": {}
        },
        {
            "name": "rnw2tex",
            "command": "Rscript",
            "args": [
                "-e",
                "knitr::opts_knit$set(concordance = TRUE);knitr::knit('%DOCFILE_EXT%')"
            ],
            "env": {}
        }
    ],
    "latex-workshop.latex.recipes": [
        {
            "name": "latexmk
					
				
								
				
				
	

Содержание

  1. spawn C:Windowssystem32cmd.exe ENOENT error with childProcess.exec() on Debugger #28271
  2. Comments
  3. atif089 commented Jun 9, 2017 •
  4. weinand commented Jun 14, 2017 •
  5. atif089 commented Jun 14, 2017
  6. atif089 commented Jun 15, 2017
  7. weinand commented Jun 15, 2017
  8. Electron (Packaged): Windows 10 spawn ENOENT error #135
  9. Comments
  10. byfareska commented Apr 23, 2019
  11. rexn8r commented Jul 12, 2019
  12. bencevans commented Jul 12, 2019
  13. rexn8r commented Jul 12, 2019
  14. Error: spawn cmd ENOENT in VS code #1818
  15. Comments
  16. mishra1207 commented Nov 27, 2019
  17. lcampos commented Dec 30, 2019
  18. mishra1207 commented Jan 2, 2020
  19. Problem with npm start (error : spawn cmd ENOENT)
  20. 5 Answers 5
  21. Not the answer you’re looking for? Browse other questions tagged node.js reactjs windows git-bash or ask your own question.
  22. Linked
  23. Related
  24. Hot Network Questions
  25. Subscribe to RSS
  26. Spawn c windows system32 cmd exe enoent
  27. Intelligent Recommendation
  28. Startup failure report: spawn cmd ENOENT error
  29. Eggjs start report spawn tail ENOENT error
  30. One nodejs Error: spawn convert ENOENT
  31. Recipe terminated with fatal error: spawn xelatex ENOENT
  32. Recipe terminated with fatal error: spawn latexmk ENOENT.

spawn C:Windowssystem32cmd.exe ENOENT error with childProcess.exec() on Debugger #28271

Steps to Reproduce:

The text was updated successfully, but these errors were encountered:

weinand commented Jun 14, 2017 •

@atif089 I cannot reproduce this (because I do not know the value of ‘execPath’).

Please provide a small code snippet that I can use to reproduce the problem (and please real code and not a screenshot since I do not want to enter it by typing).

Thanks for the follow-up @weinand. Here’s all the code from the actual screenshot.

This file works fine when I run it in the terminal (both cmd and the integrated one in VS Code) but then when I run it by pressing F5 I see the error mentioned. I tried running VS Code as Administrator assuming that might make difference but there was no change.

And this file was working fine in at least until version 1.10

I figured this has nothing to do with VS code. The exec command fails because the resolved cwd path was invalid and it didn’t exist.

When I was running it through the terminal, I was always in the appropriate directory and that is why the command was working fine.

weinand commented Jun 15, 2017

@atif089 thanks for investigating (and resolving) the issue.

You can’t perform that action at this time.

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.

Источник

Electron (Packaged): Windows 10 spawn ENOENT error #135

I’m getting something like that but on Windows 10 (on ubuntu works fine).
https://stackoverflow.com/questions/17951133/spawn-enoent-error

I’ve switched from 1.7.0 to 1.6.1 and it works on both OS.

The text was updated successfully, but these errors were encountered:

I am also having the same error after packaging the app..

I did revert back to 1.6.1 but still no luck.

Check environment variable and it has «C:WINDOWSsystem32cmd.exe» in the path variable.

any pointer as to how to resolve this issue?

@rexn8r what do you mean by packaging the app?

when i create app package using electron-packager and run the exe with asar file, the plugin throws the error.

If i run the electron app in development environment i.e. using npm start command from node.js command window, the plug-in works absolutely fine.

the package folder structure created by electron-packager is:

app.exe
— resources (folder)
—|__ (under resource folder) app.asar (all the app files are packaged in it with html, javascript, node modules etc)

i unpacked the asar file and node module folder did have the screen-shot files. so its not that the packager is missing files.

Источник

Error: spawn cmd ENOENT in VS code #1818

Hi,
I am getting following error while running command- SFDX: Authorize an Org in VS Code:
Error: spawn cmd ENOENT
at Process.ChildProcess._handle.onexit (internal/child_process.js:264:19)
at onErrorNT (internal/child_process.js:456:16)
at processTicksAndRejections (internal/process/task_queues.js:77:11) <
errno: ‘ENOENT’,
code: ‘ENOENT’,
syscall: ‘spawn cmd’,
path: ‘cmd’,
spawnargs: [
‘/c’,
‘start’,
‘»»‘,
‘/b’,
‘https://login.salesforce.com//services/oauth2/authorize?response_type=code^&client_id=PlatformCLI^&redirect_uri=http%3A%2F%2Flocalhost%3A1717%2FOauthRedirect^&state=13f03582c57b^&prompt=login^&scope=refresh_token%20api%20web^&code_challenge=0q6hC3VWjMYLBKGHzLGm8g-NkJORu5ASRMfbdxDRyT0’
]
>

Could you please help me on this?
I have checked my configs and seems to be good.

The text was updated successfully, but these errors were encountered:

@mishra1207 can you provide the following details on your setup:

If you are running on a Windows system I’ve seen similar errors happening when the System Environment variable PATH does not include the CLI’s path.

I was able to resolve the issue.
It was happening due to proxy settings in my company provided laptop. After removing them it started working.
Thank you for your response.

Источник

Problem with npm start (error : spawn cmd ENOENT)

I have a problem with my application. Because before when I created an application it worked, but now, it shows me this error and I do not know why and the things I have to do to fix it.

I checked some stackoverflow topics but everywhere I checked, it was not really an answer that worked.

yKhRr

5 Answers 5

Add C:WindowsSystem32 to the global PATH environment variable.

Solution 1

Solution 2

If the first one doesn’t work follow the 2nd steps. Navigate to your project folder and type this command >>>

Solution 3

Downgrade react-scripts in package.json file

agMKZ

I had the same problem after I tried to install Mongo DB. I found out that this problem only exists with react-scripts@3.0.0. Try to reinstall your npm with a different react script version. Simply go to your folder in command and reinstall like this:

After that the app worked for me again.

photo

For all those Who’ve come to this problem from react scripts not starting. The solution is

urGUZ

Not the answer you’re looking for? Browse other questions tagged node.js reactjs windows git-bash or ask your own question.

Linked

Hot Network Questions

To subscribe to this RSS feed, copy and paste this URL into your RSS reader.

site design / logo © 2022 Stack Exchange Inc; user contributions licensed under cc by-sa. rev 2022.11.3.40639

By clicking “Accept all cookies”, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy.

Источник

Spawn c windows system32 cmd exe enoent

This problem occurred when running vue ui. I forgot to take the specific screenshots, but the solution to this problem is basically the same, all because of the missing part of the user environment variables due to setting conflicts.

Adding System32 variables to user environment variables will probably solve this problem.

4c4eef12f052946d29fc084d67b1116f

b5ac245a6ddce3cc714951c81162e4e9

Intelligent Recommendation

8513e6651bb600d8a10a0ee7beb4987b

Startup failure report: spawn cmd ENOENT error

spawn cmd ENOENT Npm start error when starting, and then checked Baidu said that because the port is occupied, did not want to understand but killed the occupied port with the command line or an error.

Eggjs start report spawn tail ENOENT error

Start eggjsnpm run startReport an error while usingnpm run devno problem Develop window 7, used by the computer, used to use the systemcmdExecute the relevant command and throw the following error: Ca.

One nodejs Error: spawn convert ENOENT

the reason: I used itnode-galleryBut not installedimagemagick. You may or may not have the required program, the error prompted by nodejs is too obvious, but there is experience to find.

d873796ec471b52ae984f5d37e28ae3c

Recipe terminated with fatal error: spawn xelatex ENOENT

Recipe terminated with fatal error: spawn latexmk ENOENT.

Analysis Version info: VS code:1.50.0, Tex Live:2019/Debian, LaTex Workshop:8.13.2 Action Make sure your operation is correct by referencing to official guideline and VS Code + LaTeX. Install TEXLIVE.

Источник

Понравилась статья? Поделить с друзьями:
  • Recent отказано в доступе windows 10
  • Recent files windows 10 как удалить
  • Received windows console close event shutting log core down
  • Recboot скачать для windows 10 64 bit крякнутый
  • Reboot windows 10 from command line