James-Yu / LaTeX-Workshop

Boost LaTeX typesetting efficiency with preview, compile, autocomplete, colorize, and more.
MIT License
10.55k stars 522 forks source link

Latex Workshop makes VSCode unresponsive while it is initializing #4184

Closed kaba2 closed 6 months ago

kaba2 commented 6 months ago

Pre-checks*

Environment*

The Issue*

Here's what I do:

Here's what happens:

Some functionalities in VSCode become unresponsive. In particular:

image image

What eventually happens:

After 80 seconds, everything starts working again:

If I would have to guess, something which should be running in a separate thread is running in a single thread.

Reproduction Steps

Older versions do not have the problem I am describing here. I made timings over older versions on how long it takes to become responsive again:

Based on these timings it seems to me that some change from version 9.13.0 onward made Latex Workshop initialization unresponsive and slow, and has remained so till the current version. The workaround is to revert to the 9.12.3 version.

This problem is especially visible to me probably because my Latex paper is 500 pages long. Unfortunately, I cannot provide my paper itself for testing, because I haven't yet published that research. However, after publication I can contribute it as performance testing material.

Expected Behavior

Latex Workshop should work as in version 9.12.3. In particular:

Logs

LaTeX Workshop Output*

[01:26:53.250][Logger] New log placeholder %WS1% registered for c:\code\mcomplex .
[01:26:53.250][Extension] Initializing LaTeX Workshop.
[01:26:53.484][Build][Recipe] Set $LATEXWORKSHOP_DOCKER_LATEX: ""
[01:26:53.568][Server] Creating LaTeX Workshop http and websocket server.
[01:26:53.699][Format][Bib] Bibtex format config: {"tab":"  ","case":"lowercase","left":"{","right":"}","trailingComma":false,"sort":["key"],"alignOnEqual":true,"sortFields":false,"fieldsOrder":[],"firstEntries":["string","xdata"]}
[01:26:53.780][Server] Server successfully started: {"address":"127.0.0.1","family":"IPv4","port":51462} .
[01:26:53.787][Extension] Extension root: c:\Users\Kaba\.vscode\extensions\james-yu.latex-workshop-9.18.2
[01:26:53.787][Extension] $PATH: C:\Python311\Scripts\;C:\Python311\;C:\code\swigwin-4.0.2;C:\Program Files (x86)\DjVuLibre;C:\scripts;C:\Users\Kaba\AppData\Local\Programs\Python\Python39\Scripts;C:\Users\Kaba\AppData\Local\Programs\Python\Python39;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\MiKTeX 2.9\miktex\bin\x64\;C:\Strawberry\c\bin;C:\Strawberry\perl\site\bin;C:\Strawberry\perl\bin;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Program Files\Polyspace\R2020b\bin;C:\Program Files\Wolfram Research\WolframScript\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\PuTTY\;C:\Program Files\CMake\bin;C:\ProgramData\chocolatey\bin;C:\Program Files\nodejs\;C:\Program Files (x86)\GitExtensions\;C:\Program Files\Git\cmd;C:\Program Files\Calibre2\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Users\Kaba\.cargo\bin;C:\Program Files\VideoLAN\VLC;C:\Users\Kaba\AppData\Local\Microsoft\WindowsApps;C:\Users\Kaba\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\Kaba\.dotnet\tools;C:\Users\Kaba\AppData\Roaming\npm;C:\Users\Kaba\AppData\Local\Microsoft\WindowsApps;C:\Users\Kaba\.dotnet\tools;C:\Program Files\JetBrains\JetBrains Rider 2023.1\bin;
[01:26:53.787][Extension] $SHELL: undefined
[01:26:53.787][Extension] $LANG: undefined
[01:26:53.787][Extension] $LC_ALL: undefined
[01:26:53.787][Extension] process.platform: win32
[01:26:53.787][Extension] process.arch: x64
[01:26:53.788][Extension] vscode.env.appName: Visual Studio Code
[01:26:53.788][Extension] vscode.env.remoteName: undefined
[01:26:53.788][Extension] vscode.env.uiKind: 1
[01:26:53.791][Config] latex-workshop.latex.outDir: "%DIR%/output" .
[01:26:53.792][Config] latex-workshop.latex.rootFile.doNotPrompt: true .
[01:26:53.797][Config] latex-workshop.view.pdf.invertMode.enabled: "never" .
[01:26:53.813][Config] latex-workshop.message.warning.show: false .
[01:26:53.814][Config] latex-workshop.message.error.show: false .
[01:26:53.825][Config] editor.acceptSuggestionOnEnter: "off" .
[01:26:53.831][Extension] Trigger characters for intellisense of LaTeX documents: ["\\",",","{"]
[01:26:53.832][Root] Current workspace folders: ["file:///c:/code/mcomplex"]
[01:26:53.833][Extension] LaTeX Workshop initialized.
[01:26:53.834][Root] Found subfile root %WS1%\dimension-paper.tex from active.
[01:26:53.834][Root] Root file changed: from %WS1%\dimension-paper.tex to %WS1%\dimension-paper.tex, langID latex . Refresh dependencies
[01:26:53.834][Event] ROOT_FILE_CHANGED: "c:\\code\\mcomplex\\dimension-paper.tex"
[01:26:53.835][Cacher][Watcher] Reset.
[01:26:53.835][Cacher][Watcher] Reset.
[01:26:53.835][Cacher][Watcher] Reset.
[01:26:53.837][Cacher] Adding %WS1%\dimension-paper.tex .
[01:26:53.838][Cacher][Watcher] Watched %WS1%\dimension-paper.tex with a new watcher on %WS1% .
[01:26:53.838][Event] FILE_WATCHED: "c:\\code\\mcomplex\\dimension-paper.tex"
[01:26:53.840][Cacher] Caching %WS1%\dimension-paper.tex .
[01:26:53.841][Cacher] Input %WS1%\dimension-abstract.tex from %WS1%\dimension-paper.tex .
[01:26:53.841][Cacher] Adding %WS1%\dimension-abstract.tex .
[01:26:53.842][Cacher][Watcher] Watched %WS1%\dimension-abstract.tex .
[01:26:53.842][Event] FILE_WATCHED: "c:\\code\\mcomplex\\dimension-abstract.tex"
[01:26:53.842][Cacher] Caching %WS1%\dimension-abstract.tex .
[01:26:53.843][Cacher] Updated inputs of %WS1%\dimension-abstract.tex .
[01:26:53.843][Cacher] Parse LaTeX AST: %WS1%\dimension-abstract.tex .
[01:26:53.843][Cacher] Input %WS1%\dimension-intro.tex from %WS1%\dimension-paper.tex .
[01:26:53.844][Cacher] Adding %WS1%\dimension-intro.tex .
[01:26:53.844][Cacher][Watcher] Watched %WS1%\dimension-intro.tex .
[01:26:53.845][Event] FILE_WATCHED: "c:\\code\\mcomplex\\dimension-intro.tex"
[01:26:53.845][Cacher] Caching %WS1%\dimension-intro.tex .
[01:26:53.846][Cacher] Input %WS1%\foundations.tex from %WS1%\dimension-intro.tex .
[01:26:53.847][Cacher] Adding %WS1%\foundations.tex .
[01:26:53.847][Cacher][Watcher] Watched %WS1%\foundations.tex .
[01:26:53.847][Event] FILE_WATCHED: "c:\\code\\mcomplex\\foundations.tex"
[01:26:53.848][Cacher] Caching %WS1%\foundations.tex .
[01:26:53.848][Cacher] Updated inputs of %WS1%\foundations.tex .
[01:26:53.848][Cacher] Parse LaTeX AST: %WS1%\foundations.tex .
[01:26:53.849][Cacher] Input %WS1%\dimension-categories.tex from %WS1%\dimension-intro.tex .
[01:26:53.849][Cacher] Adding %WS1%\dimension-categories.tex .
[01:26:53.849][Cacher][Watcher] Watched %WS1%\dimension-categories.tex .
[01:26:53.850][Event] FILE_WATCHED: "c:\\code\\mcomplex\\dimension-categories.tex"
[01:26:53.850][Cacher] Caching %WS1%\dimension-categories.tex .
[01:26:53.850][Cacher] Updated inputs of %WS1%\dimension-categories.tex .
[01:26:53.851][Cacher] Parse LaTeX AST: %WS1%\dimension-categories.tex .
[01:26:53.852][Cacher] Updated inputs of %WS1%\dimension-intro.tex .
[01:26:53.852][Cacher] Parse LaTeX AST: %WS1%\dimension-intro.tex .
[01:26:53.854][Cacher] Input %WS1%\topological-properties.tex from %WS1%\dimension-paper.tex .
[01:26:53.854][Cacher] Adding %WS1%\topological-properties.tex .
[01:26:53.855][Cacher][Watcher] Watched %WS1%\topological-properties.tex .
[01:26:53.855][Event] FILE_WATCHED: "c:\\code\\mcomplex\\topological-properties.tex"
[01:26:53.855][Cacher] Caching %WS1%\topological-properties.tex .
[01:26:53.856][Cacher] Input %WS1%\categories.tex from %WS1%\topological-properties.tex .
[01:26:53.857][Cacher] Adding %WS1%\categories.tex .
[01:26:53.857][Cacher][Watcher] Watched %WS1%\categories.tex .
[01:26:53.857][Event] FILE_WATCHED: "c:\\code\\mcomplex\\categories.tex"
[01:26:53.858][Cacher] Caching %WS1%\categories.tex .
[01:26:53.859][Cacher] Updated inputs of %WS1%\categories.tex .
[01:26:53.859][Cacher] Parse LaTeX AST: %WS1%\categories.tex .
[01:26:53.859][Cacher] Updated inputs of %WS1%\topological-properties.tex .
[01:26:53.859][Cacher] Parse LaTeX AST: %WS1%\topological-properties.tex .
[01:26:53.860][Cacher] Input %WS1%\connectivities-section.tex from %WS1%\dimension-paper.tex .
[01:26:53.860][Cacher] Adding %WS1%\connectivities-section.tex .
[01:26:53.860][Cacher][Watcher] Watched %WS1%\connectivities-section.tex .
[01:26:53.860][Event] FILE_WATCHED: "c:\\code\\mcomplex\\connectivities-section.tex"
[01:26:53.861][Cacher] Caching %WS1%\connectivities-section.tex .
[01:26:53.862][Cacher] Input %WS1%\connectivity-definition.tex from %WS1%\connectivities-section.tex .
[01:26:53.862][Cacher] Adding %WS1%\connectivity-definition.tex .
[01:26:53.863][Cacher][Watcher] Watched %WS1%\connectivity-definition.tex .
[01:26:53.863][Event] FILE_WATCHED: "c:\\code\\mcomplex\\connectivity-definition.tex"
[01:26:53.864][Cacher] Caching %WS1%\connectivity-definition.tex .
[01:26:53.865][Cacher] Updated inputs of %WS1%\connectivity-definition.tex .
[01:26:53.865][Cacher] Parse LaTeX AST: %WS1%\connectivity-definition.tex .
[01:26:53.865][Cacher] Input %WS1%\p-components.tex from %WS1%\connectivities-section.tex .
[01:26:53.866][Cacher] Adding %WS1%\p-components.tex .
[01:26:53.866][Cacher][Watcher] Watched %WS1%\p-components.tex .
[01:26:53.866][Event] FILE_WATCHED: "c:\\code\\mcomplex\\p-components.tex"
[01:26:53.866][Cacher] Caching %WS1%\p-components.tex .
[01:26:53.867][Cacher] Updated inputs of %WS1%\p-components.tex .
[01:26:53.867][Cacher] Parse LaTeX AST: %WS1%\p-components.tex .
[01:26:53.868][Cacher] Input %WS1%\quasiconnectedness.tex from %WS1%\connectivities-section.tex .
[01:26:53.868][Cacher] Adding %WS1%\quasiconnectedness.tex .
[01:26:53.868][Cacher][Watcher] Watched %WS1%\quasiconnectedness.tex .
[01:26:53.869][Event] FILE_WATCHED: "c:\\code\\mcomplex\\quasiconnectedness.tex"
[01:26:53.869][Cacher] Caching %WS1%\quasiconnectedness.tex .
[01:26:53.870][Cacher] Updated inputs of %WS1%\quasiconnectedness.tex .
[01:26:53.870][Cacher] Parse LaTeX AST: %WS1%\quasiconnectedness.tex .
[01:26:53.871][Cacher] Input %WS1%\connectedness.tex from %WS1%\connectivities-section.tex .
[01:26:53.871][Cacher] Adding %WS1%\connectedness.tex .
[01:26:53.872][Cacher][Watcher] Watched %WS1%\connectedness.tex .
[01:26:53.872][Event] FILE_WATCHED: "c:\\code\\mcomplex\\connectedness.tex"
[01:26:53.872][Cacher] Caching %WS1%\connectedness.tex .
[01:26:53.873][Cacher] Updated inputs of %WS1%\connectedness.tex .
[01:26:53.873][Cacher] Parse LaTeX AST: %WS1%\connectedness.tex .
[01:26:53.874][Cacher] Input %WS1%\pathconnectedness.tex from %WS1%\connectivities-section.tex .
[01:26:53.874][Cacher] Adding %WS1%\pathconnectedness.tex .
[01:26:53.875][Cacher][Watcher] Watched %WS1%\pathconnectedness.tex .
[01:26:53.875][Event] FILE_WATCHED: "c:\\code\\mcomplex\\pathconnectedness.tex"
[01:26:53.875][Cacher] Caching %WS1%\pathconnectedness.tex .
[01:26:53.876][Cacher] Updated inputs of %WS1%\pathconnectedness.tex .
[01:26:53.876][Cacher] Parse LaTeX AST: %WS1%\pathconnectedness.tex .
[01:26:53.876][Cacher] Input %WS1%\strong-connectedness.tex from %WS1%\connectivities-section.tex .
[01:26:53.877][Cacher] Adding %WS1%\strong-connectedness.tex .
[01:26:53.877][Cacher][Watcher] Watched %WS1%\strong-connectedness.tex .
[01:26:53.877][Event] FILE_WATCHED: "c:\\code\\mcomplex\\strong-connectedness.tex"
[01:26:53.877][Cacher] Caching %WS1%\strong-connectedness.tex .
[01:26:53.878][Cacher] Updated inputs of %WS1%\strong-connectedness.tex .
[01:26:53.878][Cacher] Parse LaTeX AST: %WS1%\strong-connectedness.tex .
[01:26:53.878][Cacher] Input %WS1%\hyperconnectedness.tex from %WS1%\connectivities-section.tex .
[01:26:53.879][Cacher] Adding %WS1%\hyperconnectedness.tex .
[01:26:53.879][Cacher][Watcher] Watched %WS1%\hyperconnectedness.tex .
[01:26:53.879][Event] FILE_WATCHED: "c:\\code\\mcomplex\\hyperconnectedness.tex"
[01:26:53.879][Cacher] Caching %WS1%\hyperconnectedness.tex .
[01:26:53.880][Cacher] Updated inputs of %WS1%\hyperconnectedness.tex .
[01:26:53.880][Cacher] Parse LaTeX AST: %WS1%\hyperconnectedness.tex .
[01:26:53.880][Cacher] Input %WS1%\ultraconnectedness.tex from %WS1%\connectivities-section.tex .
[01:26:53.881][Cacher] Adding %WS1%\ultraconnectedness.tex .
[01:26:53.881][Cacher][Watcher] Watched %WS1%\ultraconnectedness.tex .
[01:26:53.881][Event] FILE_WATCHED: "c:\\code\\mcomplex\\ultraconnectedness.tex"
[01:26:53.881][Cacher] Caching %WS1%\ultraconnectedness.tex .
[01:26:53.882][Cacher] Updated inputs of %WS1%\ultraconnectedness.tex .
[01:26:53.882][Cacher] Parse LaTeX AST: %WS1%\ultraconnectedness.tex .
[01:26:53.882][Cacher] Input %WS1%\trivial-spaces.tex from %WS1%\connectivities-section.tex .
[01:26:53.883][Cacher] Adding %WS1%\trivial-spaces.tex .
[01:26:53.883][Cacher][Watcher] Watched %WS1%\trivial-spaces.tex .
[01:26:53.883][Event] FILE_WATCHED: "c:\\code\\mcomplex\\trivial-spaces.tex"
[01:26:53.884][Cacher] Caching %WS1%\trivial-spaces.tex .
[01:26:53.884][Cacher] Updated inputs of %WS1%\trivial-spaces.tex .
[01:26:53.884][Cacher] Parse LaTeX AST: %WS1%\trivial-spaces.tex .
[01:26:53.884][Cacher] Updated inputs of %WS1%\connectivities-section.tex .
[01:26:53.884][Cacher] Parse LaTeX AST: %WS1%\connectivities-section.tex .
[01:26:53.885][Cacher] Input %WS1%\topological-covers-section.tex from %WS1%\dimension-paper.tex .
[01:26:53.885][Cacher] Adding %WS1%\topological-covers-section.tex .
[01:26:53.885][Cacher][Watcher] Watched %WS1%\topological-covers-section.tex .
[01:26:53.886][Event] FILE_WATCHED: "c:\\code\\mcomplex\\topological-covers-section.tex"
[01:26:53.886][Cacher] Caching %WS1%\topological-covers-section.tex .
[01:26:53.887][Cacher] Input %WS1%\topological-covers.tex from %WS1%\topological-covers-section.tex .
[01:26:53.887][Cacher] Adding %WS1%\topological-covers.tex .
[01:26:53.887][Cacher][Watcher] Watched %WS1%\topological-covers.tex .
[01:26:53.887][Event] FILE_WATCHED: "c:\\code\\mcomplex\\topological-covers.tex"
[01:26:53.888][Cacher] Caching %WS1%\topological-covers.tex .
[01:26:53.888][Cacher] Updated inputs of %WS1%\topological-covers.tex .
[01:26:53.888][Cacher] Parse LaTeX AST: %WS1%\topological-covers.tex .
[01:26:53.888][Cacher] Updated inputs of %WS1%\topological-covers-section.tex .
[01:26:53.889][Cacher] Parse LaTeX AST: %WS1%\topological-covers-section.tex .
[01:26:53.889][Cacher] Input %WS1%\p-refinement-section.tex from %WS1%\dimension-paper.tex .
[01:26:53.889][Cacher] Adding %WS1%\p-refinement-section.tex .
[01:26:53.890][Cacher][Watcher] Watched %WS1%\p-refinement-section.tex .
[01:26:53.890][Event] FILE_WATCHED: "c:\\code\\mcomplex\\p-refinement-section.tex"
[01:26:53.890][Cacher] Caching %WS1%\p-refinement-section.tex .
[01:26:53.891][Cacher] Input %WS1%\p-refinement.tex from %WS1%\p-refinement-section.tex .
[01:26:53.891][Cacher] Adding %WS1%\p-refinement.tex .
[01:26:53.891][Cacher][Watcher] Watched %WS1%\p-refinement.tex .
[01:26:53.891][Event] FILE_WATCHED: "c:\\code\\mcomplex\\p-refinement.tex"
[01:26:53.892][Cacher] Caching %WS1%\p-refinement.tex .
[01:26:53.892][Cacher] Updated inputs of %WS1%\p-refinement.tex .
[01:26:53.892][Cacher] Parse LaTeX AST: %WS1%\p-refinement.tex .
[01:26:53.892][Cacher] Updated inputs of %WS1%\p-refinement-section.tex .
[01:26:53.892][Cacher] Parse LaTeX AST: %WS1%\p-refinement-section.tex .
[01:26:53.893][Cacher] Input %WS1%\p-generated-spaces-section.tex from %WS1%\dimension-paper.tex .
[01:26:53.893][Cacher] Adding %WS1%\p-generated-spaces-section.tex .
[01:26:53.894][Cacher][Watcher] Watched %WS1%\p-generated-spaces-section.tex .
[01:26:53.894][Event] FILE_WATCHED: "c:\\code\\mcomplex\\p-generated-spaces-section.tex"
[01:26:53.894][Cacher] Caching %WS1%\p-generated-spaces-section.tex .
[01:26:53.895][Cacher] Input %WS1%\p-generated-spaces.tex from %WS1%\p-generated-spaces-section.tex .
[01:26:53.895][Cacher] Adding %WS1%\p-generated-spaces.tex .
[01:26:53.896][Cacher][Watcher] Watched %WS1%\p-generated-spaces.tex .
[01:26:53.896][Event] FILE_WATCHED: "c:\\code\\mcomplex\\p-generated-spaces.tex"
[01:26:53.896][Cacher] Caching %WS1%\p-generated-spaces.tex .
[01:26:53.897][Cacher] Updated inputs of %WS1%\p-generated-spaces.tex .
[01:26:53.897][Cacher] Parse LaTeX AST: %WS1%\p-generated-spaces.tex .
[01:26:53.897][Cacher] Input %WS1%\p-covered-spaces.tex from %WS1%\p-generated-spaces-section.tex .
[01:26:53.898][Cacher] Adding %WS1%\p-covered-spaces.tex .
[01:26:53.898][Cacher][Watcher] Watched %WS1%\p-covered-spaces.tex .
[01:26:53.898][Event] FILE_WATCHED: "c:\\code\\mcomplex\\p-covered-spaces.tex"
[01:26:53.899][Cacher] Caching %WS1%\p-covered-spaces.tex .
[01:26:53.899][Cacher] Updated inputs of %WS1%\p-covered-spaces.tex .
[01:26:53.899][Cacher] Parse LaTeX AST: %WS1%\p-covered-spaces.tex .
[01:26:53.900][Cacher] Input %WS1%\sum-p-spaces.tex from %WS1%\p-generated-spaces-section.tex .
[01:26:53.900][Cacher] Adding %WS1%\sum-p-spaces.tex .
[01:26:53.900][Cacher][Watcher] Watched %WS1%\sum-p-spaces.tex .
[01:26:53.900][Event] FILE_WATCHED: "c:\\code\\mcomplex\\sum-p-spaces.tex"
[01:26:53.901][Cacher] Caching %WS1%\sum-p-spaces.tex .
[01:26:53.901][Cacher] Updated inputs of %WS1%\sum-p-spaces.tex .
[01:26:53.901][Cacher] Parse LaTeX AST: %WS1%\sum-p-spaces.tex .
[01:26:53.902][Cacher] Input %WS1%\trivially-generated-spaces.tex from %WS1%\p-generated-spaces-section.tex .
[01:26:53.902][Cacher] Adding %WS1%\trivially-generated-spaces.tex .
[01:26:53.902][Cacher][Watcher] Watched %WS1%\trivially-generated-spaces.tex .
[01:26:53.902][Event] FILE_WATCHED: "c:\\code\\mcomplex\\trivially-generated-spaces.tex"
[01:26:53.903][Cacher] Caching %WS1%\trivially-generated-spaces.tex .
[01:26:53.903][Cacher] Updated inputs of %WS1%\trivially-generated-spaces.tex .
[01:26:53.903][Cacher] Parse LaTeX AST: %WS1%\trivially-generated-spaces.tex .
[01:26:53.904][Cacher] Input %WS1%\p-refinement-functor.tex from %WS1%\p-generated-spaces-section.tex .
[01:26:53.904][Cacher] Adding %WS1%\p-refinement-functor.tex .
[01:26:53.904][Cacher][Watcher] Watched %WS1%\p-refinement-functor.tex .
[01:26:53.905][Event] FILE_WATCHED: "c:\\code\\mcomplex\\p-refinement-functor.tex"
[01:26:53.905][Cacher] Caching %WS1%\p-refinement-functor.tex .
[01:26:53.905][Cacher] Updated inputs of %WS1%\p-refinement-functor.tex .
[01:26:53.905][Cacher] Parse LaTeX AST: %WS1%\p-refinement-functor.tex .
[01:26:53.906][Cacher] Input %WS1%\locally-p-generated-spaces.tex from %WS1%\p-generated-spaces-section.tex .
[01:26:53.906][Cacher] Adding %WS1%\locally-p-generated-spaces.tex .
[01:26:53.906][Cacher][Watcher] Watched %WS1%\locally-p-generated-spaces.tex .
[01:26:53.907][Event] FILE_WATCHED: "c:\\code\\mcomplex\\locally-p-generated-spaces.tex"
[01:26:53.907][Cacher] Caching %WS1%\locally-p-generated-spaces.tex .
[01:26:53.907][Cacher] Updated inputs of %WS1%\locally-p-generated-spaces.tex .
[01:26:53.907][Cacher] Parse LaTeX AST: %WS1%\locally-p-generated-spaces.tex .
[01:26:53.908][Cacher] Input %WS1%\locally-p-spaces.tex from %WS1%\p-generated-spaces-section.tex .
[01:26:53.908][Cacher] Adding %WS1%\locally-p-spaces.tex .
[01:26:53.908][Cacher][Watcher] Watched %WS1%\locally-p-spaces.tex .
[01:26:53.908][Event] FILE_WATCHED: "c:\\code\\mcomplex\\locally-p-spaces.tex"
[01:26:53.909][Cacher] Caching %WS1%\locally-p-spaces.tex .
[01:26:53.909][Cacher] Updated inputs of %WS1%\locally-p-spaces.tex .
[01:26:53.910][Cacher] Parse LaTeX AST: %WS1%\locally-p-spaces.tex .
[01:26:53.910][Cacher] Updated inputs of %WS1%\p-generated-spaces-section.tex .
[01:26:53.910][Cacher] Parse LaTeX AST: %WS1%\p-generated-spaces-section.tex .
[01:26:53.910][Cacher] Input %WS1%\p-localization-section.tex from %WS1%\dimension-paper.tex .
[01:26:53.911][Cacher] Adding %WS1%\p-localization-section.tex .
[01:26:53.911][Cacher][Watcher] Watched %WS1%\p-localization-section.tex .
[01:26:53.911][Event] FILE_WATCHED: "c:\\code\\mcomplex\\p-localization-section.tex"
[01:26:53.911][Cacher] Caching %WS1%\p-localization-section.tex .
[01:26:53.912][Cacher] Input %WS1%\p-localization.tex from %WS1%\p-localization-section.tex .
[01:26:53.912][Cacher] Adding %WS1%\p-localization.tex .
[01:26:53.913][Cacher][Watcher] Watched %WS1%\p-localization.tex .
[01:26:53.913][Event] FILE_WATCHED: "c:\\code\\mcomplex\\p-localization.tex"
[01:26:53.913][Cacher] Caching %WS1%\p-localization.tex .
[01:26:53.916][Cacher] Updated inputs of %WS1%\p-localization.tex .
[01:26:53.916][Cacher] Parse LaTeX AST: %WS1%\p-localization.tex .
[01:26:53.917][Cacher] Input %WS1%\p-localization-sequence.tex from %WS1%\p-localization-section.tex .
[01:26:53.917][Cacher] Adding %WS1%\p-localization-sequence.tex .
[01:26:53.917][Cacher][Watcher] Watched %WS1%\p-localization-sequence.tex .
[01:26:53.917][Event] FILE_WATCHED: "c:\\code\\mcomplex\\p-localization-sequence.tex"
[01:26:53.918][Cacher] Caching %WS1%\p-localization-sequence.tex .
[01:26:53.918][Cacher] Updated inputs of %WS1%\p-localization-sequence.tex .
[01:26:53.918][Cacher] Parse LaTeX AST: %WS1%\p-localization-sequence.tex .
[01:26:53.919][Cacher] Updated inputs of %WS1%\p-localization-section.tex .
[01:26:53.919][Cacher] Parse LaTeX AST: %WS1%\p-localization-section.tex .
[01:26:53.919][Cacher] Input %WS1%\p-zero-spaces-section.tex from %WS1%\dimension-paper.tex .
[01:26:53.919][Cacher] Adding %WS1%\p-zero-spaces-section.tex .
[01:26:53.920][Cacher][Watcher] Watched %WS1%\p-zero-spaces-section.tex .
[01:26:53.920][Event] FILE_WATCHED: "c:\\code\\mcomplex\\p-zero-spaces-section.tex"
[01:26:53.920][Cacher] Caching %WS1%\p-zero-spaces-section.tex .
[01:26:53.921][Cacher] Input %WS1%\p-zero-spaces.tex from %WS1%\p-zero-spaces-section.tex .
[01:26:53.921][Cacher] Adding %WS1%\p-zero-spaces.tex .
[01:26:53.921][Cacher][Watcher] Watched %WS1%\p-zero-spaces.tex .
[01:26:53.922][Event] FILE_WATCHED: "c:\\code\\mcomplex\\p-zero-spaces.tex"
[01:26:53.922][Cacher] Caching %WS1%\p-zero-spaces.tex .
[01:26:53.923][Cacher] Updated inputs of %WS1%\p-zero-spaces.tex .
[01:26:53.923][Cacher] Parse LaTeX AST: %WS1%\p-zero-spaces.tex .
[01:26:53.924][Cacher] Input %WS1%\p-trivial-spaces.tex from %WS1%\p-zero-spaces-section.tex .
[01:26:53.924][Cacher] Adding %WS1%\p-trivial-spaces.tex .
[01:26:53.924][Cacher][Watcher] Watched %WS1%\p-trivial-spaces.tex .
[01:26:53.925][Event] FILE_WATCHED: "c:\\code\\mcomplex\\p-trivial-spaces.tex"
[01:26:53.925][Cacher] Caching %WS1%\p-trivial-spaces.tex .
[01:26:53.926][Cacher] Updated inputs of %WS1%\p-trivial-spaces.tex .
[01:26:53.926][Cacher] Parse LaTeX AST: %WS1%\p-trivial-spaces.tex .
[01:26:53.927][Cacher] Input %WS1%\p-zero-spaces-revisited.tex from %WS1%\p-zero-spaces-section.tex .
[01:26:53.927][Cacher] Adding %WS1%\p-zero-spaces-revisited.tex .
[01:26:53.927][Cacher][Watcher] Watched %WS1%\p-zero-spaces-revisited.tex .
[01:26:53.927][Event] FILE_WATCHED: "c:\\code\\mcomplex\\p-zero-spaces-revisited.tex"
[01:26:53.928][Cacher] Caching %WS1%\p-zero-spaces-revisited.tex .
[01:26:53.928][Cacher] Updated inputs of %WS1%\p-zero-spaces-revisited.tex .
[01:26:53.928][Cacher] Parse LaTeX AST: %WS1%\p-zero-spaces-revisited.tex .
[01:26:53.929][Cacher] Input %WS1%\extremally-disconnected.tex from %WS1%\p-zero-spaces-section.tex .
[01:26:53.929][Cacher] Adding %WS1%\extremally-disconnected.tex .
[01:26:53.929][Cacher][Watcher] Watched %WS1%\extremally-disconnected.tex .
[01:26:53.929][Event] FILE_WATCHED: "c:\\code\\mcomplex\\extremally-disconnected.tex"
[01:26:53.929][Cacher] Caching %WS1%\extremally-disconnected.tex .
[01:26:53.930][Cacher] Updated inputs of %WS1%\extremally-disconnected.tex .
[01:26:53.930][Cacher] Parse LaTeX AST: %WS1%\extremally-disconnected.tex .
[01:26:53.931][Cacher] Input %WS1%\weird-zero-dimensional-spaces.tex from %WS1%\p-zero-spaces-section.tex .
[01:26:53.931][Cacher] Adding %WS1%\weird-zero-dimensional-spaces.tex .
[01:26:53.931][Cacher][Watcher] Watched %WS1%\weird-zero-dimensional-spaces.tex .
[01:26:53.931][Event] FILE_WATCHED: "c:\\code\\mcomplex\\weird-zero-dimensional-spaces.tex"
[01:26:53.931][Cacher] Caching %WS1%\weird-zero-dimensional-spaces.tex .
[01:26:53.932][Cacher] Updated inputs of %WS1%\weird-zero-dimensional-spaces.tex .
[01:26:53.932][Cacher] Parse LaTeX AST: %WS1%\weird-zero-dimensional-spaces.tex .
[01:26:53.932][Cacher] Input %WS1%\cantors-teepee.tex from %WS1%\p-zero-spaces-section.tex .
[01:26:53.933][Cacher] Adding %WS1%\cantors-teepee.tex .
[01:26:53.933][Cacher][Watcher] Watched %WS1%\cantors-teepee.tex .
[01:26:53.933][Event] FILE_WATCHED: "c:\\code\\mcomplex\\cantors-teepee.tex"
[01:26:53.933][Cacher] Caching %WS1%\cantors-teepee.tex .
[01:26:53.934][Cacher] Updated inputs of %WS1%\cantors-teepee.tex .
[01:26:53.934][Cacher] Parse LaTeX AST: %WS1%\cantors-teepee.tex .
[01:26:53.934][Cacher] Input %WS1%\continuums.tex from %WS1%\p-zero-spaces-section.tex .
[01:26:53.935][Cacher] Adding %WS1%\continuums.tex .
[01:26:53.935][Cacher][Watcher] Watched %WS1%\continuums.tex .
[01:26:53.935][Event] FILE_WATCHED: "c:\\code\\mcomplex\\continuums.tex"
[01:26:53.935][Cacher] Caching %WS1%\continuums.tex .
[01:26:53.936][Cacher] Updated inputs of %WS1%\continuums.tex .
[01:26:53.936][Cacher] Parse LaTeX AST: %WS1%\continuums.tex .
[01:26:53.936][Cacher] Input %WS1%\porous-subsets.tex from %WS1%\p-zero-spaces-section.tex .
[01:26:53.936][Cacher] Adding %WS1%\porous-subsets.tex .
[01:26:53.937][Cacher][Watcher] Watched %WS1%\porous-subsets.tex .
[01:26:53.937][Event] FILE_WATCHED: "c:\\code\\mcomplex\\porous-subsets.tex"
[01:26:53.937][Cacher] Caching %WS1%\porous-subsets.tex .
[01:26:53.937][Cacher] Updated inputs of %WS1%\porous-subsets.tex .
[01:26:53.938][Cacher] Parse LaTeX AST: %WS1%\porous-subsets.tex .
[01:26:53.938][Cacher] Updated inputs of %WS1%\p-zero-spaces-section.tex .
[01:26:53.938][Cacher] Parse LaTeX AST: %WS1%\p-zero-spaces-section.tex .
[01:26:53.938][Cacher] Input %WS1%\breductions.tex from %WS1%\dimension-paper.tex .
[01:26:53.939][Cacher] Adding %WS1%\breductions.tex .
[01:26:53.939][Cacher][Watcher] Watched %WS1%\breductions.tex .
[01:26:53.939][Event] FILE_WATCHED: "c:\\code\\mcomplex\\breductions.tex"
[01:26:53.939][Cacher] Caching %WS1%\breductions.tex .
[01:26:53.940][Cacher] Input %WS1%\breduction-elements.tex from %WS1%\breductions.tex .
[01:26:53.940][Cacher] Adding %WS1%\breduction-elements.tex .
[01:26:53.940][Cacher][Watcher] Watched %WS1%\breduction-elements.tex .
[01:26:53.940][Event] FILE_WATCHED: "c:\\code\\mcomplex\\breduction-elements.tex"
[01:26:53.941][Cacher] Caching %WS1%\breduction-elements.tex .
[01:26:53.941][Cacher] Updated inputs of %WS1%\breduction-elements.tex .
[01:26:53.941][Cacher] Parse LaTeX AST: %WS1%\breduction-elements.tex .
[01:26:53.942][Cacher] Input %WS1%\breduction-bounds.tex from %WS1%\breductions.tex .
[01:26:53.942][Cacher] Adding %WS1%\breduction-bounds.tex .
[01:26:53.942][Cacher][Watcher] Watched %WS1%\breduction-bounds.tex .
[01:26:53.942][Event] FILE_WATCHED: "c:\\code\\mcomplex\\breduction-bounds.tex"
[01:26:53.943][Cacher] Caching %WS1%\breduction-bounds.tex .
[01:26:53.943][Cacher] Updated inputs of %WS1%\breduction-bounds.tex .
[01:26:53.943][Cacher] Parse LaTeX AST: %WS1%\breduction-bounds.tex .
[01:26:53.944][Cacher] Input %WS1%\breduction-creduction.tex from %WS1%\breductions.tex .
[01:26:53.944][Cacher] Adding %WS1%\breduction-creduction.tex .
[01:26:53.944][Cacher][Watcher] Watched %WS1%\breduction-creduction.tex .
[01:26:53.944][Event] FILE_WATCHED: "c:\\code\\mcomplex\\breduction-creduction.tex"
[01:26:53.944][Cacher] Caching %WS1%\breduction-creduction.tex .
[01:26:53.945][Cacher] Updated inputs of %WS1%\breduction-creduction.tex .
[01:26:53.945][Cacher] Parse LaTeX AST: %WS1%\breduction-creduction.tex .
[01:26:53.945][Cacher] Input %WS1%\breduction-subspaces.tex from %WS1%\breductions.tex .
[01:26:53.946][Cacher] Adding %WS1%\breduction-subspaces.tex .
[01:26:53.946][Cacher][Watcher] Watched %WS1%\breduction-subspaces.tex .
[01:26:53.946][Event] FILE_WATCHED: "c:\\code\\mcomplex\\breduction-subspaces.tex"
[01:26:53.946][Cacher] Caching %WS1%\breduction-subspaces.tex .
[01:26:53.946][Cacher] Updated inputs of %WS1%\breduction-subspaces.tex .
[01:26:53.947][Cacher] Parse LaTeX AST: %WS1%\breduction-subspaces.tex .
[01:26:53.947][Cacher] Input %WS1%\breduction-covers.tex from %WS1%\breductions.tex .
[01:26:53.947][Cacher] Adding %WS1%\breduction-covers.tex .
[01:26:53.947][Cacher][Watcher] Watched %WS1%\breduction-covers.tex .
[01:26:53.947][Event] FILE_WATCHED: "c:\\code\\mcomplex\\breduction-covers.tex"
[01:26:53.948][Cacher] Caching %WS1%\breduction-covers.tex .
[01:26:53.948][Cacher] Updated inputs of %WS1%\breduction-covers.tex .
[01:26:53.949][Cacher] Parse LaTeX AST: %WS1%\breduction-covers.tex .
[01:26:53.949][Cacher] Input %WS1%\breduction-mappings.tex from %WS1%\breductions.tex .
[01:26:53.949][Cacher] Adding %WS1%\breduction-mappings.tex .
[01:26:53.949][Cacher][Watcher] Watched %WS1%\breduction-mappings.tex .
[01:26:53.950][Event] FILE_WATCHED: "c:\\code\\mcomplex\\breduction-mappings.tex"
[01:26:53.950][Cacher] Caching %WS1%\breduction-mappings.tex .
[01:26:53.951][Cacher] Updated inputs of %WS1%\breduction-mappings.tex .
[01:26:53.951][Cacher] Parse LaTeX AST: %WS1%\breduction-mappings.tex .
[01:26:53.951][Cacher] Input %WS1%\breduction-compactifications.tex from %WS1%\breductions.tex .
[01:26:53.952][Cacher] Adding %WS1%\breduction-compactifications.tex .
[01:26:53.952][Cacher][Watcher] Watched %WS1%\breduction-compactifications.tex .
[01:26:53.952][Event] FILE_WATCHED: "c:\\code\\mcomplex\\breduction-compactifications.tex"
[01:26:53.952][Cacher] Caching %WS1%\breduction-compactifications.tex .
[01:26:53.953][Cacher] Updated inputs of %WS1%\breduction-compactifications.tex .
[01:26:53.953][Cacher] Parse LaTeX AST: %WS1%\breduction-compactifications.tex .
[01:26:53.953][Cacher] Input %WS1%\breduction-projections.tex from %WS1%\breductions.tex .
[01:26:53.954][Cacher] Adding %WS1%\breduction-projections.tex .
[01:26:53.954][Cacher][Watcher] Watched %WS1%\breduction-projections.tex .
[01:26:53.954][Event] FILE_WATCHED: "c:\\code\\mcomplex\\breduction-projections.tex"
[01:26:53.954][Cacher] Caching %WS1%\breduction-projections.tex .
[01:26:53.955][Cacher] Updated inputs of %WS1%\breduction-projections.tex .
[01:26:53.955][Cacher] Parse LaTeX AST: %WS1%\breduction-projections.tex .
[01:26:53.955][Cacher] Input %WS1%\breduction-products.tex from %WS1%\breductions.tex .
[01:26:53.956][Cacher] Adding %WS1%\breduction-products.tex .
[01:26:53.956][Cacher][Watcher] Watched %WS1%\breduction-products.tex .
[01:26:53.956][Event] FILE_WATCHED: "c:\\code\\mcomplex\\breduction-products.tex"
[01:26:53.956][Cacher] Caching %WS1%\breduction-products.tex .
[01:26:53.957][Cacher] Updated inputs of %WS1%\breduction-products.tex .
[01:26:53.957][Cacher] Parse LaTeX AST: %WS1%\breduction-products.tex .
[01:26:53.957][Cacher] Input %WS1%\breduction-preorder.tex from %WS1%\breductions.tex .
[01:26:53.957][Cacher] Adding %WS1%\breduction-preorder.tex .
[01:26:53.957][Cacher][Watcher] Watched %WS1%\breduction-preorder.tex .
[01:26:53.958][Event] FILE_WATCHED: "c:\\code\\mcomplex\\breduction-preorder.tex"
[01:26:53.958][Cacher] Caching %WS1%\breduction-preorder.tex .
[01:26:53.958][Cacher] Updated inputs of %WS1%\breduction-preorder.tex .
[01:26:53.958][Cacher] Parse LaTeX AST: %WS1%\breduction-preorder.tex .
[01:26:53.959][Cacher] Updated inputs of %WS1%\breductions.tex .
[01:26:53.959][Cacher] Parse LaTeX AST: %WS1%\breductions.tex .
[01:26:53.959][Cacher] Input %WS1%\dimension.tex from %WS1%\dimension-paper.tex .
[01:26:53.959][Cacher] Adding %WS1%\dimension.tex .
[01:26:53.960][Cacher][Watcher] Watched %WS1%\dimension.tex .
[01:26:53.960][Event] FILE_WATCHED: "c:\\code\\mcomplex\\dimension.tex"
[01:26:53.960][Cacher] Caching %WS1%\dimension.tex .
[01:26:53.961][Cacher] Input %WS1%\dimension-definition.tex from %WS1%\dimension.tex .
[01:26:53.961][Cacher] Adding %WS1%\dimension-definition.tex .
[01:26:53.961][Cacher][Watcher] Watched %WS1%\dimension-definition.tex .
[01:26:53.961][Event] FILE_WATCHED: "c:\\code\\mcomplex\\dimension-definition.tex"
[01:26:53.961][Cacher] Caching %WS1%\dimension-definition.tex .
[01:26:53.962][Cacher] Updated inputs of %WS1%\dimension-definition.tex .
[01:26:53.962][Cacher] Parse LaTeX AST: %WS1%\dimension-definition.tex .
[01:26:53.962][Cacher] Input %WS1%\dimension-basis.tex from %WS1%\dimension.tex .
[01:26:53.963][Cacher] Adding %WS1%\dimension-basis.tex .
[01:26:53.963][Cacher][Watcher] Watched %WS1%\dimension-basis.tex .
[01:26:53.963][Event] FILE_WATCHED: "c:\\code\\mcomplex\\dimension-basis.tex"
[01:26:53.963][Cacher] Caching %WS1%\dimension-basis.tex .
[01:26:53.964][Cacher] Updated inputs of %WS1%\dimension-basis.tex .
[01:26:53.967][Cacher] Parse LaTeX AST: %WS1%\dimension-basis.tex .
[01:26:53.968][Cacher] Input %WS1%\dimension-subspaces.tex from %WS1%\dimension.tex .
[01:26:53.968][Cacher] Adding %WS1%\dimension-subspaces.tex .
[01:26:53.968][Cacher][Watcher] Watched %WS1%\dimension-subspaces.tex .
[01:26:53.968][Event] FILE_WATCHED: "c:\\code\\mcomplex\\dimension-subspaces.tex"
[01:26:53.969][Cacher] Caching %WS1%\dimension-subspaces.tex .
[01:26:53.969][Cacher] Updated inputs of %WS1%\dimension-subspaces.tex .
[01:26:53.969][Cacher] Parse LaTeX AST: %WS1%\dimension-subspaces.tex .
[01:26:53.969][Cacher] Input %WS1%\dimension-products.tex from %WS1%\dimension.tex .
[01:26:53.970][Cacher] Adding %WS1%\dimension-products.tex .
[01:26:53.970][Cacher][Watcher] Watched %WS1%\dimension-products.tex .
[01:26:53.970][Event] FILE_WATCHED: "c:\\code\\mcomplex\\dimension-products.tex"
[01:26:53.970][Cacher] Caching %WS1%\dimension-products.tex .
[01:26:53.970][Cacher] Updated inputs of %WS1%\dimension-products.tex .
[01:26:53.971][Cacher] Parse LaTeX AST: %WS1%\dimension-products.tex .
[01:26:53.971][Cacher] Input %WS1%\dimension-mappings.tex from %WS1%\dimension.tex .
[01:26:53.971][Cacher] Adding %WS1%\dimension-mappings.tex .
[01:26:53.971][Cacher][Watcher] Watched %WS1%\dimension-mappings.tex .
[01:26:53.971][Event] FILE_WATCHED: "c:\\code\\mcomplex\\dimension-mappings.tex"
[01:26:53.972][Cacher] Caching %WS1%\dimension-mappings.tex .
[01:26:53.972][Cacher] Updated inputs of %WS1%\dimension-mappings.tex .
[01:26:53.972][Cacher] Parse LaTeX AST: %WS1%\dimension-mappings.tex .
[01:26:53.972][Cacher] Input %WS1%\dimension-extensions.tex from %WS1%\dimension.tex .
[01:26:53.973][Cacher] Adding %WS1%\dimension-extensions.tex .
[01:26:53.973][Cacher][Watcher] Watched %WS1%\dimension-extensions.tex .
[01:26:53.973][Event] FILE_WATCHED: "c:\\code\\mcomplex\\dimension-extensions.tex"
[01:26:53.973][Cacher] Caching %WS1%\dimension-extensions.tex .
[01:26:53.974][Cacher] Updated inputs of %WS1%\dimension-extensions.tex .
[01:26:53.974][Cacher] Parse LaTeX AST: %WS1%\dimension-extensions.tex .
[01:26:53.974][Cacher] Input %WS1%\dimension-compactifications.tex from %WS1%\dimension.tex .
[01:26:53.975][Cacher] Adding %WS1%\dimension-compactifications.tex .
[01:26:53.975][Cacher][Watcher] Watched %WS1%\dimension-compactifications.tex .
[01:26:53.975][Event] FILE_WATCHED: "c:\\code\\mcomplex\\dimension-compactifications.tex"
[01:26:53.975][Cacher] Caching %WS1%\dimension-compactifications.tex .
[01:26:53.975][Cacher] Updated inputs of %WS1%\dimension-compactifications.tex .
[01:26:53.976][Cacher] Parse LaTeX AST: %WS1%\dimension-compactifications.tex .
[01:26:53.976][Cacher] Updated inputs of %WS1%\dimension.tex .
[01:26:53.976][Cacher] Parse LaTeX AST: %WS1%\dimension.tex .
[01:26:53.976][Cacher] Input %WS1%\dimension-specific.tex from %WS1%\dimension-paper.tex .
[01:26:53.976][Cacher] Adding %WS1%\dimension-specific.tex .
[01:26:53.976][Cacher][Watcher] Watched %WS1%\dimension-specific.tex .
[01:26:53.977][Event] FILE_WATCHED: "c:\\code\\mcomplex\\dimension-specific.tex"
[01:26:53.977][Cacher] Caching %WS1%\dimension-specific.tex .
[01:26:53.977][Cacher] Input %WS1%\dimension-preordered.tex from %WS1%\dimension-specific.tex .
[01:26:53.978][Cacher] Adding %WS1%\dimension-preordered.tex .
[01:26:53.978][Cacher][Watcher] Watched %WS1%\dimension-preordered.tex .
[01:26:53.978][Event] FILE_WATCHED: "c:\\code\\mcomplex\\dimension-preordered.tex"
[01:26:53.978][Cacher] Caching %WS1%\dimension-preordered.tex .
[01:26:53.978][Cacher] Updated inputs of %WS1%\dimension-preordered.tex .
[01:26:53.978][Cacher] Parse LaTeX AST: %WS1%\dimension-preordered.tex .
[01:26:53.979][Cacher] Input %WS1%\dimension-euclidean.tex from %WS1%\dimension-specific.tex .
[01:26:53.979][Cacher] Adding %WS1%\dimension-euclidean.tex .
[01:26:53.979][Cacher][Watcher] Watched %WS1%\dimension-euclidean.tex .
[01:26:53.979][Event] FILE_WATCHED: "c:\\code\\mcomplex\\dimension-euclidean.tex"
[01:26:53.980][Cacher] Caching %WS1%\dimension-euclidean.tex .
[01:26:53.980][Cacher] Updated inputs of %WS1%\dimension-euclidean.tex .
[01:26:53.980][Cacher] Parse LaTeX AST: %WS1%\dimension-euclidean.tex .
[01:26:53.981][Cacher] Input %WS1%\dimension-left-ordinal.tex from %WS1%\dimension-specific.tex .
[01:26:53.981][Cacher] Adding %WS1%\dimension-left-ordinal.tex .
[01:26:53.981][Cacher][Watcher] Watched %WS1%\dimension-left-ordinal.tex .
[01:26:53.981][Event] FILE_WATCHED: "c:\\code\\mcomplex\\dimension-left-ordinal.tex"
[01:26:53.981][Cacher] Caching %WS1%\dimension-left-ordinal.tex .
[01:26:53.982][Cacher] Updated inputs of %WS1%\dimension-left-ordinal.tex .
[01:26:53.982][Cacher] Parse LaTeX AST: %WS1%\dimension-left-ordinal.tex .
[01:26:53.982][Cacher] Input %WS1%\dimension-boundaries.tex from %WS1%\dimension-specific.tex .
[01:26:53.982][Cacher] Adding %WS1%\dimension-boundaries.tex .
[01:26:53.983][Cacher][Watcher] Watched %WS1%\dimension-boundaries.tex .
[01:26:53.983][Event] FILE_WATCHED: "c:\\code\\mcomplex\\dimension-boundaries.tex"
[01:26:53.983][Cacher] Caching %WS1%\dimension-boundaries.tex .
[01:26:53.983][Cacher] Updated inputs of %WS1%\dimension-boundaries.tex .
[01:26:53.983][Cacher] Parse LaTeX AST: %WS1%\dimension-boundaries.tex .
[01:26:53.984][Cacher] Input %WS1%\dimension-others.tex from %WS1%\dimension-specific.tex .
[01:26:53.984][Cacher] Adding %WS1%\dimension-others.tex .
[01:26:53.984][Cacher][Watcher] Watched %WS1%\dimension-others.tex .
[01:26:53.984][Event] FILE_WATCHED: "c:\\code\\mcomplex\\dimension-others.tex"
[01:26:53.985][Cacher] Caching %WS1%\dimension-others.tex .
[01:26:53.985][Cacher] Updated inputs of %WS1%\dimension-others.tex .
[01:26:53.985][Cacher] Parse LaTeX AST: %WS1%\dimension-others.tex .
[01:26:53.985][Cacher] Input %WS1%\compactifications.tex from %WS1%\dimension-specific.tex .
[01:26:53.986][Cacher] Adding %WS1%\compactifications.tex .
[01:26:53.986][Cacher][Watcher] Watched %WS1%\compactifications.tex .
[01:26:53.986][Event] FILE_WATCHED: "c:\\code\\mcomplex\\compactifications.tex"
[01:26:53.986][Cacher] Caching %WS1%\compactifications.tex .
[01:26:53.986][Cacher] Updated inputs of %WS1%\compactifications.tex .
[01:26:53.986][Cacher] Parse LaTeX AST: %WS1%\compactifications.tex .
[01:26:53.987][Cacher] Input %WS1%\pseudoarc.tex from %WS1%\dimension-specific.tex .
[01:26:53.987][Cacher] Adding %WS1%\pseudoarc.tex .
[01:26:53.987][Cacher][Watcher] Watched %WS1%\pseudoarc.tex .
[01:26:53.987][Event] FILE_WATCHED: "c:\\code\\mcomplex\\pseudoarc.tex"
[01:26:53.988][Cacher] Caching %WS1%\pseudoarc.tex .
[01:26:53.988][Cacher] Updated inputs of %WS1%\pseudoarc.tex .
[01:26:53.988][Cacher] Parse LaTeX AST: %WS1%\pseudoarc.tex .
[01:26:53.988][Cacher] Updated inputs of %WS1%\dimension-specific.tex .
[01:26:53.988][Cacher] Parse LaTeX AST: %WS1%\dimension-specific.tex .
[01:26:53.989][Cacher] Input %WS1%\appendix.tex from %WS1%\dimension-paper.tex .
[01:26:53.989][Cacher] Adding %WS1%\appendix.tex .
[01:26:53.989][Cacher][Watcher] Watched %WS1%\appendix.tex .
[01:26:53.989][Event] FILE_WATCHED: "c:\\code\\mcomplex\\appendix.tex"
[01:26:53.990][Cacher] Caching %WS1%\appendix.tex .
[01:26:53.990][Cacher] Input %WS1%\glossary.tex from %WS1%\appendix.tex .
[01:26:53.991][Cacher] Adding %WS1%\glossary.tex .
[01:26:53.991][Cacher][Watcher] Watched %WS1%\glossary.tex .
[01:26:53.991][Event] FILE_WATCHED: "c:\\code\\mcomplex\\glossary.tex"
[01:26:53.991][Cacher] Caching %WS1%\glossary.tex .
[01:26:53.991][Cacher] Updated inputs of %WS1%\glossary.tex .
[01:26:53.992][Cacher] Parse LaTeX AST: %WS1%\glossary.tex .
[01:26:53.992][Cacher] Input %WS1%\set-theory.tex from %WS1%\appendix.tex .
[01:26:53.992][Cacher] Adding %WS1%\set-theory.tex .
[01:26:53.992][Cacher][Watcher] Watched %WS1%\set-theory.tex .
[01:26:53.993][Event] FILE_WATCHED: "c:\\code\\mcomplex\\set-theory.tex"
[01:26:53.993][Cacher] Caching %WS1%\set-theory.tex .
[01:26:53.993][Cacher] Input %WS1%\images-and-preimages.tex from %WS1%\set-theory.tex .
[01:26:53.994][Cacher] Adding %WS1%\images-and-preimages.tex .
[01:26:53.994][Cacher][Watcher] Watched %WS1%\images-and-preimages.tex .
[01:26:53.994][Event] FILE_WATCHED: "c:\\code\\mcomplex\\images-and-preimages.tex"
[01:26:53.994][Cacher] Caching %WS1%\images-and-preimages.tex .
[01:26:53.995][Cacher] Updated inputs of %WS1%\images-and-preimages.tex .
[01:26:53.995][Cacher] Parse LaTeX AST: %WS1%\images-and-preimages.tex .
[01:26:53.995][Cacher] Input %WS1%\saturated-subsets.tex from %WS1%\set-theory.tex .
[01:26:53.996][Cacher] Adding %WS1%\saturated-subsets.tex .
[01:26:53.996][Cacher][Watcher] Watched %WS1%\saturated-subsets.tex .
[01:26:53.996][Event] FILE_WATCHED: "c:\\code\\mcomplex\\saturated-subsets.tex"
[01:26:53.996][Cacher] Caching %WS1%\saturated-subsets.tex .
[01:26:53.997][Cacher] Updated inputs of %WS1%\saturated-subsets.tex .
[01:26:53.997][Cacher] Parse LaTeX AST: %WS1%\saturated-subsets.tex .
[01:26:53.997][Cacher] Input %WS1%\covers.tex from %WS1%\set-theory.tex .
[01:26:53.998][Cacher] Adding %WS1%\covers.tex .
[01:26:53.998][Cacher][Watcher] Watched %WS1%\covers.tex .
[01:26:53.998][Event] FILE_WATCHED: "c:\\code\\mcomplex\\covers.tex"
[01:26:53.998][Cacher] Caching %WS1%\covers.tex .
[01:26:53.999][Cacher] Updated inputs of %WS1%\covers.tex .
[01:26:53.999][Cacher] Parse LaTeX AST: %WS1%\covers.tex .
[01:26:54.000][Cacher] Input %WS1%\cardinality.tex from %WS1%\set-theory.tex .
[01:26:54.000][Cacher] Adding %WS1%\cardinality.tex .
[01:26:54.000][Cacher][Watcher] Watched %WS1%\cardinality.tex .
[01:26:54.000][Event] FILE_WATCHED: "c:\\code\\mcomplex\\cardinality.tex"
[01:26:54.001][Cacher] Caching %WS1%\cardinality.tex .
[01:26:54.001][Cacher] Updated inputs of %WS1%\cardinality.tex .
[01:26:54.002][Cacher] Parse LaTeX AST: %WS1%\cardinality.tex .

