##// END OF EJS Templates
Merge pull request #11357 from mgeier/latex-displaystyle...
Merge pull request #11357 from mgeier/latex-displaystyle Math display: change $$...$$ -> $\displaystyle ...$

File last commit:

r22963:2961b531
r24726:4b3baed6 merge
Show More
print_argv.py
2 lines | 31 B | text/x-python | PythonLexer
import sys
print(sys.argv[1:])