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
This release supports filenames being specified on the command line. It sets variables you can use in your document for all the filenames you specify this way, with values like stdin as fallbacks.
This release provides two, potentially related enhancements:
Setting some variables based on Python's platform module: Issue 33.
Adding variable tests for regular expression matches - using Python's re module: Issue 34.
You might, for example, set a variable using a different command string if on Windows versus Mac OS. The combination of these two would let you do that.
v0.8.1 stderr for =def commands, =ifempty, =ifnotempty