Search code examples
latexspecificationslyxz-notation

Zed Notation in LyX


Is it possible to create Zed Notation schemes in LyX? How can it be done?


Solution

  • Solved it:

    I installed the zed-csp style package through MikTeX. Then, in LyX I went to Document->Settings->Latex Preamble and added

    \usepackage{zed-csp}
    

    then, to enter Zed schemes, symbols, etc., I used this reference

    It is entered through ERT (Evil Red Text) i.e., TeX code (Ctrl+L). Zed segments in the code should be surrounded with a

    \begin{zed}
    ...
    \end{zed}
    

    except schemes and such constructs that have a \begin{..} and \end{..}.