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

-Zhelp still requires input file #923

Closed
timvisee opened this issue Aug 16, 2022 · 0 comments
Closed

-Zhelp still requires input file #923

timvisee opened this issue Aug 16, 2022 · 0 comments

Comments

@timvisee
Copy link

tectonic -h suggests to use tectonic -Zhelp to view unstable options.

This command doesn't work though, as an <input> file is required.

$ tectonic -Zhelp
error: The following required arguments were not provided:
    <input>

USAGE:
    tectonic <input> --outfmt <format> --chatter <level> -Z <option>... --pass <pass> --format <path> --color <when>

For more information try --help
$ tectonic -Zhelp -
Available unstable options:

    -Z help                     Lists all unstable options
    -Z continue-on-errors       Keep compiling even when severe errors occur
    -Z min-crossrefs=<num>      Equivalent to bibtex's -min-crossrefs flag - "include after <num>
                                    crossrefs" [default: 2]
    -Z paper-size=<spec>        Change the default paper size [default: letter]
    -Z search-path=<path>       Also look in <path> for files, like TEXINPUTS. Can be specified
                                    multiple times.
    -Z shell-escape             Enable \write18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant