Hi, I originally posted this in the other editor software board asking whether there was a latex editor available which has key features of Scrivener, such as rearrangability, support for metadata notes, etc.
I love Scrivener, but find the process of getting LateX output rather burdensome. I’m a Ph.D. student currently taking a software engineering course and we have to write an editor. I would like to write one which takes some of the best features of Scrivener but can be used to output native LateX. My ideas are this:
The primary (initial)purpose would be for writing document class articles, i.e. scientific papers.
I think the features would be something like this:
-
A sidebar which is organized into sections, sections having names which are converted to \section in latex. Under the sections would be an expandable list of subsections inserted into the latex document as \subsection.
-
The ability to rearrange sections a la scrivener
-
Support for metadata, i.e., notes which are automatically put into the document in the form of comments prefixed with %
4)a compile feature which takes the organized sections and subsections, turns them into a flat document and provides the ability to view the document as a pdf.
- for bonus points, integration into bibliographic managment via a window which shows the citations that you are working with and has the ability to highlight in the document where the citation keys appear
What do you guys think? I have to write an editor anyway and might as well write one that would be useful to me. Are there any suggestions about additional functionality that would be desired?