Continued because of 65536 character limit...

kaba2 commented 6 months ago

Continued...

[01:26:54.002][Cacher] Updated inputs of %WS1%\set-theory.tex .
[01:26:54.002][Cacher] Parse LaTeX AST: %WS1%\set-theory.tex .
[01:26:54.002][Cacher] Input %WS1%\vector-spaces.tex from %WS1%\appendix.tex .
[01:26:54.003][Cacher] Adding %WS1%\vector-spaces.tex .
[01:26:54.004][Cacher][Watcher] Watched %WS1%\vector-spaces.tex .
[01:26:54.004][Event] FILE_WATCHED: "c:\\code\\mcomplex\\vector-spaces.tex"
[01:26:54.004][Cacher] Caching %WS1%\vector-spaces.tex .
[01:26:54.006][Cacher] Updated inputs of %WS1%\vector-spaces.tex .
[01:26:54.006][Cacher] Parse LaTeX AST: %WS1%\vector-spaces.tex .
[01:26:54.007][Cacher] Input %WS1%\topological-spaces.tex from %WS1%\appendix.tex .
[01:26:54.007][Cacher] Adding %WS1%\topological-spaces.tex .
[01:26:54.007][Cacher][Watcher] Watched %WS1%\topological-spaces.tex .
[01:26:54.008][Event] FILE_WATCHED: "c:\\code\\mcomplex\\topological-spaces.tex"
[01:26:54.008][Cacher] Caching %WS1%\topological-spaces.tex .
[01:26:54.009][Cacher] Input %WS1%\topological-space.tex from %WS1%\topological-spaces.tex .
[01:26:54.009][Cacher] Adding %WS1%\topological-space.tex .
[01:26:54.010][Cacher][Watcher] Watched %WS1%\topological-space.tex .
[01:26:54.010][Event] FILE_WATCHED: "c:\\code\\mcomplex\\topological-space.tex"
[01:26:54.010][Cacher] Caching %WS1%\topological-space.tex .
[01:26:54.011][Cacher] Updated inputs of %WS1%\topological-space.tex .
[01:26:54.011][Cacher] Parse LaTeX AST: %WS1%\topological-space.tex .
[01:26:54.012][Cacher] Input %WS1%\product-spaces.tex from %WS1%\topological-spaces.tex .
[01:26:54.012][Cacher] Adding %WS1%\product-spaces.tex .
[01:26:54.012][Cacher][Watcher] Watched %WS1%\product-spaces.tex .
[01:26:54.012][Event] FILE_WATCHED: "c:\\code\\mcomplex\\product-spaces.tex"
[01:26:54.013][Cacher] Caching %WS1%\product-spaces.tex .
[01:26:54.013][Cacher] Updated inputs of %WS1%\product-spaces.tex .
[01:26:54.014][Cacher] Parse LaTeX AST: %WS1%\product-spaces.tex .
[01:26:54.014][Cacher] Input %WS1%\closure.tex from %WS1%\topological-spaces.tex .
[01:26:54.014][Cacher] Adding %WS1%\closure.tex .
[01:26:54.014][Cacher][Watcher] Watched %WS1%\closure.tex .
[01:26:54.015][Event] FILE_WATCHED: "c:\\code\\mcomplex\\closure.tex"
[01:26:54.015][Cacher] Caching %WS1%\closure.tex .
[01:26:54.015][Cacher] Updated inputs of %WS1%\closure.tex .
[01:26:54.016][Cacher] Parse LaTeX AST: %WS1%\closure.tex .
[01:26:54.016][Cacher] Input %WS1%\interior.tex from %WS1%\topological-spaces.tex .
[01:26:54.016][Cacher] Adding %WS1%\interior.tex .
[01:26:54.016][Cacher][Watcher] Watched %WS1%\interior.tex .
[01:26:54.017][Event] FILE_WATCHED: "c:\\code\\mcomplex\\interior.tex"
[01:26:54.017][Cacher] Caching %WS1%\interior.tex .
[01:26:54.017][Cacher] Updated inputs of %WS1%\interior.tex .
[01:26:54.017][Cacher] Parse LaTeX AST: %WS1%\interior.tex .
[01:26:54.018][Cacher] Input %WS1%\boundary.tex from %WS1%\topological-spaces.tex .
[01:26:54.023][Cacher] Adding %WS1%\boundary.tex .
[01:26:54.023][Cacher][Watcher] Watched %WS1%\boundary.tex .
[01:26:54.023][Event] FILE_WATCHED: "c:\\code\\mcomplex\\boundary.tex"
[01:26:54.023][Cacher] Caching %WS1%\boundary.tex .
[01:26:54.024][Cacher] Updated inputs of %WS1%\boundary.tex .
[01:26:54.025][Cacher] Parse LaTeX AST: %WS1%\boundary.tex .
[01:26:54.025][Cacher] Input %WS1%\dense-subsets.tex from %WS1%\topological-spaces.tex .
[01:26:54.026][Cacher] Adding %WS1%\dense-subsets.tex .
[01:26:54.026][Cacher][Watcher] Watched %WS1%\dense-subsets.tex .
[01:26:54.026][Event] FILE_WATCHED: "c:\\code\\mcomplex\\dense-subsets.tex"
[01:26:54.026][Cacher] Caching %WS1%\dense-subsets.tex .
[01:26:54.026][Cacher] Updated inputs of %WS1%\dense-subsets.tex .
[01:26:54.026][Cacher] Parse LaTeX AST: %WS1%\dense-subsets.tex .
[01:26:54.027][Cacher] Input %WS1%\continuity.tex from %WS1%\topological-spaces.tex .
[01:26:54.027][Cacher] Adding %WS1%\continuity.tex .
[01:26:54.027][Cacher][Watcher] Watched %WS1%\continuity.tex .
[01:26:54.028][Event] FILE_WATCHED: "c:\\code\\mcomplex\\continuity.tex"
[01:26:54.028][Cacher] Caching %WS1%\continuity.tex .
[01:26:54.029][Cacher] Updated inputs of %WS1%\continuity.tex .
[01:26:54.029][Cacher] Parse LaTeX AST: %WS1%\continuity.tex .
[01:26:54.029][Cacher] Input %WS1%\compactness.tex from %WS1%\topological-spaces.tex .
[01:26:54.030][Cacher] Adding %WS1%\compactness.tex .
[01:26:54.030][Cacher][Watcher] Watched %WS1%\compactness.tex .
[01:26:54.030][Event] FILE_WATCHED: "c:\\code\\mcomplex\\compactness.tex"
[01:26:54.030][Cacher] Caching %WS1%\compactness.tex .
[01:26:54.031][Cacher] Updated inputs of %WS1%\compactness.tex .
[01:26:54.031][Cacher] Parse LaTeX AST: %WS1%\compactness.tex .
[01:26:54.032][Cacher] Input %WS1%\r0-spaces.tex from %WS1%\topological-spaces.tex .
[01:26:54.032][Cacher] Adding %WS1%\r0-spaces.tex .
[01:26:54.032][Cacher][Watcher] Watched %WS1%\r0-spaces.tex .
[01:26:54.033][Event] FILE_WATCHED: "c:\\code\\mcomplex\\r0-spaces.tex"
[01:26:54.033][Cacher] Caching %WS1%\r0-spaces.tex .
[01:26:54.034][Cacher] Updated inputs of %WS1%\r0-spaces.tex .
[01:26:54.034][Cacher] Parse LaTeX AST: %WS1%\r0-spaces.tex .
[01:26:54.034][Cacher] Input %WS1%\t1-spaces.tex from %WS1%\topological-spaces.tex .
[01:26:54.035][Cacher] Adding %WS1%\t1-spaces.tex .
[01:26:54.035][Cacher][Watcher] Watched %WS1%\t1-spaces.tex .
[01:26:54.035][Event] FILE_WATCHED: "c:\\code\\mcomplex\\t1-spaces.tex"
[01:26:54.036][Cacher] Caching %WS1%\t1-spaces.tex .
[01:26:54.036][Cacher] Updated inputs of %WS1%\t1-spaces.tex .
[01:26:54.036][Cacher] Parse LaTeX AST: %WS1%\t1-spaces.tex .
[01:26:54.036][Cacher] Input %WS1%\preregular-spaces.tex from %WS1%\topological-spaces.tex .
[01:26:54.037][Cacher] Adding %WS1%\preregular-spaces.tex .
[01:26:54.037][Cacher][Watcher] Watched %WS1%\preregular-spaces.tex .
[01:26:54.037][Event] FILE_WATCHED: "c:\\code\\mcomplex\\preregular-spaces.tex"
[01:26:54.037][Cacher] Caching %WS1%\preregular-spaces.tex .
[01:26:54.038][Cacher] Updated inputs of %WS1%\preregular-spaces.tex .
[01:26:54.038][Cacher] Parse LaTeX AST: %WS1%\preregular-spaces.tex .
[01:26:54.038][Cacher] Input %WS1%\khausdorff-spaces.tex from %WS1%\topological-spaces.tex .
[01:26:54.039][Cacher] Adding %WS1%\khausdorff-spaces.tex .
[01:26:54.039][Cacher][Watcher] Watched %WS1%\khausdorff-spaces.tex .
[01:26:54.039][Event] FILE_WATCHED: "c:\\code\\mcomplex\\khausdorff-spaces.tex"
[01:26:54.039][Cacher] Caching %WS1%\khausdorff-spaces.tex .
[01:26:54.040][Cacher] Updated inputs of %WS1%\khausdorff-spaces.tex .
[01:26:54.040][Cacher] Parse LaTeX AST: %WS1%\khausdorff-spaces.tex .
[01:26:54.040][Cacher] Input %WS1%\hausdorff-spaces.tex from %WS1%\topological-spaces.tex .
[01:26:54.041][Cacher] Adding %WS1%\hausdorff-spaces.tex .
[01:26:54.041][Cacher][Watcher] Watched %WS1%\hausdorff-spaces.tex .
[01:26:54.041][Event] FILE_WATCHED: "c:\\code\\mcomplex\\hausdorff-spaces.tex"
[01:26:54.042][Cacher] Caching %WS1%\hausdorff-spaces.tex .
[01:26:54.042][Cacher] Updated inputs of %WS1%\hausdorff-spaces.tex .
[01:26:54.042][Cacher] Parse LaTeX AST: %WS1%\hausdorff-spaces.tex .
[01:26:54.043][Cacher] Input %WS1%\regular-spaces.tex from %WS1%\topological-spaces.tex .
[01:26:54.043][Cacher] Adding %WS1%\regular-spaces.tex .
[01:26:54.043][Cacher][Watcher] Watched %WS1%\regular-spaces.tex .
[01:26:54.043][Event] FILE_WATCHED: "c:\\code\\mcomplex\\regular-spaces.tex"
[01:26:54.043][Cacher] Caching %WS1%\regular-spaces.tex .
[01:26:54.044][Cacher] Updated inputs of %WS1%\regular-spaces.tex .
[01:26:54.044][Cacher] Parse LaTeX AST: %WS1%\regular-spaces.tex .
[01:26:54.044][Cacher] Input %WS1%\cregular-spaces.tex from %WS1%\topological-spaces.tex .
[01:26:54.044][Cacher] Adding %WS1%\cregular-spaces.tex .
[01:26:54.045][Cacher][Watcher] Watched %WS1%\cregular-spaces.tex .
[01:26:54.045][Event] FILE_WATCHED: "c:\\code\\mcomplex\\cregular-spaces.tex"
[01:26:54.045][Cacher] Caching %WS1%\cregular-spaces.tex .
[01:26:54.046][Cacher] Updated inputs of %WS1%\cregular-spaces.tex .
[01:26:54.046][Cacher] Parse LaTeX AST: %WS1%\cregular-spaces.tex .
[01:26:54.046][Cacher] Input %WS1%\normal-spaces.tex from %WS1%\topological-spaces.tex .
[01:26:54.046][Cacher] Adding %WS1%\normal-spaces.tex .
[01:26:54.046][Cacher][Watcher] Watched %WS1%\normal-spaces.tex .
[01:26:54.047][Event] FILE_WATCHED: "c:\\code\\mcomplex\\normal-spaces.tex"
[01:26:54.047][Cacher] Caching %WS1%\normal-spaces.tex .
[01:26:54.047][Cacher] Updated inputs of %WS1%\normal-spaces.tex .
[01:26:54.047][Cacher] Parse LaTeX AST: %WS1%\normal-spaces.tex .
[01:26:54.048][Cacher] Input %WS1%\cnormal-spaces.tex from %WS1%\topological-spaces.tex .
[01:26:54.048][Cacher] Adding %WS1%\cnormal-spaces.tex .
[01:26:54.048][Cacher][Watcher] Watched %WS1%\cnormal-spaces.tex .
[01:26:54.048][Event] FILE_WATCHED: "c:\\code\\mcomplex\\cnormal-spaces.tex"
[01:26:54.048][Cacher] Caching %WS1%\cnormal-spaces.tex .
[01:26:54.049][Cacher] Updated inputs of %WS1%\cnormal-spaces.tex .
[01:26:54.049][Cacher] Parse LaTeX AST: %WS1%\cnormal-spaces.tex .
[01:26:54.049][Cacher] Input %WS1%\pnormal-spaces.tex from %WS1%\topological-spaces.tex .
[01:26:54.050][Cacher] Adding %WS1%\pnormal-spaces.tex .
[01:26:54.050][Cacher][Watcher] Watched %WS1%\pnormal-spaces.tex .
[01:26:54.050][Event] FILE_WATCHED: "c:\\code\\mcomplex\\pnormal-spaces.tex"
[01:26:54.050][Cacher] Caching %WS1%\pnormal-spaces.tex .
[01:26:54.051][Cacher] Updated inputs of %WS1%\pnormal-spaces.tex .
[01:26:54.051][Cacher] Parse LaTeX AST: %WS1%\pnormal-spaces.tex .
[01:26:54.051][Cacher] Input %WS1%\countability.tex from %WS1%\topological-spaces.tex .
[01:26:54.052][Cacher] Adding %WS1%\countability.tex .
[01:26:54.052][Cacher][Watcher] Watched %WS1%\countability.tex .
[01:26:54.052][Event] FILE_WATCHED: "c:\\code\\mcomplex\\countability.tex"
[01:26:54.053][Cacher] Caching %WS1%\countability.tex .
[01:26:54.054][Cacher] Updated inputs of %WS1%\countability.tex .
[01:26:54.054][Cacher] Parse LaTeX AST: %WS1%\countability.tex .
[01:26:54.054][Cacher] Input %WS1%\sane-subsets.tex from %WS1%\topological-spaces.tex .
[01:26:54.055][Cacher] Adding %WS1%\sane-subsets.tex .
[01:26:54.055][Cacher][Watcher] Watched %WS1%\sane-subsets.tex .
[01:26:54.056][Event] FILE_WATCHED: "c:\\code\\mcomplex\\sane-subsets.tex"
[01:26:54.056][Cacher] Caching %WS1%\sane-subsets.tex .
[01:26:54.056][Cacher] Updated inputs of %WS1%\sane-subsets.tex .
[01:26:54.057][Cacher] Parse LaTeX AST: %WS1%\sane-subsets.tex .
[01:26:54.057][Cacher] Input %WS1%\constructible-subsets.tex from %WS1%\topological-spaces.tex .
[01:26:54.057][Cacher] Adding %WS1%\constructible-subsets.tex .
[01:26:54.058][Cacher][Watcher] Watched %WS1%\constructible-subsets.tex .
[01:26:54.058][Event] FILE_WATCHED: "c:\\code\\mcomplex\\constructible-subsets.tex"
[01:26:54.059][Cacher] Caching %WS1%\constructible-subsets.tex .
[01:26:54.059][Cacher] Updated inputs of %WS1%\constructible-subsets.tex .
[01:26:54.059][Cacher] Parse LaTeX AST: %WS1%\constructible-subsets.tex .
[01:26:54.060][Cacher] Input %WS1%\locally-closed.tex from %WS1%\topological-spaces.tex .
[01:26:54.061][Cacher] Adding %WS1%\locally-closed.tex .
[01:26:54.061][Cacher][Watcher] Watched %WS1%\locally-closed.tex .
[01:26:54.061][Event] FILE_WATCHED: "c:\\code\\mcomplex\\locally-closed.tex"
[01:26:54.061][Cacher] Caching %WS1%\locally-closed.tex .
[01:26:54.062][Cacher] Updated inputs of %WS1%\locally-closed.tex .
[01:26:54.062][Cacher] Parse LaTeX AST: %WS1%\locally-closed.tex .
[01:26:54.062][Cacher] Input %WS1%\local-compactness.tex from %WS1%\topological-spaces.tex .
[01:26:54.063][Cacher] Adding %WS1%\local-compactness.tex .
[01:26:54.063][Cacher][Watcher] Watched %WS1%\local-compactness.tex .
[01:26:54.063][Event] FILE_WATCHED: "c:\\code\\mcomplex\\local-compactness.tex"
[01:26:54.064][Cacher] Caching %WS1%\local-compactness.tex .
[01:26:54.064][Cacher] Updated inputs of %WS1%\local-compactness.tex .
[01:26:54.064][Cacher] Parse LaTeX AST: %WS1%\local-compactness.tex .
[01:26:54.065][Cacher] Input %WS1%\paracompactness.tex from %WS1%\topological-spaces.tex .
[01:26:54.065][Cacher] Adding %WS1%\paracompactness.tex .
[01:26:54.065][Cacher][Watcher] Watched %WS1%\paracompactness.tex .
[01:26:54.065][Event] FILE_WATCHED: "c:\\code\\mcomplex\\paracompactness.tex"
[01:26:54.065][Cacher] Caching %WS1%\paracompactness.tex .
[01:26:54.066][Cacher] Updated inputs of %WS1%\paracompactness.tex .
[01:26:54.066][Cacher] Parse LaTeX AST: %WS1%\paracompactness.tex .
[01:26:54.066][Cacher] Input %WS1%\locally-finite-collections.tex from %WS1%\topological-spaces.tex .
[01:26:54.067][Cacher] Adding %WS1%\locally-finite-collections.tex .
[01:26:54.067][Cacher][Watcher] Watched %WS1%\locally-finite-collections.tex .
[01:26:54.067][Event] FILE_WATCHED: "c:\\code\\mcomplex\\locally-finite-collections.tex"
[01:26:54.067][Cacher] Caching %WS1%\locally-finite-collections.tex .
[01:26:54.068][Cacher] Updated inputs of %WS1%\locally-finite-collections.tex .
[01:26:54.068][Cacher] Parse LaTeX AST: %WS1%\locally-finite-collections.tex .
[01:26:54.068][Cacher] Input %WS1%\closed-maps.tex from %WS1%\topological-spaces.tex .
[01:26:54.069][Cacher] Adding %WS1%\closed-maps.tex .
[01:26:54.069][Cacher][Watcher] Watched %WS1%\closed-maps.tex .
[01:26:54.069][Event] FILE_WATCHED: "c:\\code\\mcomplex\\closed-maps.tex"
[01:26:54.069][Cacher] Caching %WS1%\closed-maps.tex .
[01:26:54.070][Cacher] Updated inputs of %WS1%\closed-maps.tex .
[01:26:54.070][Cacher] Parse LaTeX AST: %WS1%\closed-maps.tex .
[01:26:54.070][Cacher] Input %WS1%\open-maps.tex from %WS1%\topological-spaces.tex .
[01:26:54.070][Cacher] Adding %WS1%\open-maps.tex .
[01:26:54.070][Cacher][Watcher] Watched %WS1%\open-maps.tex .
[01:26:54.071][Event] FILE_WATCHED: "c:\\code\\mcomplex\\open-maps.tex"
[01:26:54.071][Cacher] Caching %WS1%\open-maps.tex .
[01:26:54.071][Cacher] Updated inputs of %WS1%\open-maps.tex .
[01:26:54.071][Cacher] Parse LaTeX AST: %WS1%\open-maps.tex .
[01:26:54.072][Cacher] Input %WS1%\embeddings.tex from %WS1%\topological-spaces.tex .
[01:26:54.072][Cacher] Adding %WS1%\embeddings.tex .
[01:26:54.072][Cacher][Watcher] Watched %WS1%\embeddings.tex .
[01:26:54.072][Event] FILE_WATCHED: "c:\\code\\mcomplex\\embeddings.tex"
[01:26:54.072][Cacher] Caching %WS1%\embeddings.tex .
[01:26:54.073][Cacher] Updated inputs of %WS1%\embeddings.tex .
[01:26:54.073][Cacher] Parse LaTeX AST: %WS1%\embeddings.tex .
[01:26:54.073][Cacher] Input %WS1%\proper-maps.tex from %WS1%\topological-spaces.tex .
[01:26:54.074][Cacher] Adding %WS1%\proper-maps.tex .
[01:26:54.074][Cacher][Watcher] Watched %WS1%\proper-maps.tex .
[01:26:54.074][Event] FILE_WATCHED: "c:\\code\\mcomplex\\proper-maps.tex"
[01:26:54.074][Cacher] Caching %WS1%\proper-maps.tex .
[01:26:54.075][Cacher] Updated inputs of %WS1%\proper-maps.tex .
[01:26:54.075][Cacher] Parse LaTeX AST: %WS1%\proper-maps.tex .
[01:26:54.076][Cacher] Input %WS1%\perfect-maps.tex from %WS1%\topological-spaces.tex .
[01:26:54.076][Cacher] Adding %WS1%\perfect-maps.tex .
[01:26:54.076][Cacher][Watcher] Watched %WS1%\perfect-maps.tex .
[01:26:54.077][Event] FILE_WATCHED: "c:\\code\\mcomplex\\perfect-maps.tex"
[01:26:54.077][Cacher] Caching %WS1%\perfect-maps.tex .
[01:26:54.078][Cacher] Updated inputs of %WS1%\perfect-maps.tex .
[01:26:54.078][Cacher] Parse LaTeX AST: %WS1%\perfect-maps.tex .
[01:26:54.079][Cacher] Input %WS1%\perfect-covers.tex from %WS1%\topological-spaces.tex .
[01:26:54.079][Cacher] Adding %WS1%\perfect-covers.tex .
[01:26:54.079][Cacher][Watcher] Watched %WS1%\perfect-covers.tex .
[01:26:54.080][Event] FILE_WATCHED: "c:\\code\\mcomplex\\perfect-covers.tex"
[01:26:54.084][Cacher] Caching %WS1%\perfect-covers.tex .
[01:26:54.085][Cacher] Updated inputs of %WS1%\perfect-covers.tex .
[01:26:54.085][Cacher] Parse LaTeX AST: %WS1%\perfect-covers.tex .
[01:26:54.086][Cacher] Input %WS1%\discrete-spaces.tex from %WS1%\topological-spaces.tex .
[01:26:54.086][Cacher] Adding %WS1%\discrete-spaces.tex .
[01:26:54.086][Cacher][Watcher] Watched %WS1%\discrete-spaces.tex .
[01:26:54.086][Event] FILE_WATCHED: "c:\\code\\mcomplex\\discrete-spaces.tex"
[01:26:54.086][Cacher] Caching %WS1%\discrete-spaces.tex .
[01:26:54.087][Cacher] Updated inputs of %WS1%\discrete-spaces.tex .
[01:26:54.087][Cacher] Parse LaTeX AST: %WS1%\discrete-spaces.tex .
[01:26:54.087][Cacher] Input %WS1%\finitely-generated.tex from %WS1%\topological-spaces.tex .
[01:26:54.087][Cacher] Adding %WS1%\finitely-generated.tex .
[01:26:54.088][Cacher][Watcher] Watched %WS1%\finitely-generated.tex .
[01:26:54.088][Event] FILE_WATCHED: "c:\\code\\mcomplex\\finitely-generated.tex"
[01:26:54.088][Cacher] Caching %WS1%\finitely-generated.tex .
[01:26:54.088][Cacher] Updated inputs of %WS1%\finitely-generated.tex .
[01:26:54.089][Cacher] Parse LaTeX AST: %WS1%\finitely-generated.tex .
[01:26:54.089][Cacher] Input %WS1%\preordered-spaces.tex from %WS1%\topological-spaces.tex .
[01:26:54.089][Cacher] Adding %WS1%\preordered-spaces.tex .
[01:26:54.089][Cacher][Watcher] Watched %WS1%\preordered-spaces.tex .
[01:26:54.089][Event] FILE_WATCHED: "c:\\code\\mcomplex\\preordered-spaces.tex"
[01:26:54.090][Cacher] Caching %WS1%\preordered-spaces.tex .
[01:26:54.090][Cacher] Updated inputs of %WS1%\preordered-spaces.tex .
[01:26:54.090][Cacher] Parse LaTeX AST: %WS1%\preordered-spaces.tex .
[01:26:54.091][Cacher] Input %WS1%\left-ordinal-spaces.tex from %WS1%\topological-spaces.tex .
[01:26:54.091][Cacher] Adding %WS1%\left-ordinal-spaces.tex .
[01:26:54.091][Cacher][Watcher] Watched %WS1%\left-ordinal-spaces.tex .
[01:26:54.091][Event] FILE_WATCHED: "c:\\code\\mcomplex\\left-ordinal-spaces.tex"
[01:26:54.091][Cacher] Caching %WS1%\left-ordinal-spaces.tex .
[01:26:54.092][Cacher] Updated inputs of %WS1%\left-ordinal-spaces.tex .
[01:26:54.092][Cacher] Parse LaTeX AST: %WS1%\left-ordinal-spaces.tex .
[01:26:54.092][Cacher] Input %WS1%\refined-topology.tex from %WS1%\topological-spaces.tex .
[01:26:54.092][Cacher] Adding %WS1%\refined-topology.tex .
[01:26:54.093][Cacher][Watcher] Watched %WS1%\refined-topology.tex .
[01:26:54.093][Event] FILE_WATCHED: "c:\\code\\mcomplex\\refined-topology.tex"
[01:26:54.093][Cacher] Caching %WS1%\refined-topology.tex .
[01:26:54.093][Cacher] Updated inputs of %WS1%\refined-topology.tex .
[01:26:54.093][Cacher] Parse LaTeX AST: %WS1%\refined-topology.tex .
[01:26:54.094][Cacher] Input %WS1%\contractibility.tex from %WS1%\topological-spaces.tex .
[01:26:54.094][Cacher] Adding %WS1%\contractibility.tex .
[01:26:54.094][Cacher][Watcher] Watched %WS1%\contractibility.tex .
[01:26:54.094][Event] FILE_WATCHED: "c:\\code\\mcomplex\\contractibility.tex"
[01:26:54.095][Cacher] Caching %WS1%\contractibility.tex .
[01:26:54.095][Cacher] Updated inputs of %WS1%\contractibility.tex .
[01:26:54.095][Cacher] Parse LaTeX AST: %WS1%\contractibility.tex .
[01:26:54.096][Cacher] Input %WS1%\metrizability.tex from %WS1%\topological-spaces.tex .
[01:26:54.096][Cacher] Adding %WS1%\metrizability.tex .
[01:26:54.096][Cacher][Watcher] Watched %WS1%\metrizability.tex .
[01:26:54.096][Event] FILE_WATCHED: "c:\\code\\mcomplex\\metrizability.tex"
[01:26:54.096][Cacher] Caching %WS1%\metrizability.tex .
[01:26:54.097][Cacher] Updated inputs of %WS1%\metrizability.tex .
[01:26:54.097][Cacher] Parse LaTeX AST: %WS1%\metrizability.tex .
[01:26:54.097][Cacher] Input %WS1%\euclidean-space.tex from %WS1%\topological-spaces.tex .
[01:26:54.098][Cacher] Adding %WS1%\euclidean-space.tex .
[01:26:54.098][Cacher][Watcher] Watched %WS1%\euclidean-space.tex .
[01:26:54.098][Event] FILE_WATCHED: "c:\\code\\mcomplex\\euclidean-space.tex"
[01:26:54.098][Cacher] Caching %WS1%\euclidean-space.tex .
[01:26:54.099][Cacher] Updated inputs of %WS1%\euclidean-space.tex .
[01:26:54.099][Cacher] Parse LaTeX AST: %WS1%\euclidean-space.tex .
[01:26:54.099][Cacher] Input %WS1%\partitions-of-unity.tex from %WS1%\topological-spaces.tex .
[01:26:54.099][Cacher] Adding %WS1%\partitions-of-unity.tex .
[01:26:54.099][Cacher][Watcher] Watched %WS1%\partitions-of-unity.tex .
[01:26:54.099][Event] FILE_WATCHED: "c:\\code\\mcomplex\\partitions-of-unity.tex"
[01:26:54.100][Cacher] Caching %WS1%\partitions-of-unity.tex .
[01:26:54.100][Cacher] Updated inputs of %WS1%\partitions-of-unity.tex .
[01:26:54.100][Cacher] Parse LaTeX AST: %WS1%\partitions-of-unity.tex .
[01:26:54.101][Cacher] Input %WS1%\disjoint-sum.tex from %WS1%\topological-spaces.tex .
[01:26:54.101][Cacher] Adding %WS1%\disjoint-sum.tex .
[01:26:54.101][Cacher][Watcher] Watched %WS1%\disjoint-sum.tex .
[01:26:54.101][Event] FILE_WATCHED: "c:\\code\\mcomplex\\disjoint-sum.tex"
[01:26:54.101][Cacher] Caching %WS1%\disjoint-sum.tex .
[01:26:54.102][Cacher] Updated inputs of %WS1%\disjoint-sum.tex .
[01:26:54.102][Cacher] Parse LaTeX AST: %WS1%\disjoint-sum.tex .
[01:26:54.102][Cacher] Input %WS1%\disjoint-sum-functions.tex from %WS1%\topological-spaces.tex .
[01:26:54.103][Cacher] Adding %WS1%\disjoint-sum-functions.tex .
[01:26:54.103][Cacher][Watcher] Watched %WS1%\disjoint-sum-functions.tex .
[01:26:54.103][Event] FILE_WATCHED: "c:\\code\\mcomplex\\disjoint-sum-functions.tex"
[01:26:54.103][Cacher] Caching %WS1%\disjoint-sum-functions.tex .
[01:26:54.103][Cacher] Updated inputs of %WS1%\disjoint-sum-functions.tex .
[01:26:54.103][Cacher] Parse LaTeX AST: %WS1%\disjoint-sum-functions.tex .
[01:26:54.104][Cacher] Input %WS1%\quotient-space.tex from %WS1%\topological-spaces.tex .
[01:26:54.104][Cacher] Adding %WS1%\quotient-space.tex .
[01:26:54.104][Cacher][Watcher] Watched %WS1%\quotient-space.tex .
[01:26:54.105][Event] FILE_WATCHED: "c:\\code\\mcomplex\\quotient-space.tex"
[01:26:54.105][Cacher] Caching %WS1%\quotient-space.tex .
[01:26:54.106][Cacher] Updated inputs of %WS1%\quotient-space.tex .
[01:26:54.106][Cacher] Parse LaTeX AST: %WS1%\quotient-space.tex .
[01:26:54.107][Cacher] Input %WS1%\kolmogorov-quotient.tex from %WS1%\topological-spaces.tex .
[01:26:54.108][Cacher] Adding %WS1%\kolmogorov-quotient.tex .
[01:26:54.108][Cacher][Watcher] Watched %WS1%\kolmogorov-quotient.tex .
[01:26:54.108][Event] FILE_WATCHED: "c:\\code\\mcomplex\\kolmogorov-quotient.tex"
[01:26:54.108][Cacher] Caching %WS1%\kolmogorov-quotient.tex .
[01:26:54.109][Cacher] Updated inputs of %WS1%\kolmogorov-quotient.tex .
[01:26:54.109][Cacher] Parse LaTeX AST: %WS1%\kolmogorov-quotient.tex .
[01:26:54.110][Cacher] Input %WS1%\adjunction-space.tex from %WS1%\topological-spaces.tex .
[01:26:54.110][Cacher] Adding %WS1%\adjunction-space.tex .
[01:26:54.110][Cacher][Watcher] Watched %WS1%\adjunction-space.tex .
[01:26:54.111][Event] FILE_WATCHED: "c:\\code\\mcomplex\\adjunction-space.tex"
[01:26:54.111][Cacher] Caching %WS1%\adjunction-space.tex .
[01:26:54.112][Cacher] Updated inputs of %WS1%\adjunction-space.tex .
[01:26:54.112][Cacher] Parse LaTeX AST: %WS1%\adjunction-space.tex .
[01:26:54.113][Cacher] Input %WS1%\locally-homeomorphic.tex from %WS1%\topological-spaces.tex .
[01:26:54.113][Cacher] Adding %WS1%\locally-homeomorphic.tex .
[01:26:54.113][Cacher][Watcher] Watched %WS1%\locally-homeomorphic.tex .
[01:26:54.113][Event] FILE_WATCHED: "c:\\code\\mcomplex\\locally-homeomorphic.tex"
[01:26:54.114][Cacher] Caching %WS1%\locally-homeomorphic.tex .
[01:26:54.114][Cacher] Updated inputs of %WS1%\locally-homeomorphic.tex .
[01:26:54.115][Cacher] Parse LaTeX AST: %WS1%\locally-homeomorphic.tex .
[01:26:54.115][Cacher] Input %WS1%\local-homeomorphisms.tex from %WS1%\topological-spaces.tex .
[01:26:54.116][Cacher] Adding %WS1%\local-homeomorphisms.tex .
[01:26:54.116][Cacher][Watcher] Watched %WS1%\local-homeomorphisms.tex .
[01:26:54.116][Event] FILE_WATCHED: "c:\\code\\mcomplex\\local-homeomorphisms.tex"
[01:26:54.116][Cacher] Caching %WS1%\local-homeomorphisms.tex .
[01:26:54.117][Cacher] Updated inputs of %WS1%\local-homeomorphisms.tex .
[01:26:54.117][Cacher] Parse LaTeX AST: %WS1%\local-homeomorphisms.tex .
[01:26:54.118][Cacher] Input %WS1%\collars.tex from %WS1%\topological-spaces.tex .
[01:26:54.118][Cacher] Adding %WS1%\collars.tex .
[01:26:54.118][Cacher][Watcher] Watched %WS1%\collars.tex .
[01:26:54.119][Event] FILE_WATCHED: "c:\\code\\mcomplex\\collars.tex"
[01:26:54.119][Cacher] Caching %WS1%\collars.tex .
[01:26:54.120][Cacher] Updated inputs of %WS1%\collars.tex .
[01:26:54.120][Cacher] Parse LaTeX AST: %WS1%\collars.tex .
[01:26:54.121][Cacher] Input %WS1%\manifolds-with-collared-boundary.tex from %WS1%\topological-spaces.tex .
[01:26:54.121][Cacher] Adding %WS1%\manifolds-with-collared-boundary.tex .
[01:26:54.121][Cacher][Watcher] Watched %WS1%\manifolds-with-collared-boundary.tex .
[01:26:54.122][Event] FILE_WATCHED: "c:\\code\\mcomplex\\manifolds-with-collared-boundary.tex"
[01:26:54.122][Cacher] Caching %WS1%\manifolds-with-collared-boundary.tex .
[01:26:54.123][Cacher] Updated inputs of %WS1%\manifolds-with-collared-boundary.tex .
[01:26:54.123][Cacher] Parse LaTeX AST: %WS1%\manifolds-with-collared-boundary.tex .
[01:26:54.123][Cacher] Input %WS1%\covering-dimension.tex from %WS1%\topological-spaces.tex .
[01:26:54.124][Cacher] Adding %WS1%\covering-dimension.tex .
[01:26:54.124][Cacher][Watcher] Watched %WS1%\covering-dimension.tex .
[01:26:54.124][Event] FILE_WATCHED: "c:\\code\\mcomplex\\covering-dimension.tex"
[01:26:54.125][Cacher] Caching %WS1%\covering-dimension.tex .
[01:26:54.126][Cacher] Updated inputs of %WS1%\covering-dimension.tex .
[01:26:54.126][Cacher] Parse LaTeX AST: %WS1%\covering-dimension.tex .
[01:26:54.126][Cacher] Input %WS1%\baireness.tex from %WS1%\topological-spaces.tex .
[01:26:54.127][Cacher] Adding %WS1%\baireness.tex .
[01:26:54.127][Cacher][Watcher] Watched %WS1%\baireness.tex .
[01:26:54.127][Event] FILE_WATCHED: "c:\\code\\mcomplex\\baireness.tex"
[01:26:54.128][Cacher] Caching %WS1%\baireness.tex .
[01:26:54.128][Cacher] Updated inputs of %WS1%\baireness.tex .
[01:26:54.129][Cacher] Parse LaTeX AST: %WS1%\baireness.tex .
[01:26:54.129][Cacher] Input %WS1%\fragments.tex from %WS1%\topological-spaces.tex .
[01:26:54.129][Cacher] Adding %WS1%\fragments.tex .
[01:26:54.129][Cacher][Watcher] Watched %WS1%\fragments.tex .
[01:26:54.130][Event] FILE_WATCHED: "c:\\code\\mcomplex\\fragments.tex"
[01:26:54.130][Cacher] Caching %WS1%\fragments.tex .
[01:26:54.130][Cacher] Updated inputs of %WS1%\fragments.tex .
[01:26:54.130][Cacher] Parse LaTeX AST: %WS1%\fragments.tex .
[01:26:54.131][Cacher] Input %WS1%\bounding.tex from %WS1%\topological-spaces.tex .
[01:26:54.131][Cacher] Adding %WS1%\bounding.tex .
[01:26:54.131][Cacher][Watcher] Watched %WS1%\bounding.tex .
[01:26:54.131][Event] FILE_WATCHED: "c:\\code\\mcomplex\\bounding.tex"
[01:26:54.131][Cacher] Caching %WS1%\bounding.tex .
[01:26:54.132][Cacher] Updated inputs of %WS1%\bounding.tex .
[01:26:54.132][Cacher] Parse LaTeX AST: %WS1%\bounding.tex .
[01:26:54.132][Cacher] Input %WS1%\strong-pathconnectedness.tex from %WS1%\topological-spaces.tex .
[01:26:54.132][Cacher] Adding %WS1%\strong-pathconnectedness.tex .
[01:26:54.133][Cacher][Watcher] Watched %WS1%\strong-pathconnectedness.tex .
[01:26:54.133][Event] FILE_WATCHED: "c:\\code\\mcomplex\\strong-pathconnectedness.tex"
[01:26:54.133][Cacher] Caching %WS1%\strong-pathconnectedness.tex .
[01:26:54.133][Cacher] Updated inputs of %WS1%\strong-pathconnectedness.tex .
[01:26:54.133][Cacher] Parse LaTeX AST: %WS1%\strong-pathconnectedness.tex .
[01:26:54.134][Cacher] Input %WS1%\dual-topology.tex from %WS1%\topological-spaces.tex .
[01:26:54.134][Cacher] Adding %WS1%\dual-topology.tex .
[01:26:54.134][Cacher][Watcher] Watched %WS1%\dual-topology.tex .
[01:26:54.134][Event] FILE_WATCHED: "c:\\code\\mcomplex\\dual-topology.tex"
[01:26:54.135][Cacher] Caching %WS1%\dual-topology.tex .
[01:26:54.135][Cacher] Updated inputs of %WS1%\dual-topology.tex .
[01:26:54.135][Cacher] Parse LaTeX AST: %WS1%\dual-topology.tex .
[01:26:54.135][Cacher] Input %WS1%\dual-connectivities.tex from %WS1%\topological-spaces.tex .
[01:26:54.136][Cacher] Adding %WS1%\dual-connectivities.tex .
[01:26:54.136][Cacher][Watcher] Watched %WS1%\dual-connectivities.tex .
[01:26:54.136][Event] FILE_WATCHED: "c:\\code\\mcomplex\\dual-connectivities.tex"
[01:26:54.136][Cacher] Caching %WS1%\dual-connectivities.tex .
[01:26:54.137][Cacher] Updated inputs of %WS1%\dual-connectivities.tex .
[01:26:54.137][Cacher] Parse LaTeX AST: %WS1%\dual-connectivities.tex .
[01:26:54.137][Cacher] Input %WS1%\unused-stuff.tex from %WS1%\topological-spaces.tex .
[01:26:54.137][Cacher] Adding %WS1%\unused-stuff.tex .
[01:26:54.137][Cacher][Watcher] Watched %WS1%\unused-stuff.tex .
[01:26:54.138][Event] FILE_WATCHED: "c:\\code\\mcomplex\\unused-stuff.tex"
[01:26:54.138][Cacher] Caching %WS1%\unused-stuff.tex .
[01:26:54.143][Cacher] Input %WS1%\quasilocally-p.tex from %WS1%\unused-stuff.tex .
[01:26:54.143][Cacher] Adding %WS1%\quasilocally-p.tex .
[01:26:54.143][Cacher][Watcher] Watched %WS1%\quasilocally-p.tex .
[01:26:54.143][Event] FILE_WATCHED: "c:\\code\\mcomplex\\quasilocally-p.tex"
[01:26:54.143][Cacher] Caching %WS1%\quasilocally-p.tex .
[01:26:54.144][Cacher] Updated inputs of %WS1%\quasilocally-p.tex .
[01:26:54.144][Cacher] Parse LaTeX AST: %WS1%\quasilocally-p.tex .
[01:26:54.144][Cacher] Updated inputs of %WS1%\unused-stuff.tex .
[01:26:54.144][Cacher] Parse LaTeX AST: %WS1%\unused-stuff.tex .
[01:26:54.144][Cacher] Updated inputs of %WS1%\topological-spaces.tex .
[01:26:54.144][Cacher] Parse LaTeX AST: %WS1%\topological-spaces.tex .
[01:26:54.144][Cacher] Updated inputs of %WS1%\appendix.tex .
[01:26:54.144][Cacher] Parse LaTeX AST: %WS1%\appendix.tex .
[01:26:54.144][Cacher] Updated inputs of %WS1%\dimension-paper.tex .
[01:26:54.145][Cacher] Parse LaTeX AST: %WS1%\dimension-paper.tex .
[01:26:54.145][Event] ROOT_FILE_SEARCHED
[01:26:54.162][Server] valdOrigin is http://127.0.0.1:51462
[01:26:54.204][Cacher] Parsed LaTeX AST: %WS1%\dimension-abstract.tex .
[01:26:54.204][File] Calling kpsewhich to resolve subfiles.cls .
[01:26:54.729][Cacher] Updated elements in 524.76 ms: %WS1%\dimension-abstract.tex .
[01:26:54.730][Event] FILE_PARSED: "c:\\code\\mcomplex\\dimension-abstract.tex"
[01:26:54.738][Cacher] Parsed LaTeX AST: %WS1%\foundations.tex .
[01:26:54.738][File] Calling kpsewhich to resolve subfiles.cls .
[01:26:55.209][Cacher] Updated elements in 470.40 ms: %WS1%\foundations.tex .
[01:26:55.209][Event] FILE_PARSED: "c:\\code\\mcomplex\\foundations.tex"
[01:26:55.213][Cacher] Parsed LaTeX AST: %WS1%\dimension-categories.tex .
[01:26:55.214][File] Calling kpsewhich to resolve subfiles.cls .
[01:26:55.856][Cacher] Updated elements in 642.26 ms: %WS1%\dimension-categories.tex .
[01:26:55.856][Event] FILE_PARSED: "c:\\code\\mcomplex\\dimension-categories.tex"
[01:26:55.927][Cacher] Parsed LaTeX AST: %WS1%\dimension-intro.tex .
[01:26:55.928][File] Calling kpsewhich to resolve subfiles.cls .
[01:26:56.418][Cacher] Updated elements in 490.73 ms: %WS1%\dimension-intro.tex .
[01:26:56.419][Event] FILE_PARSED: "c:\\code\\mcomplex\\dimension-intro.tex"
[01:26:56.426][Cacher] Parsed LaTeX AST: %WS1%\categories.tex .
[01:26:56.426][File] Calling kpsewhich to resolve subfiles.cls .
[01:26:56.905][Cacher] Updated elements in 479.10 ms: %WS1%\categories.tex .
[01:26:56.906][Event] FILE_PARSED: "c:\\code\\mcomplex\\categories.tex"
[01:26:56.917][Cacher] Parsed LaTeX AST: %WS1%\topological-properties.tex .
[01:26:56.917][File] Calling kpsewhich to resolve subfiles.cls .
[01:26:57.483][Cacher] Updated elements in 566.31 ms: %WS1%\topological-properties.tex .
[01:26:57.484][Event] FILE_PARSED: "c:\\code\\mcomplex\\topological-properties.tex"
[01:26:57.492][Cacher] Parsed LaTeX AST: %WS1%\connectivity-definition.tex .
[01:26:57.492][File] Calling kpsewhich to resolve subfiles.cls .
[01:26:57.952][Cacher] Updated elements in 459.58 ms: %WS1%\connectivity-definition.tex .
[01:26:57.952][Event] FILE_PARSED: "c:\\code\\mcomplex\\connectivity-definition.tex"
[01:26:57.960][Cacher] Parsed LaTeX AST: %WS1%\p-components.tex .
[01:26:57.961][File] Calling kpsewhich to resolve subfiles.cls .
[01:26:58.424][Cacher] Updated elements in 463.05 ms: %WS1%\p-components.tex .
[01:26:58.424][Event] FILE_PARSED: "c:\\code\\mcomplex\\p-components.tex"
[01:26:58.433][Cacher] Parsed LaTeX AST: %WS1%\quasiconnectedness.tex .
[01:26:58.434][File] Calling kpsewhich to resolve subfiles.cls .
[01:26:58.913][Cacher] Updated elements in 478.97 ms: %WS1%\quasiconnectedness.tex .
[01:26:58.913][Event] FILE_PARSED: "c:\\code\\mcomplex\\quasiconnectedness.tex"
[01:26:58.924][Cacher] Parsed LaTeX AST: %WS1%\connectedness.tex .
[01:26:58.925][File] Calling kpsewhich to resolve subfiles.cls .
[01:26:59.391][Cacher] Updated elements in 466.11 ms: %WS1%\connectedness.tex .
[01:26:59.391][Event] FILE_PARSED: "c:\\code\\mcomplex\\connectedness.tex"
[01:26:59.397][Cacher] Parsed LaTeX AST: %WS1%\pathconnectedness.tex .
[01:26:59.398][File] Calling kpsewhich to resolve subfiles.cls .
[01:26:59.857][Cacher] Updated elements in 459.51 ms: %WS1%\pathconnectedness.tex .
[01:26:59.858][Event] FILE_PARSED: "c:\\code\\mcomplex\\pathconnectedness.tex"
[01:26:59.861][Cacher] Parsed LaTeX AST: %WS1%\strong-connectedness.tex .
[01:26:59.861][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:00.344][Cacher] Updated elements in 482.67 ms: %WS1%\strong-connectedness.tex .
[01:27:00.345][Event] FILE_PARSED: "c:\\code\\mcomplex\\strong-connectedness.tex"
[01:27:00.365][Cacher] Parsed LaTeX AST: %WS1%\hyperconnectedness.tex .
[01:27:00.365][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:00.849][Cacher] Updated elements in 483.41 ms: %WS1%\hyperconnectedness.tex .
[01:27:00.850][Event] FILE_PARSED: "c:\\code\\mcomplex\\hyperconnectedness.tex"
[01:27:00.864][Cacher] Parsed LaTeX AST: %WS1%\ultraconnectedness.tex .
[01:27:00.865][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:01.423][Cacher] Updated elements in 558.07 ms: %WS1%\ultraconnectedness.tex .
[01:27:01.423][Event] FILE_PARSED: "c:\\code\\mcomplex\\ultraconnectedness.tex"
[01:27:01.431][Cacher] Parsed LaTeX AST: %WS1%\trivial-spaces.tex .
[01:27:01.431][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:01.903][Cacher] Updated elements in 472.20 ms: %WS1%\trivial-spaces.tex .
[01:27:01.904][Event] FILE_PARSED: "c:\\code\\mcomplex\\trivial-spaces.tex"
[01:27:01.904][Cacher] Parsed LaTeX AST: %WS1%\connectivities-section.tex .
[01:27:01.904][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:02.466][Cacher] Updated elements in 561.65 ms: %WS1%\connectivities-section.tex .
[01:27:02.467][Event] FILE_PARSED: "c:\\code\\mcomplex\\connectivities-section.tex"
[01:27:02.490][Cacher] Parsed LaTeX AST: %WS1%\topological-covers.tex .
[01:27:02.490][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:02.970][Cacher] Updated elements in 480.11 ms: %WS1%\topological-covers.tex .
[01:27:02.971][Event] FILE_PARSED: "c:\\code\\mcomplex\\topological-covers.tex"
[01:27:02.971][Cacher] Parsed LaTeX AST: %WS1%\topological-covers-section.tex .
[01:27:02.972][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:03.435][Cacher] Updated elements in 463.11 ms: %WS1%\topological-covers-section.tex .
[01:27:03.435][Event] FILE_PARSED: "c:\\code\\mcomplex\\topological-covers-section.tex"
[01:27:03.457][Cacher] Parsed LaTeX AST: %WS1%\p-refinement.tex .
[01:27:03.457][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:03.920][Cacher] Updated elements in 462.81 ms: %WS1%\p-refinement.tex .
[01:27:03.921][Event] FILE_PARSED: "c:\\code\\mcomplex\\p-refinement.tex"
[01:27:03.922][Cacher] Parsed LaTeX AST: %WS1%\p-refinement-section.tex .
[01:27:03.922][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:04.400][Cacher] Updated elements in 477.95 ms: %WS1%\p-refinement-section.tex .
[01:27:04.401][Event] FILE_PARSED: "c:\\code\\mcomplex\\p-refinement-section.tex"
[01:27:04.420][Cacher] Parsed LaTeX AST: %WS1%\p-generated-spaces.tex .
[01:27:04.421][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:04.932][Cacher] Updated elements in 511.01 ms: %WS1%\p-generated-spaces.tex .
[01:27:04.933][Event] FILE_PARSED: "c:\\code\\mcomplex\\p-generated-spaces.tex"
[01:27:04.937][Cacher] Parsed LaTeX AST: %WS1%\p-covered-spaces.tex .
[01:27:04.937][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:05.516][Cacher] Updated elements in 579.36 ms: %WS1%\p-covered-spaces.tex .
[01:27:05.517][Event] FILE_PARSED: "c:\\code\\mcomplex\\p-covered-spaces.tex"
[01:27:05.527][Cacher] Parsed LaTeX AST: %WS1%\sum-p-spaces.tex .
[01:27:05.528][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:05.995][Cacher] Updated elements in 468.01 ms: %WS1%\sum-p-spaces.tex .
[01:27:05.996][Event] FILE_PARSED: "c:\\code\\mcomplex\\sum-p-spaces.tex"
[01:27:06.006][Cacher] Parsed LaTeX AST: %WS1%\trivially-generated-spaces.tex .
[01:27:06.007][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:06.562][Cacher] Updated elements in 555.56 ms: %WS1%\trivially-generated-spaces.tex .
[01:27:06.563][Event] FILE_PARSED: "c:\\code\\mcomplex\\trivially-generated-spaces.tex"
[01:27:06.565][Cacher] Parsed LaTeX AST: %WS1%\p-refinement-functor.tex .
[01:27:06.565][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:07.051][Cacher] Updated elements in 485.32 ms: %WS1%\p-refinement-functor.tex .
[01:27:07.051][Event] FILE_PARSED: "c:\\code\\mcomplex\\p-refinement-functor.tex"
[01:27:07.070][Cacher] Parsed LaTeX AST: %WS1%\locally-p-generated-spaces.tex .
[01:27:07.070][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:07.540][Cacher] Updated elements in 469.48 ms: %WS1%\locally-p-generated-spaces.tex .
[01:27:07.541][Event] FILE_PARSED: "c:\\code\\mcomplex\\locally-p-generated-spaces.tex"
[01:27:07.543][Cacher] Parsed LaTeX AST: %WS1%\locally-p-spaces.tex .
[01:27:07.544][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:08.091][Cacher] Updated elements in 546.86 ms: %WS1%\locally-p-spaces.tex .
[01:27:08.091][Event] FILE_PARSED: "c:\\code\\mcomplex\\locally-p-spaces.tex"
[01:27:08.092][Cacher] Parsed LaTeX AST: %WS1%\p-generated-spaces-section.tex .
[01:27:08.092][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:08.664][Cacher] Updated elements in 572.44 ms: %WS1%\p-generated-spaces-section.tex .
[01:27:08.665][Event] FILE_PARSED: "c:\\code\\mcomplex\\p-generated-spaces-section.tex"
[01:27:08.674][Cacher] Parsed LaTeX AST: %WS1%\p-localization.tex .
[01:27:08.675][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:09.252][Cacher] Updated elements in 577.70 ms: %WS1%\p-localization.tex .
[01:27:09.253][Event] FILE_PARSED: "c:\\code\\mcomplex\\p-localization.tex"
[01:27:09.285][Cacher] Parsed LaTeX AST: %WS1%\p-localization-sequence.tex .
[01:27:09.285][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:09.763][Cacher] Updated elements in 477.57 ms: %WS1%\p-localization-sequence.tex .
[01:27:09.763][Event] FILE_PARSED: "c:\\code\\mcomplex\\p-localization-sequence.tex"
[01:27:09.765][Cacher] Parsed LaTeX AST: %WS1%\p-localization-section.tex .
[01:27:09.765][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:10.237][Cacher] Updated elements in 471.49 ms: %WS1%\p-localization-section.tex .
[01:27:10.237][Event] FILE_PARSED: "c:\\code\\mcomplex\\p-localization-section.tex"
[01:27:10.243][Cacher] Parsed LaTeX AST: %WS1%\p-zero-spaces.tex .
[01:27:10.243][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:10.701][Cacher] Updated elements in 458.46 ms: %WS1%\p-zero-spaces.tex .
[01:27:10.702][Event] FILE_PARSED: "c:\\code\\mcomplex\\p-zero-spaces.tex"
[01:27:10.718][Cacher] Parsed LaTeX AST: %WS1%\p-trivial-spaces.tex .
[01:27:10.719][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:11.177][Cacher] Updated elements in 458.25 ms: %WS1%\p-trivial-spaces.tex .
[01:27:11.177][Event] FILE_PARSED: "c:\\code\\mcomplex\\p-trivial-spaces.tex"
[01:27:11.180][Cacher] Parsed LaTeX AST: %WS1%\p-zero-spaces-revisited.tex .
[01:27:11.180][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:11.623][Cacher] Updated elements in 442.89 ms: %WS1%\p-zero-spaces-revisited.tex .
[01:27:11.624][Event] FILE_PARSED: "c:\\code\\mcomplex\\p-zero-spaces-revisited.tex"
[01:27:11.628][Cacher] Parsed LaTeX AST: %WS1%\extremally-disconnected.tex .
[01:27:11.628][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:12.088][Cacher] Updated elements in 459.77 ms: %WS1%\extremally-disconnected.tex .
[01:27:12.089][Event] FILE_PARSED: "c:\\code\\mcomplex\\extremally-disconnected.tex"
[01:27:12.089][Cacher] Parsed LaTeX AST: %WS1%\weird-zero-dimensional-spaces.tex .
[01:27:12.089][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:12.539][Cacher] Updated elements in 449.76 ms: %WS1%\weird-zero-dimensional-spaces.tex .
[01:27:12.540][Event] FILE_PARSED: "c:\\code\\mcomplex\\weird-zero-dimensional-spaces.tex"
[01:27:12.545][Cacher] Parsed LaTeX AST: %WS1%\cantors-teepee.tex .
[01:27:12.545][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:12.996][Cacher] Updated elements in 450.96 ms: %WS1%\cantors-teepee.tex .
[01:27:12.996][Event] FILE_PARSED: "c:\\code\\mcomplex\\cantors-teepee.tex"
[01:27:13.001][Cacher] Parsed LaTeX AST: %WS1%\continuums.tex .
[01:27:13.001][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:13.452][Cacher] Updated elements in 450.60 ms: %WS1%\continuums.tex .
[01:27:13.452][Event] FILE_PARSED: "c:\\code\\mcomplex\\continuums.tex"
[01:27:13.454][Cacher] Parsed LaTeX AST: %WS1%\porous-subsets.tex .
[01:27:13.455][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:13.907][Cacher] Updated elements in 452.93 ms: %WS1%\porous-subsets.tex .
[01:27:13.908][Event] FILE_PARSED: "c:\\code\\mcomplex\\porous-subsets.tex"
[01:27:13.908][Cacher] Parsed LaTeX AST: %WS1%\p-zero-spaces-section.tex .
[01:27:13.909][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:14.360][Cacher] Updated elements in 451.98 ms: %WS1%\p-zero-spaces-section.tex .
[01:27:14.361][Event] FILE_PARSED: "c:\\code\\mcomplex\\p-zero-spaces-section.tex"
[01:27:14.374][Cacher] Parsed LaTeX AST: %WS1%\breduction-elements.tex .
[01:27:14.374][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:14.839][Cacher] Updated elements in 465.19 ms: %WS1%\breduction-elements.tex .
[01:27:14.840][Event] FILE_PARSED: "c:\\code\\mcomplex\\breduction-elements.tex"
[01:27:14.847][Cacher] Parsed LaTeX AST: %WS1%\breduction-bounds.tex .
[01:27:14.847][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:15.420][Cacher] Updated elements in 572.64 ms: %WS1%\breduction-bounds.tex .
[01:27:15.422][Event] FILE_PARSED: "c:\\code\\mcomplex\\breduction-bounds.tex"
[01:27:15.425][Cacher] Parsed LaTeX AST: %WS1%\breduction-creduction.tex .
[01:27:15.425][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:15.874][Cacher] Updated elements in 449.45 ms: %WS1%\breduction-creduction.tex .
[01:27:15.875][Event] FILE_PARSED: "c:\\code\\mcomplex\\breduction-creduction.tex"
[01:27:15.880][Cacher] Parsed LaTeX AST: %WS1%\breduction-subspaces.tex .
[01:27:15.881][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:16.335][Cacher] Updated elements in 454.51 ms: %WS1%\breduction-subspaces.tex .
[01:27:16.336][Event] FILE_PARSED: "c:\\code\\mcomplex\\breduction-subspaces.tex"
[01:27:16.338][Cacher] Parsed LaTeX AST: %WS1%\breduction-covers.tex .
[01:27:16.339][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:16.882][Cacher] Updated elements in 543.86 ms: %WS1%\breduction-covers.tex .
[01:27:16.883][Event] FILE_PARSED: "c:\\code\\mcomplex\\breduction-covers.tex"
[01:27:16.888][Cacher] Parsed LaTeX AST: %WS1%\breduction-mappings.tex .
[01:27:16.888][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:17.353][Cacher] Updated elements in 464.48 ms: %WS1%\breduction-mappings.tex .
[01:27:17.354][Event] FILE_PARSED: "c:\\code\\mcomplex\\breduction-mappings.tex"
[01:27:17.356][Cacher] Parsed LaTeX AST: %WS1%\breduction-compactifications.tex .
[01:27:17.357][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:17.814][Cacher] Updated elements in 457.12 ms: %WS1%\breduction-compactifications.tex .
[01:27:17.815][Event] FILE_PARSED: "c:\\code\\mcomplex\\breduction-compactifications.tex"
[01:27:17.820][Cacher] Parsed LaTeX AST: %WS1%\breduction-projections.tex .
[01:27:17.820][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:18.271][Cacher] Updated elements in 450.43 ms: %WS1%\breduction-projections.tex .
[01:27:18.272][Event] FILE_PARSED: "c:\\code\\mcomplex\\breduction-projections.tex"
[01:27:18.281][Cacher] Parsed LaTeX AST: %WS1%\breduction-products.tex .
[01:27:18.282][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:18.745][Cacher] Updated elements in 463.30 ms: %WS1%\breduction-products.tex .
[01:27:18.746][Event] FILE_PARSED: "c:\\code\\mcomplex\\breduction-products.tex"
[01:27:18.748][Cacher] Parsed LaTeX AST: %WS1%\breduction-preorder.tex .
[01:27:18.748][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:19.209][Cacher] Updated elements in 460.73 ms: %WS1%\breduction-preorder.tex .
[01:27:19.210][Event] FILE_PARSED: "c:\\code\\mcomplex\\breduction-preorder.tex"
[01:27:19.211][Cacher] Parsed LaTeX AST: %WS1%\breductions.tex .
[01:27:19.211][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:19.667][Cacher] Updated elements in 455.91 ms: %WS1%\breductions.tex .
[01:27:19.668][Event] FILE_PARSED: "c:\\code\\mcomplex\\breductions.tex"
[01:27:19.670][Cacher] Parsed LaTeX AST: %WS1%\dimension-definition.tex .
[01:27:19.670][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:20.122][Cacher] Updated elements in 452.27 ms: %WS1%\dimension-definition.tex .
[01:27:20.123][Event] FILE_PARSED: "c:\\code\\mcomplex\\dimension-definition.tex"
[01:27:20.130][Cacher] Parsed LaTeX AST: %WS1%\dimension-basis.tex .
[01:27:20.130][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:20.589][Cacher] Updated elements in 459.28 ms: %WS1%\dimension-basis.tex .
[01:27:20.590][Event] FILE_PARSED: "c:\\code\\mcomplex\\dimension-basis.tex"
[01:27:20.592][Cacher] Parsed LaTeX AST: %WS1%\dimension-subspaces.tex .
[01:27:20.593][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:21.041][Cacher] Updated elements in 448.21 ms: %WS1%\dimension-subspaces.tex .
[01:27:21.042][Event] FILE_PARSED: "c:\\code\\mcomplex\\dimension-subspaces.tex"
[01:27:21.047][Cacher] Parsed LaTeX AST: %WS1%\dimension-products.tex .
[01:27:21.048][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:21.512][Cacher] Updated elements in 463.77 ms: %WS1%\dimension-products.tex .
[01:27:21.513][Event] FILE_PARSED: "c:\\code\\mcomplex\\dimension-products.tex"
[01:27:21.516][Cacher] Parsed LaTeX AST: %WS1%\dimension-mappings.tex .
[01:27:21.516][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:21.997][Cacher] Updated elements in 480.73 ms: %WS1%\dimension-mappings.tex .
[01:27:21.998][Event] FILE_PARSED: "c:\\code\\mcomplex\\dimension-mappings.tex"
[01:27:22.006][Cacher] Parsed LaTeX AST: %WS1%\dimension-extensions.tex .
[01:27:22.006][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:22.469][Cacher] Updated elements in 463.03 ms: %WS1%\dimension-extensions.tex .
[01:27:22.470][Event] FILE_PARSED: "c:\\code\\mcomplex\\dimension-extensions.tex"
[01:27:22.473][Cacher] Parsed LaTeX AST: %WS1%\dimension-compactifications.tex .
[01:27:22.473][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:22.930][Cacher] Updated elements in 456.65 ms: %WS1%\dimension-compactifications.tex .
[01:27:22.931][Event] FILE_PARSED: "c:\\code\\mcomplex\\dimension-compactifications.tex"
[01:27:22.931][Cacher] Parsed LaTeX AST: %WS1%\dimension.tex .
[01:27:22.931][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:23.387][Cacher] Updated elements in 455.59 ms: %WS1%\dimension.tex .
[01:27:23.388][Event] FILE_PARSED: "c:\\code\\mcomplex\\dimension.tex"
[01:27:23.391][Cacher] Parsed LaTeX AST: %WS1%\dimension-preordered.tex .
[01:27:23.391][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:23.852][Cacher] Updated elements in 460.33 ms: %WS1%\dimension-preordered.tex .
[01:27:23.853][Event] FILE_PARSED: "c:\\code\\mcomplex\\dimension-preordered.tex"
[01:27:23.860][Cacher] Parsed LaTeX AST: %WS1%\dimension-euclidean.tex .
[01:27:23.860][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:24.327][Cacher] Updated elements in 466.55 ms: %WS1%\dimension-euclidean.tex .
[01:27:24.328][Event] FILE_PARSED: "c:\\code\\mcomplex\\dimension-euclidean.tex"
[01:27:24.330][Cacher] Parsed LaTeX AST: %WS1%\dimension-left-ordinal.tex .
[01:27:24.330][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:24.786][Cacher] Updated elements in 455.38 ms: %WS1%\dimension-left-ordinal.tex .
[01:27:24.786][Event] FILE_PARSED: "c:\\code\\mcomplex\\dimension-left-ordinal.tex"
[01:27:24.787][Cacher] Parsed LaTeX AST: %WS1%\dimension-boundaries.tex .
[01:27:24.788][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:25.235][Cacher] Updated elements in 446.99 ms: %WS1%\dimension-boundaries.tex .
[01:27:25.235][Event] FILE_PARSED: "c:\\code\\mcomplex\\dimension-boundaries.tex"
[01:27:25.237][Cacher] Parsed LaTeX AST: %WS1%\dimension-others.tex .
[01:27:25.237][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:25.693][Cacher] Updated elements in 456.18 ms: %WS1%\dimension-others.tex .
[01:27:25.694][Event] FILE_PARSED: "c:\\code\\mcomplex\\dimension-others.tex"
[01:27:25.700][Cacher] Parsed LaTeX AST: %WS1%\compactifications.tex .
[01:27:25.700][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:26.265][Cacher] Updated elements in 564.72 ms: %WS1%\compactifications.tex .
[01:27:26.266][Event] FILE_PARSED: "c:\\code\\mcomplex\\compactifications.tex"
[01:27:26.271][Cacher] Parsed LaTeX AST: %WS1%\pseudoarc.tex .
[01:27:26.272][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:26.720][Cacher] Updated elements in 448.04 ms: %WS1%\pseudoarc.tex .
[01:27:26.720][Event] FILE_PARSED: "c:\\code\\mcomplex\\pseudoarc.tex"
[01:27:26.727][Cacher] Parsed LaTeX AST: %WS1%\dimension-specific.tex .
[01:27:26.728][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:27.189][Cacher] Updated elements in 461.15 ms: %WS1%\dimension-specific.tex .
[01:27:27.190][Event] FILE_PARSED: "c:\\code\\mcomplex\\dimension-specific.tex"
[01:27:27.195][Cacher] Parsed LaTeX AST: %WS1%\glossary.tex .
[01:27:27.196][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:27.665][Cacher] Updated elements in 469.21 ms: %WS1%\glossary.tex .
[01:27:27.666][Event] FILE_PARSED: "c:\\code\\mcomplex\\glossary.tex"
[01:27:27.675][Cacher] Parsed LaTeX AST: %WS1%\images-and-preimages.tex .
[01:27:27.676][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:28.131][Cacher] Updated elements in 455.84 ms: %WS1%\images-and-preimages.tex .
[01:27:28.132][Event] FILE_PARSED: "c:\\code\\mcomplex\\images-and-preimages.tex"
[01:27:28.137][Cacher] Parsed LaTeX AST: %WS1%\saturated-subsets.tex .
[01:27:28.137][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:28.591][Cacher] Updated elements in 454.46 ms: %WS1%\saturated-subsets.tex .
[01:27:28.592][Event] FILE_PARSED: "c:\\code\\mcomplex\\saturated-subsets.tex"
[01:27:28.596][Cacher] Parsed LaTeX AST: %WS1%\covers.tex .
[01:27:28.596][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:29.051][Cacher] Updated elements in 454.49 ms: %WS1%\covers.tex .
[01:27:29.052][Event] FILE_PARSED: "c:\\code\\mcomplex\\covers.tex"
[01:27:29.054][Cacher] Parsed LaTeX AST: %WS1%\cardinality.tex .
[01:27:29.055][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:29.613][Cacher] Updated elements in 558.84 ms: %WS1%\cardinality.tex .
[01:27:29.614][Event] FILE_PARSED: "c:\\code\\mcomplex\\cardinality.tex"
[01:27:29.624][Cacher] Parsed LaTeX AST: %WS1%\set-theory.tex .
[01:27:29.625][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:30.093][Cacher] Updated elements in 467.98 ms: %WS1%\set-theory.tex .
[01:27:30.094][Event] FILE_PARSED: "c:\\code\\mcomplex\\set-theory.tex"
[01:27:30.101][Cacher] Parsed LaTeX AST: %WS1%\vector-spaces.tex .
[01:27:30.101][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:30.562][Cacher] Updated elements in 460.37 ms: %WS1%\vector-spaces.tex .
[01:27:30.563][Event] FILE_PARSED: "c:\\code\\mcomplex\\vector-spaces.tex"
[01:27:30.566][Cacher] Parsed LaTeX AST: %WS1%\topological-space.tex .
[01:27:30.566][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:31.030][Cacher] Updated elements in 463.95 ms: %WS1%\topological-space.tex .
[01:27:31.031][Event] FILE_PARSED: "c:\\code\\mcomplex\\topological-space.tex"
[01:27:31.038][Cacher] Parsed LaTeX AST: %WS1%\product-spaces.tex .
[01:27:31.038][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:31.485][Cacher] Updated elements in 446.66 ms: %WS1%\product-spaces.tex .
[01:27:31.486][Event] FILE_PARSED: "c:\\code\\mcomplex\\product-spaces.tex"
[01:27:31.498][Cacher] Parsed LaTeX AST: %WS1%\closure.tex .
[01:27:31.499][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:31.966][Cacher] Updated elements in 467.10 ms: %WS1%\closure.tex .
[01:27:31.967][Event] FILE_PARSED: "c:\\code\\mcomplex\\closure.tex"
[01:27:31.971][Cacher] Parsed LaTeX AST: %WS1%\interior.tex .
[01:27:31.971][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:32.422][Cacher] Updated elements in 450.90 ms: %WS1%\interior.tex .
[01:27:32.423][Event] FILE_PARSED: "c:\\code\\mcomplex\\interior.tex"
[01:27:32.445][Cacher] Parsed LaTeX AST: %WS1%\boundary.tex .
[01:27:32.446][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:32.899][Cacher] Updated elements in 453.91 ms: %WS1%\boundary.tex .
[01:27:32.900][Event] FILE_PARSED: "c:\\code\\mcomplex\\boundary.tex"
[01:27:32.904][Cacher] Parsed LaTeX AST: %WS1%\dense-subsets.tex .
[01:27:32.904][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:33.455][Cacher] Updated elements in 550.66 ms: %WS1%\dense-subsets.tex .
[01:27:33.455][Event] FILE_PARSED: "c:\\code\\mcomplex\\dense-subsets.tex"
[01:27:33.465][Cacher] Parsed LaTeX AST: %WS1%\continuity.tex .
[01:27:33.466][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:33.927][Cacher] Updated elements in 461.49 ms: %WS1%\continuity.tex .
[01:27:33.928][Event] FILE_PARSED: "c:\\code\\mcomplex\\continuity.tex"
[01:27:33.934][Cacher] Parsed LaTeX AST: %WS1%\compactness.tex .
[01:27:33.935][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:34.494][Cacher] Updated elements in 559.08 ms: %WS1%\compactness.tex .
[01:27:34.495][Event] FILE_PARSED: "c:\\code\\mcomplex\\compactness.tex"
[01:27:34.496][Cacher] Parsed LaTeX AST: %WS1%\r0-spaces.tex .
[01:27:34.496][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:34.947][Cacher] Updated elements in 450.81 ms: %WS1%\r0-spaces.tex .
[01:27:34.948][Event] FILE_PARSED: "c:\\code\\mcomplex\\r0-spaces.tex"
[01:27:34.949][Cacher] Parsed LaTeX AST: %WS1%\t1-spaces.tex .
[01:27:34.949][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:35.409][Cacher] Updated elements in 459.65 ms: %WS1%\t1-spaces.tex .
[01:27:35.409][Event] FILE_PARSED: "c:\\code\\mcomplex\\t1-spaces.tex"
[01:27:35.410][Cacher] Parsed LaTeX AST: %WS1%\preregular-spaces.tex .
[01:27:35.410][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:35.870][Cacher] Updated elements in 460.10 ms: %WS1%\preregular-spaces.tex .
[01:27:35.871][Event] FILE_PARSED: "c:\\code\\mcomplex\\preregular-spaces.tex"
[01:27:35.874][Cacher] Parsed LaTeX AST: %WS1%\khausdorff-spaces.tex .
[01:27:35.874][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:36.324][Cacher] Updated elements in 450.12 ms: %WS1%\khausdorff-spaces.tex .
[01:27:36.325][Event] FILE_PARSED: "c:\\code\\mcomplex\\khausdorff-spaces.tex"
[01:27:36.328][Cacher] Parsed LaTeX AST: %WS1%\hausdorff-spaces.tex .
[01:27:36.328][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:36.872][Cacher] Updated elements in 544.03 ms: %WS1%\hausdorff-spaces.tex .
[01:27:36.873][Event] FILE_PARSED: "c:\\code\\mcomplex\\hausdorff-spaces.tex"
[01:27:36.877][Cacher] Parsed LaTeX AST: %WS1%\regular-spaces.tex .
[01:27:36.877][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:37.329][Cacher] Updated elements in 452.36 ms: %WS1%\regular-spaces.tex .
[01:27:37.330][Event] FILE_PARSED: "c:\\code\\mcomplex\\regular-spaces.tex"
[01:27:37.332][Cacher] Parsed LaTeX AST: %WS1%\cregular-spaces.tex .
[01:27:37.332][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:37.891][Cacher] Updated elements in 559.12 ms: %WS1%\cregular-spaces.tex .
[01:27:37.893][Event] FILE_PARSED: "c:\\code\\mcomplex\\cregular-spaces.tex"
[01:27:37.899][Cacher] Parsed LaTeX AST: %WS1%\normal-spaces.tex .
[01:27:37.899][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:38.367][Cacher] Updated elements in 467.87 ms: %WS1%\normal-spaces.tex .
[01:27:38.367][Event] FILE_PARSED: "c:\\code\\mcomplex\\normal-spaces.tex"
[01:27:38.368][Cacher] Parsed LaTeX AST: %WS1%\cnormal-spaces.tex .
[01:27:38.369][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:38.815][Cacher] Updated elements in 446.90 ms: %WS1%\cnormal-spaces.tex .
[01:27:38.816][Event] FILE_PARSED: "c:\\code\\mcomplex\\cnormal-spaces.tex"
[01:27:38.821][Cacher] Parsed LaTeX AST: %WS1%\pnormal-spaces.tex .
[01:27:38.821][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:39.292][Cacher] Updated elements in 471.31 ms: %WS1%\pnormal-spaces.tex .
[01:27:39.293][Event] FILE_PARSED: "c:\\code\\mcomplex\\pnormal-spaces.tex"
[01:27:39.300][Cacher] Parsed LaTeX AST: %WS1%\countability.tex .
[01:27:39.301][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:39.749][Cacher] Updated elements in 448.45 ms: %WS1%\countability.tex .
[01:27:39.750][Event] FILE_PARSED: "c:\\code\\mcomplex\\countability.tex"
[01:27:39.754][Cacher] Parsed LaTeX AST: %WS1%\sane-subsets.tex .
[01:27:39.755][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:40.218][Cacher] Updated elements in 463.59 ms: %WS1%\sane-subsets.tex .
[01:27:40.219][Event] FILE_PARSED: "c:\\code\\mcomplex\\sane-subsets.tex"
[01:27:40.224][Cacher] Parsed LaTeX AST: %WS1%\constructible-subsets.tex .
[01:27:40.224][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:40.683][Cacher] Updated elements in 458.52 ms: %WS1%\constructible-subsets.tex .
[01:27:40.684][Event] FILE_PARSED: "c:\\code\\mcomplex\\constructible-subsets.tex"
[01:27:40.688][Cacher] Parsed LaTeX AST: %WS1%\locally-closed.tex .
[01:27:40.688][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:41.160][Cacher] Updated elements in 472.24 ms: %WS1%\locally-closed.tex .
[01:27:41.161][Event] FILE_PARSED: "c:\\code\\mcomplex\\locally-closed.tex"
[01:27:41.168][Cacher] Parsed LaTeX AST: %WS1%\local-compactness.tex .
[01:27:41.169][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:41.626][Cacher] Updated elements in 457.08 ms: %WS1%\local-compactness.tex .
[01:27:41.627][Event] FILE_PARSED: "c:\\code\\mcomplex\\local-compactness.tex"
[01:27:41.636][Cacher] Parsed LaTeX AST: %WS1%\paracompactness.tex .
[01:27:41.637][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:42.195][Cacher] Updated elements in 558.79 ms: %WS1%\paracompactness.tex .
[01:27:42.196][Event] FILE_PARSED: "c:\\code\\mcomplex\\paracompactness.tex"
[01:27:42.208][Cacher] Parsed LaTeX AST: %WS1%\locally-finite-collections.tex .
[01:27:42.208][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:42.667][Cacher] Updated elements in 458.57 ms: %WS1%\locally-finite-collections.tex .
[01:27:42.668][Event] FILE_PARSED: "c:\\code\\mcomplex\\locally-finite-collections.tex"
[01:27:42.684][Cacher] Parsed LaTeX AST: %WS1%\closed-maps.tex .
[01:27:42.684][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:43.155][Cacher] Updated elements in 470.85 ms: %WS1%\closed-maps.tex .
[01:27:43.157][Event] FILE_PARSED: "c:\\code\\mcomplex\\closed-maps.tex"
[01:27:43.165][Cacher] Parsed LaTeX AST: %WS1%\open-maps.tex .
[01:27:43.165][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:43.622][Cacher] Updated elements in 457.14 ms: %WS1%\open-maps.tex .
[01:27:43.623][Event] FILE_PARSED: "c:\\code\\mcomplex\\open-maps.tex"
[01:27:43.635][Cacher] Parsed LaTeX AST: %WS1%\embeddings.tex .
[01:27:43.635][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:44.094][Cacher] Updated elements in 459.29 ms: %WS1%\embeddings.tex .
[01:27:44.095][Event] FILE_PARSED: "c:\\code\\mcomplex\\embeddings.tex"
[01:27:44.104][Cacher] Parsed LaTeX AST: %WS1%\proper-maps.tex .
[01:27:44.104][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:44.586][Cacher] Updated elements in 482.22 ms: %WS1%\proper-maps.tex .
[01:27:44.587][Event] FILE_PARSED: "c:\\code\\mcomplex\\proper-maps.tex"
[01:27:44.600][Cacher] Parsed LaTeX AST: %WS1%\perfect-maps.tex .
[01:27:44.600][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:45.059][Cacher] Updated elements in 458.45 ms: %WS1%\perfect-maps.tex .
[01:27:45.060][Event] FILE_PARSED: "c:\\code\\mcomplex\\perfect-maps.tex"
[01:27:45.065][Cacher] Parsed LaTeX AST: %WS1%\perfect-covers.tex .
[01:27:45.065][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:45.506][Cacher] Updated elements in 441.07 ms: %WS1%\perfect-covers.tex .
[01:27:45.507][Event] FILE_PARSED: "c:\\code\\mcomplex\\perfect-covers.tex"
[01:27:45.509][Cacher] Parsed LaTeX AST: %WS1%\discrete-spaces.tex .
[01:27:45.509][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:45.965][Cacher] Updated elements in 455.78 ms: %WS1%\discrete-spaces.tex .
[01:27:45.966][Event] FILE_PARSED: "c:\\code\\mcomplex\\discrete-spaces.tex"
[01:27:45.969][Cacher] Parsed LaTeX AST: %WS1%\finitely-generated.tex .
[01:27:45.970][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:46.515][Cacher] Updated elements in 545.47 ms: %WS1%\finitely-generated.tex .
[01:27:46.516][Event] FILE_PARSED: "c:\\code\\mcomplex\\finitely-generated.tex"
[01:27:46.523][Cacher] Parsed LaTeX AST: %WS1%\preordered-spaces.tex .
[01:27:46.524][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:46.976][Cacher] Updated elements in 452.39 ms: %WS1%\preordered-spaces.tex .
[01:27:46.977][Event] FILE_PARSED: "c:\\code\\mcomplex\\preordered-spaces.tex"
[01:27:46.979][Cacher] Parsed LaTeX AST: %WS1%\left-ordinal-spaces.tex .
[01:27:46.979][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:47.425][Cacher] Updated elements in 445.40 ms: %WS1%\left-ordinal-spaces.tex .
[01:27:47.425][Event] FILE_PARSED: "c:\\code\\mcomplex\\left-ordinal-spaces.tex"
[01:27:47.429][Cacher] Parsed LaTeX AST: %WS1%\refined-topology.tex .
[01:27:47.430][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:47.882][Cacher] Updated elements in 452.63 ms: %WS1%\refined-topology.tex .
[01:27:47.883][Event] FILE_PARSED: "c:\\code\\mcomplex\\refined-topology.tex"
[01:27:47.897][Cacher] Parsed LaTeX AST: %WS1%\contractibility.tex .
[01:27:47.898][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:48.361][Cacher] Updated elements in 463.77 ms: %WS1%\contractibility.tex .
[01:27:48.362][Event] FILE_PARSED: "c:\\code\\mcomplex\\contractibility.tex"
[01:27:48.370][Cacher] Parsed LaTeX AST: %WS1%\metrizability.tex .
[01:27:48.371][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:48.824][Cacher] Updated elements in 453.41 ms: %WS1%\metrizability.tex .
[01:27:48.825][Event] FILE_PARSED: "c:\\code\\mcomplex\\metrizability.tex"
[01:27:48.833][Cacher] Parsed LaTeX AST: %WS1%\euclidean-space.tex .
[01:27:48.834][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:49.392][Cacher] Updated elements in 558.34 ms: %WS1%\euclidean-space.tex .
[01:27:49.393][Event] FILE_PARSED: "c:\\code\\mcomplex\\euclidean-space.tex"
[01:27:49.394][Cacher] Parsed LaTeX AST: %WS1%\partitions-of-unity.tex .
[01:27:49.396][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:49.841][Cacher] Updated elements in 446.85 ms: %WS1%\partitions-of-unity.tex .
[01:27:49.842][Event] FILE_PARSED: "c:\\code\\mcomplex\\partitions-of-unity.tex"
[01:27:49.845][Cacher] Parsed LaTeX AST: %WS1%\disjoint-sum.tex .
[01:27:49.845][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:50.300][Cacher] Updated elements in 454.45 ms: %WS1%\disjoint-sum.tex .
[01:27:50.301][Event] FILE_PARSED: "c:\\code\\mcomplex\\disjoint-sum.tex"
[01:27:50.308][Cacher] Parsed LaTeX AST: %WS1%\disjoint-sum-functions.tex .
[01:27:50.308][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:50.760][Cacher] Updated elements in 451.94 ms: %WS1%\disjoint-sum-functions.tex .
[01:27:50.761][Event] FILE_PARSED: "c:\\code\\mcomplex\\disjoint-sum-functions.tex"
[01:27:50.769][Cacher] Parsed LaTeX AST: %WS1%\quotient-space.tex .
[01:27:50.769][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:51.220][Cacher] Updated elements in 451.15 ms: %WS1%\quotient-space.tex .
[01:27:51.221][Event] FILE_PARSED: "c:\\code\\mcomplex\\quotient-space.tex"
[01:27:51.223][Cacher] Parsed LaTeX AST: %WS1%\kolmogorov-quotient.tex .
[01:27:51.223][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:51.765][Cacher] Updated elements in 542.21 ms: %WS1%\kolmogorov-quotient.tex .
[01:27:51.766][Event] FILE_PARSED: "c:\\code\\mcomplex\\kolmogorov-quotient.tex"
[01:27:51.777][Cacher] Parsed LaTeX AST: %WS1%\adjunction-space.tex .
[01:27:51.777][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:52.341][Cacher] Updated elements in 563.84 ms: %WS1%\adjunction-space.tex .
[01:27:52.342][Event] FILE_PARSED: "c:\\code\\mcomplex\\adjunction-space.tex"
[01:27:52.345][Cacher] Parsed LaTeX AST: %WS1%\locally-homeomorphic.tex .
[01:27:52.346][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:52.800][Cacher] Updated elements in 454.00 ms: %WS1%\locally-homeomorphic.tex .
[01:27:52.800][Event] FILE_PARSED: "c:\\code\\mcomplex\\locally-homeomorphic.tex"
[01:27:52.804][Cacher] Parsed LaTeX AST: %WS1%\local-homeomorphisms.tex .
[01:27:52.805][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:53.284][Cacher] Updated elements in 479.46 ms: %WS1%\local-homeomorphisms.tex .
[01:27:53.285][Event] FILE_PARSED: "c:\\code\\mcomplex\\local-homeomorphisms.tex"
[01:27:53.311][Cacher] Parsed LaTeX AST: %WS1%\collars.tex .
[01:27:53.311][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:53.768][Cacher] Updated elements in 456.77 ms: %WS1%\collars.tex .
[01:27:53.769][Event] FILE_PARSED: "c:\\code\\mcomplex\\collars.tex"
[01:27:53.778][Cacher] Parsed LaTeX AST: %WS1%\manifolds-with-collared-boundary.tex .
[01:27:53.779][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:54.238][Cacher] Updated elements in 459.22 ms: %WS1%\manifolds-with-collared-boundary.tex .
[01:27:54.239][Event] FILE_PARSED: "c:\\code\\mcomplex\\manifolds-with-collared-boundary.tex"
[01:27:54.242][Cacher] Parsed LaTeX AST: %WS1%\covering-dimension.tex .
[01:27:54.243][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:54.720][Cacher] Updated elements in 477.42 ms: %WS1%\covering-dimension.tex .
[01:27:54.721][Event] FILE_PARSED: "c:\\code\\mcomplex\\covering-dimension.tex"
[01:27:54.725][Cacher] Parsed LaTeX AST: %WS1%\baireness.tex .
[01:27:54.726][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:55.192][Cacher] Updated elements in 466.53 ms: %WS1%\baireness.tex .
[01:27:55.193][Event] FILE_PARSED: "c:\\code\\mcomplex\\baireness.tex"
[01:27:55.195][Cacher] Parsed LaTeX AST: %WS1%\fragments.tex .
[01:27:55.196][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:55.640][Cacher] Updated elements in 444.60 ms: %WS1%\fragments.tex .
[01:27:55.641][Event] FILE_PARSED: "c:\\code\\mcomplex\\fragments.tex"
[01:27:55.643][Cacher] Parsed LaTeX AST: %WS1%\bounding.tex .
[01:27:55.643][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:56.100][Cacher] Updated elements in 457.04 ms: %WS1%\bounding.tex .
[01:27:56.101][Event] FILE_PARSED: "c:\\code\\mcomplex\\bounding.tex"
[01:27:56.111][Cacher] Parsed LaTeX AST: %WS1%\strong-pathconnectedness.tex .
[01:27:56.111][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:56.571][Cacher] Updated elements in 459.37 ms: %WS1%\strong-pathconnectedness.tex .
[01:27:56.572][Event] FILE_PARSED: "c:\\code\\mcomplex\\strong-pathconnectedness.tex"
[01:27:56.575][Cacher] Parsed LaTeX AST: %WS1%\dual-topology.tex .
[01:27:56.576][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:57.061][Cacher] Updated elements in 485.10 ms: %WS1%\dual-topology.tex .
[01:27:57.062][Event] FILE_PARSED: "c:\\code\\mcomplex\\dual-topology.tex"
[01:27:57.065][Cacher] Parsed LaTeX AST: %WS1%\dual-connectivities.tex .
[01:27:57.065][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:57.528][Cacher] Updated elements in 463.59 ms: %WS1%\dual-connectivities.tex .
[01:27:57.529][Event] FILE_PARSED: "c:\\code\\mcomplex\\dual-connectivities.tex"
[01:27:57.532][Cacher] Parsed LaTeX AST: %WS1%\quasilocally-p.tex .
[01:27:57.532][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:57.989][Cacher] Updated elements in 457.05 ms: %WS1%\quasilocally-p.tex .
[01:27:57.991][Event] FILE_PARSED: "c:\\code\\mcomplex\\quasilocally-p.tex"
[01:27:58.008][Cacher] Parsed LaTeX AST: %WS1%\unused-stuff.tex .
[01:27:58.009][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:58.475][Cacher] Updated elements in 466.26 ms: %WS1%\unused-stuff.tex .
[01:27:58.476][Event] FILE_PARSED: "c:\\code\\mcomplex\\unused-stuff.tex"
[01:27:58.477][Cacher] Parsed LaTeX AST: %WS1%\topological-spaces.tex .
[01:27:58.477][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:58.933][Cacher] Updated elements in 455.54 ms: %WS1%\topological-spaces.tex .
[01:27:58.934][Event] FILE_PARSED: "c:\\code\\mcomplex\\topological-spaces.tex"
[01:27:58.934][Cacher] Parsed LaTeX AST: %WS1%\appendix.tex .
[01:27:58.934][File] Calling kpsewhich to resolve subfiles.cls .
[01:27:59.383][Cacher] Updated elements in 449.22 ms: %WS1%\appendix.tex .
[01:27:59.385][Event] FILE_PARSED: "c:\\code\\mcomplex\\appendix.tex"
[01:27:59.385][Cacher] Parsed LaTeX AST: %WS1%\dimension-paper.tex .
[01:27:59.386][File] Calling kpsewhich to resolve article.cls .
[01:27:59.839][Cacher] Updated elements in 453.22 ms: %WS1%\dimension-paper.tex .
[01:27:59.840][Event] FILE_PARSED: "c:\\code\\mcomplex\\dimension-paper.tex"
[01:27:59.842][Cacher] Parsing .fls %WS1%\output\dimension-paper.fls .
[01:27:59.863][Cacher] Adding %WS1%\memory.tex .
[01:27:59.863][Cacher][Watcher] Watched %WS1%\memory.tex .
[01:27:59.863][Event] FILE_WATCHED: "c:\\code\\mcomplex\\memory.tex"
[01:27:59.863][Cacher] Found %WS1%\memory.tex from .fls %WS1%\output\dimension-paper.fls , caching.
[01:27:59.863][Cacher] Caching %WS1%\memory.tex .
[01:27:59.864][Cacher] Updated inputs of %WS1%\memory.tex .
[01:27:59.864][Cacher] Parse LaTeX AST: %WS1%\memory.tex .
[01:27:59.872][Cacher] Adding %WS1%\images\product-factors.tex .
[01:27:59.872][Cacher][Watcher] Watched %WS1%\images\product-factors.tex with a new watcher on %WS1%\images .
[01:27:59.872][Event] FILE_WATCHED: "c:\\code\\mcomplex\\images\\product-factors.tex"
[01:27:59.872][Cacher] Found %WS1%\images\product-factors.tex from .fls %WS1%\output\dimension-paper.fls , caching.
[01:27:59.872][Cacher] Caching %WS1%\images\product-factors.tex .
[01:27:59.873][Cacher] Updated inputs of %WS1%\images\product-factors.tex .
[01:27:59.873][Cacher] Parse LaTeX AST: %WS1%\images\product-factors.tex .
[01:27:59.873][Cacher] Adding %WS1%\images\product-factors.pdf .
[01:27:59.874][Cacher][Watcher] Watched %WS1%\images\product-factors.pdf .
[01:27:59.874][Event] FILE_WATCHED: "c:\\code\\mcomplex\\images\\product-factors.pdf"
[01:27:59.874][Cacher] Adding %WS1%\images\product.tex .
[01:27:59.874][Cacher][Watcher] Watched %WS1%\images\product.tex .
[01:27:59.874][Event] FILE_WATCHED: "c:\\code\\mcomplex\\images\\product.tex"
[01:27:59.875][Cacher] Found %WS1%\images\product.tex from .fls %WS1%\output\dimension-paper.fls , caching.
[01:27:59.875][Cacher] Caching %WS1%\images\product.tex .
[01:27:59.875][Cacher] Updated inputs of %WS1%\images\product.tex .
[01:27:59.875][Cacher] Parse LaTeX AST: %WS1%\images\product.tex .
[01:27:59.876][Cacher] Adding %WS1%\images\product.pdf .
[01:27:59.876][Cacher][Watcher] Watched %WS1%\images\product.pdf .
[01:27:59.876][Event] FILE_WATCHED: "c:\\code\\mcomplex\\images\\product.pdf"
[01:27:59.876][Cacher] Adding %WS1%\images\dimension-locality.tex .
[01:27:59.877][Cacher][Watcher] Watched %WS1%\images\dimension-locality.tex .
[01:27:59.877][Event] FILE_WATCHED: "c:\\code\\mcomplex\\images\\dimension-locality.tex"
[01:27:59.877][Cacher] Found %WS1%\images\dimension-locality.tex from .fls %WS1%\output\dimension-paper.fls , caching.
[01:27:59.877][Cacher] Caching %WS1%\images\dimension-locality.tex .
[01:27:59.877][Cacher] Updated inputs of %WS1%\images\dimension-locality.tex .
[01:27:59.877][Cacher] Parse LaTeX AST: %WS1%\images\dimension-locality.tex .
[01:27:59.878][Cacher] Adding %WS1%\images\dimension-locality.pdf .
[01:27:59.878][Cacher][Watcher] Watched %WS1%\images\dimension-locality.pdf .
[01:27:59.878][Event] FILE_WATCHED: "c:\\code\\mcomplex\\images\\dimension-locality.pdf"
[01:27:59.879][Cacher] Adding %WS1%\images\dimension-monotonic.tex .
[01:27:59.879][Cacher][Watcher] Watched %WS1%\images\dimension-monotonic.tex .
[01:27:59.879][Event] FILE_WATCHED: "c:\\code\\mcomplex\\images\\dimension-monotonic.tex"
[01:27:59.879][Cacher] Found %WS1%\images\dimension-monotonic.tex from .fls %WS1%\output\dimension-paper.fls , caching.
[01:27:59.879][Cacher] Caching %WS1%\images\dimension-monotonic.tex .
[01:27:59.879][Cacher] Updated inputs of %WS1%\images\dimension-monotonic.tex .
[01:27:59.880][Cacher] Parse LaTeX AST: %WS1%\images\dimension-monotonic.tex .
[01:27:59.880][Cacher] Adding %WS1%\images\dimension-monotonic.pdf .
[01:27:59.880][Cacher][Watcher] Watched %WS1%\images\dimension-monotonic.pdf .
[01:27:59.880][Event] FILE_WATCHED: "c:\\code\\mcomplex\\images\\dimension-monotonic.pdf"
[01:27:59.881][Cacher] Adding %WS1%\images\dimension-homeo.tex .
[01:27:59.881][Cacher][Watcher] Watched %WS1%\images\dimension-homeo.tex .
[01:27:59.881][Event] FILE_WATCHED: "c:\\code\\mcomplex\\images\\dimension-homeo.tex"
[01:27:59.881][Cacher] Found %WS1%\images\dimension-homeo.tex from .fls %WS1%\output\dimension-paper.fls , caching.
[01:27:59.881][Cacher] Caching %WS1%\images\dimension-homeo.tex .
[01:27:59.882][Cacher] Updated inputs of %WS1%\images\dimension-homeo.tex .
[01:27:59.882][Cacher] Parse LaTeX AST: %WS1%\images\dimension-homeo.tex .
[01:27:59.883][Cacher] Adding %WS1%\images\dimension-homeo.pdf .
[01:27:59.883][Cacher][Watcher] Watched %WS1%\images\dimension-homeo.pdf .
[01:27:59.883][Event] FILE_WATCHED: "c:\\code\\mcomplex\\images\\dimension-homeo.pdf"
[01:27:59.883][Cacher] Adding %WS1%\images\dimension-non-homeo.tex .
[01:27:59.884][Cacher][Watcher] Watched %WS1%\images\dimension-non-homeo.tex .
[01:27:59.884][Event] FILE_WATCHED: "c:\\code\\mcomplex\\images\\dimension-non-homeo.tex"
[01:27:59.884][Cacher] Found %WS1%\images\dimension-non-homeo.tex from .fls %WS1%\output\dimension-paper.fls , caching.
[01:27:59.884][Cacher] Caching %WS1%\images\dimension-non-homeo.tex .
[01:27:59.884][Cacher] Updated inputs of %WS1%\images\dimension-non-homeo.tex .
[01:27:59.884][Cacher] Parse LaTeX AST: %WS1%\images\dimension-non-homeo.tex .
[01:27:59.885][Cacher] Adding %WS1%\images\dimension-non-homeo.pdf .
[01:27:59.885][Cacher][Watcher] Watched %WS1%\images\dimension-non-homeo.pdf .
[01:27:59.885][Event] FILE_WATCHED: "c:\\code\\mcomplex\\images\\dimension-non-homeo.pdf"
[01:27:59.886][Cacher] Adding %WS1%\images\plocalization-sine-0.tex .
[01:27:59.886][Cacher][Watcher] Watched %WS1%\images\plocalization-sine-0.tex .
[01:27:59.886][Event] FILE_WATCHED: "c:\\code\\mcomplex\\images\\plocalization-sine-0.tex"
[01:27:59.886][Cacher] Found %WS1%\images\plocalization-sine-0.tex from .fls %WS1%\output\dimension-paper.fls , caching.
[01:27:59.886][Cacher] Caching %WS1%\images\plocalization-sine-0.tex .
[01:27:59.887][Cacher] Updated inputs of %WS1%\images\plocalization-sine-0.tex .
[01:27:59.887][Cacher] Parse LaTeX AST: %WS1%\images\plocalization-sine-0.tex .
[01:27:59.887][Cacher] Adding %WS1%\images\plocalization-sine-0.pdf .
[01:27:59.887][Cacher][Watcher] Watched %WS1%\images\plocalization-sine-0.pdf .
[01:27:59.887][Event] FILE_WATCHED: "c:\\code\\mcomplex\\images\\plocalization-sine-0.pdf"
[01:27:59.888][Cacher] Adding %WS1%\images\weierstrass.pdf .
[01:27:59.888][Cacher][Watcher] Watched %WS1%\images\weierstrass.pdf .
[01:27:59.888][Event] FILE_WATCHED: "c:\\code\\mcomplex\\images\\weierstrass.pdf"
[01:27:59.888][Cacher] Adding %WS1%\images\warsaw-circle-0.tex .
[01:27:59.889][Cacher][Watcher] Watched %WS1%\images\warsaw-circle-0.tex .
[01:27:59.889][Event] FILE_WATCHED: "c:\\code\\mcomplex\\images\\warsaw-circle-0.tex"
[01:27:59.889][Cacher] Found %WS1%\images\warsaw-circle-0.tex from .fls %WS1%\output\dimension-paper.fls , caching.
[01:27:59.889][Cacher] Caching %WS1%\images\warsaw-circle-0.tex .
[01:27:59.889][Cacher] Updated inputs of %WS1%\images\warsaw-circle-0.tex .
[01:27:59.889][Cacher] Parse LaTeX AST: %WS1%\images\warsaw-circle-0.tex .
[01:27:59.890][Cacher] Adding %WS1%\images\warsaw-circle-0.pdf .
[01:27:59.890][Cacher][Watcher] Watched %WS1%\images\warsaw-circle-0.pdf .
[01:27:59.890][Event] FILE_WATCHED: "c:\\code\\mcomplex\\images\\warsaw-circle-0.pdf"
[01:27:59.891][Cacher] Adding %WS1%\images\warsaw-circle-1.tex .
[01:27:59.891][Cacher][Watcher] Watched %WS1%\images\warsaw-circle-1.tex .
[01:27:59.891][Event] FILE_WATCHED: "c:\\code\\mcomplex\\images\\warsaw-circle-1.tex"
[01:27:59.891][Cacher] Found %WS1%\images\warsaw-circle-1.tex from .fls %WS1%\output\dimension-paper.fls , caching.
[01:27:59.891][Cacher] Caching %WS1%\images\warsaw-circle-1.tex .
[01:27:59.891][Cacher] Updated inputs of %WS1%\images\warsaw-circle-1.tex .
[01:27:59.891][Cacher] Parse LaTeX AST: %WS1%\images\warsaw-circle-1.tex .
[01:27:59.892][Cacher] Adding %WS1%\images\warsaw-circle-1.pdf .
[01:27:59.892][Cacher][Watcher] Watched %WS1%\images\warsaw-circle-1.pdf .
[01:27:59.892][Event] FILE_WATCHED: "c:\\code\\mcomplex\\images\\warsaw-circle-1.pdf"
[01:27:59.893][Cacher] Adding %WS1%\images\plocalization-sine-1.tex .
[01:27:59.893][Cacher][Watcher] Watched %WS1%\images\plocalization-sine-1.tex .
[01:27:59.893][Event] FILE_WATCHED: "c:\\code\\mcomplex\\images\\plocalization-sine-1.tex"
[01:27:59.893][Cacher] Found %WS1%\images\plocalization-sine-1.tex from .fls %WS1%\output\dimension-paper.fls , caching.
[01:27:59.893][Cacher] Caching %WS1%\images\plocalization-sine-1.tex .
[01:27:59.894][Cacher] Updated inputs of %WS1%\images\plocalization-sine-1.tex .
[01:27:59.894][Cacher] Parse LaTeX AST: %WS1%\images\plocalization-sine-1.tex .
[01:27:59.894][Cacher] Adding %WS1%\images\plocalization-sine-1.pdf .
[01:27:59.894][Cacher][Watcher] Watched %WS1%\images\plocalization-sine-1.pdf .
[01:27:59.894][Event] FILE_WATCHED: "c:\\code\\mcomplex\\images\\plocalization-sine-1.pdf"
[01:27:59.895][Cacher] Adding %WS1%\images\plocalization-ladder-0.tex .
[01:27:59.895][Cacher][Watcher] Watched %WS1%\images\plocalization-ladder-0.tex .
[01:27:59.895][Event] FILE_WATCHED: "c:\\code\\mcomplex\\images\\plocalization-ladder-0.tex"
[01:27:59.895][Cacher] Found %WS1%\images\plocalization-ladder-0.tex from .fls %WS1%\output\dimension-paper.fls , caching.
[01:27:59.895][Cacher] Caching %WS1%\images\plocalization-ladder-0.tex .
[01:27:59.896][Cacher] Updated inputs of %WS1%\images\plocalization-ladder-0.tex .
[01:27:59.896][Cacher] Parse LaTeX AST: %WS1%\images\plocalization-ladder-0.tex .
[01:27:59.897][Cacher] Adding %WS1%\images\plocalization-ladder-0.pdf .
[01:27:59.897][Cacher][Watcher] Watched %WS1%\images\plocalization-ladder-0.pdf .
[01:27:59.897][Event] FILE_WATCHED: "c:\\code\\mcomplex\\images\\plocalization-ladder-0.pdf"
[01:27:59.897][Cacher] Adding %WS1%\images\plocalization-ladder-1.tex .
[01:27:59.898][Cacher][Watcher] Watched %WS1%\images\plocalization-ladder-1.tex .
[01:27:59.898][Event] FILE_WATCHED: "c:\\code\\mcomplex\\images\\plocalization-ladder-1.tex"
[01:27:59.898][Cacher] Found %WS1%\images\plocalization-ladder-1.tex from .fls %WS1%\output\dimension-paper.fls , caching.
[01:27:59.898][Cacher] Caching %WS1%\images\plocalization-ladder-1.tex .
[01:27:59.898][Cacher] Updated inputs of %WS1%\images\plocalization-ladder-1.tex .
[01:27:59.898][Cacher] Parse LaTeX AST: %WS1%\images\plocalization-ladder-1.tex .
[01:27:59.899][Cacher] Adding %WS1%\images\plocalization-ladder-1.pdf .
[01:27:59.899][Cacher][Watcher] Watched %WS1%\images\plocalization-ladder-1.pdf .
[01:27:59.899][Event] FILE_WATCHED: "c:\\code\\mcomplex\\images\\plocalization-ladder-1.pdf"
[01:27:59.900][Cacher] Adding %WS1%\images\plocalization-lines-0.tex .
[01:27:59.900][Cacher][Watcher] Watched %WS1%\images\plocalization-lines-0.tex .
[01:27:59.900][Event] FILE_WATCHED: "c:\\code\\mcomplex\\images\\plocalization-lines-0.tex"
[01:27:59.900][Cacher] Found %WS1%\images\plocalization-lines-0.tex from .fls %WS1%\output\dimension-paper.fls , caching.
[01:27:59.900][Cacher] Caching %WS1%\images\plocalization-lines-0.tex .
[01:27:59.900][Cacher] Updated inputs of %WS1%\images\plocalization-lines-0.tex .
[01:27:59.901][Cacher] Parse LaTeX AST: %WS1%\images\plocalization-lines-0.tex .
[01:27:59.901][Cacher] Adding %WS1%\images\plocalization-lines-0.pdf .
[01:27:59.901][Cacher][Watcher] Watched %WS1%\images\plocalization-lines-0.pdf .
[01:27:59.901][Event] FILE_WATCHED: "c:\\code\\mcomplex\\images\\plocalization-lines-0.pdf"
[01:27:59.902][Cacher] Adding %WS1%\images\plocalization-lines-1.tex .
[01:27:59.902][Cacher][Watcher] Watched %WS1%\images\plocalization-lines-1.tex .
[01:27:59.902][Event] FILE_WATCHED: "c:\\code\\mcomplex\\images\\plocalization-lines-1.tex"
[01:27:59.902][Cacher] Found %WS1%\images\plocalization-lines-1.tex from .fls %WS1%\output\dimension-paper.fls , caching.
[01:27:59.902][Cacher] Caching %WS1%\images\plocalization-lines-1.tex .
[01:27:59.903][Cacher] Updated inputs of %WS1%\images\plocalization-lines-1.tex .
[01:27:59.903][Cacher] Parse LaTeX AST: %WS1%\images\plocalization-lines-1.tex .
[01:27:59.903][Cacher] Adding %WS1%\images\plocalization-lines-1.pdf .
[01:27:59.903][Cacher][Watcher] Watched %WS1%\images\plocalization-lines-1.pdf .
[01:27:59.903][Event] FILE_WATCHED: "c:\\code\\mcomplex\\images\\plocalization-lines-1.pdf"
[01:27:59.904][Cacher] Adding %WS1%\images\p-reduction-circle-3.tex .
[01:27:59.904][Cacher][Watcher] Watched %WS1%\images\p-reduction-circle-3.tex .
[01:27:59.904][Event] FILE_WATCHED: "c:\\code\\mcomplex\\images\\p-reduction-circle-3.tex"
[01:27:59.904][Cacher] Found %WS1%\images\p-reduction-circle-3.tex from .fls %WS1%\output\dimension-paper.fls , caching.
[01:27:59.904][Cacher] Caching %WS1%\images\p-reduction-circle-3.tex .
[01:27:59.905][Cacher] Updated inputs of %WS1%\images\p-reduction-circle-3.tex .
[01:27:59.905][Cacher] Parse LaTeX AST: %WS1%\images\p-reduction-circle-3.tex .
[01:27:59.905][Cacher] Adding %WS1%\images\p-reduction-circle-3.pdf .
[01:27:59.905][Cacher][Watcher] Watched %WS1%\images\p-reduction-circle-3.pdf .
[01:27:59.905][Event] FILE_WATCHED: "c:\\code\\mcomplex\\images\\p-reduction-circle-3.pdf"
[01:27:59.906][Cacher] Adding %WS1%\images\p-reduction-circle-2.tex .
[01:27:59.906][Cacher][Watcher] Watched %WS1%\images\p-reduction-circle-2.tex .
[01:27:59.906][Event] FILE_WATCHED: "c:\\code\\mcomplex\\images\\p-reduction-circle-2.tex"
[01:27:59.906][Cacher] Found %WS1%\images\p-reduction-circle-2.tex from .fls %WS1%\output\dimension-paper.fls , caching.
[01:27:59.907][Cacher] Caching %WS1%\images\p-reduction-circle-2.tex .
[01:27:59.907][Cacher] Updated inputs of %WS1%\images\p-reduction-circle-2.tex .
[01:27:59.907][Cacher] Parse LaTeX AST: %WS1%\images\p-reduction-circle-2.tex .
[01:27:59.907][Cacher] Adding %WS1%\images\p-reduction-circle-2.pdf .
[01:27:59.908][Cacher][Watcher] Watched %WS1%\images\p-reduction-circle-2.pdf .
[01:27:59.908][Event] FILE_WATCHED: "c:\\code\\mcomplex\\images\\p-reduction-circle-2.pdf"
[01:27:59.908][Cacher] Adding %WS1%\images\p-reduction-circle-1.tex .
[01:27:59.908][Cacher][Watcher] Watched %WS1%\images\p-reduction-circle-1.tex .
[01:27:59.908][Event] FILE_WATCHED: "c:\\code\\mcomplex\\images\\p-reduction-circle-1.tex"
[01:27:59.908][Cacher] Found %WS1%\images\p-reduction-circle-1.tex from .fls %WS1%\output\dimension-paper.fls , caching.
[01:27:59.909][Cacher] Caching %WS1%\images\p-reduction-circle-1.tex .
[01:27:59.909][Cacher] Updated inputs of %WS1%\images\p-reduction-circle-1.tex .
[01:27:59.909][Cacher] Parse LaTeX AST: %WS1%\images\p-reduction-circle-1.tex .
[01:27:59.910][Cacher] Adding %WS1%\images\p-reduction-circle-1.pdf .
[01:27:59.910][Cacher][Watcher] Watched %WS1%\images\p-reduction-circle-1.pdf .
[01:27:59.910][Event] FILE_WATCHED: "c:\\code\\mcomplex\\images\\p-reduction-circle-1.pdf"
[01:27:59.910][Cacher] Adding %WS1%\images\p-reduction-circle-0.tex .
[01:27:59.910][Cacher][Watcher] Watched %WS1%\images\p-reduction-circle-0.tex .
[01:27:59.911][Event] FILE_WATCHED: "c:\\code\\mcomplex\\images\\p-reduction-circle-0.tex"
[01:27:59.911][Cacher] Found %WS1%\images\p-reduction-circle-0.tex from .fls %WS1%\output\dimension-paper.fls , caching.
[01:27:59.911][Cacher] Caching %WS1%\images\p-reduction-circle-0.tex .
[01:27:59.911][Cacher] Updated inputs of %WS1%\images\p-reduction-circle-0.tex .
[01:27:59.911][Cacher] Parse LaTeX AST: %WS1%\images\p-reduction-circle-0.tex .
[01:27:59.912][Cacher] Adding %WS1%\images\p-reduction-circle-0.pdf .
[01:27:59.912][Cacher][Watcher] Watched %WS1%\images\p-reduction-circle-0.pdf .
[01:27:59.912][Event] FILE_WATCHED: "c:\\code\\mcomplex\\images\\p-reduction-circle-0.pdf"
[01:27:59.945][Cacher] Adding %WS1%\output\dimension-paper.ind .
[01:27:59.945][Cacher][Watcher] Watched %WS1%\output\dimension-paper.ind with a new watcher on %WS1%\output .
[01:27:59.945][Event] FILE_WATCHED: "c:\\code\\mcomplex\\output\\dimension-paper.ind"
[01:27:59.948][Cacher] Found .aux %WS1%\dimension-paper.tex from .fls %WS1%\output\dimension-paper.fls , parsing.
[01:27:59.949][Cacher] Parsed .aux %WS1%\dimension-paper.tex .
[01:27:59.949][Cacher] Parsed .fls %WS1%\output\dimension-paper.fls .
[01:28:00.068][Structure] Structure force updated with 0 root sections for %WS1%\dimension-paper.tex .
[01:28:00.069][Event] STRUCTURE_UPDATED
[01:28:00.073][Cacher] Parsed LaTeX AST: %WS1%\memory.tex .
[01:28:00.076][Cacher] Updated elements in 2.66 ms: %WS1%\memory.tex .
[01:28:00.078][Event] FILE_PARSED: "c:\\code\\mcomplex\\memory.tex"
[01:28:00.079][Cacher] Parsed LaTeX AST: %WS1%\images\product-factors.tex .
[01:28:00.079][File] Calling kpsewhich to resolve standalone.cls .
[01:28:00.533][Cacher] Updated elements in 454.13 ms: %WS1%\images\product-factors.tex .
[01:28:00.534][Event] FILE_PARSED: "c:\\code\\mcomplex\\images\\product-factors.tex"
[01:28:00.536][Cacher] Parsed LaTeX AST: %WS1%\images\product.tex .
[01:28:00.536][File] Calling kpsewhich to resolve standalone.cls .
[01:28:00.994][Cacher] Updated elements in 457.65 ms: %WS1%\images\product.tex .
[01:28:00.995][Event] FILE_PARSED: "c:\\code\\mcomplex\\images\\product.tex"
[01:28:00.996][Cacher] Parsed LaTeX AST: %WS1%\images\dimension-locality.tex .
[01:28:00.996][File] Calling kpsewhich to resolve standalone.cls .
[01:28:01.441][Cacher] Updated elements in 444.44 ms: %WS1%\images\dimension-locality.tex .
[01:28:01.442][Event] FILE_PARSED: "c:\\code\\mcomplex\\images\\dimension-locality.tex"
[01:28:01.442][Cacher] Parsed LaTeX AST: %WS1%\images\dimension-monotonic.tex .
[01:28:01.442][File] Calling kpsewhich to resolve standalone.cls .
[01:28:01.896][Cacher] Updated elements in 453.60 ms: %WS1%\images\dimension-monotonic.tex .
[01:28:01.897][Event] FILE_PARSED: "c:\\code\\mcomplex\\images\\dimension-monotonic.tex"
[01:28:01.898][Cacher] Parsed LaTeX AST: %WS1%\images\dimension-homeo.tex .
[01:28:01.898][File] Calling kpsewhich to resolve standalone.cls .
[01:28:02.448][Cacher] Updated elements in 550.03 ms: %WS1%\images\dimension-homeo.tex .
[01:28:02.449][Event] FILE_PARSED: "c:\\code\\mcomplex\\images\\dimension-homeo.tex"
[01:28:02.449][Cacher] Parsed LaTeX AST: %WS1%\images\dimension-non-homeo.tex .
[01:28:02.449][File] Calling kpsewhich to resolve standalone.cls .
[01:28:02.905][Cacher] Updated elements in 455.98 ms: %WS1%\images\dimension-non-homeo.tex .
[01:28:02.906][Event] FILE_PARSED: "c:\\code\\mcomplex\\images\\dimension-non-homeo.tex"
[01:28:02.907][Cacher] Parsed LaTeX AST: %WS1%\images\plocalization-sine-0.tex .
[01:28:02.907][File] Calling kpsewhich to resolve standalone.cls .
[01:28:03.467][Cacher] Updated elements in 559.45 ms: %WS1%\images\plocalization-sine-0.tex .
[01:28:03.468][Event] FILE_PARSED: "c:\\code\\mcomplex\\images\\plocalization-sine-0.tex"
[01:28:03.468][Cacher] Parsed LaTeX AST: %WS1%\images\warsaw-circle-0.tex .
[01:28:03.468][File] Calling kpsewhich to resolve standalone.cls .
[01:28:03.919][Cacher] Updated elements in 450.26 ms: %WS1%\images\warsaw-circle-0.tex .
[01:28:03.920][Event] FILE_PARSED: "c:\\code\\mcomplex\\images\\warsaw-circle-0.tex"
[01:28:03.920][Cacher] Parsed LaTeX AST: %WS1%\images\warsaw-circle-1.tex .
[01:28:03.920][File] Calling kpsewhich to resolve standalone.cls .
[01:28:04.369][Cacher] Updated elements in 448.85 ms: %WS1%\images\warsaw-circle-1.tex .
[01:28:04.370][Event] FILE_PARSED: "c:\\code\\mcomplex\\images\\warsaw-circle-1.tex"
[01:28:04.371][Cacher] Parsed LaTeX AST: %WS1%\images\plocalization-sine-1.tex .
[01:28:04.371][File] Calling kpsewhich to resolve standalone.cls .
[01:28:04.820][Cacher] Updated elements in 448.56 ms: %WS1%\images\plocalization-sine-1.tex .
[01:28:04.821][Event] FILE_PARSED: "c:\\code\\mcomplex\\images\\plocalization-sine-1.tex"
[01:28:04.821][Cacher] Parsed LaTeX AST: %WS1%\images\plocalization-ladder-0.tex .
[01:28:04.821][File] Calling kpsewhich to resolve standalone.cls .
[01:28:05.371][Cacher] Updated elements in 549.15 ms: %WS1%\images\plocalization-ladder-0.tex .
[01:28:05.373][Event] FILE_PARSED: "c:\\code\\mcomplex\\images\\plocalization-ladder-0.tex"
[01:28:05.374][Cacher] Parsed LaTeX AST: %WS1%\images\plocalization-ladder-1.tex .
[01:28:05.374][File] Calling kpsewhich to resolve standalone.cls .
[01:28:05.819][Cacher] Updated elements in 445.25 ms: %WS1%\images\plocalization-ladder-1.tex .
[01:28:05.820][Event] FILE_PARSED: "c:\\code\\mcomplex\\images\\plocalization-ladder-1.tex"
[01:28:05.821][Cacher] Parsed LaTeX AST: %WS1%\images\plocalization-lines-0.tex .
[01:28:05.821][File] Calling kpsewhich to resolve standalone.cls .
[01:28:06.285][Cacher] Updated elements in 464.29 ms: %WS1%\images\plocalization-lines-0.tex .
[01:28:06.286][Event] FILE_PARSED: "c:\\code\\mcomplex\\images\\plocalization-lines-0.tex"
[01:28:06.287][Cacher] Parsed LaTeX AST: %WS1%\images\plocalization-lines-1.tex .
[01:28:06.287][File] Calling kpsewhich to resolve standalone.cls .
[01:28:06.744][Cacher] Updated elements in 457.29 ms: %WS1%\images\plocalization-lines-1.tex .
[01:28:06.745][Event] FILE_PARSED: "c:\\code\\mcomplex\\images\\plocalization-lines-1.tex"
[01:28:06.746][Cacher] Parsed LaTeX AST: %WS1%\images\p-reduction-circle-3.tex .
[01:28:06.746][File] Calling kpsewhich to resolve standalone.cls .
[01:28:07.220][Cacher] Updated elements in 473.16 ms: %WS1%\images\p-reduction-circle-3.tex .
[01:28:07.221][Event] FILE_PARSED: "c:\\code\\mcomplex\\images\\p-reduction-circle-3.tex"
[01:28:07.222][Cacher] Parsed LaTeX AST: %WS1%\images\p-reduction-circle-2.tex .
[01:28:07.222][File] Calling kpsewhich to resolve standalone.cls .
[01:28:07.691][Cacher] Updated elements in 469.04 ms: %WS1%\images\p-reduction-circle-2.tex .
[01:28:07.692][Event] FILE_PARSED: "c:\\code\\mcomplex\\images\\p-reduction-circle-2.tex"
[01:28:07.693][Cacher] Parsed LaTeX AST: %WS1%\images\p-reduction-circle-1.tex .
[01:28:07.693][File] Calling kpsewhich to resolve standalone.cls .
[01:28:08.242][Cacher] Updated elements in 549.42 ms: %WS1%\images\p-reduction-circle-1.tex .
[01:28:08.243][Event] FILE_PARSED: "c:\\code\\mcomplex\\images\\p-reduction-circle-1.tex"
[01:28:08.244][Cacher] Parsed LaTeX AST: %WS1%\images\p-reduction-circle-0.tex .
[01:28:08.244][File] Calling kpsewhich to resolve standalone.cls .
[01:28:08.702][Cacher] Updated elements in 458.17 ms: %WS1%\images\p-reduction-circle-0.tex .
[01:28:08.703][Event] FILE_PARSED: "c:\\code\\mcomplex\\images\\p-reduction-circle-0.tex"
[01:28:08.790][Structure] Structure force updated with 14 root sections for %WS1%\dimension-paper.tex .
[01:28:08.790][Event] STRUCTURE_UPDATED
[01:28:08.844][Extension] onDidSaveTextDocument triggered: file:///c:/code/mcomplex/foundations.tex
[01:28:08.845][Cacher][Watcher] "change" emitted on %WS1%\foundations.tex.
[01:28:08.845][Cacher] Caching %WS1%\foundations.tex .
[01:28:08.851][Cacher] Updated inputs of %WS1%\foundations.tex .
[01:28:08.851][Cacher] Parse LaTeX AST: %WS1%\foundations.tex .
[01:28:08.852][Build] Auto build starteddetecting the change of a file: %WS1%\foundations.tex .
[01:28:08.852][Event] AUTO_BUILD_INITIATED: {"type":"onFileChange","file":"c:\\code\\mcomplex\\foundations.tex"}
[01:28:08.852][Build] The document of the active editor: file:///c:/code/mcomplex/foundations.tex
[01:28:08.852][Build] The languageId of the document: latex
[01:28:08.852][Build] Building root file: %WS1%\foundations.tex
[01:28:08.853][Build][Recipe] Build root file %WS1%\foundations.tex
[01:28:08.853][Event] FILE_CHANGED: "c:\\code\\mcomplex\\foundations.tex"
[01:28:08.901][Commander] VIEW command invoked.
[01:28:08.901][Root] Current workspace folders: ["file:///c:/code/mcomplex"]
[01:28:08.902][Root] Found subfile root %WS1%\dimension-paper.tex from active.
[01:28:08.902][Root] Keep using the same root file: %WS1%\dimension-paper.tex
[01:28:08.902][Event] ROOT_FILE_SEARCHED
[01:28:08.903][Event] STRUCTURE_UPDATED
[01:28:08.905][Build][Recipe] Preparing to run recipe: latexmk.
[01:28:08.905][Build][Recipe] Prepared 1 tools.
[01:28:09.243][Build][Recipe] `pdflatex` is provided by MiKTeX.
[01:28:09.243][Build][Recipe] outDir: c:/code/mcomplex/output .
[01:28:09.257][Build] Recipe step 1 The command is latexmk:["--max-print-line=10000","-synctex=1","-interaction=nonstopmode","-file-line-error","-pdf","-outdir=c:/code/mcomplex/output","c:/code/mcomplex/foundations"].
[01:28:09.257][Build] env: {}
[01:28:09.257][Build] root: %WS1%\foundations.tex
[01:28:09.257][Build] cwd: %WS1%
[01:28:09.269][Build] LaTeX build process spawned with PID 14100.
[01:28:09.283][Cacher] Parsed LaTeX AST: %WS1%\foundations.tex .
[01:28:09.284][File] Calling kpsewhich to resolve subfiles.cls .
[01:28:09.759][Cacher] Updated elements in 475.78 ms: %WS1%\foundations.tex .
[01:28:09.760][Event] FILE_PARSED: "c:\\code\\mcomplex\\foundations.tex"
[01:28:09.843][Structure] Structure force updated with 14 root sections for %WS1%\dimension-paper.tex .
[01:28:09.843][Event] STRUCTURE_UPDATED
[01:28:10.190][Viewer][Panel] Internal PDF viewer at http://127.0.0.1:51462/viewer.html?file=pdf..ZmlsZSUzQSUyRiUyRiUyRmMlM0ElMkZjb2RlJTJGbWNvbXBsZXglMkZvdXRwdXQlMkZmb3VuZGF0aW9ucy5wZGY .
[01:28:10.191][Cacher][Watcher] Watched %WS1%\output\foundations.pdf with a new watcher on %WS1%\output .
[01:28:10.192][Event] FILE_WATCHED: "c:\\code\\mcomplex\\output\\foundations.pdf"
[01:28:10.265][Event] STRUCTURE_UPDATED
[01:28:10.270][Viewer] Open PDF tab for file:///c:/code/mcomplex/output/foundations.pdf
[01:28:10.629][Viewer] Handle data type: open
[01:28:10.744][Server] Preview PDF file: file:///c:/code/mcomplex/output/foundations.pdf
[01:28:10.928][Viewer] Handle data type: loaded
[01:28:10.929][Event] VIEWER_PAGE_LOADED
[01:28:13.213][Cacher][Watcher] "change" emitted on %WS1%\output\foundations.pdf after polling for 251 ms.
[01:28:13.213][Event] FILE_CHANGED: "c:\\code\\mcomplex\\output\\foundations.pdf"
[01:28:14.336][Cacher][Watcher] "change" emitted on %WS1%\output\foundations.pdf after polling for 262 ms.
[01:28:14.336][Event] FILE_CHANGED: "c:\\code\\mcomplex\\output\\foundations.pdf"
[01:28:14.381][Parser][TexLog] Logged 0 messages.
[01:28:14.381][Build] Finished a step in recipe with PID 14100.
[01:28:14.381][Build] Successfully built %WS1%\foundations.tex .
[01:28:14.382][Event] BUILD_DONE
[01:28:14.382][Viewer] Call refreshExistingViewer: "c:\\code\\mcomplex\\output\\foundations.pdf" .
[01:28:14.382][Viewer] Refresh PDF viewer: %WS1%\output\foundations.pdf
[01:28:14.383][Cacher] Parsing .fls %WS1%\output\foundations.fls .
[01:28:14.407][Cacher] Found .aux %WS1%\foundations.tex from .fls %WS1%\output\foundations.fls , parsing.
[01:28:14.408][Cacher] Parsed .aux %WS1%\foundations.tex .
[01:28:14.408][Cacher] Parsed .fls %WS1%\output\foundations.fls .
[01:28:14.410][Server] Preview PDF file: file:///c:/code/mcomplex/output/foundations.pdf
[01:28:14.486][Viewer] Handle data type: loaded
[01:28:14.486][Event] VIEWER_PAGE_LOADED
[01:28:15.195][Commander] SHOWLOG command invoked: compiler
[01:28:24.674][Commander] SHOWLOG command invoked: default
[01:28:24.681][Event] STRUCTURE_UPDATED

