Steven G. Johnson
unread,Dec 3, 2013, 5:24:04 PM12/3/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to julia...@googlegroups.com
String macros in general treat everything literally, as Stefan alluded to. I use this in PyPlot to define an L"..." macro for LaTeX. In that context, is is important not to escape backslashes either, so that you can do e.g. L"blah $\sqrt{\alpha}$"