Re: bibliography problem

2006-04-19 Thread Johan Ingvast

jesse mejia wrote:

Hi,
 How can I remove the column that outputs to the left of my sources on 
the bibliography page that has the the source labels in brackets?


I just had a similar problem and found a solution.
Put this in the preamble:
[EMAIL PROTECTED]
and replace $\bullet$ with whatever you like. You can even leave it empty.
The default is [#1]\hfill  if you want to set it back.
/johan


Re: bibliography problem

2006-04-19 Thread Johan Ingvast

jesse mejia wrote:

Hi,
 How can I remove the column that outputs to the left of my sources on 
the bibliography page that has the the source labels in brackets?


I just had a similar problem and found a solution.
Put this in the preamble:
[EMAIL PROTECTED]
and replace $\bullet$ with whatever you like. You can even leave it empty.
The default is [#1]\hfill  if you want to set it back.
/johan


Re: bibliography problem

2006-04-19 Thread Johan Ingvast

jesse mejia wrote:

Hi,
 How can I remove the column that outputs to the left of my sources on 
the bibliography page that has the the source labels in brackets?


I just had a similar problem and found a solution.
Put this in the preamble:
[EMAIL PROTECTED]
and replace $\bullet$ with whatever you like. You can even leave it empty.
The default is [#1]\hfill  if you want to set it back.
/johan


Re: Strange preview of eps in LyX

2006-03-17 Thread Johan Ingvast

Gunnar wrote:

Hello.
I've inserted the following eps file in LyX 1.3.6 (gentoo linux) 


%!PS-Adobe-3.0 EPSF-2.0
%%BoundingBox: 0 0 200 140
/mm {2.834646  mul} def
10 10 translate
0 10 120 {
dup 0 exch  moveto 180 exch lineto
} for
0 10 180 {
dup 0 moveto 120 lineto
} for
stroke
showpage

The lines shows up nicely in LyX, but it is placed on a huge white background. 
Very anoying.


Any ideas on how to get it to only display the actual picture? Trying to use 
clip to boundingbox doesn't change anything either.


Try with adding a HighResBoundingBox as well, that seem to make it.
So your header should be

%!PS-Adobe-3.0 EPSF-2.0
%%BoundingBox: 0 0 200 140
%%HiResBoundingBox: 0.0 0.0 200.0 140.0

/johan


Re: Strange preview of eps in LyX

2006-03-17 Thread Johan Ingvast

Gunnar wrote:

Hello.
I've inserted the following eps file in LyX 1.3.6 (gentoo linux) 


%!PS-Adobe-3.0 EPSF-2.0
%%BoundingBox: 0 0 200 140
/mm {2.834646  mul} def
10 10 translate
0 10 120 {
dup 0 exch  moveto 180 exch lineto
} for
0 10 180 {
dup 0 moveto 120 lineto
} for
stroke
showpage

The lines shows up nicely in LyX, but it is placed on a huge white background. 
Very anoying.


Any ideas on how to get it to only display the actual picture? Trying to use 
clip to boundingbox doesn't change anything either.


Try with adding a HighResBoundingBox as well, that seem to make it.
So your header should be

%!PS-Adobe-3.0 EPSF-2.0
%%BoundingBox: 0 0 200 140
%%HiResBoundingBox: 0.0 0.0 200.0 140.0

/johan


Re: Strange preview of eps in LyX

2006-03-17 Thread Johan Ingvast

Gunnar wrote:

Hello.
I've inserted the following eps file in LyX 1.3.6 (gentoo linux) 


%!PS-Adobe-3.0 EPSF-2.0
%%BoundingBox: 0 0 200 140
/mm {2.834646  mul} def
10 10 translate
0 10 120 {
dup 0 exch  moveto 180 exch lineto
} for
0 10 180 {
dup 0 moveto 120 lineto
} for
stroke
showpage

The lines shows up nicely in LyX, but it is placed on a huge white background. 
Very anoying.


Any ideas on how to get it to only display the actual picture? Trying to use 
"clip to boundingbox" doesn't change anything either.


Try with adding a HighResBoundingBox as well, that seem to make it.
So your header should be

%!PS-Adobe-3.0 EPSF-2.0
%%BoundingBox: 0 0 200 140
%%HiResBoundingBox: 0.0 0.0 200.0 140.0

/johan


Re: Text of diagram with the font of the main document

2006-02-20 Thread Johan Ingvast

Paul Smith wrote:

I have a diagram which I can export as PNG, JPG, PDF or SVG. What
should I do so that the text of the diagram appears with the same font
of the main document? Is that possible?
If you also can export into eps without first making a bitmap you can have latex 
typeset your annotations in the diagrams from your main document. You can do 
this with the package psfrag. Look for the file pfguide.* for a manual.


/johan


Re: Text of diagram with the font of the main document

2006-02-20 Thread Johan Ingvast

Paul Smith wrote:

I have a diagram which I can export as PNG, JPG, PDF or SVG. What
should I do so that the text of the diagram appears with the same font
of the main document? Is that possible?
If you also can export into eps without first making a bitmap you can have latex 
typeset your annotations in the diagrams from your main document. You can do 
this with the package psfrag. Look for the file pfguide.* for a manual.


/johan


Re: Text of diagram with the font of the main document

2006-02-20 Thread Johan Ingvast

Paul Smith wrote:

I have a diagram which I can export as PNG, JPG, PDF or SVG. What
should I do so that the text of the diagram appears with the same font
of the main document? Is that possible?
If you also can export into eps without first making a bitmap you can have latex 
typeset your annotations in the diagrams from your main document. You can do 
this with the package psfrag. Look for the file pfguide.* for a manual.


/johan


Re: word-wrap and itemize

2006-01-24 Thread Johan Ingvast

Jeremy C. Reed wrote:
I don't want to hyphenate them. I don't want to manually add a \newline 
before them. I just want the latex magic to automatically move it to the 
next line and justify the line as needed.


This also happens in regular Standard text too, where I have (TTL), 
(MSS), MIB-like variables like net.inet.ip.porthilast and 
net.inet.ip.portrange.hifirst, filenames (with backslashes) like 
/etc/authpf/authpf.allow, and words that start with a dollar sign (like 
$foo). These are all same font.


I have many, many lines like this. And adding a \newline or forcing 
hyphenation causes maintenance problems (as you mention) since I am 
updating content and later may change paper size.

I think your problems will go away if you turn to left justification.
\raggedright{} in ERT somewhere in the beginning of the document or in the 
preamble.
Since you have so many long words that can't be hypenated, you can not expect 
latex to manage to make the text justified.


/johan


Re: word-wrap and itemize

2006-01-24 Thread Johan Ingvast

Jeremy C. Reed wrote:
I don't want to hyphenate them. I don't want to manually add a \newline 
before them. I just want the latex magic to automatically move it to the 
next line and justify the line as needed.


This also happens in regular Standard text too, where I have (TTL), 
(MSS), MIB-like variables like net.inet.ip.porthilast and 
net.inet.ip.portrange.hifirst, filenames (with backslashes) like 
/etc/authpf/authpf.allow, and words that start with a dollar sign (like 
$foo). These are all same font.


I have many, many lines like this. And adding a \newline or forcing 
hyphenation causes maintenance problems (as you mention) since I am 
updating content and later may change paper size.

I think your problems will go away if you turn to left justification.
\raggedright{} in ERT somewhere in the beginning of the document or in the 
preamble.
Since you have so many long words that can't be hypenated, you can not expect 
latex to manage to make the text justified.


/johan


Re: word-wrap and itemize

2006-01-24 Thread Johan Ingvast

Jeremy C. Reed wrote:
I don't want to hyphenate them. I don't want to manually add a \newline 
before them. I just want the latex magic to automatically move it to the 
next line and justify the line as needed.


This also happens in regular Standard text too, where I have "(TTL)", 
"(MSS)", MIB-like variables like net.inet.ip.porthilast and 
net.inet.ip.portrange.hifirst, filenames (with backslashes) like 
/etc/authpf/authpf.allow, and words that start with a dollar sign (like 
$foo). These are all same font.


I have many, many lines like this. And adding a \newline or forcing 
hyphenation causes maintenance problems (as you mention) since I am 
updating content and later may change paper size.

I think your problems will go away if you turn to left justification.
\raggedright{} in ERT somewhere in the beginning of the document or in the 
preamble.
Since you have so many long words that can't be hypenated, you can not expect 
latex to manage to make the text justified.


/johan


Empty pagestyle on a page with figures

2005-12-20 Thread Johan Ingvast

Hi list
In my document I have some large figures which end up on a page by themself.
How do I make the pagestyle of this page empty?

I've tried to put \thispagestyle{empty} inside the float. However that only made 
the page where the float was defined empty. Which is not what I want.


/johan


Empty pagestyle on a page with figures

2005-12-20 Thread Johan Ingvast

Hi list
In my document I have some large figures which end up on a page by themself.
How do I make the pagestyle of this page empty?

I've tried to put \thispagestyle{empty} inside the float. However that only made 
the page where the float was defined empty. Which is not what I want.


/johan


Empty pagestyle on a page with figures

2005-12-20 Thread Johan Ingvast

Hi list
In my document I have some large figures which end up on a page by themself.
How do I make the pagestyle of this page empty?

I've tried to put \thispagestyle{empty} inside the float. However that only made 
the page where the float was defined empty. Which is not what I want.


/johan


Touching and updating view. Former: pdflatex paper size bug and out-of-date content

2005-12-05 Thread Johan Ingvast

[EMAIL PROTECTED] wrote:

- i have a multifile document (using inclusions). i often need to touch
the main file to get up-to-date output, otherwise, it won't regenerate the
included files which have changed.




 this is starting to be quite annoying... and touching the main file doesnt
always regenerate the pdf with the latest changes... is there a way to 'make
clean'?
I recognize the problem. Touching is annoying and one has to be carefull such 
one does not include a single space that lyx eats. Therefore I usually have an 
open ERT that I put a new whitespace into. I guess one could also have a comment 
environment and there  include any crap.
The thing is, one has to make sure the resulting latex file is different from 
the last.


This brings me to a question for the developers. Is there a reason for not using 
the excellent program make to handle rebuilding of the document? When I like to 
view a document, it seems like all conversions are made over again even if they 
have not changed.  I think make would handle the checking of new versions 
without much effort.
I guess you don't want to use an additional program which has to be installed. 
However, make is pretty small, 130K on my computer.


/johan


Proofreading

2005-12-05 Thread Johan Ingvast

Hi
I need my thesis to be proofread. I noticed most proofreaders only takes 
word-files, and a few latex. However, I'd prefer to stay native lyx.


Has anybody come across someone proofreading with the help of lyx?

If so, please give me a hint.

regards
johan


Touching and updating view. Former: pdflatex paper size bug and out-of-date content

2005-12-05 Thread Johan Ingvast

[EMAIL PROTECTED] wrote:

- i have a multifile document (using inclusions). i often need to touch
the main file to get up-to-date output, otherwise, it won't regenerate the
included files which have changed.




 this is starting to be quite annoying... and touching the main file doesnt
always regenerate the pdf with the latest changes... is there a way to 'make
clean'?
I recognize the problem. Touching is annoying and one has to be carefull such 
one does not include a single space that lyx eats. Therefore I usually have an 
open ERT that I put a new whitespace into. I guess one could also have a comment 
environment and there  include any crap.
The thing is, one has to make sure the resulting latex file is different from 
the last.


This brings me to a question for the developers. Is there a reason for not using 
the excellent program make to handle rebuilding of the document? When I like to 
view a document, it seems like all conversions are made over again even if they 
have not changed.  I think make would handle the checking of new versions 
without much effort.
I guess you don't want to use an additional program which has to be installed. 
However, make is pretty small, 130K on my computer.


/johan


Proofreading

2005-12-05 Thread Johan Ingvast

Hi
I need my thesis to be proofread. I noticed most proofreaders only takes 
word-files, and a few latex. However, I'd prefer to stay native lyx.


Has anybody come across someone proofreading with the help of lyx?

If so, please give me a hint.

regards
johan


Touching and updating view. Former: pdflatex paper size bug and out-of-date content

2005-12-05 Thread Johan Ingvast

[EMAIL PROTECTED] wrote:

- i have a multifile document (using inclusions). i often need to touch
the main file to get up-to-date output, otherwise, it won't regenerate the
included files which have changed.




 this is starting to be quite annoying... and touching the main file doesnt
always regenerate the pdf with the latest changes... is there a way to 'make
clean'?
I recognize the problem. Touching is annoying and one has to be carefull such 
one does not include a single space that lyx eats. Therefore I usually have an 
open ERT that I put a new whitespace into. I guess one could also have a comment 
environment and there  include any crap.
The thing is, one has to make sure the resulting latex file is different from 
the last.


This brings me to a question for the developers. Is there a reason for not using 
the excellent program make to handle rebuilding of the document? When I like to 
view a document, it seems like all conversions are made over again even if they 
have not changed.  I think make would handle the checking of new versions 
without much effort.
I guess you don't want to use an additional program which has to be installed. 
However, make is pretty small, 130K on my computer.


/johan


Proofreading

2005-12-05 Thread Johan Ingvast

Hi
I need my thesis to be proofread. I noticed most proofreaders only takes 
word-files, and a few latex. However, I'd prefer to stay native lyx.


Has anybody come across someone proofreading with the help of lyx?

If so, please give me a hint.

regards
johan


Re: Controling indentation of lists

2005-11-28 Thread Johan Ingvast

James Kebinger wrote:

Hi all, can anyone tell me how to control the layout of lists? Right now,
using the article class, I get huge indents between the list number and the
body of that list item. Is there a way to reduce this? 

Mark the whole list, choose Layout-Paragraph-LinesPagebreaks

Then in the box Longest label you type in something that has the length 
of the indention you want.


/johan


Re: Controling indentation of lists

2005-11-28 Thread Johan Ingvast

James Kebinger wrote:

Hi all, can anyone tell me how to control the layout of lists? Right now,
using the article class, I get huge indents between the list number and the
body of that list item. Is there a way to reduce this? 

Mark the whole list, choose Layout-Paragraph-LinesPagebreaks

Then in the box Longest label you type in something that has the length 
of the indention you want.


/johan


Re: Controling indentation of lists

2005-11-28 Thread Johan Ingvast

James Kebinger wrote:

Hi all, can anyone tell me how to control the layout of lists? Right now,
using the article class, I get huge indents between the list number and the
body of that list item. Is there a way to reduce this? 

Mark the whole list, choose Layout->Paragraph->Lines

Then in the box Longest label you type in something that has the length 
of the indention you want.


/johan


Re: Quality of figures

2005-11-24 Thread Johan Ingvast

Bonhôte, André wrote:

This works fine as long as it is eps. Now, I have converted the eps  
to a zip-compressed pdf (Photoshop), and replaced the filename.  Tadaa! 
Not working. LaTeX Error: Cannot determine size of graphic.


I really hope to get this sorted soon, somehow. Can I ask pdflatex to  
create pdfs with zip-compressed(?) pngs inside? Maybe add some weird  
param?
I don't understand this. Png is already compressed, I doubt you can 
compress it much more with zip. Likewise, if photoshop is set up right, 
the resulting pdf should not become much smaller when zipped.


Disclaimer: I might be wrong, have not really tested, but that is what
 I've learned.

/johan


Re: Quality of figures

2005-11-24 Thread Johan Ingvast

Bonhôte, André wrote:

This works fine as long as it is eps. Now, I have converted the eps  
to a zip-compressed pdf (Photoshop), and replaced the filename.  Tadaa! 
Not working. LaTeX Error: Cannot determine size of graphic.


I really hope to get this sorted soon, somehow. Can I ask pdflatex to  
create pdfs with zip-compressed(?) pngs inside? Maybe add some weird  
param?
I don't understand this. Png is already compressed, I doubt you can 
compress it much more with zip. Likewise, if photoshop is set up right, 
the resulting pdf should not become much smaller when zipped.


Disclaimer: I might be wrong, have not really tested, but that is what
 I've learned.

/johan


Re: Quality of figures

2005-11-24 Thread Johan Ingvast

Bonhôte, André wrote:

This works fine as long as it is "eps". Now, I have converted the eps  
to a zip-compressed pdf (Photoshop), and replaced the filename.  Tadaa! 
Not working. "LaTeX Error: Cannot determine size of graphic".


I really hope to get this sorted soon, somehow. Can I ask pdflatex to  
create pdfs with zip-compressed(?) pngs inside? Maybe add some weird  
param?
I don't understand this. Png is already compressed, I doubt you can 
compress it much more with zip. Likewise, if photoshop is set up right, 
the resulting pdf should not become much smaller when zipped.


Disclaimer: I might be wrong, have not really tested, but that is what
 I've learned.

/johan


Re: Figure and table side by side

2005-11-09 Thread Johan Ingvast

Johan Ingvast wrote:

Hi
Since I don't want to spend too much space in my article, I'd like to 
have a table just next to a figure inside one float.


I want a figure caption on the figure and a table caption on the table.

I've tried different ways but not come up with a satisfying solution. 
I've scanned the archives but not found anything but how to put two 
figures/tables side by side, not the both kinds at the same time.



The best I found was to use the nofloat package which has defined 
tabcaption and figcaption separately. This made it possible to make a 
one  by two table inside a figure environmen, set a fixed width of each 
column and insert the table and figures inside the cells.


Then manually creating the captions by placing
ERT: \tabcaption{My table caption}
in the first cell. And
ERT: \figcaption{My figure caption}
in the second cell.
This is ok, however, I'm not convinced that the nofloat package screws 
other things up.



I stumbeled over a solution, different from the other proposed, when 
reading the manual for memoir (which is excellent).
Here is the way I think it should be solved. Assuming the first is 
figure and the second is a table:


1) insert a figure float
2) Insert two minipages side by side, adjusting their widths
   (alternatively a table)
3) insert the graphics and the table
4) on the row after graphis and table inside the minimpages create a
   caption where the caption text is placed.
