You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if it were possible to write a LaTeX file to STDIN of tex-fmt and have it write the formatted code to its STDOUT.
Unless there are any objections to this functionality, I will try to implement it myself, probably as a switch (--stdin) which bypasses iterating through the provided file names and instead just reads a single file from STDIN. This would, of couse, implicitly also set the --print flag and dump the formatted code to STDOUT.
The text was updated successfully, but these errors were encountered:
It would be great if it were possible to write a LaTeX file to STDIN of
tex-fmt
and have it write the formatted code to its STDOUT.Unless there are any objections to this functionality, I will try to implement it myself, probably as a switch (
--stdin
) which bypasses iterating through the provided file names and instead just reads a single file from STDIN. This would, of couse, implicitly also set the--print
flag and dump the formatted code to STDOUT.The text was updated successfully, but these errors were encountered: