When taking notes in Latex in org-mode, I use custom macros defined this way:
#+LaTeX_HEADER:\newcommand{\C}{\mathbb{C}}
I've got quite a few of these macros, so I'd like to put them all in a separate file that I include with
#+INCLUDE: "~/MyLatexMacros.org"
This works well when exporting my org file to latex, but doesn't work with latex preview.
Where can I set some macros to be used by latex preview ?