5) In the minipage with table insert an ERT with the following
   [EMAIL PROTECTED]

Done!

The ERT will tell the caption typesetter that then next caption should 
be a table.


I'll put this on the wiki as well.

/johan




Re: Figure and table side by side

2005-11-09 Thread Johan Ingvast



5) In the minipage with table insert an ERT with the following
   [EMAIL PROTECTED]



using package capt-of allows
\captionof{table}{the caption tex}


I thought there was such a solution. I just could not find it.
Thanks, I'll add this to the wiki instead.
/johan


Re: Figure and table side by side

2005-11-09 Thread Johan Ingvast

Johan Ingvast wrote:

Hi
Since I don't want to spend too much space in my article, I'd like to 
have a table just next to a figure inside one float.


I want a figure caption on the figure and a table caption on the table.

I've tried different ways but not come up with a satisfying solution. 
I've scanned the archives but not found anything but how to put two 
figures/tables side by side, not the both kinds at the same time.



The best I found was to use the nofloat package which has defined 
tabcaption and figcaption separately. This made it possible to make a 
one  by two table inside a figure environmen, set a fixed width of each 
column and insert the table and figures inside the cells.


Then manually creating the captions by placing
ERT: \tabcaption{My table caption}
in the first cell. And
ERT: \figcaption{My figure caption}
in the second cell.
This is ok, however, I'm not convinced that the nofloat package screws 
other things up.



