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

do not display "Input file name:" and "Output file name:" if stdin/stdout #541

Open
andrewzta opened this issue Apr 16, 2024 · 0 comments
Open

Comments

@andrewzta
Copy link

extract from olymp.sty

            \ifdefined\NoInputFileName\else%
            \ifx&#2&%
            \else%
            \kw@InputFileName & \texttt{#2} \\
            \fi\fi%
            \ifdefined\NoOutputFileName\else%
            \ifx&#3&%
            \else%
            \kw@OutputFileName & \texttt{#3} \\
            \fi\fi%

So we should set \NoInputFileName to true and \NoOutputFileName to true, if input is from stdin and output is to stdout

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