Developer Tools Console

INFO Started local extension host with pid 18192.
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope text.tex.
Old grammar file: file:///c%3A/Users/Kaba/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/latex/syntaxes/TeX.tmLanguage.json.
New grammar file: file:///c%3A/Users/Kaba/.vscode/extensions/james-yu.latex-workshop-9.18.2/syntax/TeX.tmLanguage.json
register @ TMScopeRegistry.ts:46
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope text.tex.latex.
Old grammar file: file:///c%3A/Users/Kaba/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/latex/syntaxes/LaTeX.tmLanguage.json.
New grammar file: file:///c%3A/Users/Kaba/.vscode/extensions/james-yu.latex-workshop-9.18.2/syntax/LaTeX.tmLanguage.json
register @ TMScopeRegistry.ts:46
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope text.bibtex.
Old grammar file: file:///c%3A/Users/Kaba/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/latex/syntaxes/Bibtex.tmLanguage.json.
New grammar file: file:///c%3A/Users/Kaba/.vscode/extensions/james-yu.latex-workshop-9.18.2/syntax/Bibtex.tmLanguage.json
register @ TMScopeRegistry.ts:46
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope text.tex.markdown_latex_combined.
Old grammar file: file:///c%3A/Users/Kaba/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/latex/syntaxes/markdown-latex-combined.tmLanguage.json.
New grammar file: file:///c%3A/Users/Kaba/.vscode/extensions/james-yu.latex-workshop-9.18.2/syntax/markdown-latex-combined.tmLanguage.json
register @ TMScopeRegistry.ts:46
TMScopeRegistry.ts:46 Overwriting grammar scope name to file mapping for scope source.cpp.embedded.latex.
Old grammar file: file:///c%3A/Users/Kaba/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/latex/syntaxes/cpp-grammar-bailout.tmLanguage.json.
New grammar file: file:///c%3A/Users/Kaba/.vscode/extensions/james-yu.latex-workshop-9.18.2/syntax/cpp-grammar-bailout.tmLanguage.json
register @ TMScopeRegistry.ts:46
log.ts:417  INFO [perf] Render performance baseline is 30ms
log.ts:417  INFO Extension host (LocalProcess pid: 18192) is unresponsive.
log.ts:437   ERR Error: Aborted onWillSaveTextDocument-event after 1750ms
    at mainThreadSaveParticipant.ts:36:18