I stumbeled over a solution, different from the other proposed, when 
reading the manual for memoir (which is excellent).
Here is the way I think it should be solved. Assuming the first is 
figure and the second is a table:


1) insert a figure float
2) Insert two minipages side by side, adjusting their widths
   (alternatively a table)
3) insert the graphics and the table
4) on the row after graphis and table inside the minimpages create a
   caption where the caption text is placed.
5) In the minipage with table insert an ERT with the following
   [EMAIL PROTECTED]

Done!

The ERT will tell the caption typesetter that then next caption should 
be a table.


I'll put this on the wiki as well.

/johan




Re: Figure and table side by side

2005-11-09 Thread Johan Ingvast



5) In the minipage with table insert an ERT with the following
   [EMAIL PROTECTED]



using package capt-of allows
\captionof{table}{the caption tex}


I thought there was such a solution. I just could not find it.
Thanks, I'll add this to the wiki instead.
/johan


Re: Figure and table side by side

2005-11-09 Thread Johan Ingvast

Johan Ingvast wrote:

Hi
Since I don't want to spend too much space in my article, I'd like to 
have a table just next to a figure inside one float.


I want a figure caption on the figure and a table caption on the table.

I've tried different ways but not come up with a satisfying solution. 
I've scanned the archives but not found anything but how to put two 
figures/tables side by side, not the both kinds at the same time.



The best I found was to use the nofloat package which has defined 
tabcaption and figcaption separately. This made it possible to make a 
one  by two table inside a figure environmen, set a fixed width of each 
column and insert the table and figures inside the cells.


Then manually creating the captions by placing
ERT: \tabcaption{My table caption}
in the first cell. And
ERT: \figcaption{My figure caption}
in the second cell.
This is ok, however, I'm not convinced that the nofloat package screws 
other things up.



I stumbeled over a solution, different from the other proposed, when 
reading the manual for memoir (which is excellent).
Here is the way I think it should be solved. Assuming the first is 
figure and the second is a table:


1) insert a figure float
2) Insert two minipages side by side, adjusting their widths
   (alternatively a table)
3) insert the graphics and the table
4) on the row after graphis and table inside the minimpages create a
   caption where the caption text is placed.
5) In the minipage with table insert an ERT with the following
   [EMAIL PROTECTED]

Done!

The ERT will tell the caption typesetter that then next caption should 
be a table.


I'll put this on the wiki as well.

/johan




Re: Figure and table side by side

2005-11-09 Thread Johan Ingvast



5) In the minipage with table insert an ERT with the following
   [EMAIL PROTECTED]



using package capt-of allows
\captionof{table}{the caption tex}


I thought there was such a solution. I just could not find it.
Thanks, I'll add this to the wiki instead.
/johan


Grammar

2005-11-07 Thread Johan Ingvast

Hi
Has anybody looked into the possibilities of incorporating a grammer 
checker into lyx. I just found that AbiWord has one, and they are using 
link-grammer http://www.link.cs.cmu.edu/link


Just wondering
/johan


Re: Grammar

2005-11-07 Thread Johan Ingvast

Roy Schestowitz wrote:

_/ On Mon 07 Nov 2005 08:46:17 GMT, [Johan Ingvast] wrote : \_


Hi
Has anybody looked into the possibilities of incorporating a grammer 
checker into lyx. I just found that AbiWord has one, and they are 
using link-grammer http://www.link.cs.cmu.edu/link



This has been discussed very recently and should be in the LyX mailing list
archive, wherever it is located. You can locate the entire thread using the
message headers below:
Thanks for letting me know. I thought I followed the list so I didn't 
bother to check. Must have missed this one.

/johan


Grammar

2005-11-07 Thread Johan Ingvast

Hi
Has anybody looked into the possibilities of incorporating a grammer 
checker into lyx. I just found that AbiWord has one, and they are using 
link-grammer http://www.link.cs.cmu.edu/link


Just wondering
/johan


Re: Grammar

2005-11-07 Thread Johan Ingvast

Roy Schestowitz wrote:

_/ On Mon 07 Nov 2005 08:46:17 GMT, [Johan Ingvast] wrote : \_


Hi
Has anybody looked into the possibilities of incorporating a grammer 
checker into lyx. I just found that AbiWord has one, and they are 
using link-grammer http://www.link.cs.cmu.edu/link



This has been discussed very recently and should be in the LyX mailing list
archive, wherever it is located. You can locate the entire thread using the
message headers below:
Thanks for letting me know. I thought I followed the list so I didn't 
bother to check. Must have missed this one.

/johan


Grammar

2005-11-07 Thread Johan Ingvast

Hi
Has anybody looked into the possibilities of incorporating a grammer 
checker into lyx. I just found that AbiWord has one, and they are using 
link-grammer http://www.link.cs.cmu.edu/link


Just wondering
/johan


Re: Grammar

2005-11-07 Thread Johan Ingvast

Roy Schestowitz wrote:

_/ On Mon 07 Nov 2005 08:46:17 GMT, [Johan Ingvast] wrote : \_


Hi
Has anybody looked into the possibilities of incorporating a grammer 
checker into lyx. I just found that AbiWord has one, and they are 
using link-grammer http://www.link.cs.cmu.edu/link



This has been discussed very recently and should be in the LyX mailing list
archive, wherever it is located. You can locate the entire thread using the
message headers below:
Thanks for letting me know. I thought I followed the list so I didn't 
bother to check. Must have missed this one.

/johan


Re: DPI

2005-11-05 Thread Johan Ingvast

Pablo Ortúzar wrote:

Hi,

I wonder if there's a way to change the DPIs I get when I do File/Export/PDF.
Does anyone know the default value?

I guess this link describe your real problem
http://wiki.lyx.org/FAQ/PDF#badFonts

right?
/johan


Re: DPI

2005-11-05 Thread Johan Ingvast

Pablo Ortúzar wrote:

Hi,

I wonder if there's a way to change the DPIs I get when I do File/Export/PDF.
Does anyone know the default value?

I guess this link describe your real problem
http://wiki.lyx.org/FAQ/PDF#badFonts

right?
/johan


Re: DPI

2005-11-05 Thread Johan Ingvast

Pablo Ortúzar wrote:

Hi,

I wonder if there's a way to change the DPIs I get when I do File/Export/PDF.
Does anyone know the default value?

I guess this link describe your real problem
http://wiki.lyx.org/FAQ/PDF#badFonts

right?
/johan


Re: Less spacing in figure captions

2005-11-04 Thread Johan Ingvast

Horacio Emilio Pérez Sánchez wrote:

Hello all,

I use LyX 1.3.5 in suse 9.0.

I need to reduce the distance between the text lines in the figure caption.


Add \usepackage{setspace} to the preamble and in the figure caption 
start with \setstretch{X} in ERT, where X is a number less than 1.

/johan



Re: Less spacing in figure captions

2005-11-04 Thread Johan Ingvast

Horacio Emilio Pérez Sánchez wrote:
Thanks, it works well, but is there any way to do it automatically for 
all the figure captions of the document? I mean, is there other command 
or option to be added to the preamble to persist this option for the 
whole document ?

This should fix it:

