[tex-k] Web2C: "-parse-first-line" does not work in on-line file prompt.

Igor Liferenko igor.liferenko at gmail.com
Sun Sep 23 13:36:52 CEST 2018


This is the solution: in file lib/texmfmp.c add

    if (main_input_file == NULL) {
      if (argv[1] && *argv[1] == '&') dump_name = argv[1] + 1;
    }

before

    if (!dump_name) {

I tested it and it works great.

Igor


More information about the tex-k mailing list