One solution would be to put you math definitions into a .sty file instead
of a .tex file so that you can use \usepackage{vlstyle} instead of \input.
If you put (or symlink) the file in your local texmf path it should work.
I do this for my math shortcuts and it works fine with org-mode. To make
Hi guys,
I just wanted to try out the latex snippet preview. There is a problem
with that since I have in my org-document the following preamble:
#+LATEX_HEADER: \input{../vlstyle}
which refers to a .tex-file relative to the location of my document. The
file contains some definitions for math. s