Is it possible to create Zed Notation schemes in LyX? How can it be done?
Zed Notation in LyX
1.7k views Asked by Amir Rachum At
2
There are 2 answers
0
On
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.
Solved it:
I installed the zed-csp style package through MikTeX. Then, in LyX I went to
Document->Settings->Latex Preamble
and addedthen, 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
except schemes and such constructs that have a
\begin{..}
and\end{..}
.