Hi,
I've started the "Cleaning up the menu entries" issue
and according to the wishes/comments/explanations in the
thread I have composed a new menu layout.
Where entries have changed (name and/or action) I've
added additional comments. All others just do what
they used to do.
| File | Edit
On Sat, Jul 22, 2000 at 06:55:33PM +0300, Dekel Tsur wrote:
> I am working on an Export class that allows exporting a lyx file to
> an arbitrary format (this includes the requested feature of exporting to PDF).
> The class is configured from lyxrc, e.g.,
> \converter dvi ps "dvips '$$FName' -o '$$
I am working on an Export class that allows exporting a lyx file to
an arbitrary format (this includes the requested feature of exporting to PDF).
The class is configured from lyxrc, e.g.,
\converter dvi ps "dvips '$$FName' -o '$$OutName'"
\converter ps pdf "ps2pdf '$$FName' '$$OutName'"
I have t
In current CVS, with NEW_INSETS defined to 1 (but NEW_TABULAR undefined),
I found the following:
Method Buffer::writeFileAscii (buffer.C) has a variable called 'actcell'
which is declared to be int* . Despite this, it is used in the following
ways only:
actcell = 0 ; ++actcell ; LyXTable::Nu
On 20 Jul 2000, Lars Gullik Bj&resh;nnes wrote:
> Lior Silberman <[EMAIL PROTECTED]> writes:
>
> | These files are not present in lyx-devel/sigc++ . Do I need to get them
> | seperately?
>
> You need to update your cvs checkout properly.
>
> try adding "-d"
>
> cvs update -d
> (or a new check