Is it possible to create Zed Notation schemes in LyX? How can it be done?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Solved it:
I installed the zed-csp style package through MikTeX.
Then, in LyX I went to
Document->Settings->Latex Preambleand 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{..}.