Attached is the patch to remove the slashes from the mailed comments. -- Baruch Even http://baruch.ev-en.org/ (My Site) http://www.redrival.com/jindor/ (My brothers AD&D site) " Learn to laugh ... it's the path to true love! " - The Angel in the movie Michael
Index: tasks.php3 =================================================================== RCS file: /usr/local/lyx/cvsroot/www-devel/tasks.php3,v retrieving revision 1.8 diff -u -r1.8 tasks.php3 --- tasks.php3 2000/11/17 09:57:28 1.8 +++ tasks.php3 2000/11/19 22:17:40 @@ -40,11 +40,11 @@ code in it needs to be (re)moved. Also a lot of the functionality needs to be relocated. </p> - <li>Switch to LaTeX as fileformat</li> +<!-- <li>Switch to LaTeX as fileformat</li> <p> After (surprisingly little) discussion it was decided to postpone this. Perhaps forever. - </p> + </p>--> <li>Enhance the LyX fileformat.</li> <p> Make it reflect the buffer structure a bit better, get @@ -135,6 +135,9 @@ </p> <ul> + <li>Add a checkbox to the InsetBibTeX dialog, when checked the command + \cite* will be entered into the latex output so that all bibtex + entries will be in the references section.</li> <li>enhance the insettabular support</li> <ul> <li>colortbl</li><li>multirow</li> @@ -166,6 +169,11 @@ <li>better macro support</li> <li>better amsmath support</li> </ul> + <p> + Alejandro has written a new version but has not completed it yet. + Need to get it from him and incorporate it into a branch for parallel + development. + </p> <li>character styles (similar to emph and noun)</li> <p> Will make a lot of small things conceptual instead of @@ -228,7 +236,7 @@ </p> <li>better latex code quality</li> <p> - This means reading LaTeX books to get an better idea + This means reading LaTeX books to get a better idea on how things are done in the latex world. </p> <li>perhaps find better names for the paragraph styles @@ -236,7 +244,11 @@ <li>support for filecontents</li> <p> This can make a latex document selfcontained, all the - needed graphics can be in the document. + needed graphics can be in the document. For a complete solution + it needs to include bibtex file and any other support external file. + For real completeness should probably include all included packages that + are not in the main tex tree. (What is the main tex tree and what should + be included is better be configurable). </p> <li>support for optional args to latex commands</li> <ul>