In case you didn't know, Windows API accepts both the slash / and backslash \ as path name delimiters.
When I hard code file names, I always use the slash / to avoid doubling (escaping) the backslash. The latter style looks a bit ugly in my opinion.
Notes on using LaTeX to generate formulae
-
This post collects some notes on using LaTeX to render mathematical
documents and formulae, mostly focused on a Linux machine. For background,
I typicall...
1 week ago