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