webviewElement.ts:511 An iframe which has both allow-scripts and allow-same-origin for its sandbox attribute can escape its sandboxing.
mountTo @ webviewElement.ts:511
log.ts:417  INFO Extension host (LocalProcess pid: 18192) is responsive.
webviewElement.ts:511 An iframe which has both allow-scripts and allow-same-origin for its sandbox attribute can escape its sandboxing.
mountTo @ webviewElement.ts:511
James-Yu commented 6 months ago

I would recommend you to provide one of your e.g., images\p-reduction-circle-0.tex file to https://github.com/siefkenj/unified-latex and see what caused the half-second AST parsing. Without the content, neither me nor the people behind unified-latex can help unfortunately.

James-Yu commented 6 months ago

edit: it seems that the AST parsing by unified took 200ms, the first warning. Then it takes 500ms to parse elements, larger warning. I am afraid that we may need one of your e.g., image code to see what happened for either parsing.

kaba2 commented 6 months ago

I can provide the image files. Here's images\p-reduction-circle-0.tex.

% !TIKZEDT STANDALONE
\documentclass[tikz, crop, border=1]{standalone}
\usetikzlibrary{math}

\begin{document}
\begin{tikzpicture}
\draw[line width = 0, color = gray!50, dashed] (0, 0) circle (1);
\draw[line width = 0, color = black] (0, 0) -- (1, 0);
\end{tikzpicture}
\end{document}

