Ad-hoc fix for expl3 driver detection: l3backend renamed #6
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
l3backend, i.e. expl3's driver-specific backend, got renamed as
l3backend-pdfmode -> l3backend-pdftex, l3backend-luatex
l3backend-xdvipdfmx -> l3backend-xetex.
This caused cluttex to unnecessarily warn user for mismatched driver
setup for expl3, as reported in
#5.
With this pull request, in order to fix this, cluttex will
additionally detect the load of l3backend-pdftex, luatex and xetex.
I have run
make bin/cluttex
on my machine and checked that the warninghas been eliminated for my paper, but this PR doesn't include the change for
make bin/cluttex
. If you'd like it included, I'll do it in an extra commit. Also,my fix is rather ad-hoc here, so if you'd like a better fix, please tell me do that!
#5 の修正です.
make bin/cluttex
は手元環境で実行し,自分の論文に対しては試して警告が消えたのを確認しましたが,その他のケースで確認をやったわけでもないというのもあり,
make bin/cluttex
の結果は含めていません.必要であれば追加のコミットでやります.また,コードを見るとわかりますが,今回の変更は割とアドホックなので,
もうちょっとマシな変更にして欲しいのであればお知らせいただけると.
Will fix: #5