Open pnlph opened 4 years ago
Hmm, I don't know.
First I tried agda --latex somefile.lagda
in the terminal (without the --only-scope-checking
flag).
It said it typed checked the file, but then in the next line it failed with
kpsewhich: readCreateProcessWithExitCode: runInteractiveProcess:
exec: does not exist (No such file or directory)
Am I doing this right?
Does the issue #agda/agda#4507 help?
Thanks, found it!
So it turned out to be a backend itself, and it's not available from the Atom's agda-mode yet. It shouldn't be difficult to add a new backend option to the settings, but perhaps we need a new field for specifying arguments?
Would this be available as a keybinding? Maybe it is also an option not having QuickLaTeX
as a setting, because otherwise to scope check and then load the file, one has to:
Backend
to QuickLaTeX
C-c C-l
It would be better that when using the keybinding of the scope check, one has not to change the backend in settings, is this possible?
Yes that would be possible!
Hi,
is it possible from the Atom's agda-mode to access the QuickLaTeX backend to load a scope-checked version of the code?