home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / lyx-0.13.2.tar.gz / lyx-0.13.2.tar / lyx-0.13.2 / lib / reLyX / todo.jpw < prev   
Text File  |  1998-04-23  |  1KB  |  34 lines

  1. General notes:
  2.  
  3. This script uses a Perl class module called "TeX.pm", which parses TeX
  4. files.
  5.  
  6. 1)
  7. I don't like the way this removes the comments.  I need to figure out
  8. how TeX.pm works better.
  9.  
  10. 2) 
  11. CleanTeX.pl should probably remove any LyX-specific preamble stuff it
  12. finds, if not the entire preamble.
  13.  
  14. 3)
  15. Once CleanTeX.pl has been tested, the next obvious step is the
  16. converter program, reLyX.pl, itself.  reLyX.pl should take a file
  17. processed by CleanTeX.pl and convert it to a LyX file.
  18.  
  19. It should convert LaTeX2e to LyX2.15 file format.
  20.  
  21. Any unrecognized LaTeX commands should go into a LaTeX paragraph
  22. environment, or into TeX-mode, depending on the length of the thingy
  23. in question.  As for environments - we'll probably want a list of
  24. valid, default environments that LyX knows about.  Anything else
  25. should go into a LaTeX paragraph.
  26.  
  27. As for environments for other document classes [revtex, amsart, etc.],
  28. forget it.  Let's get the converter working on "article" and "book"
  29. first, then we can worry about things such as "slides", "letter", and
  30. so on.
  31.     [My ideas for supporting other classes goes like this:  we write a
  32. series of other scripts that contain the necessary code for processing
  33. environments for these other classes, then we include that or call it
  34. from a wrapper script. Anyways, that can wait.]