Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
For Windows I used a program called WinEdt that had a graphical part that would let you click the symbol (summation, subscript, greek letters, etc), and the symbol's corresponding code would be added to the main code.
Is there anything similar to this for linux (redhat 8)?? If not, any that you would recommend?
if it's that you can't see the result as you program it (which shouldn't be a problem- the idea in TeX is to worry about content, and let it worry about making it pretty), then one could just open a xterm and gv viewer on seperate desktops and use the magic of history to recompile the source everytime you change something and view it... heck, if you're lazy you could make into a loop and have it recompile it say every 5 min.
; )
if the problem is that you can't click stuff to insert symbols...then you're on your own. first of all, TeX (or LaTeX) objects are not that bizarre (\begin{table}...who would've thought) and also you could take the advantage of making new functions for things you use often.
I would definitely recommend LyX. It scared me a little bit at first, but once I used it for a while and ran through some of the tutorials, it made a lot more sense. Now I use it for practically everything! Makes my homework look really professional
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.