It looks like this:

image

kaba2 commented 6 months ago

If you search for "Updated elements" in this page, then most of the files seem to take around 500ms for that step. I find 157 matches for that term. And 157 * 0.5s = 78,5s, which roughly matches the 80s I measured.

James-Yu commented 6 months ago

Unfortunately, this standalone file won't help debugging the issue. I am afraid that I have to access the full project for debugging. Do you mind privately sharing the project?

kaba2 commented 6 months ago

I found out that I can trigger the behavior by the content in my appendix, which I can share. I'll try to reduce it to a minimal example with 500ms updates per file. It should still be private. How do I send it to you?

James-Yu commented 6 months ago

You can create a private repo and invite me as a collaborator.

kaba2 commented 6 months ago

I reduced the problem quite a bit. The minimal example which produces 500ms per file is simply

\documentclass[a4paper, 12pt]{article}
\begin{document}
adasdad
\end{document}

The steps to reproduce is to simply open VSCode so that it opens the previously open file, i.e. I don't even need to modify and save.

Corresponding log:

[20:40:28.543][Logger] New log placeholder %WS1% registered for c:\code\slowworkshop .
[20:40:28.543][Extension] Initializing LaTeX Workshop.
[20:40:28.799][Build][Recipe] Set $LATEXWORKSHOP_DOCKER_LATEX: ""
[20:40:28.888][Server] Creating LaTeX Workshop http and websocket server.
[20:40:29.003][Format][Bib] Bibtex format config: {"tab":"  ","case":"lowercase","left":"{","right":"}","trailingComma":false,"sort":["key"],"alignOnEqual":true,"sortFields":false,"fieldsOrder":[],"firstEntries":["string","xdata"]}
[20:40:29.084][Server] Server successfully started: {"address":"127.0.0.1","family":"IPv4","port":53864} .
[20:40:29.091][Extension] Extension root: c:\Users\Kaba\.vscode\extensions\james-yu.latex-workshop-9.18.2
[20:40:29.091][Extension] $PATH: C:\Python311\Scripts\;C:\Python311\;C:\code\swigwin-4.0.2;C:\Program Files (x86)\DjVuLibre;C:\scripts;C:\Users\Kaba\AppData\Local\Programs\Python\Python39\Scripts;C:\Users\Kaba\AppData\Local\Programs\Python\Python39;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\MiKTeX 2.9\miktex\bin\x64\;C:\Strawberry\c\bin;C:\Strawberry\perl\site\bin;C:\Strawberry\perl\bin;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Program Files\Polyspace\R2020b\bin;C:\Program Files\Wolfram Research\WolframScript\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\PuTTY\;C:\Program Files\CMake\bin;C:\ProgramData\chocolatey\bin;C:\Program Files\nodejs\;C:\Program Files (x86)\GitExtensions\;C:\Program Files\Git\cmd;C:\Program Files\Calibre2\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Users\Kaba\.cargo\bin;C:\Program Files\VideoLAN\VLC;C:\Users\Kaba\AppData\Local\Microsoft\WindowsApps;C:\Users\Kaba\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\Kaba\.dotnet\tools;C:\Users\Kaba\AppData\Roaming\npm;C:\Users\Kaba\AppData\Local\Microsoft\WindowsApps;C:\Users\Kaba\.dotnet\tools;C:\Program Files\JetBrains\JetBrains Rider 2023.1\bin;
[20:40:29.091][Extension] $SHELL: undefined
[20:40:29.091][Extension] $LANG: undefined
[20:40:29.091][Extension] $LC_ALL: undefined
[20:40:29.092][Extension] process.platform: win32
[20:40:29.092][Extension] process.arch: x64
[20:40:29.092][Extension] vscode.env.appName: Visual Studio Code
[20:40:29.092][Extension] vscode.env.remoteName: undefined
[20:40:29.092][Extension] vscode.env.uiKind: 1
[20:40:29.095][Config] latex-workshop.latex.outDir: "%DIR%/output" .
[20:40:29.096][Config] latex-workshop.latex.rootFile.doNotPrompt: true .
[20:40:29.100][Config] latex-workshop.view.pdf.invertMode.enabled: "never" .
[20:40:29.114][Config] latex-workshop.message.warning.show: false .
[20:40:29.115][Config] latex-workshop.message.error.show: false .
[20:40:29.123][Config] editor.acceptSuggestionOnEnter: "off" .
[20:40:29.129][Extension] Trigger characters for intellisense of LaTeX documents: ["\\",",","{"]
[20:40:29.132][Root] Current workspace folders: ["file:///c:/code/slowworkshop"]
[20:40:29.133][Extension] LaTeX Workshop initialized.
[20:40:29.134][Root] Found root file from active editor: %WS1%\dimension-paper.tex
[20:40:29.134][Root] Root file changed: from %WS1%\dimension-paper.tex to %WS1%\dimension-paper.tex, langID latex . Refresh dependencies
[20:40:29.134][Event] ROOT_FILE_CHANGED: "c:\\code\\slowworkshop\\dimension-paper.tex"
[20:40:29.134][Cacher][Watcher] Reset.
[20:40:29.134][Cacher][Watcher] Reset.
[20:40:29.135][Cacher][Watcher] Reset.
[20:40:29.137][Cacher] Adding %WS1%\dimension-paper.tex .
[20:40:29.137][Cacher][Watcher] Watched %WS1%\dimension-paper.tex with a new watcher on %WS1% .
[20:40:29.137][Event] FILE_WATCHED: "c:\\code\\slowworkshop\\dimension-paper.tex"
[20:40:29.139][Cacher] Caching %WS1%\dimension-paper.tex .
[20:40:29.140][Cacher] Updated inputs of %WS1%\dimension-paper.tex .
[20:40:29.140][Cacher] Parse LaTeX AST: %WS1%\dimension-paper.tex .
[20:40:29.140][Event] ROOT_FILE_SEARCHED
[20:40:29.154][Server] valdOrigin is http://127.0.0.1:53864
[20:40:29.171][Cacher] Parsed LaTeX AST: %WS1%\dimension-paper.tex .
[20:40:29.171][File] Calling kpsewhich to resolve article.cls .
[20:40:29.701][Cacher] Updated elements in 530.62 ms: %WS1%\dimension-paper.tex .
[20:40:29.702][Event] FILE_PARSED: "c:\\code\\slowworkshop\\dimension-paper.tex"
[20:40:29.703][Cacher] Parsing .fls %WS1%\output\dimension-paper.fls .
[20:40:29.705][Cacher] Found .aux %WS1%\dimension-paper.tex from .fls %WS1%\output\dimension-paper.fls , parsing.
[20:40:29.705][Cacher] Parsed .aux %WS1%\dimension-paper.tex .
[20:40:29.705][Cacher] Parsed .fls %WS1%\output\dimension-paper.fls .
[20:40:29.705][Structure] Structure force updated with 0 root sections for %WS1%\dimension-paper.tex .
[20:40:29.706][Event] STRUCTURE_UPDATED
[20:40:34.982][Event] STRUCTURE_UPDATED
kaba2 commented 6 months ago

