views:

123

answers:

2

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

+2  A: 

If you can use LaTeX packages in LyX then you could try zed-csp. How you install LaTeX packages for LyX I do not know.

High Performance Mark
+3  A: 

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{..}.

Amir Rachum