Tagged Questions
6
votes
2answers
156 views
Import source code from URL
I have code snippets on my github account and I'd like to import the code from them directly into my LaTeX document via something like:
\importtext{https://gist.github.com/xxxx}
Is this possible? ...