\usepackage{setspace}
\let\oldcaption\caption
\renewcommand\caption[1]{\oldcaption{\setstretch{0.6}#1}}

/johan



Thanks in advance.



At 13:06 04/11/2005, you wrote:


Horacio Emilio Pérez Sánchez wrote:


Hello all,
I use LyX 1.3.5 in suse 9.0.
I need to reduce the distance between the text lines in the figure 
caption.



Add \usepackage{setspace} to the preamble and in the figure caption 
start with \setstretch{X} in ERT, where X is a number less than 1.

/johan







Re: Less spacing in figure captions

2005-11-04 Thread Johan Ingvast

Horacio Emilio Pérez Sánchez wrote:

Hello all,

I use LyX 1.3.5 in suse 9.0.

I need to reduce the distance between the text lines in the figure caption.


Add \usepackage{setspace} to the preamble and in the figure caption 
start with \setstretch{X} in ERT, where X is a number less than 1.

/johan



Re: Less spacing in figure captions

2005-11-04 Thread Johan Ingvast

Horacio Emilio Pérez Sánchez wrote:
Thanks, it works well, but is there any way to do it automatically for 
all the figure captions of the document? I mean, is there other command 
or option to be added to the preamble to persist this option for the 
whole document ?

This should fix it:

\usepackage{setspace}
\let\oldcaption\caption
\renewcommand\caption[1]{\oldcaption{\setstretch{0.6}#1}}

/johan



Thanks in advance.



At 13:06 04/11/2005, you wrote:


Horacio Emilio Pérez Sánchez wrote:


Hello all,
I use LyX 1.3.5 in suse 9.0.
I need to reduce the distance between the text lines in the figure 
caption.



Add \usepackage{setspace} to the preamble and in the figure caption 
start with \setstretch{X} in ERT, where X is a number less than 1.

/johan







Re: Less spacing in figure captions

2005-11-04 Thread Johan Ingvast

Horacio Emilio Pérez Sánchez wrote:

Hello all,

I use LyX 1.3.5 in suse 9.0.

I need to reduce the distance between the text lines in the figure caption.


Add \usepackage{setspace} to the preamble and in the figure caption 
start with \setstretch{X} in ERT, where X is a number less than 1.

/johan



Re: Less spacing in figure captions

2005-11-04 Thread Johan Ingvast

Horacio Emilio Pérez Sánchez wrote:
Thanks, it works well, but is there any way to do it automatically for 
all the figure captions of the document? I mean, is there other command 
or option to be added to the preamble to persist this option for the 
whole document ?

This should fix it:

\usepackage{setspace}
\let\oldcaption\caption
\renewcommand\caption[1]{\oldcaption{\setstretch{0.6}#1}}

/johan



Thanks in advance.



At 13:06 04/11/2005, you wrote:


Horacio Emilio Pérez Sánchez wrote:


Hello all,
I use LyX 1.3.5 in suse 9.0.
I need to reduce the distance between the text lines in the figure 
caption.



Add \usepackage{setspace} to the preamble and in the figure caption 
start with \setstretch{X} in ERT, where X is a number less than 1.

/johan







Re: Choice of fonts in LaTeX

2005-10-23 Thread Johan Ingvast

Karsten Heymann wrote:


Is there a way to see which fonts are available to LaTeX?

Try thils link:
http://tug.org/TeXnik/mainFAQ.cgi?file=fonts/fonts
It shows ways of displaying all fonts found on the latex paths.
/johan


Figure and table side by side

2005-10-23 Thread Johan Ingvast

Hi
Since I don't want to spend too much space in my article, I'd like to 
have a table just next to a figure inside one float.


I want a figure caption on the figure and a table caption on the table.

I've tried different ways but not come up with a satisfying solution. 
I've scanned the archives but not found anything but how to put two 
figures/tables side by side, not the both kinds at the same time.



The best I found was to use the nofloat package which has defined 
tabcaption and figcaption separately. This made it possible to make a 
one  by two table inside a figure environmen, set a fixed width of each 
column and insert the table and figures inside the cells.


Then manually creating the captions by placing
ERT: \tabcaption{My table caption}
in the first cell. And
ERT: \figcaption{My figure caption}
in the second cell.
This is ok, however, I'm not convinced that the nofloat package screws 
other things up.


Any clues?

T.I.A.
/johan


Re: Figure and table side by side

2005-10-23 Thread Johan Ingvast

samar j. singh wrote:

On Monday 24 October 2005 02:04, Johan Ingvast wrote:


Hi
Since I don't want to spend too much space in my article, I'd like to
have a table just next to a figure inside one float.

I want a figure caption on the figure and a table caption on the table.

I've tried different ways but not come up with a satisfying solution.
I've scanned the archives but not found anything but how to put two
figures/tables side by side, not the both kinds at the same time.


The best I found was to use the nofloat package which has defined
tabcaption and figcaption separately. This made it possible to make a
one  by two table inside a figure environmen, set a fixed width of each
column and insert the table and figures inside the cells.

Then manually creating the captions by placing
ERT: \tabcaption{My table caption}
in the first cell. And
ERT: \figcaption{My figure caption}
in the second cell.
This is ok, however, I'm not convinced that the nofloat package screws
other things up.

Any clues?

T.I.A.
/johan




How about 
1. insert minipage right click inside and reduce width to less than 50% column 
width when the cue pops up

2. Insert Hfill
3. Insert another minipage as in 1
4. Put your figure in one minipage and your table in the other.
Yes, that's an alternative from using the 1 x 2 table. But my problem is 
with the captions. I want a table caption for the table and a figure 
caption for the figure. If I put everything in a figure float both 
captions will become Figure and vice versa.

/johan


Re: Choice of fonts in LaTeX

2005-10-23 Thread Johan Ingvast

Karsten Heymann wrote:


Is there a way to see which fonts are available to LaTeX?

Try thils link:
http://tug.org/TeXnik/mainFAQ.cgi?file=fonts/fonts
It shows ways of displaying all fonts found on the latex paths.
/johan


Figure and table side by side

2005-10-23 Thread Johan Ingvast

Hi
Since I don't want to spend too much space in my article, I'd like to 
have a table just next to a figure inside one float.


I want a figure caption on the figure and a table caption on the table.

I've tried different ways but not come up with a satisfying solution. 
I've scanned the archives but not found anything but how to put two 
figures/tables side by side, not the both kinds at the same time.



The best I found was to use the nofloat package which has defined 
tabcaption and figcaption separately. This made it possible to make a 
one  by two table inside a figure environmen, set a fixed width of each 
column and insert the table and figures inside the cells.


Then manually creating the captions by placing
ERT: \tabcaption{My table caption}
in the first cell. And
ERT: \figcaption{My figure caption}
in the second cell.
This is ok, however, I'm not convinced that the nofloat package screws 
other things up.


Any clues?

T.I.A.
/johan


Re: Figure and table side by side

2005-10-23 Thread Johan Ingvast

samar j. singh wrote:

On Monday 24 October 2005 02:04, Johan Ingvast wrote:


Hi
Since I don't want to spend too much space in my article, I'd like to
have a table just next to a figure inside one float.

I want a figure caption on the figure and a table caption on the table.

I've tried different ways but not come up with a satisfying solution.
I've scanned the archives but not found anything but how to put two
figures/tables side by side, not the both kinds at the same time.


The best I found was to use the nofloat package which has defined
tabcaption and figcaption separately. This made it possible to make a
one  by two table inside a figure environmen, set a fixed width of each
column and insert the table and figures inside the cells.

Then manually creating the captions by placing
ERT: \tabcaption{My table caption}
in the first cell. And
ERT: \figcaption{My figure caption}
in the second cell.
This is ok, however, I'm not convinced that the nofloat package screws
other things up.

Any clues?

T.I.A.
/johan




How about 
1. insert minipage right click inside and reduce width to less than 50% column 
width when the cue pops up

2. Insert Hfill
3. Insert another minipage as in 1
4. Put your figure in one minipage and your table in the other.
Yes, that's an alternative from using the 1 x 2 table. But my problem is 
with the captions. I want a table caption for the table and a figure 
caption for the figure. If I put everything in a figure float both 
captions will become Figure and vice versa.

/johan


Re: Choice of fonts in LaTeX

2005-10-23 Thread Johan Ingvast

Karsten Heymann wrote:


Is there a way to see which fonts are available to LaTeX?

Try thils link:
http://tug.org/TeXnik/mainFAQ.cgi?file=fonts/fonts
It shows ways of displaying all fonts found on the latex paths.
/johan


Figure and table side by side

2005-10-23 Thread Johan Ingvast

Hi
Since I don't want to spend too much space in my article, I'd like to 
have a table just next to a figure inside one float.


I want a figure caption on the figure and a table caption on the table.

I've tried different ways but not come up with a satisfying solution. 
I've scanned the archives but not found anything but how to put two 
figures/tables side by side, not the both kinds at the same time.



The best I found was to use the nofloat package which has defined 
tabcaption and figcaption separately. This made it possible to make a 
one  by two table inside a figure environmen, set a fixed width of each 
column and insert the table and figures inside the cells.


Then manually creating the captions by placing
ERT: \tabcaption{My table caption}
in the first cell. And
ERT: \figcaption{My figure caption}
in the second cell.
This is ok, however, I'm not convinced that the nofloat package screws 
other things up.


Any clues?

T.I.A.
/johan


Re: Figure and table side by side

2005-10-23 Thread Johan Ingvast

samar j. singh wrote:

On Monday 24 October 2005 02:04, Johan Ingvast wrote:


Hi
Since I don't want to spend too much space in my article, I'd like to
have a table just next to a figure inside one float.

I want a figure caption on the figure and a table caption on the table.

I've tried different ways but not come up with a satisfying solution.
I've scanned the archives but not found anything but how to put two
figures/tables side by side, not the both kinds at the same time.


The best I found was to use the nofloat package which has defined
tabcaption and figcaption separately. This made it possible to make a
one  by two table inside a figure environmen, set a fixed width of each
column and insert the table and figures inside the cells.

Then manually creating the captions by placing
ERT: \tabcaption{My table caption}
in the first cell. And
ERT: \figcaption{My figure caption}
in the second cell.
This is ok, however, I'm not convinced that the nofloat package screws
other things up.

Any clues?

T.I.A.
/johan




How about 
1. insert minipage right click inside and reduce width to less than 50% column 
width when the cue pops up

2. Insert Hfill
3. Insert another minipage as in 1
4. Put your figure in one minipage and your table in the other.
Yes, that's an alternative from using the 1 x 2 table. But my problem is 
with the captions. I want a table caption for the table and a figure 
caption for the figure. If I put everything in a figure float both 
captions will become "Figure" and vice versa.

/johan


Re: Choice of fonts in LaTeX

2005-10-21 Thread Johan Ingvast

Paul A. Rubin wrote:

Paul wrote:



You said about sticking to basic PDF fonts, but I would have thought
that it would be the other way round - unusual fonts would be *more*
portable because they are actually embedded within the document.



I'm not sure that's necessarily true.  I think it is up to the software 
producing the PDF file to decide whether to embed fonts (either 
unusual or standard) or simply to enter the font name someplace in the 
document.  If the font is not embedded and also not installed on the 
viewing machine, then the reader program uses what it thinks is a close 
enough font (determined, I think, from tables in the reader program).


If you are using ps2pdf when making the pdf you can make sure the fonts 
are embedded even if the standard fonts are used by adding

  -dSubsetFonts=true -dEmbedAllFonts=true
to the ps2pdf argument list. (What the 'subsetFont' means is unknown to 
me, but I've been told it should be there).


When sending photo ready copies of conference articles, it is common 
that the conference organizer demands that all fonts are embedded.

/johan





Re: Choice of fonts in LaTeX

2005-10-21 Thread Johan Ingvast

Paul A. Rubin wrote:

Paul wrote:



You said about sticking to basic PDF fonts, but I would have thought
that it would be the other way round - unusual fonts would be *more*
portable because they are actually embedded within the document.



I'm not sure that's necessarily true.  I think it is up to the software 
producing the PDF file to decide whether to embed fonts (either 
unusual or standard) or simply to enter the font name someplace in the 
document.  If the font is not embedded and also not installed on the 
viewing machine, then the reader program uses what it thinks is a close 
enough font (determined, I think, from tables in the reader program).


If you are using ps2pdf when making the pdf you can make sure the fonts 
are embedded even if the standard fonts are used by adding

  -dSubsetFonts=true -dEmbedAllFonts=true
to the ps2pdf argument list. (What the 'subsetFont' means is unknown to 
me, but I've been told it should be there).


When sending photo ready copies of conference articles, it is common 
that the conference organizer demands that all fonts are embedded.

/johan





Re: Choice of fonts in LaTeX

2005-10-21 Thread Johan Ingvast

Paul A. Rubin wrote:

Paul wrote:



You said about sticking to basic PDF fonts, but I would have thought
that it would be the other way round - unusual fonts would be *more*
portable because they are actually embedded within the document.



I'm not sure that's necessarily true.  I think it is up to the software 
producing the PDF file to decide whether to embed fonts (either 
"unusual" or standard) or simply to enter the font name someplace in the 
document.  If the font is not embedded and also not installed on the 
viewing machine, then the reader program uses what it thinks is a "close 
enough" font (determined, I think, from tables in the reader program).


If you are using ps2pdf when making the pdf you can make sure the fonts 
are embedded even if the standard fonts are used by adding

  -dSubsetFonts=true -dEmbedAllFonts=true
to the ps2pdf argument list. (What the 'subsetFont' means is unknown to 
me, but I've been told it should be there).


When sending photo ready copies of conference articles, it is common 
that the conference organizer demands that all fonts are embedded.

/johan





Re: lyxcode inside paragraph

2005-10-12 Thread Johan Ingvast

Jeroen Boydens wrote:

Hello,
 how can I enter lyxcode in the middle of a sentence? I want to emphasize
the fact that some words in a sentence are the names of methods, classes,
 I would like to see those names in a nonproportional typeface.
You can not without problems have a paragraph environment inside another 
paragraph. (Maybe possible if you put a minipage into the paragraph)


But why not
select text
Choose Layout-Character-Family-Typewriter

/johan


Re: lyxcode inside paragraph

2005-10-12 Thread Johan Ingvast

Jeroen Boydens wrote:

Hello,
 how can I enter lyxcode in the middle of a sentence? I want to emphasize
the fact that some words in a sentence are the names of methods, classes,
 I would like to see those names in a nonproportional typeface.
You can not without problems have a paragraph environment inside another 
paragraph. (Maybe possible if you put a minipage into the paragraph)


But why not
select text
Choose Layout-Character-Family-Typewriter

/johan


Re: lyxcode inside paragraph

2005-10-12 Thread Johan Ingvast

Jeroen Boydens wrote:

Hello,
 how can I enter lyxcode in the middle of a sentence? I want to emphasize
the fact that some words in a sentence are the names of methods, classes,
 I would like to see those names in a nonproportional typeface.
You can not without problems have a paragraph environment inside another 
paragraph. (Maybe possible if you put a minipage into the paragraph)


But why not
select text
Choose Layout->Character->Family->Typewriter

/johan


Re: auto page break before new section?

2005-10-09 Thread Johan Ingvast

Søren O'Neill wrote:

Hi There,
I want to automatically have a page break (or better still a \clearpage) 
inserted before each new section and chapter.


Can this be done once and for all in the preamble, or is it necessary to add 
manually for each section header?


I think the package afterpage offers what you want.
/johan


Re: auto page break before new section?

2005-10-09 Thread Johan Ingvast

Søren O'Neill wrote:

Hi There,
I want to automatically have a page break (or better still a \clearpage) 
inserted before each new section and chapter.


Can this be done once and for all in the preamble, or is it necessary to add 
manually for each section header?


I think the package afterpage offers what you want.
/johan


Re: auto page break before new section?

2005-10-09 Thread Johan Ingvast

Søren O'Neill wrote:

Hi There,
I want to automatically have a page break (or better still a \clearpage) 
inserted before each new section and chapter.


Can this be done once and for all in the preamble, or is it necessary to add 
manually for each section header?


I think the package afterpage offers what you want.
/johan


Re: IEEEtran template doesn't work

2005-09-07 Thread Johan Ingvast
Funny, I just did the same thing, but on a linux machine and with success.
Hope I can help you. A few questions/proposals:

1. When you do the reconfiguration of lyx, the program logs on screen what
   it finds and not. What about IEEEtran?

2. What does this report
$ kpsewhich IEEEtran.cls
   It should give the path to where you put the file. If not, have a look
   at the variable TEXINPUTS. I think it should start with a : otherwise
   the default paths are lost.

good luck
/johan


On Wed, 7 Sep 2005, Rob Chapman wrote:

   I just installed LyX on my Mac and after all the installing I
   decided to try it out.  The first template I tried failed as
   it was the IEEE template.  I downloaded IEEEtran.cls
   and stuck it in the appropriate place.
 
/sw/share/texmf-dist/tex/latex/base
 
   I ran:
 mktexlsr
 
   I also did the reconfigure from the edit menu in LyX and
   restarted the program.  After all that, I still get the
   same error:
 
Textclass error
  The document uses a missing TeX class IEEEtran
  LyX will not be able to produce output.
 
   I'm stuck now but I would like to try and learn this new
   tool for writing papers.  I have used FrameMaker for many
   years but it is no longer supported on a Mac so I am
   looking for alternatives.  Any help is appreciated.
 
   Rob
 

-- 
Johan Ingvast, PhD student http://www.md.kth.se/~ingvast
Department of Machine Design, Royal Institute of Technology, Sweden
http://www.md.kth.se, http://www.md.kth.se/~cas --- Walking robot proj
tel +46 (0)8 790 95 36  mob. +46 (0)70 34 34 498



Re: IEEEtran template doesn't work

2005-09-07 Thread Johan Ingvast
Funny, I just did the same thing, but on a linux machine and with success.
Hope I can help you. A few questions/proposals:

1. When you do the reconfiguration of lyx, the program logs on screen what
   it finds and not. What about IEEEtran?

2. What does this report
$ kpsewhich IEEEtran.cls
   It should give the path to where you put the file. If not, have a look
   at the variable TEXINPUTS. I think it should start with a : otherwise
   the default paths are lost.

good luck
/johan


On Wed, 7 Sep 2005, Rob Chapman wrote:

   I just installed LyX on my Mac and after all the installing I
   decided to try it out.  The first template I tried failed as
   it was the IEEE template.  I downloaded IEEEtran.cls
   and stuck it in the appropriate place.
 
/sw/share/texmf-dist/tex/latex/base
 
   I ran:
 mktexlsr
 
   I also did the reconfigure from the edit menu in LyX and
   restarted the program.  After all that, I still get the
   same error:
 
Textclass error
  The document uses a missing TeX class IEEEtran
  LyX will not be able to produce output.
 
   I'm stuck now but I would like to try and learn this new
   tool for writing papers.  I have used FrameMaker for many
   years but it is no longer supported on a Mac so I am
   looking for alternatives.  Any help is appreciated.
 
   Rob
 

-- 
Johan Ingvast, PhD student http://www.md.kth.se/~ingvast
Department of Machine Design, Royal Institute of Technology, Sweden
http://www.md.kth.se, http://www.md.kth.se/~cas --- Walking robot proj
tel +46 (0)8 790 95 36  mob. +46 (0)70 34 34 498



Re: IEEEtran template doesn't work

2005-09-07 Thread Johan Ingvast
Funny, I just did the same thing, but on a linux machine and with success.
Hope I can help you. A few questions/proposals:

1. When you do the reconfiguration of lyx, the program logs on screen what
   it finds and not. What about IEEEtran?

2. What does this report
$ kpsewhich IEEEtran.cls
   It should give the path to where you put the file. If not, have a look
   at the variable TEXINPUTS. I think it should start with a : otherwise
   the default paths are lost.

good luck
/johan


On Wed, 7 Sep 2005, Rob Chapman wrote:

>   I just installed LyX on my Mac and after all the installing I
>   decided to try it out.  The first template I tried failed as
>   it was the IEEE template.  I downloaded IEEEtran.cls
>   and stuck it in the appropriate place.
> 
>/sw/share/texmf-dist/tex/latex/base
> 
>   I ran:
> mktexlsr
> 
>   I also did the reconfigure from the edit menu in LyX and
>   restarted the program.  After all that, I still get the
>   same error:
> 
>Textclass error
>  The document uses a missing TeX class IEEEtran
>  LyX will not be able to produce output.
> 
>   I'm stuck now but I would like to try and learn this new
>   tool for writing papers.  I have used FrameMaker for many
>   years but it is no longer supported on a Mac so I am
>   looking for alternatives.  Any help is appreciated.
> 
>   Rob
> 

-- 
Johan Ingvast, PhD student http://www.md.kth.se/~ingvast
Department of Machine Design, Royal Institute of Technology, Sweden
http://www.md.kth.se, http://www.md.kth.se/~cas <--- Walking robot proj
tel +46 (0)8 790 95 36  mob. +46 (0)70 34 34 498



Re: 2nd argument in math mode

2005-07-03 Thread Johan Ingvast
On Sun, 3 Jul 2005, Brian Williams wrote:

 
 I wanted to insert this command \rule{0pt}{4.5ex} in the element of an 
 array. I didn't want to use arraystretch
 
 How do I get the 2nd argument? 

Simply hitting \{ after you have left the first argument paranthesis. It
will bring up a new pair of the latex-kind.
/johan

-- 
Johan Ingvast, PhD student http://www.md.kth.se/~ingvast
Department of Machine Design, Royal Institute of Technology, Sweden
http://www.md.kth.se, http://www.md.kth.se/~cas --- Walking robot proj
tel +46 (0)8 790 95 36  mob. +46 (0)70 34 34 498



Re: 2nd argument in math mode

2005-07-03 Thread Johan Ingvast
On Sun, 3 Jul 2005, Brian Williams wrote:

 
 I wanted to insert this command \rule{0pt}{4.5ex} in the element of an 
 array. I didn't want to use arraystretch
 
 How do I get the 2nd argument? 

Simply hitting \{ after you have left the first argument paranthesis. It
will bring up a new pair of the latex-kind.
/johan

-- 
Johan Ingvast, PhD student http://www.md.kth.se/~ingvast
Department of Machine Design, Royal Institute of Technology, Sweden
http://www.md.kth.se, http://www.md.kth.se/~cas --- Walking robot proj
tel +46 (0)8 790 95 36  mob. +46 (0)70 34 34 498



Re: 2nd argument in math mode

2005-07-03 Thread Johan Ingvast
On Sun, 3 Jul 2005, Brian Williams wrote:

> 
> I wanted to insert this command "\rule{0pt}{4.5ex}" in the element of an 
> array. I didn't want to use arraystretch
> 
> How do I get the 2nd argument? 

Simply hitting \{ after you have left the first argument paranthesis. It
will bring up a new pair of the latex-kind.
/johan

-- 
Johan Ingvast, PhD student http://www.md.kth.se/~ingvast
Department of Machine Design, Royal Institute of Technology, Sweden
http://www.md.kth.se, http://www.md.kth.se/~cas <--- Walking robot proj
tel +46 (0)8 790 95 36  mob. +46 (0)70 34 34 498



Re: [EMAIL PROTECTED]: help]

2005-06-22 Thread Johan Ingvast


On Wed, 22 Jun 2005 [EMAIL PROTECTED] wrote:

 - Forwarded message from Prasad R [EMAIL PROTECTED] -
 I am using LYX vestion 1.2.3. Unfortunatly is lost my lyx fie. I have PDF of 
 it.
 
 Can you plaes help me in convertin *.pdf to *.lyx
There are two tools that are handy for extracting the information from
pdf-files: pdftotext and pdfimages

As someone else pointed out using acrobat can also work.
If the document has the information in columns the reader/converter might have
problems knowing the lines are broken at the end of the line. For those
cases use xpdf which lets you mark a rectangular section and puts it into
the X-buffer. It can then be pasted into an editor with the middle button.
That is, if you are using a *nix system.

/johan

-- 
Johan Ingvast, PhD student http://www.md.kth.se/~ingvast
Department of Machine Design, Royal Institute of Technology, Sweden
http://www.md.kth.se, http://www.md.kth.se/~cas --- Walking robot proj
tel +46 (0)8 790 95 36  mob. +46 (0)70 34 34 498



Re: [EMAIL PROTECTED]: help]

2005-06-22 Thread Johan Ingvast


On Wed, 22 Jun 2005 [EMAIL PROTECTED] wrote:

 - Forwarded message from Prasad R [EMAIL PROTECTED] -
 I am using LYX vestion 1.2.3. Unfortunatly is lost my lyx fie. I have PDF of 
 it.
 
 Can you plaes help me in convertin *.pdf to *.lyx
There are two tools that are handy for extracting the information from
pdf-files: pdftotext and pdfimages

As someone else pointed out using acrobat can also work.
If the document has the information in columns the reader/converter might have
problems knowing the lines are broken at the end of the line. For those
cases use xpdf which lets you mark a rectangular section and puts it into
the X-buffer. It can then be pasted into an editor with the middle button.
That is, if you are using a *nix system.

/johan

-- 
Johan Ingvast, PhD student http://www.md.kth.se/~ingvast
Department of Machine Design, Royal Institute of Technology, Sweden
http://www.md.kth.se, http://www.md.kth.se/~cas --- Walking robot proj
tel +46 (0)8 790 95 36  mob. +46 (0)70 34 34 498



Re: [EMAIL PROTECTED]: help]

2005-06-22 Thread Johan Ingvast


On Wed, 22 Jun 2005 [EMAIL PROTECTED] wrote:

> - Forwarded message from Prasad R <[EMAIL PROTECTED]> -
> I am using LYX vestion 1.2.3. Unfortunatly is lost my lyx fie. I have PDF of 
> it.
> 
> Can you plaes help me in convertin *.pdf to *.lyx
There are two tools that are handy for extracting the information from
pdf-files: pdftotext and pdfimages

As someone else pointed out using acrobat can also work.
If the document has the information in columns the reader/converter might have
problems knowing the lines are broken at the end of the line. For those
cases use xpdf which lets you mark a rectangular section and puts it into
the X-buffer. It can then be pasted into an editor with the middle button.
That is, if you are using a *nix system.

/johan

-- 
Johan Ingvast, PhD student http://www.md.kth.se/~ingvast
Department of Machine Design, Royal Institute of Technology, Sweden
http://www.md.kth.se, http://www.md.kth.se/~cas <--- Walking robot proj
tel +46 (0)8 790 95 36  mob. +46 (0)70 34 34 498



Re: Problems with .ps and .dvi output when .eps is embedded

2005-06-20 Thread Johan Ingvast
I have not followed this thread, but took a look at the ps file anyway and
I noted it contained 25 pages. Is that really what you wanted?
/johan

$grep showpage  df-1-1-1.eps | wc
 25  25 225

On Mon, 20 Jun 2005, Wil Hunt wrote:

 Angus Leeming wrote:
 
 snip
 
  Then can you post your errant PostScript figure? Or even better the
  gnuplot script that created it.
 
 The plot was generated using the IODE package for Octave, which in turn
 called GnuPlot.  Unfortunately, it's an interactive program, and I'm not
 exactly sure what commands are being sent to GnuPlot.  That may very
 well be the problem.
 
 In any case, the .eps file is rather large, so I won't post it here, but
  here's a link to get it for yourself:
 
 http://hunt.homelinux.net/school/05/summer/math256/s1-1/df-1-1-1.eps
 
 It's a simple direction field plot.
 
 Thanks again for your help on this!
 
 

-- 
Johan Ingvast, PhD student http://www.md.kth.se/~ingvast
Department of Machine Design, Royal Institute of Technology, Sweden
http://www.md.kth.se, http://www.md.kth.se/~cas --- Walking robot proj
tel +46 (0)8 790 95 36  mob. +46 (0)70 34 34 498



Re: latex, pdflatex and lyx preview

2005-06-20 Thread Johan Ingvast
On Mon, 20 Jun 2005, Angus Leeming wrote:

 Martijn Brouwer wrote:
  Hi,
  To be able to use both latex and pdflatex, I removed the .eps filename
  extensions from the filenames in my lyx document. But now lyx cannot
  generate previews anymore because the filename specifications do not
  point to existing files.
  Is this a know issue?  If yes, is it fixed in 1.4?
 
 You shouldn't be having any problems in this regard on linux. View-PS and 
 View-PDF (pdflatex) should both work out of the box.

?
The issue is about the previews, right? not the export.

/johanHaving the same problem

-- 
Johan Ingvast, PhD student http://www.md.kth.se/~ingvast
Department of Machine Design, Royal Institute of Technology, Sweden
http://www.md.kth.se, http://www.md.kth.se/~cas --- Walking robot proj
tel +46 (0)8 790 95 36  mob. +46 (0)70 34 34 498



Re: Problems with .ps and .dvi output when .eps is embedded

2005-06-20 Thread Johan Ingvast
I have not followed this thread, but took a look at the ps file anyway and
I noted it contained 25 pages. Is that really what you wanted?
/johan

$grep showpage  df-1-1-1.eps | wc
 25  25 225

On Mon, 20 Jun 2005, Wil Hunt wrote:

 Angus Leeming wrote:
 
 snip
 
  Then can you post your errant PostScript figure? Or even better the
  gnuplot script that created it.
 
 The plot was generated using the IODE package for Octave, which in turn
 called GnuPlot.  Unfortunately, it's an interactive program, and I'm not
 exactly sure what commands are being sent to GnuPlot.  That may very
 well be the problem.
 
 In any case, the .eps file is rather large, so I won't post it here, but
  here's a link to get it for yourself:
 
 http://hunt.homelinux.net/school/05/summer/math256/s1-1/df-1-1-1.eps
 
 It's a simple direction field plot.
 
 Thanks again for your help on this!
 
 

-- 
Johan Ingvast, PhD student http://www.md.kth.se/~ingvast
Department of Machine Design, Royal Institute of Technology, Sweden
http://www.md.kth.se, http://www.md.kth.se/~cas --- Walking robot proj
tel +46 (0)8 790 95 36  mob. +46 (0)70 34 34 498



Re: latex, pdflatex and lyx preview

2005-06-20 Thread Johan Ingvast
On Mon, 20 Jun 2005, Angus Leeming wrote:

 Martijn Brouwer wrote:
  Hi,
  To be able to use both latex and pdflatex, I removed the .eps filename
  extensions from the filenames in my lyx document. But now lyx cannot
  generate previews anymore because the filename specifications do not
  point to existing files.
  Is this a know issue?  If yes, is it fixed in 1.4?
 
 You shouldn't be having any problems in this regard on linux. View-PS and 
 View-PDF (pdflatex) should both work out of the box.

?
The issue is about the previews, right? not the export.

/johanHaving the same problem

-- 
Johan Ingvast, PhD student http://www.md.kth.se/~ingvast
Department of Machine Design, Royal Institute of Technology, Sweden
http://www.md.kth.se, http://www.md.kth.se/~cas --- Walking robot proj
tel +46 (0)8 790 95 36  mob. +46 (0)70 34 34 498



Re: Problems with .ps and .dvi output when .eps is embedded

2005-06-20 Thread Johan Ingvast
I have not followed this thread, but took a look at the ps file anyway and
I noted it contained 25 pages. Is that really what you wanted?
/johan

$grep showpage  df-1-1-1.eps | wc
 25  25 225

On Mon, 20 Jun 2005, Wil Hunt wrote:

> Angus Leeming wrote:
> 
> 
> 
> > Then can you post your errant PostScript figure? Or even better the
> > gnuplot script that created it.
> 
> The plot was generated using the IODE package for Octave, which in turn
> called GnuPlot.  Unfortunately, it's an interactive program, and I'm not
> exactly sure what commands are being sent to GnuPlot.  That may very
> well be the problem.
> 
> In any case, the .eps file is rather large, so I won't post it here, but
>  here's a link to get it for yourself:
> 
> http://hunt.homelinux.net/school/05/summer/math256/s1-1/df-1-1-1.eps
> 
> It's a simple direction field plot.
> 
> Thanks again for your help on this!
> 
> 

-- 
Johan Ingvast, PhD student http://www.md.kth.se/~ingvast
Department of Machine Design, Royal Institute of Technology, Sweden
http://www.md.kth.se, http://www.md.kth.se/~cas <--- Walking robot proj
tel +46 (0)8 790 95 36  mob. +46 (0)70 34 34 498



Re: latex, pdflatex and lyx preview

2005-06-20 Thread Johan Ingvast
On Mon, 20 Jun 2005, Angus Leeming wrote:

> Martijn Brouwer wrote:
> > Hi,
> > To be able to use both latex and pdflatex, I removed the .eps filename
> > extensions from the filenames in my lyx document. But now lyx cannot
> > generate previews anymore because the filename specifications do not
> > point to existing files.
> > Is this a know issue?  If yes, is it fixed in 1.4?
> 
> You shouldn't be having any problems in this regard on linux. View->PS and 
> View->PDF (pdflatex) should both work out of the box.

?
The issue is about the previews, right? not the export.

/johanHaving the same problem

-- 
Johan Ingvast, PhD student http://www.md.kth.se/~ingvast
Department of Machine Design, Royal Institute of Technology, Sweden
http://www.md.kth.se, http://www.md.kth.se/~cas <--- Walking robot proj
tel +46 (0)8 790 95 36  mob. +46 (0)70 34 34 498



Re: Two dashes vs. en-dash

2005-06-02 Thread Johan Ingvast
On Thu, 2 Jun 2005, ADT wrote:

 Anyone know the magic keypress to create a double dash?
What about typing two minuses in math mode?
/johan

-- 
Johan Ingvast, PhD student http://www.md.kth.se/~ingvast
Department of Machine Design, Royal Institute of Technology, Sweden
http://www.md.kth.se, http://www.md.kth.se/~cas --- Walking robot proj
tel +46 (0)8 790 95 36  mob. +46 (0)70 34 34 498



Re: Two dashes vs. en-dash

2005-06-02 Thread Johan Ingvast
On Thu, 2 Jun 2005, ADT wrote:

 Anyone know the magic keypress to create a double dash?
What about typing two minuses in math mode?
/johan

-- 
Johan Ingvast, PhD student http://www.md.kth.se/~ingvast
Department of Machine Design, Royal Institute of Technology, Sweden
http://www.md.kth.se, http://www.md.kth.se/~cas --- Walking robot proj
tel +46 (0)8 790 95 36  mob. +46 (0)70 34 34 498



Re: Two dashes vs. en-dash

2005-06-02 Thread Johan Ingvast
On Thu, 2 Jun 2005, ADT wrote:

> Anyone know the magic keypress to create a double dash?
What about typing two minuses in math mode?
/johan

-- 
Johan Ingvast, PhD student http://www.md.kth.se/~ingvast
Department of Machine Design, Royal Institute of Technology, Sweden
http://www.md.kth.se, http://www.md.kth.se/~cas <--- Walking robot proj
tel +46 (0)8 790 95 36  mob. +46 (0)70 34 34 498



Re: Force in-line equations to one line

2005-05-31 Thread Johan Ingvast
On Tue, 31 May 2005, Roger McMurtrie wrote:

 Does anybody know how to stop, other than forcing a line break, a short 
 in-line equation from being split into two parts by an automatic line break?
Put it inside a box, using ert, something like
ERT \mbox{

your equation

ERT }


It should also be possible to have the mbox inside the mathenvironment but
I did not get it to work when I tried, so have the mbox outside using
erts.

/johan


-- 
Johan Ingvast, PhD student http://www.md.kth.se/~ingvast
Department of Machine Design, Royal Institute of Technology, Sweden
http://www.md.kth.se, http://www.md.kth.se/~cas --- Walking robot proj
tel +46 (0)8 790 95 36  mob. +46 (0)70 34 34 498



Re: Force in-line equations to one line

2005-05-31 Thread Johan Ingvast
On Tue, 31 May 2005, Roger McMurtrie wrote:

 Does anybody know how to stop, other than forcing a line break, a short 
 in-line equation from being split into two parts by an automatic line break?
Put it inside a box, using ert, something like
ERT \mbox{

your equation

ERT }


It should also be possible to have the mbox inside the mathenvironment but
I did not get it to work when I tried, so have the mbox outside using
erts.

/johan


-- 
Johan Ingvast, PhD student http://www.md.kth.se/~ingvast
Department of Machine Design, Royal Institute of Technology, Sweden
http://www.md.kth.se, http://www.md.kth.se/~cas --- Walking robot proj
tel +46 (0)8 790 95 36  mob. +46 (0)70 34 34 498



Re: Force in-line equations to one line

2005-05-31 Thread Johan Ingvast
On Tue, 31 May 2005, Roger McMurtrie wrote:

> Does anybody know how to stop, other than forcing a line break, a short 
> in-line equation from being split into two parts by an automatic line break?
Put it inside a box, using ert, something like
ERT \mbox{

your equation

ERT }


It should also be possible to have the mbox inside the mathenvironment but
I did not get it to work when I tried, so have the mbox outside using
erts.

/johan


-- 
Johan Ingvast, PhD student http://www.md.kth.se/~ingvast
Department of Machine Design, Royal Institute of Technology, Sweden
http://www.md.kth.se, http://www.md.kth.se/~cas <--- Walking robot proj
tel +46 (0)8 790 95 36  mob. +46 (0)70 34 34 498



Re: Right alignment of text

2005-05-20 Thread Johan Ingvast
On Thu, 19 May 2005, Angus Leeming wrote:
 Here (Fedora Core 3) I get something like:
   line 1
   line 2
[EMAIL PROTECTED]
 
 The last line ends at least one character further to the right than 
 the previous two lines. Also the previous two lines are flushed right, 
 but  somehow they look like they 'slope'
In my FC3 installation the flushing seem right.
However, I've done some chanages in my tex installation which might
explain it.
I'm running:
$ latex -v
pdfeTeX 3.141592-1.21a-2.2 (Web2C 7.5.4)
...

/johan
-- 
Johan Ingvast, PhD student http://www.md.kth.se/~ingvast
Department of Machine Design, Royal Institute of Technology, Sweden
http://www.md.kth.se, http://www.md.kth.se/~cas --- Walking robot proj
tel +46 (0)8 790 95 36  mob. +46 (0)70 34 34 498



Re: Setting the spacing between \itemize entries?

2005-05-20 Thread Johan Ingvast
On Thu, 19 May 2005, Angus Leeming wrote:

 I can do it with ERT in the body of the document as
 
 ERT\begin{itemize}
 \setlength{\itemsep}{0pt}/ERT
 ERT\item /ERTfoo
 ERT\item /ERTbar
 ERT\end{itemize}
 
 But can I do it for all itemize lists by shoving something in the 
 preamble instead and using LyX's itemize environment?
This is what I have in the preamble to fix the separation:

\let\olditemize=\itemize
\def\itemize{%
\olditemize%
\setlength{\itemsep}{0.0ex}%
\setstretch{0.95}%
}

\let\oldenumerate=\enumerate
\def\enumerate{%
\oldenumerate%
\setlength{\itemsep}{0.0ex}%
\setstretch{0.9}%
}

I've got it from Christian (thanks!).
/johan

-- 
Johan Ingvast, PhD student http://www.md.kth.se/~ingvast
Department of Machine Design, Royal Institute of Technology, Sweden
http://www.md.kth.se, http://www.md.kth.se/~cas --- Walking robot proj
tel +46 (0)8 790 95 36  mob. +46 (0)70 34 34 498



Re: lyx command for do not indent paragraph?

2005-05-20 Thread Johan Ingvast
On Thu, 19 May 2005, Paul A. Rubin wrote:

 Angus Leeming wrote:

 Is there a way to bind a key combination to an ERT box containing 
 \noindent?  (I've never tried to create a key binding to produce ERT -- 
 that I can recall, at least.)
Sure, I do that alot. This comes from my my.bind

\bind M-r command-sequence ert-insert; self-insert \\rb{} ; inset-toggle

It creates an ERT, inserts \rb{} and then closes it.
/johan

-- 
Johan Ingvast, PhD student http://www.md.kth.se/~ingvast
Department of Machine Design, Royal Institute of Technology, Sweden
http://www.md.kth.se, http://www.md.kth.se/~cas --- Walking robot proj
tel +46 (0)8 790 95 36  mob. +46 (0)70 34 34 498



Re: Right alignment of text

2005-05-20 Thread Johan Ingvast
On Thu, 19 May 2005, Angus Leeming wrote:
 Here (Fedora Core 3) I get something like:
   line 1
   line 2
[EMAIL PROTECTED]
 
 The last line ends at least one character further to the right than 
 the previous two lines. Also the previous two lines are flushed right, 
 but  somehow they look like they 'slope'
In my FC3 installation the flushing seem right.
However, I've done some chanages in my tex installation which might
explain it.
I'm running:
$ latex -v
pdfeTeX 3.141592-1.21a-2.2 (Web2C 7.5.4)
...

/johan
-- 
Johan Ingvast, PhD student http://www.md.kth.se/~ingvast
Department of Machine Design, Royal Institute of Technology, Sweden
http://www.md.kth.se, http://www.md.kth.se/~cas --- Walking robot proj
tel +46 (0)8 790 95 36  mob. +46 (0)70 34 34 498



Re: Setting the spacing between \itemize entries?

2005-05-20 Thread Johan Ingvast
On Thu, 19 May 2005, Angus Leeming wrote:

 I can do it with ERT in the body of the document as
 
 ERT\begin{itemize}
 \setlength{\itemsep}{0pt}/ERT
 ERT\item /ERTfoo
 ERT\item /ERTbar
 ERT\end{itemize}
 
 But can I do it for all itemize lists by shoving something in the 
 preamble instead and using LyX's itemize environment?
This is what I have in the preamble to fix the separation:

\let\olditemize=\itemize
\def\itemize{%
\olditemize%
\setlength{\itemsep}{0.0ex}%
\setstretch{0.95}%
}

\let\oldenumerate=\enumerate
\def\enumerate{%
\oldenumerate%
\setlength{\itemsep}{0.0ex}%
\setstretch{0.9}%
}

I've got it from Christian (thanks!).
/johan

-- 
Johan Ingvast, PhD student http://www.md.kth.se/~ingvast
Department of Machine Design, Royal Institute of Technology, Sweden
http://www.md.kth.se, http://www.md.kth.se/~cas --- Walking robot proj
tel +46 (0)8 790 95 36  mob. +46 (0)70 34 34 498



Re: lyx command for do not indent paragraph?

2005-05-20 Thread Johan Ingvast
On Thu, 19 May 2005, Paul A. Rubin wrote:

 Angus Leeming wrote:

 Is there a way to bind a key combination to an ERT box containing 
 \noindent?  (I've never tried to create a key binding to produce ERT -- 
 that I can recall, at least.)
Sure, I do that alot. This comes from my my.bind

\bind M-r command-sequence ert-insert; self-insert \\rb{} ; inset-toggle

It creates an ERT, inserts \rb{} and then closes it.
/johan

-- 
Johan Ingvast, PhD student http://www.md.kth.se/~ingvast
Department of Machine Design, Royal Institute of Technology, Sweden
http://www.md.kth.se, http://www.md.kth.se/~cas --- Walking robot proj
tel +46 (0)8 790 95 36  mob. +46 (0)70 34 34 498



Re: Right alignment of text

2005-05-20 Thread Johan Ingvast
On Thu, 19 May 2005, Angus Leeming wrote:
> Here (Fedora Core 3) I get something like:
>   line 1
>   line 2
>[EMAIL PROTECTED]
> 
> The last line ends at least one character further to the right than 
> the previous two lines. Also the previous two lines are flushed right, 
> but  somehow they look like they 'slope'
In my FC3 installation the flushing seem right.
However, I've done some chanages in my tex installation which might
explain it.
I'm running:
$ latex -v
pdfeTeX 3.141592-1.21a-2.2 (Web2C 7.5.4)
...

/johan
-- 
Johan Ingvast, PhD student http://www.md.kth.se/~ingvast
Department of Machine Design, Royal Institute of Technology, Sweden
http://www.md.kth.se, http://www.md.kth.se/~cas <--- Walking robot proj
tel +46 (0)8 790 95 36  mob. +46 (0)70 34 34 498



Re: Setting the spacing between \itemize entries?

2005-05-20 Thread Johan Ingvast
On Thu, 19 May 2005, Angus Leeming wrote:

> I can do it with ERT in the body of the document as
> 
> \begin{itemize}
> \setlength{\itemsep}{0pt}
> \item foo
> \item bar
> \end{itemize}
> 
> But can I do it for all itemize lists by shoving something in the 
> preamble instead and using LyX's itemize environment?
This is what I have in the preamble to fix the separation:

\let\olditemize=\itemize
\def\itemize{%
\olditemize%
\setlength{\itemsep}{0.0ex}%
\setstretch{0.95}%
}

\let\oldenumerate=\enumerate
\def\enumerate{%
\oldenumerate%
\setlength{\itemsep}{0.0ex}%
\setstretch{0.9}%
}

I've got it from Christian (thanks!).
/johan

-- 
Johan Ingvast, PhD student http://www.md.kth.se/~ingvast
Department of Machine Design, Royal Institute of Technology, Sweden
http://www.md.kth.se, http://www.md.kth.se/~cas <--- Walking robot proj
tel +46 (0)8 790 95 36  mob. +46 (0)70 34 34 498



Re: lyx command for "do not indent paragraph"?

2005-05-20 Thread Johan Ingvast
On Thu, 19 May 2005, Paul A. Rubin wrote:

> Angus Leeming wrote:

> Is there a way to bind a key combination to an ERT box containing 
> \noindent?  (I've never tried to create a key binding to produce ERT -- 
> that I can recall, at least.)
Sure, I do that alot. This comes from my my.bind

\bind M-r "command-sequence ert-insert; self-insert \\rb{} ; inset-toggle"

It creates an ERT, inserts \rb{} and then closes it.
/johan

-- 
Johan Ingvast, PhD student http://www.md.kth.se/~ingvast
Department of Machine Design, Royal Institute of Technology, Sweden
http://www.md.kth.se, http://www.md.kth.se/~cas <--- Walking robot proj
tel +46 (0)8 790 95 36  mob. +46 (0)70 34 34 498



Re: clearing bookmarks?

2005-05-18 Thread Johan Ingvast
On Tue, 17 May 2005, Kevin Pfeiffer wrote:

 Uwe Stöhr writes:
 
 You're right! So much for my thorough testing. I only placed the bookmark, 
 scrolled to the top of the document and then tried navigating back via 
 bookmark to where I was. I never dreamed that the bookmark is not saved 
 with the document (must be a bug, isn't it?). 
I don't think it is. Because having them in the session makes it
possible to move between different documents within the same lyxsession.
So if I have a number of documents open, going to a bookmark can, besides
moving in the active document, also swith document.

However, I agree that some functionality for saving bookmarks should be
implemented.

/johan

-- 
Johan Ingvast, PhD student http://www.md.kth.se/~ingvast
Department of Machine Design, Royal Institute of Technology, Sweden
http://www.md.kth.se, http://www.md.kth.se/~cas --- Walking robot proj
tel +46 (0)8 790 95 36  mob. +46 (0)70 34 34 498



Re: clearing bookmarks?

2005-05-18 Thread Johan Ingvast
On Tue, 17 May 2005, Kevin Pfeiffer wrote:

 Uwe Stöhr writes:
 
 You're right! So much for my thorough testing. I only placed the bookmark, 
 scrolled to the top of the document and then tried navigating back via 
 bookmark to where I was. I never dreamed that the bookmark is not saved 
 with the document (must be a bug, isn't it?). 
I don't think it is. Because having them in the session makes it
possible to move between different documents within the same lyxsession.
So if I have a number of documents open, going to a bookmark can, besides
moving in the active document, also swith document.

However, I agree that some functionality for saving bookmarks should be
implemented.

/johan

-- 
Johan Ingvast, PhD student http://www.md.kth.se/~ingvast
Department of Machine Design, Royal Institute of Technology, Sweden
http://www.md.kth.se, http://www.md.kth.se/~cas --- Walking robot proj
tel +46 (0)8 790 95 36  mob. +46 (0)70 34 34 498



Re: clearing bookmarks?

2005-05-18 Thread Johan Ingvast
On Tue, 17 May 2005, Kevin Pfeiffer wrote:

> Uwe Stöhr writes:
> 
> You're right! So much for my thorough testing. I only placed the bookmark, 
> scrolled to the top of the document and then tried navigating back via 
> bookmark to where I was. I never dreamed that the bookmark is not saved 
> with the document (must be a bug, isn't it?). 
I don't think it is. Because having them in the "session" makes it
possible to move between different documents within the same lyxsession.
So if I have a number of documents open, going to a bookmark can, besides
moving in the active document, also swith document.

However, I agree that some functionality for saving bookmarks should be
implemented.

/johan

-- 
Johan Ingvast, PhD student http://www.md.kth.se/~ingvast
Department of Machine Design, Royal Institute of Technology, Sweden
http://www.md.kth.se, http://www.md.kth.se/~cas <--- Walking robot proj
tel +46 (0)8 790 95 36  mob. +46 (0)70 34 34 498



Re: Metapost problems

2005-05-16 Thread Johan Ingvast
On Mon, 16 May 2005, Paul A. Rubin wrote:

 Johan Ingvast wrote:
  
  A much simpler way is to run mptopdf which creates pdf-files
  directly and handles all the font problems.
  
  /johan
  
 Thanks for the tip.  It turns out I'll need to install a full version of 
 Perl to use mptopdf.  Before I do that, I'm going to try Ipe, which 
 looks like it might be useful, particularly as it can include math-mode 
 LaTeX in plot labels.  The font problem I had with Dia related to 
 displaying math-mode labels.  Even if I get that resolved, I don't think 
 it will be easy to position them correctly in Dia, since the LaTeX 
 source text is not the same size as the end result.
Switching to Ipe seems like a good choice, and is actually what I've done.
Apart from beeing good at handling math-labels its drawing
functionallities are great.
/johan

-- 
Johan Ingvast, PhD student http://www.md.kth.se/~ingvast
Department of Machine Design, Royal Institute of Technology, Sweden
http://www.md.kth.se, http://www.md.kth.se/~cas --- Walking robot proj
tel +46 (0)8 790 95 36  mob. +46 (0)70 34 34 498



  1   2   >