Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Agda to output data files #5557

Closed
wenkokke opened this issue Sep 13, 2021 · 2 comments · Fixed by #5561
Closed

Allow Agda to output data files #5557

wenkokke opened this issue Sep 13, 2021 · 2 comments · Fixed by #5561
Assignees
Labels
ux: documentation Issues relating to Agda's documentation ux: options Issues relating to Agda's command line options
Milestone

Comments

@wenkokke
Copy link
Contributor

The current method for obtaining agda.sty and agda.css which are consistent with the Agda version you're using is to compile some Agda code, and wait for Agda to fill it in. It may be a good idea to add a --dump-data-file command, which, when passed a filename, outputs the corresponding data file to stdout.

@andreasabel andreasabel added ux: documentation Issues relating to Agda's documentation ux: options Issues relating to Agda's command line options labels Sep 14, 2021
@andreasabel
Copy link
Member

andreasabel commented Sep 14, 2021

Isn't --print-agda-dir good enough already? (#5005)

$ cat $(agda --print-agda-dir)/latex/agda.sty
...
$ cat $(agda --print-agda-dir)/html/Agda.css
...

So maybe it is more like a documentation issue?

@wenkokke
Copy link
Contributor Author

Oh, thanks, didn't realise this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ux: documentation Issues relating to Agda's documentation ux: options Issues relating to Agda's command line options
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants