Angus Leeming wrote:
> On Tuesday 30 April 2002 8:39 pm, Herbert Voss wrote:
>
>>this patch is fishy, because we get a list of ALL
>>formats, inclusive latex, dvi, but we only want
>>the graphic formats
>>
>>http://www.mail-archive.com/lyx-devel%40lists.lyx.org/msg36850.html
>>http://www.ma
On Tuesday 30 April 2002 8:39 pm, Herbert Voss wrote:
> this patch is fishy, because we get a list of ALL
> formats, inclusive latex, dvi, but we only want
> the graphic formats
>
> http://www.mail-archive.com/lyx-devel%40lists.lyx.org/msg36850.html
> http://www.mail-archive.com/lyx-devel%40l
this patch is fishy, because we get a list of ALL
formats, inclusive latex, dvi, but we only want
the graphic formats
http://www.mail-archive.com/lyx-devel%40lists.lyx.org/msg36850.html
http://www.mail-archive.com/lyx-devel%40lists.lyx.org/msg36815.html
Herbert
--
http://www.lyx.org/hel
On Tuesday 26 March 2002 1:26 pm, Herbert Voss wrote:
> I don't know who changes this behaviour, but it's no more
> possible to insert a nonexisting filename. It's enough
> when we send a message when hiting ok/apply.
>
> Some people write their doc with filenames which will
> be created later.
>
I don't know who changes this behaviour, but it's no more
possible to insert a nonexisting filename. It's enough
when we send a message when hiting ok/apply.
Some people write their doc with filenames which will
be created later.
Herbert
--
http://www.lyx.org/help/
Garst R. Reese wrote:
> Herbert Voss wrote:
>
>>my first round for the gui. I changed it to a tabbed
>>one, because I don't like those guis which are larger than
>>the main window ...
>>
>>are you missing anything?
>>I have no individuell mono/color/gray section. I think, it's
>>okay, when it's
On Thu, Jan 24, 2002 at 06:30:09PM +0100, Herbert Voss wrote:
> Open the file from within LyX may be better??
Yes.
Try
bool readBB(string const & file)
{
ifstream is(file.c_str());
while (is) {
string s;
is >> s;
if (s == "%%Boundi
Angus Leeming wrote:
> Well the concept of being able to crop the image still exists...
> It'd be nice if we could fill these inputs when the file was selcted.
what seems to be the best way to get the bb values from a
chosen eps/ps-file? A system grep under Unix/Linux is fine
and gives the lin
On Thursday 24 January 2002 5:01 pm, Herbert Voss wrote:
> Angus Leeming wrote:
>
> >>The coordinates are measured in the traditional typesetting units
> >>"points", where 1 inch = 72 points (1 cm = 28 points).
> >>Yes, we can convert things like 3cm into points, but
> >>I don't know, if its a go
Angus Leeming wrote:
>>The coordinates are measured in the traditional typesetting units
>>"points", where 1 inch = 72 points (1 cm = 28 points).
>>Yes, we can convert things like 3cm into points, but
>>I don't know, if its a good idea to support other units??
>>
>
> Well, I don't know either. R
On Thursday 24 January 2002 4:42 pm, Herbert Voss wrote:
> Angus Leeming wrote:
>
> > Very nice Herbert. I take it that the Bounding Box inputs can take things
> > like "1cm" which would be valid in includegraphics? Why not use an input
and
> > a choice for the units like Jürgen has done with
Angus Leeming wrote:
> Very nice Herbert. I take it that the Bounding Box inputs can take things
> like "1cm" which would be valid in includegraphics? Why not use an input and
> a choice for the units like Jürgen has done with many of the other dialogs.
> That way we can store the thing as a L
On Thursday 24 January 2002 4:01 pm, Herbert Voss wrote:
> my first round for the gui. I changed it to a tabbed
> one, because I don't like those guis which are larger than
> the main window ...
>
> are you missing anything?
> I have no individuell mono/color/gray section. I think, it's
> okay, w
my first round for the gui. I changed it to a tabbed
one, because I don't like those guis which are larger than
the main window ...
are you missing anything?
I have no individuell mono/color/gray section. I think, it's
okay, when it's defined in the preferences and not twice in
the individuell in
14 matches
Mail list logo