Is it possible to create Zed Notation schemes in LyX? How can it be done?
相关问题
- Library to convert latex to png in Java
- Is the conversion from '(signed) -1' to
- Error: missing \begin{document} in LaTeX [closed]
- Specification and correct use of (boolean) URI mat
- MATLAB figures don't have the same size when i
相关文章
- Markdown: How to reference an item in a numbered l
- how to align kable and ggplot in one row (side by
- How can the backticks (`) printed around these tab
- Is it possible to write own “packages” for LaTeX?
- Which is the best import / export LaTeX tool?
- Increment section numbers in PDF output
- positions of page numbers, position of chapter hea
- Convert HTML and inline Mathjax math to LaTeX with
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{..}
.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.