Here's how to scale that 500ms behavior linearly with files:

\documentclass[a4paper, 12pt]{article}
\usepackage{subfiles}
\begin{document}
\subfile{file-one.tex}
\subfile{file-two.tex}
\subfile{file-three.tex}
\end{document}

file-xxx.tex:

\documentclass[dimension-paper.tex]{subfiles}
\begin{document}
test
\end{document}

Log:

[20:51:57.582][Logger] New log placeholder %WS1% registered for c:\code\slowworkshop .
[20:51:57.582][Extension] Initializing LaTeX Workshop.
[20:51:57.838][Build][Recipe] Set $LATEXWORKSHOP_DOCKER_LATEX: ""
[20:51:57.936][Server] Creating LaTeX Workshop http and websocket server.
[20:51:58.054][Format][Bib] Bibtex format config: {"tab":"  ","case":"lowercase","left":"{","right":"}","trailingComma":false,"sort":["key"],"alignOnEqual":true,"sortFields":false,"fieldsOrder":[],"firstEntries":["string","xdata"]}
[20:51:58.134][Server] Server successfully started: {"address":"127.0.0.1","family":"IPv4","port":53920} .
[20:51:58.141][Extension] Extension root: c:\Users\Kaba\.vscode\extensions\james-yu.latex-workshop-9.18.2
[20:51:58.142][Extension] $PATH: C:\Python311\Scripts\;C:\Python311\;C:\code\swigwin-4.0.2;C:\Program Files (x86)\DjVuLibre;C:\scripts;C:\Users\Kaba\AppData\Local\Programs\Python\Python39\Scripts;C:\Users\Kaba\AppData\Local\Programs\Python\Python39;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\MiKTeX 2.9\miktex\bin\x64\;C:\Strawberry\c\bin;C:\Strawberry\perl\site\bin;C:\Strawberry\perl\bin;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Program Files\Polyspace\R2020b\bin;C:\Program Files\Wolfram Research\WolframScript\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\PuTTY\;C:\Program Files\CMake\bin;C:\ProgramData\chocolatey\bin;C:\Program Files\nodejs\;C:\Program Files (x86)\GitExtensions\;C:\Program Files\Git\cmd;C:\Program Files\Calibre2\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Users\Kaba\.cargo\bin;C:\Program Files\VideoLAN\VLC;C:\Users\Kaba\AppData\Local\Microsoft\WindowsApps;C:\Users\Kaba\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\Kaba\.dotnet\tools;C:\Users\Kaba\AppData\Roaming\npm;C:\Users\Kaba\AppData\Local\Microsoft\WindowsApps;C:\Users\Kaba\.dotnet\tools;C:\Program Files\JetBrains\JetBrains Rider 2023.1\bin;
[20:51:58.142][Extension] $SHELL: undefined
[20:51:58.142][Extension] $LANG: undefined
[20:51:58.142][Extension] $LC_ALL: undefined
[20:51:58.142][Extension] process.platform: win32
[20:51:58.142][Extension] process.arch: x64
[20:51:58.143][Extension] vscode.env.appName: Visual Studio Code
[20:51:58.143][Extension] vscode.env.remoteName: undefined
[20:51:58.143][Extension] vscode.env.uiKind: 1
[20:51:58.146][Config] latex-workshop.latex.outDir: "%DIR%/output" .
[20:51:58.148][Config] latex-workshop.latex.rootFile.doNotPrompt: true .
[20:51:58.152][Config] latex-workshop.view.pdf.invertMode.enabled: "never" .
[20:51:58.170][Config] latex-workshop.message.warning.show: false .
[20:51:58.170][Config] latex-workshop.message.error.show: false .
[20:51:58.178][Config] editor.acceptSuggestionOnEnter: "off" .
[20:51:58.185][Extension] Trigger characters for intellisense of LaTeX documents: ["\\",",","{"]
[20:51:58.187][Root] Current workspace folders: ["file:///c:/code/slowworkshop"]
[20:51:58.188][Extension] LaTeX Workshop initialized.
[20:51:58.188][Root] Found root file from active editor: %WS1%\dimension-paper.tex
[20:51:58.188][Root] Root file changed: from %WS1%\dimension-paper.tex to %WS1%\dimension-paper.tex, langID latex . Refresh dependencies
[20:51:58.189][Event] ROOT_FILE_CHANGED: "c:\\code\\slowworkshop\\dimension-paper.tex"
[20:51:58.189][Cacher][Watcher] Reset.
[20:51:58.189][Cacher][Watcher] Reset.
[20:51:58.189][Cacher][Watcher] Reset.
[20:51:58.191][Cacher] Adding %WS1%\dimension-paper.tex .
[20:51:58.192][Cacher][Watcher] Watched %WS1%\dimension-paper.tex with a new watcher on %WS1% .
[20:51:58.193][Event] FILE_WATCHED: "c:\\code\\slowworkshop\\dimension-paper.tex"
[20:51:58.194][Cacher] Caching %WS1%\dimension-paper.tex .
[20:51:58.196][Cacher] Input %WS1%\file-one.tex from %WS1%\dimension-paper.tex .
[20:51:58.196][Cacher] Adding %WS1%\file-one.tex .
[20:51:58.197][Cacher][Watcher] Watched %WS1%\file-one.tex .
[20:51:58.197][Event] FILE_WATCHED: "c:\\code\\slowworkshop\\file-one.tex"
[20:51:58.197][Cacher] Caching %WS1%\file-one.tex .
[20:51:58.198][Cacher] Updated inputs of %WS1%\file-one.tex .
[20:51:58.198][Cacher] Parse LaTeX AST: %WS1%\file-one.tex .
[20:51:58.198][Cacher] Input %WS1%\file-two.tex from %WS1%\dimension-paper.tex .
[20:51:58.199][Cacher] Adding %WS1%\file-two.tex .
[20:51:58.199][Cacher][Watcher] Watched %WS1%\file-two.tex .
[20:51:58.199][Event] FILE_WATCHED: "c:\\code\\slowworkshop\\file-two.tex"
[20:51:58.200][Cacher] Caching %WS1%\file-two.tex .
[20:51:58.201][Cacher] Updated inputs of %WS1%\file-two.tex .
[20:51:58.201][Cacher] Parse LaTeX AST: %WS1%\file-two.tex .
[20:51:58.201][Cacher] Input %WS1%\file-three.tex from %WS1%\dimension-paper.tex .
[20:51:58.202][Cacher] Adding %WS1%\file-three.tex .
[20:51:58.202][Cacher][Watcher] Watched %WS1%\file-three.tex .
[20:51:58.202][Event] FILE_WATCHED: "c:\\code\\slowworkshop\\file-three.tex"
[20:51:58.203][Cacher] Caching %WS1%\file-three.tex .
[20:51:58.203][Cacher] Updated inputs of %WS1%\file-three.tex .
[20:51:58.203][Cacher] Parse LaTeX AST: %WS1%\file-three.tex .
[20:51:58.203][Cacher] Updated inputs of %WS1%\dimension-paper.tex .
[20:51:58.203][Cacher] Parse LaTeX AST: %WS1%\dimension-paper.tex .
[20:51:58.204][Event] ROOT_FILE_SEARCHED
[20:51:58.216][Server] valdOrigin is http://127.0.0.1:53920
[20:51:58.234][Cacher] Parsed LaTeX AST: %WS1%\file-one.tex .
[20:51:58.234][File] Calling kpsewhich to resolve subfiles.cls .
[20:51:58.839][Cacher] Updated elements in 604.95 ms: %WS1%\file-one.tex .
[20:51:58.839][Event] FILE_PARSED: "c:\\code\\slowworkshop\\file-one.tex"
[20:51:58.840][Cacher] Parsed LaTeX AST: %WS1%\file-two.tex .
[20:51:58.840][File] Calling kpsewhich to resolve subfiles.cls .
[20:51:59.304][Cacher] Updated elements in 464.66 ms: %WS1%\file-two.tex .
[20:51:59.305][Event] FILE_PARSED: "c:\\code\\slowworkshop\\file-two.tex"
[20:51:59.305][Cacher] Parsed LaTeX AST: %WS1%\file-three.tex .
[20:51:59.305][File] Calling kpsewhich to resolve subfiles.cls .
[20:51:59.781][Cacher] Updated elements in 475.44 ms: %WS1%\file-three.tex .
[20:51:59.781][Event] FILE_PARSED: "c:\\code\\slowworkshop\\file-three.tex"
[20:51:59.781][Cacher] Parsed LaTeX AST: %WS1%\dimension-paper.tex .
[20:51:59.781][File] Calling kpsewhich to resolve article.cls .
[20:52:00.248][Cacher] Updated elements in 466.94 ms: %WS1%\dimension-paper.tex .
[20:52:00.249][Event] FILE_PARSED: "c:\\code\\slowworkshop\\dimension-paper.tex"
[20:52:00.250][Cacher] Parsing .fls %WS1%\output\dimension-paper.fls .
[20:52:00.254][Cacher] Found .aux %WS1%\dimension-paper.tex from .fls %WS1%\output\dimension-paper.fls , parsing.
[20:52:00.254][Cacher] Parsed .aux %WS1%\dimension-paper.tex .
[20:52:00.254][Cacher] Parsed .fls %WS1%\output\dimension-paper.fls .
[20:52:00.255][Structure] Structure force updated with 0 root sections for %WS1%\dimension-paper.tex .
[20:52:00.255][Event] STRUCTURE_UPDATED
[20:52:09.946][Event] STRUCTURE_UPDATED
[20:52:42.864][Root] Current workspace folders: ["file:///c:/code/slowworkshop"]
[20:52:42.865][Root] Found subfile root %WS1%\dimension-paper.tex from active.
[20:52:42.866][Root] Keep using the same root file: %WS1%\dimension-paper.tex
[20:52:42.866][Event] ROOT_FILE_SEARCHED
[20:52:42.866][Event] STRUCTURE_UPDATED
[20:52:42.867][Event] STRUCTURE_UPDATED
James-Yu commented 6 months ago

