Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Zed Notation in LyX

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

like image 619
Amir Rachum Avatar asked Apr 14 '10 13:04

Amir Rachum


2 Answers

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

like image 94
Amir Rachum Avatar answered Nov 02 '22 06:11

Amir Rachum


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.

like image 3
High Performance Mark Avatar answered Nov 02 '22 06:11

High Performance Mark