Can arara detect a rule inside a input file ?
up vote
4
down vote
favorite
I started to use the nice arara package to automate my compilation process for my thesis.
I know it is better to place the rules using e.g. % arara : pdflatex placed at the beginning of the .tex file to be compiled but I was wondering if it was possible to place this call inside an file called with input{...}.
The reason is the following :
I would like to use arara on multiple files but these do not posess any rules.
However, they share some header.tex file containing macro and style definitions, which is called with input{} just after the documentclass{} definition.
So I'd rather modify the common header.tex file instead of all my other files.
input arara
|
show 1 more comment
up vote
4
down vote
favorite
I started to use the nice arara package to automate my compilation process for my thesis.
I know it is better to place the rules using e.g. % arara : pdflatex placed at the beginning of the .tex file to be compiled but I was wondering if it was possible to place this call inside an file called with input{...}.
The reason is the following :
I would like to use arara on multiple files but these do not posess any rules.
However, they share some header.tex file containing macro and style definitions, which is called with input{} just after the documentclass{} definition.
So I'd rather modify the common header.tex file instead of all my other files.
input arara
1
I have no idea about arara, but I guess it doesn't parse the file at all, only the first n lines for% arara.
– Skillmon
4 hours ago
1
@Skillmon Well, not only the first n lines in version 4, but at least no input files.
– TeXnician
4 hours ago
1
Since the file name that youinputcan be built from TeX macros, arara would have to contain a complete TeX engine to do this completely. And then somebody is going to want to correctly handleincludes inif...ficonstructions, rules inincludefiles taking account ofincludeonly, etc - it's probably easiest for the developers to "just say no"!
– alephzero
4 hours ago
3
@alephzero Clearly you don't know the developer. :)
– Alan Munn
4 hours ago
@alephzero I think@filelistkeeps the heavy lifting within TeX.
– StrongBad
2 hours ago
|
show 1 more comment
up vote
4
down vote
favorite
up vote
4
down vote
favorite
I started to use the nice arara package to automate my compilation process for my thesis.
I know it is better to place the rules using e.g. % arara : pdflatex placed at the beginning of the .tex file to be compiled but I was wondering if it was possible to place this call inside an file called with input{...}.
The reason is the following :
I would like to use arara on multiple files but these do not posess any rules.
However, they share some header.tex file containing macro and style definitions, which is called with input{} just after the documentclass{} definition.
So I'd rather modify the common header.tex file instead of all my other files.
input arara
I started to use the nice arara package to automate my compilation process for my thesis.
I know it is better to place the rules using e.g. % arara : pdflatex placed at the beginning of the .tex file to be compiled but I was wondering if it was possible to place this call inside an file called with input{...}.
The reason is the following :
I would like to use arara on multiple files but these do not posess any rules.
However, they share some header.tex file containing macro and style definitions, which is called with input{} just after the documentclass{} definition.
So I'd rather modify the common header.tex file instead of all my other files.
input arara
input arara
asked 4 hours ago
BambOo
3,0231526
3,0231526
1
I have no idea about arara, but I guess it doesn't parse the file at all, only the first n lines for% arara.
– Skillmon
4 hours ago
1
@Skillmon Well, not only the first n lines in version 4, but at least no input files.
– TeXnician
4 hours ago
1
Since the file name that youinputcan be built from TeX macros, arara would have to contain a complete TeX engine to do this completely. And then somebody is going to want to correctly handleincludes inif...ficonstructions, rules inincludefiles taking account ofincludeonly, etc - it's probably easiest for the developers to "just say no"!
– alephzero
4 hours ago
3
@alephzero Clearly you don't know the developer. :)
– Alan Munn
4 hours ago
@alephzero I think@filelistkeeps the heavy lifting within TeX.
– StrongBad
2 hours ago
|
show 1 more comment
1
I have no idea about arara, but I guess it doesn't parse the file at all, only the first n lines for% arara.
– Skillmon
4 hours ago
1
@Skillmon Well, not only the first n lines in version 4, but at least no input files.
– TeXnician
4 hours ago
1
Since the file name that youinputcan be built from TeX macros, arara would have to contain a complete TeX engine to do this completely. And then somebody is going to want to correctly handleincludes inif...ficonstructions, rules inincludefiles taking account ofincludeonly, etc - it's probably easiest for the developers to "just say no"!
– alephzero
4 hours ago
3
@alephzero Clearly you don't know the developer. :)
– Alan Munn
4 hours ago
@alephzero I think@filelistkeeps the heavy lifting within TeX.
– StrongBad
2 hours ago
1
1
I have no idea about arara, but I guess it doesn't parse the file at all, only the first n lines for
% arara.– Skillmon
4 hours ago
I have no idea about arara, but I guess it doesn't parse the file at all, only the first n lines for
% arara.– Skillmon
4 hours ago
1
1
@Skillmon Well, not only the first n lines in version 4, but at least no input files.
– TeXnician
4 hours ago
@Skillmon Well, not only the first n lines in version 4, but at least no input files.
– TeXnician
4 hours ago
1
1
Since the file name that you
input can be built from TeX macros, arara would have to contain a complete TeX engine to do this completely. And then somebody is going to want to correctly handle includes in if...fi constructions, rules in include files taking account of includeonly, etc - it's probably easiest for the developers to "just say no"!– alephzero
4 hours ago
Since the file name that you
input can be built from TeX macros, arara would have to contain a complete TeX engine to do this completely. And then somebody is going to want to correctly handle includes in if...fi constructions, rules in include files taking account of includeonly, etc - it's probably easiest for the developers to "just say no"!– alephzero
4 hours ago
3
3
@alephzero Clearly you don't know the developer. :)
– Alan Munn
4 hours ago
@alephzero Clearly you don't know the developer. :)
– Alan Munn
4 hours ago
@alephzero I think
@filelist keeps the heavy lifting within TeX.– StrongBad
2 hours ago
@alephzero I think
@filelist keeps the heavy lifting within TeX.– StrongBad
2 hours ago
|
show 1 more comment
2 Answers
2
active
oldest
votes
up vote
9
down vote
accepted
I am sorry, arara limits the directive lookup scope to the current document. It would be quite challenging to detect special macros and process them accordingly, like following a file through input, include or similar streams. It is really by design.
That's being said, I've been thinking of adding a new feature in the near future called metadirective. That way, we can change the inner workings of the tool itself at runtime. Sorry if it sounds too vague for now, but your question seems to be one of the cases a metadirective could be used for external file reading. I still do not have the faintest idea of how it would be. :)
However, as alephzero mentioned in the comments, correctly parsing TeX would require a TeX engine in itself to resolve nontrivial scenarios. I want arara to be the emacs of the TeX world, but not quite the TeX engine of the TeX world (yet). :) Let me check how things go in the next weeks, so I can work on a new feature draft.
Regarding your scenario, perhaps the --preamble command line flag could be of interest. To quote my lovely user manual that took me a lifetime to write it: :)
Some TeX documents require the same automation steps, e.g, a set of articles. To this end, so as to avoid repeating the same preamble over and over in this specific scenario,
ararahas the possibility of setting predefined preambles in a special section of the configuration file identified by a unique key for later use. This command line option prepends the predefined preamble referenced by thenamekey to the current document and then proceeds to extract directives, as usual. For instance:
twopdftex: |
% arara: pdftex
% arara: pdftex
Source file:
doc9.tex:
Hello world.
bye
In this example, we have a preamble named
twopdftexand a TeX file nameddoc9.texwith no directives. Of course, our tool will complain about missing directives, unless we deliberately inject the two directives from the predefined preamble into the current execution:
$ arara -p twopdftex doc9.tex
....
Processing 'doc9.tex' (size: 18 bytes, last modified: 05/29/2018
14:39:21), please wait.
(PDFTeX) PDFTeX engine .................................. SUCCESS
(PDFTeX) PDFTeX engine .................................. SUCCESS
Total: 0.96 seconds
Hope it helps. :)
2
It took much less time to write the user manual than your thesis.:-)
– egreg
2 hours ago
@egreg that's accurate.:)
– Paulo Cereda
2 hours ago
I was afraid it was not possible. As this is more of a laziness matter on my side, it is not such a big deal. Thank you very much for your advice anyway !
– BambOo
2 hours ago
add a comment |
up vote
3
down vote
While arara cannot figure out what files are going to be read you can write a directive that will call arara on a different file. I think I have a workflow somewhat similar to yours where I want all my directives in a file called something like header.tex and I work on body.tex. I list all my directives in header.tex and in body.tex I have a single directive
% arara: mainfile: { rootfile: header.tex }
This directive is defined as mainfile.yaml:
identifier: mainfile
name: MAINFILE
commands:
- name: Run Arara on file
command: >
@{
return getCommand('arara', '-v', rootfile);
}
arguments:
- identifier: rootfile
flag: >
@{
return parameters.rootfile;
}
If you want to automatically deal with directives spread across arbitrary files that may or may not be included, you might be able to hack something together with listfiles to output all the files that are loaded and then have a new directive that calls mainfile on all the sub files, but this sounds difficult and probably not worth it.
ooh I like this approach!
– Paulo Cereda
2 hours ago
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
9
down vote
accepted
I am sorry, arara limits the directive lookup scope to the current document. It would be quite challenging to detect special macros and process them accordingly, like following a file through input, include or similar streams. It is really by design.
That's being said, I've been thinking of adding a new feature in the near future called metadirective. That way, we can change the inner workings of the tool itself at runtime. Sorry if it sounds too vague for now, but your question seems to be one of the cases a metadirective could be used for external file reading. I still do not have the faintest idea of how it would be. :)
However, as alephzero mentioned in the comments, correctly parsing TeX would require a TeX engine in itself to resolve nontrivial scenarios. I want arara to be the emacs of the TeX world, but not quite the TeX engine of the TeX world (yet). :) Let me check how things go in the next weeks, so I can work on a new feature draft.
Regarding your scenario, perhaps the --preamble command line flag could be of interest. To quote my lovely user manual that took me a lifetime to write it: :)
Some TeX documents require the same automation steps, e.g, a set of articles. To this end, so as to avoid repeating the same preamble over and over in this specific scenario,
ararahas the possibility of setting predefined preambles in a special section of the configuration file identified by a unique key for later use. This command line option prepends the predefined preamble referenced by thenamekey to the current document and then proceeds to extract directives, as usual. For instance:
twopdftex: |
% arara: pdftex
% arara: pdftex
Source file:
doc9.tex:
Hello world.
bye
In this example, we have a preamble named
twopdftexand a TeX file nameddoc9.texwith no directives. Of course, our tool will complain about missing directives, unless we deliberately inject the two directives from the predefined preamble into the current execution:
$ arara -p twopdftex doc9.tex
....
Processing 'doc9.tex' (size: 18 bytes, last modified: 05/29/2018
14:39:21), please wait.
(PDFTeX) PDFTeX engine .................................. SUCCESS
(PDFTeX) PDFTeX engine .................................. SUCCESS
Total: 0.96 seconds
Hope it helps. :)
2
It took much less time to write the user manual than your thesis.:-)
– egreg
2 hours ago
@egreg that's accurate.:)
– Paulo Cereda
2 hours ago
I was afraid it was not possible. As this is more of a laziness matter on my side, it is not such a big deal. Thank you very much for your advice anyway !
– BambOo
2 hours ago
add a comment |
up vote
9
down vote
accepted
I am sorry, arara limits the directive lookup scope to the current document. It would be quite challenging to detect special macros and process them accordingly, like following a file through input, include or similar streams. It is really by design.
That's being said, I've been thinking of adding a new feature in the near future called metadirective. That way, we can change the inner workings of the tool itself at runtime. Sorry if it sounds too vague for now, but your question seems to be one of the cases a metadirective could be used for external file reading. I still do not have the faintest idea of how it would be. :)
However, as alephzero mentioned in the comments, correctly parsing TeX would require a TeX engine in itself to resolve nontrivial scenarios. I want arara to be the emacs of the TeX world, but not quite the TeX engine of the TeX world (yet). :) Let me check how things go in the next weeks, so I can work on a new feature draft.
Regarding your scenario, perhaps the --preamble command line flag could be of interest. To quote my lovely user manual that took me a lifetime to write it: :)
Some TeX documents require the same automation steps, e.g, a set of articles. To this end, so as to avoid repeating the same preamble over and over in this specific scenario,
ararahas the possibility of setting predefined preambles in a special section of the configuration file identified by a unique key for later use. This command line option prepends the predefined preamble referenced by thenamekey to the current document and then proceeds to extract directives, as usual. For instance:
twopdftex: |
% arara: pdftex
% arara: pdftex
Source file:
doc9.tex:
Hello world.
bye
In this example, we have a preamble named
twopdftexand a TeX file nameddoc9.texwith no directives. Of course, our tool will complain about missing directives, unless we deliberately inject the two directives from the predefined preamble into the current execution:
$ arara -p twopdftex doc9.tex
....
Processing 'doc9.tex' (size: 18 bytes, last modified: 05/29/2018
14:39:21), please wait.
(PDFTeX) PDFTeX engine .................................. SUCCESS
(PDFTeX) PDFTeX engine .................................. SUCCESS
Total: 0.96 seconds
Hope it helps. :)
2
It took much less time to write the user manual than your thesis.:-)
– egreg
2 hours ago
@egreg that's accurate.:)
– Paulo Cereda
2 hours ago
I was afraid it was not possible. As this is more of a laziness matter on my side, it is not such a big deal. Thank you very much for your advice anyway !
– BambOo
2 hours ago
add a comment |
up vote
9
down vote
accepted
up vote
9
down vote
accepted
I am sorry, arara limits the directive lookup scope to the current document. It would be quite challenging to detect special macros and process them accordingly, like following a file through input, include or similar streams. It is really by design.
That's being said, I've been thinking of adding a new feature in the near future called metadirective. That way, we can change the inner workings of the tool itself at runtime. Sorry if it sounds too vague for now, but your question seems to be one of the cases a metadirective could be used for external file reading. I still do not have the faintest idea of how it would be. :)
However, as alephzero mentioned in the comments, correctly parsing TeX would require a TeX engine in itself to resolve nontrivial scenarios. I want arara to be the emacs of the TeX world, but not quite the TeX engine of the TeX world (yet). :) Let me check how things go in the next weeks, so I can work on a new feature draft.
Regarding your scenario, perhaps the --preamble command line flag could be of interest. To quote my lovely user manual that took me a lifetime to write it: :)
Some TeX documents require the same automation steps, e.g, a set of articles. To this end, so as to avoid repeating the same preamble over and over in this specific scenario,
ararahas the possibility of setting predefined preambles in a special section of the configuration file identified by a unique key for later use. This command line option prepends the predefined preamble referenced by thenamekey to the current document and then proceeds to extract directives, as usual. For instance:
twopdftex: |
% arara: pdftex
% arara: pdftex
Source file:
doc9.tex:
Hello world.
bye
In this example, we have a preamble named
twopdftexand a TeX file nameddoc9.texwith no directives. Of course, our tool will complain about missing directives, unless we deliberately inject the two directives from the predefined preamble into the current execution:
$ arara -p twopdftex doc9.tex
....
Processing 'doc9.tex' (size: 18 bytes, last modified: 05/29/2018
14:39:21), please wait.
(PDFTeX) PDFTeX engine .................................. SUCCESS
(PDFTeX) PDFTeX engine .................................. SUCCESS
Total: 0.96 seconds
Hope it helps. :)
I am sorry, arara limits the directive lookup scope to the current document. It would be quite challenging to detect special macros and process them accordingly, like following a file through input, include or similar streams. It is really by design.
That's being said, I've been thinking of adding a new feature in the near future called metadirective. That way, we can change the inner workings of the tool itself at runtime. Sorry if it sounds too vague for now, but your question seems to be one of the cases a metadirective could be used for external file reading. I still do not have the faintest idea of how it would be. :)
However, as alephzero mentioned in the comments, correctly parsing TeX would require a TeX engine in itself to resolve nontrivial scenarios. I want arara to be the emacs of the TeX world, but not quite the TeX engine of the TeX world (yet). :) Let me check how things go in the next weeks, so I can work on a new feature draft.
Regarding your scenario, perhaps the --preamble command line flag could be of interest. To quote my lovely user manual that took me a lifetime to write it: :)
Some TeX documents require the same automation steps, e.g, a set of articles. To this end, so as to avoid repeating the same preamble over and over in this specific scenario,
ararahas the possibility of setting predefined preambles in a special section of the configuration file identified by a unique key for later use. This command line option prepends the predefined preamble referenced by thenamekey to the current document and then proceeds to extract directives, as usual. For instance:
twopdftex: |
% arara: pdftex
% arara: pdftex
Source file:
doc9.tex:
Hello world.
bye
In this example, we have a preamble named
twopdftexand a TeX file nameddoc9.texwith no directives. Of course, our tool will complain about missing directives, unless we deliberately inject the two directives from the predefined preamble into the current execution:
$ arara -p twopdftex doc9.tex
....
Processing 'doc9.tex' (size: 18 bytes, last modified: 05/29/2018
14:39:21), please wait.
(PDFTeX) PDFTeX engine .................................. SUCCESS
(PDFTeX) PDFTeX engine .................................. SUCCESS
Total: 0.96 seconds
Hope it helps. :)
answered 3 hours ago
Paulo Cereda
33k8123206
33k8123206
2
It took much less time to write the user manual than your thesis.:-)
– egreg
2 hours ago
@egreg that's accurate.:)
– Paulo Cereda
2 hours ago
I was afraid it was not possible. As this is more of a laziness matter on my side, it is not such a big deal. Thank you very much for your advice anyway !
– BambOo
2 hours ago
add a comment |
2
It took much less time to write the user manual than your thesis.:-)
– egreg
2 hours ago
@egreg that's accurate.:)
– Paulo Cereda
2 hours ago
I was afraid it was not possible. As this is more of a laziness matter on my side, it is not such a big deal. Thank you very much for your advice anyway !
– BambOo
2 hours ago
2
2
It took much less time to write the user manual than your thesis.
:-)– egreg
2 hours ago
It took much less time to write the user manual than your thesis.
:-)– egreg
2 hours ago
@egreg that's accurate.
:)– Paulo Cereda
2 hours ago
@egreg that's accurate.
:)– Paulo Cereda
2 hours ago
I was afraid it was not possible. As this is more of a laziness matter on my side, it is not such a big deal. Thank you very much for your advice anyway !
– BambOo
2 hours ago
I was afraid it was not possible. As this is more of a laziness matter on my side, it is not such a big deal. Thank you very much for your advice anyway !
– BambOo
2 hours ago
add a comment |
up vote
3
down vote
While arara cannot figure out what files are going to be read you can write a directive that will call arara on a different file. I think I have a workflow somewhat similar to yours where I want all my directives in a file called something like header.tex and I work on body.tex. I list all my directives in header.tex and in body.tex I have a single directive
% arara: mainfile: { rootfile: header.tex }
This directive is defined as mainfile.yaml:
identifier: mainfile
name: MAINFILE
commands:
- name: Run Arara on file
command: >
@{
return getCommand('arara', '-v', rootfile);
}
arguments:
- identifier: rootfile
flag: >
@{
return parameters.rootfile;
}
If you want to automatically deal with directives spread across arbitrary files that may or may not be included, you might be able to hack something together with listfiles to output all the files that are loaded and then have a new directive that calls mainfile on all the sub files, but this sounds difficult and probably not worth it.
ooh I like this approach!
– Paulo Cereda
2 hours ago
add a comment |
up vote
3
down vote
While arara cannot figure out what files are going to be read you can write a directive that will call arara on a different file. I think I have a workflow somewhat similar to yours where I want all my directives in a file called something like header.tex and I work on body.tex. I list all my directives in header.tex and in body.tex I have a single directive
% arara: mainfile: { rootfile: header.tex }
This directive is defined as mainfile.yaml:
identifier: mainfile
name: MAINFILE
commands:
- name: Run Arara on file
command: >
@{
return getCommand('arara', '-v', rootfile);
}
arguments:
- identifier: rootfile
flag: >
@{
return parameters.rootfile;
}
If you want to automatically deal with directives spread across arbitrary files that may or may not be included, you might be able to hack something together with listfiles to output all the files that are loaded and then have a new directive that calls mainfile on all the sub files, but this sounds difficult and probably not worth it.
ooh I like this approach!
– Paulo Cereda
2 hours ago
add a comment |
up vote
3
down vote
up vote
3
down vote
While arara cannot figure out what files are going to be read you can write a directive that will call arara on a different file. I think I have a workflow somewhat similar to yours where I want all my directives in a file called something like header.tex and I work on body.tex. I list all my directives in header.tex and in body.tex I have a single directive
% arara: mainfile: { rootfile: header.tex }
This directive is defined as mainfile.yaml:
identifier: mainfile
name: MAINFILE
commands:
- name: Run Arara on file
command: >
@{
return getCommand('arara', '-v', rootfile);
}
arguments:
- identifier: rootfile
flag: >
@{
return parameters.rootfile;
}
If you want to automatically deal with directives spread across arbitrary files that may or may not be included, you might be able to hack something together with listfiles to output all the files that are loaded and then have a new directive that calls mainfile on all the sub files, but this sounds difficult and probably not worth it.
While arara cannot figure out what files are going to be read you can write a directive that will call arara on a different file. I think I have a workflow somewhat similar to yours where I want all my directives in a file called something like header.tex and I work on body.tex. I list all my directives in header.tex and in body.tex I have a single directive
% arara: mainfile: { rootfile: header.tex }
This directive is defined as mainfile.yaml:
identifier: mainfile
name: MAINFILE
commands:
- name: Run Arara on file
command: >
@{
return getCommand('arara', '-v', rootfile);
}
arguments:
- identifier: rootfile
flag: >
@{
return parameters.rootfile;
}
If you want to automatically deal with directives spread across arbitrary files that may or may not be included, you might be able to hack something together with listfiles to output all the files that are loaded and then have a new directive that calls mainfile on all the sub files, but this sounds difficult and probably not worth it.
answered 2 hours ago
StrongBad
13.1k645101
13.1k645101
ooh I like this approach!
– Paulo Cereda
2 hours ago
add a comment |
ooh I like this approach!
– Paulo Cereda
2 hours ago
ooh I like this approach!
– Paulo Cereda
2 hours ago
ooh I like this approach!
– Paulo Cereda
2 hours ago
add a comment |
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f464524%2fcan-arara-detect-a-rule-inside-a-input-file%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
I have no idea about arara, but I guess it doesn't parse the file at all, only the first n lines for
% arara.– Skillmon
4 hours ago
1
@Skillmon Well, not only the first n lines in version 4, but at least no input files.
– TeXnician
4 hours ago
1
Since the file name that you
inputcan be built from TeX macros, arara would have to contain a complete TeX engine to do this completely. And then somebody is going to want to correctly handleincludes inif...ficonstructions, rules inincludefiles taking account ofincludeonly, etc - it's probably easiest for the developers to "just say no"!– alephzero
4 hours ago
3
@alephzero Clearly you don't know the developer. :)
– Alan Munn
4 hours ago
@alephzero I think
@filelistkeeps the heavy lifting within TeX.– StrongBad
2 hours ago