Can you try kpsewhich article.cls

and see if the result is instantaneous or takes some time? Other than that, I cannot think of other possible causes.

On my quite-typical computer, the element parsing process takes less than 10ms by the way.

kaba2 commented 6 months ago

I ran Measure-Command { kpsewhich article.cls } which is used to measure time in Windows PowerShell. And what do you know, it reports 420ms. My computer should be relatively fast. Desktop computer + CPU Ryzen 7 2700x 8 core + hyperthreading + 32GB memory + SSDs. MikTex is stored on an M2 SSD, from which that article.cls is found.

kaba2 commented 6 months ago

I didn't know kpsewhich command before. But now that I've read about it, it seems that its performance could be dependent on which packages are installed. If I remember correctly, in my MikTeX I have installed every package (in constrast to downloading them when needed).

jlelong commented 6 months ago

I observe the same kind of running time on my laptop running OSX. Calling kpsewhich repeatedly turns out to be harmful. This piece of code was added in response to #3965.

https://github.com/James-Yu/LaTeX-Workshop/blob/3c606df3148ab151faca5b6d67313df96366602d/src/completion/completer/package.ts#L235-L238

The use of kpsewhich.enabled does not correspond to its description and kpsewhich is called even kpsewhich.enabled is disabled

https://github.com/James-Yu/LaTeX-Workshop/blob/6b305ecb3bb4c912ee328c16587255effd66a7e6/package.json#L1106-L1111

I can think of two solutions:

  1. Add a caching mechanism to avoid calling kpsewhich on the same package again
  2. Add a setting to disable package inspection.
James-Yu commented 6 months ago

Yes, I figure the first option would be easy, will work on that shortly.

kaba2 commented 6 months ago

Typing kpsewhich --help I find that it can be queried for multiple files at once. Like this:

kpsewhich article.cls subfiles.sty amsmath.sty

This returns:

C:/Program Files/MiKTeX 2.9/tex/latex/base/article.cls
C:/Users/Kaba/AppData/Roaming/MiKTeX/2.9/tex/latex/subfiles/subfiles.sty
C:/Program Files/MiKTeX 2.9/tex/latex/amsmath/amsmath.sty

Hence, perhaps you could make just one call which covers all of the files? I run this through Measure-Command and provides 460ms, so at least it scales better.

But yes, also caching sounds good too, to avoid it in the first place, if possible.