Re: Metapost and JPG

2003-12-04 Thread Christian Ridderström
On Fri, 5 Dec 2003, Andrew Criswell wrote:

 Hello:
 
 Does anyone know how to convert a Metapost file to JPG?

Print to postcript and then use 'convert file.ps file.jpg' (assuming 
you're in Linux).

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: highlighting and deleting batches of spam

2003-12-04 Thread Christian Ridderström
On Thu, 4 Dec 2003 [EMAIL PROTECTED] wrote:

 I use a filter to put what's likely to be spam in a folder and then prune out 
 what's real mail and delete the rest.  The problem is that every message needs 
 to be opened and then deleted, which doesn't work because so much spam takes 
 forever to open due to url lookups  etc.,  or highlighted with shift enter
  and then deleted.  That saves opening the individual mails, but still 
 requires a clickitalic per/italic message.  I get lots (lots!) of spam.  
 Often I'll need to delete 100 messages in a row.  Is there a way to highlight 
 a message and then select all subsequent messages up to a specific message?  
 That way you could eyeball a list and delete message 1 through 65 with less 
 than a handful of clicks, rather than the 65+ I'm going through.
 
 If not, what would be the best way to add a menu item that lets you select 
 message 1 - 65, e.g., for deletion.

Wow... is this seriously off topic or what :-)

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: backslash binding in mathed

2003-12-04 Thread Christian Ridderström
On Thu, 4 Dec 2003, Günter Milde wrote:

> Dear lyxers,
> 
> I'd like to bind the "backslash-action" (insert a (La)TeX command and try to
> show as symbol) to a more easy accessible key, as backslash is
> Alt-Gr-sharp-s on my German keybord.
> 
> So far I tried:
> 
> in my *.kbd keybindings file:
> 
> \kmap \\ \#
> \kmap \# \\
> 
> -> Works only in text, not in mathed.
> 
> in my *.bind keybindings file:
> 
> \bind "numbersign"  "math-insert backslash"
> \bind "backslash"   "math-insert numbersign"
> 
> -> does insert a literal backslash with Key-#
> 
> So, what is the name of the function bound to \ in mathed?
> Can I rebind it?

Maybe it's not a function, but just a character? If nothing else, you 
should be able to use a 'command-sequence' that inserts a '\', and then 
you bind the command sequence to whatever key you like. See these links:

http://wiki.lyx.org/pmwiki.php/Tips/KeyboardShortcuts
http://wiki.lyx.org/pmwiki.php/Tips/CommandSequences

> BTW: Is there a function to show the keybindings on the statusbar (like
> the show-key in jed or emacs)?

I don't think so, but this script:
http://wiki.lyx.org/pmwiki.php/Tools/LyxBindings
can show you all bindings.

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Metapost and JPG

2003-12-04 Thread Christian Ridderström
On Fri, 5 Dec 2003, Andrew Criswell wrote:

> Hello:
> 
> Does anyone know how to convert a Metapost file to JPG?

Print to postcript and then use 'convert file.ps file.jpg' (assuming 
you're in Linux).

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: highlighting and deleting batches of spam

2003-12-04 Thread Christian Ridderström
On Thu, 4 Dec 2003 [EMAIL PROTECTED] wrote:

> I use a filter to put what's likely to be spam in a folder and then prune out 
> what's real mail and delete the rest.  The problem is that every message needs 
> to be opened and then deleted, which doesn't work because so much spam takes 
> forever to open due to url lookups & etc.,  or highlighted with  
>  and then deleted.  That saves opening the individual mails, but still 
> requires a click per message.  I get lots (lots!) of spam.  
> Often I'll need to delete 100 messages in a row.  Is there a way to highlight 
> a message and then select all subsequent messages up to a specific message?  
> That way you could eyeball a list and delete message 1 through 65 with less 
> than a handful of clicks, rather than the 65+ I'm going through.
> 
> If not, what would be the best way to add a menu item that lets you select 
> message 1 - 65, e.g., for deletion.

Wow... is this seriously off topic or what :-)

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: no hyphenation/word splitting

2003-12-03 Thread Christian Ridderström
On Wed, 3 Dec 2003, Raphael Clifford wrote:

 While I'm about it there is something else I don't know how to do.  How 
 do I turn off hyphenation so that words aren't split over different lines?
 
See http://wiki.lyx.org/pmwiki.php/FAQ/Unsorted#avoidHyphenation

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: postscript view update keybinding

2003-12-03 Thread Christian Ridderström
On Wed, 3 Dec 2003, christoff pale wrote:

 Hi, 
 I want to bind the 
 view-update-postscript 
 to a shortcut key.
 
 I searched the lyx-mailing list archive and someone
 recommended that I put 
 
 \bind C-x C-g buffer-view-ps
 
 in  ~/.lyx/bind/menus.bind file
 
 I did that and I get the following message:
 
 LyX: Unknown LyX function `buffer-view-ps' [around
 line 190 of file ~/.lyx/bind/menus.bind]
 
It's probablye the wrong 'LFUN', see these pages:
http://wiki.lyx.org/pmwiki.php/Tips/KeyboardShortcuts
http://wiki.lyx.org/pmwiki.php/Tips/CommandSequences
http://wiki.lyx.org/pmwiki.php/Devel/LFUNs

if you have done bindings before, the last link should be enoug for you.

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: no hyphenation/word splitting

2003-12-03 Thread Christian Ridderström
On Wed, 3 Dec 2003, Raphael Clifford wrote:

 While I'm about it there is something else I don't know how to do.  How 
 do I turn off hyphenation so that words aren't split over different lines?
 
See http://wiki.lyx.org/pmwiki.php/FAQ/Unsorted#avoidHyphenation

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: postscript view update keybinding

2003-12-03 Thread Christian Ridderström
On Wed, 3 Dec 2003, christoff pale wrote:

 Hi, 
 I want to bind the 
 view-update-postscript 
 to a shortcut key.
 
 I searched the lyx-mailing list archive and someone
 recommended that I put 
 
 \bind C-x C-g buffer-view-ps
 
 in  ~/.lyx/bind/menus.bind file
 
 I did that and I get the following message:
 
 LyX: Unknown LyX function `buffer-view-ps' [around
 line 190 of file ~/.lyx/bind/menus.bind]
 
It's probablye the wrong 'LFUN', see these pages:
http://wiki.lyx.org/pmwiki.php/Tips/KeyboardShortcuts
http://wiki.lyx.org/pmwiki.php/Tips/CommandSequences
http://wiki.lyx.org/pmwiki.php/Devel/LFUNs

if you have done bindings before, the last link should be enoug for you.

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: no hyphenation/word splitting

2003-12-03 Thread Christian Ridderström
On Wed, 3 Dec 2003, Raphael Clifford wrote:

> While I'm about it there is something else I don't know how to do.  How 
> do I turn off hyphenation so that words aren't split over different lines?
> 
See http://wiki.lyx.org/pmwiki.php/FAQ/Unsorted#avoidHyphenation

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: postscript view update keybinding

2003-12-03 Thread Christian Ridderström
On Wed, 3 Dec 2003, christoff pale wrote:

> Hi, 
> I want to bind the 
> view->update->postscript 
> to a shortcut key.
> 
> I searched the lyx-mailing list archive and someone
> recommended that I put 
> 
> \bind "C-x C-g" "buffer-view-ps"
> 
> in  ~/.lyx/bind/menus.bind file
> 
> I did that and I get the following message:
> 
> LyX: Unknown LyX function `buffer-view-ps' [around
> line 190 of file ~/.lyx/bind/menus.bind]
> 
It's probablye the wrong 'LFUN', see these pages:
http://wiki.lyx.org/pmwiki.php/Tips/KeyboardShortcuts
http://wiki.lyx.org/pmwiki.php/Tips/CommandSequences
http://wiki.lyx.org/pmwiki.php/Devel/LFUNs

if you have done bindings before, the last link should be enoug for you.

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Renumbering chapters

2003-11-27 Thread Christian Ridderström
On Thu, 27 Nov 2003, Rich Shepard wrote:

   I want to extract a couple of chapters from my book, and put them into a
 new document. However, I would like to retain the original numbers rather
 than have them renumberd Chapter 1 and Chapter 2.
 
   Would I use something like \renewcommand{thischapter}{5} on the copies to
 assign a specific number to the chapter?
 
One solution is shown here:
http://wiki.lyx.org/pmwiki.php/Examples/ManuallySetChapterNumberInReport

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: indexing a book

2003-11-27 Thread Christian Ridderström
On Thu, 27 Nov 2003, Ed Sawicki wrote:

 The indexed words are turned into boxes on the screen that
 I find annoying.

If you find the boxes annoying, send a suggestion/feature request/ to the 
devel-list, saying that you'd like to have a way of _not_ displaying the 
index-boxes.

You should include a suggestion for how you think this display on/off-setting 
should to be controlled... in the preferences, on a per document basis,  
through some menu toggle, or a dialog etc? 

/Christian


-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Renumbering chapters

2003-11-27 Thread Christian Ridderström
On Thu, 27 Nov 2003, Rich Shepard wrote:

   I want to extract a couple of chapters from my book, and put them into a
 new document. However, I would like to retain the original numbers rather
 than have them renumberd Chapter 1 and Chapter 2.
 
   Would I use something like \renewcommand{thischapter}{5} on the copies to
 assign a specific number to the chapter?
 
One solution is shown here:
http://wiki.lyx.org/pmwiki.php/Examples/ManuallySetChapterNumberInReport

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: indexing a book

2003-11-27 Thread Christian Ridderström
On Thu, 27 Nov 2003, Ed Sawicki wrote:

 The indexed words are turned into boxes on the screen that
 I find annoying.

If you find the boxes annoying, send a suggestion/feature request/ to the 
devel-list, saying that you'd like to have a way of _not_ displaying the 
index-boxes.

You should include a suggestion for how you think this display on/off-setting 
should to be controlled... in the preferences, on a per document basis,  
through some menu toggle, or a dialog etc? 

/Christian


-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Renumbering chapters

2003-11-27 Thread Christian Ridderström
On Thu, 27 Nov 2003, Rich Shepard wrote:

>   I want to extract a couple of chapters from my book, and put them into a
> new document. However, I would like to retain the original numbers rather
> than have them renumberd "Chapter 1" and "Chapter 2".
> 
>   Would I use something like \renewcommand{thischapter}{5} on the copies to
> assign a specific number to the chapter?
> 
One solution is shown here:
http://wiki.lyx.org/pmwiki.php/Examples/ManuallySetChapterNumberInReport

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: indexing a book

2003-11-27 Thread Christian Ridderström
On Thu, 27 Nov 2003, Ed Sawicki wrote:

> The indexed words are turned into boxes on the screen that
> I find annoying.

If you find the boxes annoying, send a suggestion/feature request/ to the 
devel-list, saying that you'd like to have a way of _not_ displaying the 
index-boxes.

You should include a suggestion for how you think this display on/off-setting 
should to be controlled... in the preferences, on a per document basis,  
through some menu toggle, or a dialog etc? 

/Christian


-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: clearing entries in a table (feature request?)

2003-11-25 Thread Christian Ridderström
On Tue, 25 Nov 2003, Nirmal Govind wrote:

  
  M-x delete-forward   should works as a substitute to a 'real' delete key
  press.
 
 Awesome!
 
 I put this in the ui file too and it all works great!

Or you could bind it to M-C-Del . ;-)

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: clearing entries in a table (feature request?)

2003-11-25 Thread Christian Ridderström
On Tue, 25 Nov 2003, Nirmal Govind wrote:

  
  M-x delete-forward   should works as a substitute to a 'real' delete key
  press.
 
 Awesome!
 
 I put this in the ui file too and it all works great!

Or you could bind it to M-C-Del . ;-)

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: clearing entries in a table (feature request?)

2003-11-25 Thread Christian Ridderström
On Tue, 25 Nov 2003, Nirmal Govind wrote:

> > 
> > M-x delete-forward   should works as a substitute to a 'real' delete key
> > press.
> 
> Awesome!
> 
> I put this in the ui file too and it all works great!

Or you could bind it to M-C-Del . ;-)

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Lyx/Prosper - changing paper orientation (was Re: Need help ...)

2003-11-24 Thread Christian Ridderström
On Sun, 23 Nov 2003, Christian Ridderström wrote:

 Hi Stefano
 
 As I understand the question above, you want the paper to be in portrait 
 mode?

It seems the papersize/orientation is hardcoded into the various styles 
(PPRdefault.sty for instance), and all of the ones I looked at assume a 
landscape orientation. This is a question for Prosper and not LyX...
You could try looking at http://prosper.sourceforge.net/ and see if you 
can get any help there (or serach the web for prosper+portrait).

Sorry..

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr





Re: Lab manual

2003-11-24 Thread Christian Ridderström
On Sun, 23 Nov 2003, Nirmal Govind wrote:

 
  Um.. if you mean something like in the screenshot at this page
  http://wiki.lyx.org/pmwiki.php/Tips/MultipleLyxCodeInSingleEnumerate
  
 
 Hi Christian.. I think there's something missing in those instructions:
 
Thanks, you're right and I've fixed it now. Hopefully it's correct now...  

/Christian


-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Lab manual

2003-11-24 Thread Christian Ridderström
On Mon, 24 Nov 2003, Karsten Heymann wrote:

 On Sun, 23 Nov 2003 17:05:45 -0500
 Nirmal Govind [EMAIL PROTECTED] wrote:
 
 That remembers me of a litte Idea I had: Is it possible to map C-S-Enter to
 the following command sequence:
   M-Enter (or it's lfun counterpart)
   S-M-Right (increase depth)
   chose standard layout
 In my bind files I nowhere found a Key mapped to more than one lfun. is this
 possible at all?

Sure... they're called command-sequences, see 
http://wiki.lyx.org/pmwiki.php/Tips/CommandSequences

I'm not sure if C-S-Enter is separate from C-Enter, but if it isn't you 
could try mapping it to M-C-Enter?

/Christian


-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Lab manual

2003-11-24 Thread Christian Ridderström
On Mon, 24 Nov 2003, Karsten Heymann wrote:

  Probably not but just to stay consistent, i.e. to not confuse someone 
  who follows the instructions and sees return arrows at the end of the 
  lines while the screenshot doesn't have them...
 
 You're right :) Maybe I find the time to create a new screenshot.
 

Please don't update the screenshot, I've modified the description :-)

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Lyx/Prosper - changing paper orientation (was Re: Need help ...)

2003-11-24 Thread Christian Ridderström
On Sun, 23 Nov 2003, Christian Ridderström wrote:

 Hi Stefano
 
 As I understand the question above, you want the paper to be in portrait 
 mode?

It seems the papersize/orientation is hardcoded into the various styles 
(PPRdefault.sty for instance), and all of the ones I looked at assume a 
landscape orientation. This is a question for Prosper and not LyX...
You could try looking at http://prosper.sourceforge.net/ and see if you 
can get any help there (or serach the web for prosper+portrait).

Sorry..

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr





Re: Lab manual

2003-11-24 Thread Christian Ridderström
On Sun, 23 Nov 2003, Nirmal Govind wrote:

 
  Um.. if you mean something like in the screenshot at this page
  http://wiki.lyx.org/pmwiki.php/Tips/MultipleLyxCodeInSingleEnumerate
  
 
 Hi Christian.. I think there's something missing in those instructions:
 
Thanks, you're right and I've fixed it now. Hopefully it's correct now...  

/Christian


-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Lab manual

2003-11-24 Thread Christian Ridderström
On Mon, 24 Nov 2003, Karsten Heymann wrote:

 On Sun, 23 Nov 2003 17:05:45 -0500
 Nirmal Govind [EMAIL PROTECTED] wrote:
 
 That remembers me of a litte Idea I had: Is it possible to map C-S-Enter to
 the following command sequence:
   M-Enter (or it's lfun counterpart)
   S-M-Right (increase depth)
   chose standard layout
 In my bind files I nowhere found a Key mapped to more than one lfun. is this
 possible at all?

Sure... they're called command-sequences, see 
http://wiki.lyx.org/pmwiki.php/Tips/CommandSequences

I'm not sure if C-S-Enter is separate from C-Enter, but if it isn't you 
could try mapping it to M-C-Enter?

/Christian


-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Lab manual

2003-11-24 Thread Christian Ridderström
On Mon, 24 Nov 2003, Karsten Heymann wrote:

  Probably not but just to stay consistent, i.e. to not confuse someone 
  who follows the instructions and sees return arrows at the end of the 
  lines while the screenshot doesn't have them...
 
 You're right :) Maybe I find the time to create a new screenshot.
 

Please don't update the screenshot, I've modified the description :-)

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Lyx/Prosper - changing paper orientation (was Re: Need help ...)

2003-11-24 Thread Christian Ridderström
On Sun, 23 Nov 2003, Christian Ridderström wrote:

> Hi Stefano
> 
> As I understand the question above, you want the paper to be in portrait 
> mode?

It seems the papersize/orientation is hardcoded into the various styles 
(PPRdefault.sty for instance), and all of the ones I looked at assume a 
landscape orientation. This is a question for Prosper and not LyX...
You could try looking at http://prosper.sourceforge.net/ and see if you 
can get any help there (or serach the web for prosper+portrait).

Sorry..

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr





Re: Lab manual

2003-11-24 Thread Christian Ridderström
On Sun, 23 Nov 2003, Nirmal Govind wrote:

> 
> > Um.. if you mean something like in the screenshot at this page
> > http://wiki.lyx.org/pmwiki.php/Tips/MultipleLyxCodeInSingleEnumerate
> > 
> 
> Hi Christian.. I think there's something missing in those instructions:
> 
Thanks, you're right and I've fixed it now. Hopefully it's correct now...  

/Christian


-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Lab manual

2003-11-24 Thread Christian Ridderström
On Mon, 24 Nov 2003, Karsten Heymann wrote:

> On Sun, 23 Nov 2003 17:05:45 -0500
> "Nirmal Govind" <[EMAIL PROTECTED]> wrote:
> 
> That remembers me of a litte Idea I had: Is it possible to map C-S-Enter to
> the following command sequence:
>   M-Enter (or it's lfun counterpart)
>   S-M-Right (increase depth)
>   chose "standard" layout
> In my bind files I nowhere found a Key mapped to more than one lfun. is this
> possible at all?

Sure... they're called command-sequences, see 
http://wiki.lyx.org/pmwiki.php/Tips/CommandSequences

I'm not sure if C-S-Enter is separate from C-Enter, but if it isn't you 
could try mapping it to M-C-Enter?

/Christian


-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Lab manual

2003-11-24 Thread Christian Ridderström
On Mon, 24 Nov 2003, Karsten Heymann wrote:

> > Probably not but just to stay consistent, i.e. to not confuse someone 
> > who follows the instructions and sees return arrows at the end of the 
> > lines while the screenshot doesn't have them...
> 
> You're right :) Maybe I find the time to create a new screenshot.
> 

Please don't update the screenshot, I've modified the description :-)

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Lyx/Prosper - changing paper orientation (was Re: Need help ...)

2003-11-23 Thread Christian Ridderström
On Sun, 23 Nov 2003, Stefano Peluchetti wrote:

 Hi, i'm Stefano Peluchetti, a student at the university of economics Bocconi 
 in Italy. I used lyx for my thesis, and i'm using it again for writing some 
 (12) slides for the discussion. I found the following web page very usefull:
 http://wiki.lyx.org/pmwiki.php/ExampleProsper/ExampleProsper
 and i'm using the prosper-by-Weiss.layout layout.
 Everything work, except that i can't figure out how to change the A4 page 
 orientation from orizzontal to vertical (i would get more space to write if i 
 do so). How could i do to obtain this result? 
 It would be very kind of you if you could help me.
 Thanks in advice.
 
 Stefano Peluchetti

Hi Stefano

It's been a while since I actually used Lyx/Prosper, I think 
you should ask on the user's list instead (I'm forwarding this to the 
list, see the CC-address).

As I understand the question above, you want the paper to be in portrait 
mode?

/Christian

-- 
Dr. Christian Ridderström, +46-8-768 39 44   http://www.md.kth.se/~chr



Re: Lab manual

2003-11-23 Thread Christian Ridderström
On Sun, 23 Nov 2003, Ed Sawicki wrote:

 I need to create a book that includes hundreds of lab exercises
 for students. Many exercises are formatted with steps as in this
 nonsense example:
 
 1. Connect to the Internet and download ... Here's an example of
how to do this:
 
lynx http://www.blahblah.com/...
 
Be sure to .
 
 2. Untar the file with a command similar to this:
 
tar xzvf carnivore-1.2.tar.gz
 
 3. You must now compile the program. ... using a command
similar to this:
 
./configure --prefix=/opt/carnivore
 

Um.. if you mean something like in the screenshot at this page
http://wiki.lyx.org/pmwiki.php/Tips/MultipleLyxCodeInSingleEnumerate

you don't need a document class for it.

/Christian


-- 
Christian Ridderström   http://www.md.kth.se/~chr




Lyx/Prosper - changing paper orientation (was Re: Need help ...)

2003-11-23 Thread Christian Ridderström
On Sun, 23 Nov 2003, Stefano Peluchetti wrote:

 Hi, i'm Stefano Peluchetti, a student at the university of economics Bocconi 
 in Italy. I used lyx for my thesis, and i'm using it again for writing some 
 (12) slides for the discussion. I found the following web page very usefull:
 http://wiki.lyx.org/pmwiki.php/ExampleProsper/ExampleProsper
 and i'm using the prosper-by-Weiss.layout layout.
 Everything work, except that i can't figure out how to change the A4 page 
 orientation from orizzontal to vertical (i would get more space to write if i 
 do so). How could i do to obtain this result? 
 It would be very kind of you if you could help me.
 Thanks in advice.
 
 Stefano Peluchetti

Hi Stefano

It's been a while since I actually used Lyx/Prosper, I think 
you should ask on the user's list instead (I'm forwarding this to the 
list, see the CC-address).

As I understand the question above, you want the paper to be in portrait 
mode?

/Christian

-- 
Dr. Christian Ridderström, +46-8-768 39 44   http://www.md.kth.se/~chr



Re: Lab manual

2003-11-23 Thread Christian Ridderström
On Sun, 23 Nov 2003, Ed Sawicki wrote:

 I need to create a book that includes hundreds of lab exercises
 for students. Many exercises are formatted with steps as in this
 nonsense example:
 
 1. Connect to the Internet and download ... Here's an example of
how to do this:
 
lynx http://www.blahblah.com/...
 
Be sure to .
 
 2. Untar the file with a command similar to this:
 
tar xzvf carnivore-1.2.tar.gz
 
 3. You must now compile the program. ... using a command
similar to this:
 
./configure --prefix=/opt/carnivore
 

Um.. if you mean something like in the screenshot at this page
http://wiki.lyx.org/pmwiki.php/Tips/MultipleLyxCodeInSingleEnumerate

you don't need a document class for it.

/Christian


-- 
Christian Ridderström   http://www.md.kth.se/~chr




Lyx/Prosper - changing paper orientation (was Re: Need help ...)

2003-11-23 Thread Christian Ridderström
On Sun, 23 Nov 2003, Stefano Peluchetti wrote:

> Hi, i'm Stefano Peluchetti, a student at the university of economics "Bocconi" 
> in Italy. I used lyx for my thesis, and i'm using it again for writing some 
> (12) slides for the discussion. I found the following web page very usefull:
> http://wiki.lyx.org/pmwiki.php/ExampleProsper/ExampleProsper
> and i'm using the "prosper-by-Weiss.layout" layout.
> Everything work, except that i can't figure out how to change the A4 page 
> orientation from orizzontal to vertical (i would get more space to write if i 
> do so). How could i do to obtain this result? 
> It would be very kind of you if you could help me.
> Thanks in advice.
> 
> Stefano Peluchetti

Hi Stefano

It's been a while since I actually used Lyx/Prosper, I think 
you should ask on the user's list instead (I'm forwarding this to the 
list, see the CC-address).

As I understand the question above, you want the paper to be in portrait 
mode?

/Christian

-- 
Dr. Christian Ridderström, +46-8-768 39 44   http://www.md.kth.se/~chr



Re: Lab manual

2003-11-23 Thread Christian Ridderström
On Sun, 23 Nov 2003, Ed Sawicki wrote:

> I need to create a book that includes hundreds of lab exercises
> for students. Many exercises are formatted with steps as in this
> nonsense example:
> 
> 1. Connect to the Internet and download ... Here's an example of
>how to do this:
> 
>lynx http://www.blahblah.com/...
> 
>Be sure to .
> 
> 2. Untar the file with a command similar to this:
> 
>tar xzvf carnivore-1.2.tar.gz
> 
> 3. You must now compile the program. ... using a command
>similar to this:
> 
>./configure --prefix=/opt/carnivore
> 

Um.. if you mean something like in the screenshot at this page
http://wiki.lyx.org/pmwiki.php/Tips/MultipleLyxCodeInSingleEnumerate

you don't need a document class for it.

/Christian


-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Format of bibliographic references

2003-11-18 Thread Christian Ridderström
On Mon, 17 Nov 2003, Rich Shepard wrote:

   I've tried a google search to find out just what else I can do with
 bibtex.el. Are you aware of any documentation that describes how it works
 and what it can do for the user?
 
See here for some tips and a link to online documentation.
http://wiki.lyx.org/pmwiki.php/BibTeX/Emacs

If you've found other links about Emacs' bibtex-mode, just add them to 
that page.

/Christian


-- 
Christian Ridderström   http://www.md.kth.se/~chr




BibTeX group on LyX wiki

2003-11-18 Thread Christian Ridderström
Hi

Since there's been a lot of questions about BibTeX lately, I've added a 
group for this to the LyX wiki:

http://wiki.lyx.org/pmwiki.php/BibTeX

There's not much content there at the moment, so if you for instance know 
of links to tutorials or manuals for using BibTeX, please add them to this 
page:

http://wiki.lyx.org/pmwiki.php/BibTeX/Links

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Using LyX for a dissertation (Italian)

2003-11-18 Thread Christian Ridderström
On Tue, 18 Nov 2003, Guido Milanese wrote:

 I would like to inform particularly Italian listmembers that I have 
 uploaded a little manual for writing a dissertation using LaTeX, LyX 
 and BibTeX. Please go to
 
 http://www2.unicatt.it/unicattolica/docenti/index.html
 

I've placed a link that points directly to the .zip-archive on this page:

http://wiki.lyx.org/pmwiki.php/Main/LyxLinks

Guido,

if you want to, I can help you upload the tutorial to the wiki site 
(e.g. in case it can't be stored at your site)

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Format of bibliographic references

2003-11-18 Thread Christian Ridderström
On Tue, 18 Nov 2003, Rafael Cordones Marcos wrote:

 Christian Ridderström wrote:
 
  You're welcome... now, if you're into math or astronomy (can't remember
  which) and want something _really_ cool, they have scripts that can
  take search criteria from the \cite{}, and use that to go to online
  databases and retrieve the bibliography entry for you...
 
 Could you please point me towards these scripts?
 
It was a while since I looked at that, but here's a link I found at CTAN:

http://www.ctan.org/tex-archive/help/Catalogue/entries/bibweb.html

Other than that, I recommend you look through what other bibtex-stuff 
there is at CTAN, see here for instance:

http://www.ctan.org/tex-archive/help/Catalogue/bytopic.html

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Format of bibliographic references

2003-11-18 Thread Christian Ridderström
On Mon, 17 Nov 2003, Rich Shepard wrote:

   I've tried a google search to find out just what else I can do with
 bibtex.el. Are you aware of any documentation that describes how it works
 and what it can do for the user?
 
See here for some tips and a link to online documentation.
http://wiki.lyx.org/pmwiki.php/BibTeX/Emacs

If you've found other links about Emacs' bibtex-mode, just add them to 
that page.

/Christian


-- 
Christian Ridderström   http://www.md.kth.se/~chr




BibTeX group on LyX wiki

2003-11-18 Thread Christian Ridderström
Hi

Since there's been a lot of questions about BibTeX lately, I've added a 
group for this to the LyX wiki:

http://wiki.lyx.org/pmwiki.php/BibTeX

There's not much content there at the moment, so if you for instance know 
of links to tutorials or manuals for using BibTeX, please add them to this 
page:

http://wiki.lyx.org/pmwiki.php/BibTeX/Links

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Using LyX for a dissertation (Italian)

2003-11-18 Thread Christian Ridderström
On Tue, 18 Nov 2003, Guido Milanese wrote:

 I would like to inform particularly Italian listmembers that I have 
 uploaded a little manual for writing a dissertation using LaTeX, LyX 
 and BibTeX. Please go to
 
 http://www2.unicatt.it/unicattolica/docenti/index.html
 

I've placed a link that points directly to the .zip-archive on this page:

http://wiki.lyx.org/pmwiki.php/Main/LyxLinks

Guido,

if you want to, I can help you upload the tutorial to the wiki site 
(e.g. in case it can't be stored at your site)

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Format of bibliographic references

2003-11-18 Thread Christian Ridderström
On Tue, 18 Nov 2003, Rafael Cordones Marcos wrote:

 Christian Ridderström wrote:
 
  You're welcome... now, if you're into math or astronomy (can't remember
  which) and want something _really_ cool, they have scripts that can
  take search criteria from the \cite{}, and use that to go to online
  databases and retrieve the bibliography entry for you...
 
 Could you please point me towards these scripts?
 
It was a while since I looked at that, but here's a link I found at CTAN:

http://www.ctan.org/tex-archive/help/Catalogue/entries/bibweb.html

Other than that, I recommend you look through what other bibtex-stuff 
there is at CTAN, see here for instance:

http://www.ctan.org/tex-archive/help/Catalogue/bytopic.html

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Format of bibliographic references

2003-11-18 Thread Christian Ridderström
On Mon, 17 Nov 2003, Rich Shepard wrote:

>   I've tried a google search to find out just what else I can do with
> bibtex.el. Are you aware of any documentation that describes how it works
> and what it can do for the user?
> 
See here for some tips and a link to online documentation.
http://wiki.lyx.org/pmwiki.php/BibTeX/Emacs

If you've found other links about Emacs' bibtex-mode, just add them to 
that page.

/Christian


-- 
Christian Ridderström   http://www.md.kth.se/~chr




BibTeX group on LyX wiki

2003-11-18 Thread Christian Ridderström
Hi

Since there's been a lot of questions about BibTeX lately, I've added a 
group for this to the LyX wiki:

http://wiki.lyx.org/pmwiki.php/BibTeX

There's not much content there at the moment, so if you for instance know 
of links to tutorials or manuals for using BibTeX, please add them to this 
page:

http://wiki.lyx.org/pmwiki.php/BibTeX/Links

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Using LyX for a dissertation (Italian)

2003-11-18 Thread Christian Ridderström
On Tue, 18 Nov 2003, Guido Milanese wrote:

> I would like to inform particularly Italian listmembers that I have 
> uploaded a little manual for writing a dissertation using LaTeX, LyX 
> and BibTeX. Please go to
> 
> http://www2.unicatt.it/unicattolica/docenti/index.html
> 

I've placed a link that points directly to the .zip-archive on this page:

http://wiki.lyx.org/pmwiki.php/Main/LyxLinks

Guido,

if you want to, I can help you upload the tutorial to the wiki site 
(e.g. in case it can't be stored at your site)

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Format of bibliographic references

2003-11-18 Thread Christian Ridderström
On Tue, 18 Nov 2003, Rafael Cordones Marcos wrote:

> Christian Ridderström wrote:
> 
> > You're welcome... now, if you're into math or astronomy (can't remember
> > which) and want something _really_ cool, they have scripts that can
> > take search criteria from the \cite{}, and use that to go to online
> > databases and retrieve the bibliography entry for you...
> 
> Could you please point me towards these scripts?
> 
It was a while since I looked at that, but here's a link I found at CTAN:

http://www.ctan.org/tex-archive/help/Catalogue/entries/bibweb.html

Other than that, I recommend you look through what other bibtex-stuff 
there is at CTAN, see here for instance:

http://www.ctan.org/tex-archive/help/Catalogue/bytopic.html

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: multiple lyx-code in a single enumerate?

2003-11-17 Thread Christian Ridderström
On Mon, 17 Nov 2003, Karsten Heymann wrote:

 Hi All,
 
 On Sun, 16 Nov 2003 21:58:51 +0100
 Christian Ridderström [EMAIL PROTECTED] wrote:
 
  http://wiki.lyx.org/pmwiki.php/Tips/MultipleLyxCodeInSingleEnumerate
 
 I've added a screenshot of the final LyX-Window.
 
Good idea

I've uploaded the image to the wiki site, so you can erase your copy.
In case you'd like to upload something else, the password is 'lyx' with 
an arbitrary username.

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Format of bibliographic references

2003-11-17 Thread Christian Ridderström
On Mon, 17 Nov 2003, Angus Leeming wrote:

 Question: is the bibtex file correct?

If you open the bibtex file in Emacs and run M-x bibtex-validate, do you 
get any errors?

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Showing changes between versions of a document

2003-11-17 Thread Christian Ridderström
On Mon, 17 Nov 2003, Nirmal Govind wrote:

 
  http://www.devel.lyx.org/changetracking.php3
  (not yet implemented in the stable 1.3.x series, but I think there's a patch 
  around).
 
 Johnathan Burchill tweaked this patch and made it work with 1.3.2 .. you 
 can download it from his website at:
 
 http://members.shaw.ca/jkerrb/computer.html
 
Or see here:

http://wiki.lyx.org/pmwiki.php/ChangeTracking/Lyx1-3-2

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: sort biblography-entries

2003-11-17 Thread Christian Ridderström
On Mon, 17 Nov 2003, Samuel Hammer wrote:

 Hi all,
 
 Does anyone know how I could sort my biblography-entries?
 If I do it with copy and paste I've got  trouble with the keys ot the entries.
 Is there any funktion I didn't find jet ?? 

I don't think there is a function for that... you'd probably be better of 
using BibTeX. But maybe someone else knows?

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Format of bibliographic references

2003-11-17 Thread Christian Ridderström
On Mon, 17 Nov 2003, Rich Shepard wrote:
 
   While on this topic, how do I specify (or, where) which .bst to be used?

You specify that in the Bibliography-inset (the one that's replaced by the 
bibliography in the output).

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Format of bibliographic references

2003-11-17 Thread Christian Ridderström
On Mon, 17 Nov 2003, Angus Leeming wrote:

 Christian Ridderström wrote:
 
  If you open the bibtex file in Emacs and run M-x bibtex-validate, do
  you get any errors?
 
 Cl! Thanks, Christian.

You're welcome... now, if you're into math or astronomy (can't remember 
which) and want something _really_ cool, they have scripts that can 
take search criteria from the \cite{}, and use that to go to online 
databases and retrieve the bibliography entry for you...

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Format of bibliographic references

2003-11-17 Thread Christian Ridderström
On Mon, 17 Nov 2003, Matej Cepl wrote:


 (not that I would be using it any  more, but I think, that for 
 BibTeX-beginners it is really gift from heaven).

Just out of curiosity, what are you using (instead of Emacs/bibtex-mode)?

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: multiple lyx-code in a single enumerate?

2003-11-17 Thread Christian Ridderström
On Mon, 17 Nov 2003, Karsten Heymann wrote:

 Hi All,
 
 On Sun, 16 Nov 2003 21:58:51 +0100
 Christian Ridderström [EMAIL PROTECTED] wrote:
 
  http://wiki.lyx.org/pmwiki.php/Tips/MultipleLyxCodeInSingleEnumerate
 
 I've added a screenshot of the final LyX-Window.
 
Good idea

I've uploaded the image to the wiki site, so you can erase your copy.
In case you'd like to upload something else, the password is 'lyx' with 
an arbitrary username.

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Format of bibliographic references

2003-11-17 Thread Christian Ridderström
On Mon, 17 Nov 2003, Angus Leeming wrote:

 Question: is the bibtex file correct?

If you open the bibtex file in Emacs and run M-x bibtex-validate, do you 
get any errors?

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Showing changes between versions of a document

2003-11-17 Thread Christian Ridderström
On Mon, 17 Nov 2003, Nirmal Govind wrote:

 
  http://www.devel.lyx.org/changetracking.php3
  (not yet implemented in the stable 1.3.x series, but I think there's a patch 
  around).
 
 Johnathan Burchill tweaked this patch and made it work with 1.3.2 .. you 
 can download it from his website at:
 
 http://members.shaw.ca/jkerrb/computer.html
 
Or see here:

http://wiki.lyx.org/pmwiki.php/ChangeTracking/Lyx1-3-2

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: sort biblography-entries

2003-11-17 Thread Christian Ridderström
On Mon, 17 Nov 2003, Samuel Hammer wrote:

 Hi all,
 
 Does anyone know how I could sort my biblography-entries?
 If I do it with copy and paste I've got  trouble with the keys ot the entries.
 Is there any funktion I didn't find jet ?? 

I don't think there is a function for that... you'd probably be better of 
using BibTeX. But maybe someone else knows?

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Format of bibliographic references

2003-11-17 Thread Christian Ridderström
On Mon, 17 Nov 2003, Rich Shepard wrote:
 
   While on this topic, how do I specify (or, where) which .bst to be used?

You specify that in the Bibliography-inset (the one that's replaced by the 
bibliography in the output).

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Format of bibliographic references

2003-11-17 Thread Christian Ridderström
On Mon, 17 Nov 2003, Angus Leeming wrote:

 Christian Ridderström wrote:
 
  If you open the bibtex file in Emacs and run M-x bibtex-validate, do
  you get any errors?
 
 Cl! Thanks, Christian.

You're welcome... now, if you're into math or astronomy (can't remember 
which) and want something _really_ cool, they have scripts that can 
take search criteria from the \cite{}, and use that to go to online 
databases and retrieve the bibliography entry for you...

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Format of bibliographic references

2003-11-17 Thread Christian Ridderström
On Mon, 17 Nov 2003, Matej Cepl wrote:


 (not that I would be using it any  more, but I think, that for 
 BibTeX-beginners it is really gift from heaven).

Just out of curiosity, what are you using (instead of Emacs/bibtex-mode)?

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: multiple lyx-code in a single enumerate?

2003-11-17 Thread Christian Ridderström
On Mon, 17 Nov 2003, Karsten Heymann wrote:

> Hi All,
> 
> On Sun, 16 Nov 2003 21:58:51 +0100
> "Christian Ridderström" <[EMAIL PROTECTED]> wrote:
> 
> > http://wiki.lyx.org/pmwiki.php/Tips/MultipleLyxCodeInSingleEnumerate
> 
> I've added a screenshot of the final LyX-Window.
> 
Good idea

I've uploaded the image to the wiki site, so you can erase your copy.
In case you'd like to upload something else, the password is 'lyx' with 
an arbitrary username.

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Format of bibliographic references

2003-11-17 Thread Christian Ridderström
On Mon, 17 Nov 2003, Angus Leeming wrote:

> Question: is the bibtex file correct?

If you open the bibtex file in Emacs and run M-x bibtex-validate, do you 
get any errors?

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Showing changes between versions of a document

2003-11-17 Thread Christian Ridderström
On Mon, 17 Nov 2003, Nirmal Govind wrote:

> 
> > http://www.devel.lyx.org/changetracking.php3
> > (not yet implemented in the stable 1.3.x series, but I think there's a patch 
> > around).
> 
> Johnathan Burchill tweaked this patch and made it work with 1.3.2 .. you 
> can download it from his website at:
> 
> http://members.shaw.ca/jkerrb/computer.html
> 
Or see here:

http://wiki.lyx.org/pmwiki.php/ChangeTracking/Lyx1-3-2

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: sort biblography-entries

2003-11-17 Thread Christian Ridderström
On Mon, 17 Nov 2003, Samuel Hammer wrote:

> Hi all,
> 
> Does anyone know how I could sort my biblography-entries?
> If I do it with copy and paste I've got  trouble with the keys ot the entries.
> Is there any funktion I didn't find jet ?? 

I don't think there is a function for that... you'd probably be better of 
using BibTeX. But maybe someone else knows?

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Format of bibliographic references

2003-11-17 Thread Christian Ridderström
On Mon, 17 Nov 2003, Rich Shepard wrote:
> 
>   While on this topic, how do I specify (or, where) which .bst to be used?

You specify that in the Bibliography-inset (the one that's replaced by the 
bibliography in the output).

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Format of bibliographic references

2003-11-17 Thread Christian Ridderström
On Mon, 17 Nov 2003, Angus Leeming wrote:

> Christian Ridderström wrote:
> 
> > If you open the bibtex file in Emacs and run M-x bibtex-validate, do
> > you get any errors?
> 
> Cl! Thanks, Christian.

You're welcome... now, if you're into math or astronomy (can't remember 
which) and want something _really_ cool, they have scripts that can 
take search criteria from the \cite{}, and use that to go to online 
databases and retrieve the bibliography entry for you...

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Format of bibliographic references

2003-11-17 Thread Christian Ridderström
On Mon, 17 Nov 2003, Matej Cepl wrote:


> (not that I would be using it any  more, but I think, that for 
> BibTeX-beginners it is really gift> from heaven).

Just out of curiosity, what are you using (instead of Emacs/bibtex-mode)?

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Selecting environments with keybinding

2003-11-16 Thread Christian Ridderström
On Sun, 16 Nov 2003, Paul Smith wrote:

 Dear All
 
 Is there an automatic way of selecting the desired environment (Theorem, 
 Definition, etc.)? I am thinking, for instance, in a sort of keybinding.
 
I'm not sure what you want to do, but you'll find info on keyboard 
shortcuts and creating macros (command sequences) here:

http://wiki.lyx.org/pmwiki.php/Tips/KeyboardShortcuts
http://wiki.lyx.org/pmwiki.php/Tips/CommandSequences

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: multiple lyx-code in a single enumerate?

2003-11-16 Thread Christian Ridderström
On Sun, 16 Nov 2003 [EMAIL PROTECTED] wrote:

 Hi, how do I get the following text layout into LyX:
 
   1. Open the file
   2. Locate the line:
 
   foo --widget=blub
 bar  /dev/null
 

I got a bit over-ambituous and put it up as an example... see here:

http://wiki.lyx.org/pmwiki.php/Tips/MultipleLyxCodeInSingleEnumerate

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Selecting environments with keybinding

2003-11-16 Thread Christian Ridderström
On Sun, 16 Nov 2003, Paul Smith wrote:

 Dear All
 
 Is there an automatic way of selecting the desired environment (Theorem, 
 Definition, etc.)? I am thinking, for instance, in a sort of keybinding.
 
I'm not sure what you want to do, but you'll find info on keyboard 
shortcuts and creating macros (command sequences) here:

http://wiki.lyx.org/pmwiki.php/Tips/KeyboardShortcuts
http://wiki.lyx.org/pmwiki.php/Tips/CommandSequences

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: multiple lyx-code in a single enumerate?

2003-11-16 Thread Christian Ridderström
On Sun, 16 Nov 2003 [EMAIL PROTECTED] wrote:

 Hi, how do I get the following text layout into LyX:
 
   1. Open the file
   2. Locate the line:
 
   foo --widget=blub
 bar  /dev/null
 

I got a bit over-ambituous and put it up as an example... see here:

http://wiki.lyx.org/pmwiki.php/Tips/MultipleLyxCodeInSingleEnumerate

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Selecting environments with keybinding

2003-11-16 Thread Christian Ridderström
On Sun, 16 Nov 2003, Paul Smith wrote:

> Dear All
> 
> Is there an automatic way of selecting the desired environment (Theorem, 
> Definition, etc.)? I am thinking, for instance, in a sort of keybinding.
> 
I'm not sure what you want to do, but you'll find info on keyboard 
shortcuts and creating macros (command sequences) here:

http://wiki.lyx.org/pmwiki.php/Tips/KeyboardShortcuts
http://wiki.lyx.org/pmwiki.php/Tips/CommandSequences

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: multiple lyx-code in a single enumerate?

2003-11-16 Thread Christian Ridderström
On Sun, 16 Nov 2003 [EMAIL PROTECTED] wrote:

> Hi, how do I get the following text layout into LyX:
> 
>   1. Open the file
>   2. Locate the line:
> 
>   foo --widget=blub
> bar > /dev/null
> 

I got a bit over-ambituous and put it up as an example... see here:

http://wiki.lyx.org/pmwiki.php/Tips/MultipleLyxCodeInSingleEnumerate

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Bibliographic entries

2003-11-15 Thread Christian Ridderström
On Sat, 15 Nov 2003, Rich Shepard wrote:

 On Fri, 14 Nov 2003, Matej Cepl wrote:
 
  First of all -- it is considered rude to answer to the personal
   address when conversing on the list (see
   http://www.linuxmafia.com/~rick/faq/#offlist for rather direct
   explanation of the problem -- I wouldn't say it in such tone).
 
   Second of all, most lists don't like to have people attach files to
 messages -- even small files -- because many list subscribers pay for their
 connect time at a rate they consider expensive. Posting messages with
 attachments costs them money.

Good point... I think this list in general accept _short_ 
attachments (typically .lyx or .layout-file illustrating a problem)... 
I could be wrong though :-)

/Christian


-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Bibliographic entries

2003-11-15 Thread Christian Ridderström
Emacs and bibtex...

Oops... I managed to lose my original reply.. good thing I actually put 
the tips on the wiki.

If you want to add tips about using Bibtex with LyX, you can do so here:
http://wiki.lyx.org/pmwiki.php/Tips/BibTeX

I put some tips on Emacs' bibtex-mode (which I personally really like) here
http://wiki.lyx.org/pmwiki.php/Tips/BibTeXAndEmacs

/Christian


-- 
Christian Ridderström   http://www.md.kth.se/~chr




Short attachments (was Re: Bibliographic entries)

2003-11-15 Thread Christian Ridderström
On Sat, 15 Nov 2003, Rich Shepard wrote:

 On Sat, 15 Nov 2003, Christian Ridderström wrote:
 
  Good point... I think this list in general accept _short_ attachments
  (typically .lyx or .layout-file illustrating a problem)...  I could be
  wrong though :-)
 
 Christian,
 
   Not to flog a dead equine, but I didn't know if a 3+K file was short
 and, Matej wrote that if I would like him to check my syntax I should send
 the file here. My interpretation of here was to him.

Flog away..., IMO the question is relvant in general to user's of this 
list.. (I'd say 3+K is short but I'm on 10Mbit...)

Actually, the expression minimal example file comes to mind... so 
I guess in general it's ok with attachments if they are minimal (i.e. 
without extra bloat) -- unless they are too big :-)

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Understanding natbib tarball contents

2003-11-15 Thread Christian Ridderström
On Sat, 15 Nov 2003, Rich Shepard wrote:

   I downloaded the contents of the natbib directory from a CTAN mirror. Now
 I would like to understand what files I have and where to put them in my
 teTeX tree. Here's what I have:
 
 README.1st  abbrvnat.bst  bibentry.ins  natbib.dtx  unsrtnat.bst
 README.v71  bibentry.dtx  natbib.drvnatbib.ins  plainnat.bst
 
   Interestingly, the README files are not readable;

The files I've found are readable (online version of README.1st)... 
   http://www.ctan.org/tex-archive/macros/latex/contrib/natbib/README.1st
and
  http://www.ctan.org/tex-archive/macros/latex/contrib/natbib/README.v71
are you using Windows, and the files aren't not using windows CR/LF pairs?


 they're in some sort of binary format. So, no joy there.
 
   I have made the assumption that .bst means bibliographic style (or
 something with the same intent). So, should I put them in
 /usr/share/texmf/tex/latex/base/?

See README.v71 for both a list of what the files are, and how to install 
(at least get you started :-)

/Christian

 Dr. Richard B. Shepard, President
 
Applied Ecosystem Services, Inc. (TM)
 2404 SW 22nd Street | Troutdale, OR 97060-1247 | U.S.A.
  + 1 503-667-4517 (voice) | + 1 503-667-8863 (fax) | rshepard#64;appl-ecosys.com
  http://www.appl-ecosys.com/

PS. You might want to consider adding a single line with '-- ' in front of 
your signature, since that would allow some mail software to recognize it 
as a signature and automatically remove it in replies.

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Understanding natbib tarball contents

2003-11-15 Thread Christian Ridderström
On Sat, 15 Nov 2003, Rich Shepard wrote:

 On Sat, 15 Nov 2003, Christian Ridderström wrote:
 
  The files I've found are readable (online version of README.1st)...
 http://www.ctan.org/tex-archive/macros/latex/contrib/natbib/README.1st
  and
http://www.ctan.org/tex-archive/macros/latex/contrib/natbib/README.v71
  are you using Windows, and the files aren't not using windows CR/LF pairs?
 
   I tried reading the ones I downloaded. Yes, I generally have at least a
 dozen X windows open at once; four virtual terminals and the rest running
 applications.
Uhm... are you saying that you couldn't read the files from Unix either? 
Just out of curiosity, could you mail me the readmes privately?

I assume that the online versions worked for you.

  PS. You might want to consider adding a single line with '-- ' in front of
  your signature, since that would allow some mail software to recognize it
  as a signature and automatically remove it in replies.
 
   I have that turned off in pine; I can turn it on. You're the first to ask
 in six years of my using pine for my mail.
 
Maybe it's because your signature is so big now ;-)

/Christian

 Thanks,
 
 Rich
 
 Dr. Richard B. Shepard, President
 
Applied Ecosystem Services, Inc. (TM)
 2404 SW 22nd Street | Troutdale, OR 97060-1247 | U.S.A.
  + 1 503-667-4517 (voice) | + 1 503-667-8863 (fax) | rshepard#64;appl-ecosys.com
  http://www.appl-ecosys.com/
 
 

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Bibliographic entries

2003-11-15 Thread Christian Ridderström
On Sat, 15 Nov 2003, Rich Shepard wrote:

 On Fri, 14 Nov 2003, Matej Cepl wrote:
 
  First of all -- it is considered rude to answer to the personal
   address when conversing on the list (see
   http://www.linuxmafia.com/~rick/faq/#offlist for rather direct
   explanation of the problem -- I wouldn't say it in such tone).
 
   Second of all, most lists don't like to have people attach files to
 messages -- even small files -- because many list subscribers pay for their
 connect time at a rate they consider expensive. Posting messages with
 attachments costs them money.

Good point... I think this list in general accept _short_ 
attachments (typically .lyx or .layout-file illustrating a problem)... 
I could be wrong though :-)

/Christian


-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Bibliographic entries

2003-11-15 Thread Christian Ridderström
Emacs and bibtex...

Oops... I managed to lose my original reply.. good thing I actually put 
the tips on the wiki.

If you want to add tips about using Bibtex with LyX, you can do so here:
http://wiki.lyx.org/pmwiki.php/Tips/BibTeX

I put some tips on Emacs' bibtex-mode (which I personally really like) here
http://wiki.lyx.org/pmwiki.php/Tips/BibTeXAndEmacs

/Christian


-- 
Christian Ridderström   http://www.md.kth.se/~chr




Short attachments (was Re: Bibliographic entries)

2003-11-15 Thread Christian Ridderström
On Sat, 15 Nov 2003, Rich Shepard wrote:

 On Sat, 15 Nov 2003, Christian Ridderström wrote:
 
  Good point... I think this list in general accept _short_ attachments
  (typically .lyx or .layout-file illustrating a problem)...  I could be
  wrong though :-)
 
 Christian,
 
   Not to flog a dead equine, but I didn't know if a 3+K file was short
 and, Matej wrote that if I would like him to check my syntax I should send
 the file here. My interpretation of here was to him.

Flog away..., IMO the question is relvant in general to user's of this 
list.. (I'd say 3+K is short but I'm on 10Mbit...)

Actually, the expression minimal example file comes to mind... so 
I guess in general it's ok with attachments if they are minimal (i.e. 
without extra bloat) -- unless they are too big :-)

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Understanding natbib tarball contents

2003-11-15 Thread Christian Ridderström
On Sat, 15 Nov 2003, Rich Shepard wrote:

   I downloaded the contents of the natbib directory from a CTAN mirror. Now
 I would like to understand what files I have and where to put them in my
 teTeX tree. Here's what I have:
 
 README.1st  abbrvnat.bst  bibentry.ins  natbib.dtx  unsrtnat.bst
 README.v71  bibentry.dtx  natbib.drvnatbib.ins  plainnat.bst
 
   Interestingly, the README files are not readable;

The files I've found are readable (online version of README.1st)... 
   http://www.ctan.org/tex-archive/macros/latex/contrib/natbib/README.1st
and
  http://www.ctan.org/tex-archive/macros/latex/contrib/natbib/README.v71
are you using Windows, and the files aren't not using windows CR/LF pairs?


 they're in some sort of binary format. So, no joy there.
 
   I have made the assumption that .bst means bibliographic style (or
 something with the same intent). So, should I put them in
 /usr/share/texmf/tex/latex/base/?

See README.v71 for both a list of what the files are, and how to install 
(at least get you started :-)

/Christian

 Dr. Richard B. Shepard, President
 
Applied Ecosystem Services, Inc. (TM)
 2404 SW 22nd Street | Troutdale, OR 97060-1247 | U.S.A.
  + 1 503-667-4517 (voice) | + 1 503-667-8863 (fax) | rshepard#64;appl-ecosys.com
  http://www.appl-ecosys.com/

PS. You might want to consider adding a single line with '-- ' in front of 
your signature, since that would allow some mail software to recognize it 
as a signature and automatically remove it in replies.

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Understanding natbib tarball contents

2003-11-15 Thread Christian Ridderström
On Sat, 15 Nov 2003, Rich Shepard wrote:

 On Sat, 15 Nov 2003, Christian Ridderström wrote:
 
  The files I've found are readable (online version of README.1st)...
 http://www.ctan.org/tex-archive/macros/latex/contrib/natbib/README.1st
  and
http://www.ctan.org/tex-archive/macros/latex/contrib/natbib/README.v71
  are you using Windows, and the files aren't not using windows CR/LF pairs?
 
   I tried reading the ones I downloaded. Yes, I generally have at least a
 dozen X windows open at once; four virtual terminals and the rest running
 applications.
Uhm... are you saying that you couldn't read the files from Unix either? 
Just out of curiosity, could you mail me the readmes privately?

I assume that the online versions worked for you.

  PS. You might want to consider adding a single line with '-- ' in front of
  your signature, since that would allow some mail software to recognize it
  as a signature and automatically remove it in replies.
 
   I have that turned off in pine; I can turn it on. You're the first to ask
 in six years of my using pine for my mail.
 
Maybe it's because your signature is so big now ;-)

/Christian

 Thanks,
 
 Rich
 
 Dr. Richard B. Shepard, President
 
Applied Ecosystem Services, Inc. (TM)
 2404 SW 22nd Street | Troutdale, OR 97060-1247 | U.S.A.
  + 1 503-667-4517 (voice) | + 1 503-667-8863 (fax) | rshepard#64;appl-ecosys.com
  http://www.appl-ecosys.com/
 
 

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Bibliographic entries

2003-11-15 Thread Christian Ridderström
On Sat, 15 Nov 2003, Rich Shepard wrote:

> On Fri, 14 Nov 2003, Matej Cepl wrote:
> 
> > First of all -- it is considered rude to answer to the personal
> >  address when conversing on the list (see
> >  http://www.linuxmafia.com/~rick/faq/#offlist for rather direct
> >  explanation of the problem -- I wouldn't say it in such tone).
> 
>   Second of all, most lists don't like to have people attach files to
> messages -- even small files -- because many list subscribers pay for their
> connect time at a rate they consider expensive. Posting messages with
> attachments costs them money.

Good point... I think this "list" in general accept _short_ 
attachments (typically .lyx or .layout-file illustrating a problem)... 
I could be wrong though :-)

/Christian


-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Bibliographic entries

2003-11-15 Thread Christian Ridderström
Emacs and bibtex...

Oops... I managed to lose my original reply.. good thing I actually put 
the tips on the wiki.

If you want to add tips about using Bibtex with LyX, you can do so here:
http://wiki.lyx.org/pmwiki.php/Tips/BibTeX

I put some tips on Emacs' bibtex-mode (which I personally really like) here
http://wiki.lyx.org/pmwiki.php/Tips/BibTeXAndEmacs

/Christian


-- 
Christian Ridderström   http://www.md.kth.se/~chr




Short attachments (was Re: Bibliographic entries)

2003-11-15 Thread Christian Ridderström
On Sat, 15 Nov 2003, Rich Shepard wrote:

> On Sat, 15 Nov 2003, Christian Ridderström wrote:
> 
> > Good point... I think this "list" in general accept _short_ attachments
> > (typically .lyx or .layout-file illustrating a problem)...  I could be
> > wrong though :-)
> 
> Christian,
> 
>   Not to flog a dead equine, but I didn't know if a 3+K file was "short"
> and, Matej wrote that if I would like him to check my syntax I should "send
> the file here". My interpretation of "here" was to him.

Flog away..., IMO the question is relvant in general to user's of this 
list.. (I'd say 3+K is short but I'm on 10Mbit...)

Actually, the expression "minimal example file" comes to mind... so 
I guess in general it's ok with attachments if they are "minimal" (i.e. 
without extra bloat) -- unless they are "too" big :-)

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Understanding natbib tarball contents

2003-11-15 Thread Christian Ridderström
On Sat, 15 Nov 2003, Rich Shepard wrote:

>   I downloaded the contents of the natbib directory from a CTAN mirror. Now
> I would like to understand what files I have and where to put them in my
> teTeX tree. Here's what I have:
> 
> README.1st  abbrvnat.bst  bibentry.ins  natbib.dtx  unsrtnat.bst
> README.v71  bibentry.dtx  natbib.drvnatbib.ins  plainnat.bst
> 
>   Interestingly, the README files are not readable;

The files I've found are readable (online version of README.1st)... 
   http://www.ctan.org/tex-archive/macros/latex/contrib/natbib/README.1st
and
  http://www.ctan.org/tex-archive/macros/latex/contrib/natbib/README.v71
are you using Windows, and the files aren't not using windows CR/LF pairs?


> they're in some sort of> binary format. So, no joy there.
> 
>   I have made the assumption that .bst means "bibliographic style" (or
> something with the same intent). So, should I put them in
> /usr/share/texmf/tex/latex/base/?

See README.v71 for both a list of what the files are, and how to install 
(at least get you started :-)

/Christian

> Dr. Richard B. Shepard, President
> 
>Applied Ecosystem Services, Inc. (TM)
> 2404 SW 22nd Street | Troutdale, OR 97060-1247 | U.S.A.
>  + 1 503-667-4517 (voice) | + 1 503-667-8863 (fax) | rshepardappl-ecosys.com
>  http://www.appl-ecosys.com/

PS. You might want to consider adding a single line with '-- ' in front of 
your signature, since that would allow some mail software to recognize it 
as a signature and automatically remove it in replies.

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Understanding natbib tarball contents

2003-11-15 Thread Christian Ridderström
On Sat, 15 Nov 2003, Rich Shepard wrote:

> On Sat, 15 Nov 2003, Christian Ridderström wrote:
> 
> > The files I've found are readable (online version of README.1st)...
> >http://www.ctan.org/tex-archive/macros/latex/contrib/natbib/README.1st
> > and
> >   http://www.ctan.org/tex-archive/macros/latex/contrib/natbib/README.v71
> > are you using Windows, and the files aren't not using windows CR/LF pairs?
> 
>   I tried reading the ones I downloaded. Yes, I generally have at least a
> dozen X windows open at once; four virtual terminals and the rest running
> applications.
Uhm... are you saying that you couldn't read the files from Unix either? 
Just out of curiosity, could you mail me the readmes privately?

I assume that the online versions worked for you.

> > PS. You might want to consider adding a single line with '-- ' in front of
> > your signature, since that would allow some mail software to recognize it
> > as a signature and automatically remove it in replies.
> 
>   I have that turned off in pine; I can turn it on. You're the first to ask
> in six years of my using pine for my mail.
> 
Maybe it's because your signature is so big now ;-)

/Christian

> Thanks,
> 
> Rich
> 
> Dr. Richard B. Shepard, President
> 
>Applied Ecosystem Services, Inc. (TM)
> 2404 SW 22nd Street | Troutdale, OR 97060-1247 | U.S.A.
>  + 1 503-667-4517 (voice) | + 1 503-667-8863 (fax) | rshepardappl-ecosys.com
>  http://www.appl-ecosys.com/
> 
> 

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: what is wrong in preferences or options?

2003-11-11 Thread Christian Ridderström
On Tue, 11 Nov 2003, Osvaldo Fornaro wrote:

 I am preparing a presentation with prosper, which is basically an A4 landscape 
 paper. 
 When i tried to see the postscript with gv, it appears rigth but vertically. 
 when i wish to see horizontally, the image appears clipped at a4 paper width. 
 The printed page is OK. ( i just try with article class, an the behavior is 
 similar)
 
 How i could to see the document without to rotate my head 90 degrees?
 
Look at this page
http://wiki.lyx.org/pmwiki.php/ExampleProsper/ExampleProsper
and also search this mail archinve, I think this has been discussed 
before.

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: what is wrong in preferences or options?

2003-11-11 Thread Christian Ridderström
On Tue, 11 Nov 2003, Osvaldo Fornaro wrote:

 I am preparing a presentation with prosper, which is basically an A4 landscape 
 paper. 
 When i tried to see the postscript with gv, it appears rigth but vertically. 
 when i wish to see horizontally, the image appears clipped at a4 paper width. 
 The printed page is OK. ( i just try with article class, an the behavior is 
 similar)
 
 How i could to see the document without to rotate my head 90 degrees?
 
Look at this page
http://wiki.lyx.org/pmwiki.php/ExampleProsper/ExampleProsper
and also search this mail archinve, I think this has been discussed 
before.

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: what is wrong in preferences or options?

2003-11-11 Thread Christian Ridderström
On Tue, 11 Nov 2003, Osvaldo Fornaro wrote:

> I am preparing a presentation with prosper, which is basically an A4 landscape 
> paper. 
> When i tried to see the postscript with gv, it appears rigth but vertically. 
> when i wish to see horizontally, the image appears clipped at a4 paper width. 
> The printed page is OK. ( i just try with article class, an the behavior is 
> similar)
> 
> How i could to see the document without to rotate my head 90 degrees?
> 
Look at this page
http://wiki.lyx.org/pmwiki.php/ExampleProsper/ExampleProsper
and also search this mail archinve, I think this has been discussed 
before.

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Title, author

2003-11-07 Thread Christian Ridderström
On Fri, 7 Nov 2003, Giovanni Biczo wrote:

 how do I disable the date after the title?

About the date, see the third question from the top here:
http://wiki.lyx.org/pmwiki.php/FAQ/Unsorted

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Title, author

2003-11-07 Thread Christian Ridderström
On Fri, 7 Nov 2003, Giovanni Biczo wrote:

 how do I disable the date after the title?

About the date, see the third question from the top here:
http://wiki.lyx.org/pmwiki.php/FAQ/Unsorted

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Title, author

2003-11-07 Thread Christian Ridderström
On Fri, 7 Nov 2003, Giovanni Biczo wrote:

> how do I disable the date after the title?

About the date, see the third question from the top here:
http://wiki.lyx.org/pmwiki.php/FAQ/Unsorted

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Enterind a matrix

2003-10-28 Thread Christian Ridderström
On Tue, 28 Oct 2003, Andre Poenitz wrote:

 There are may diferent ways. You get an 1x1 matrix e.g. by simply typing
 \arrayspace in math and can add rows and colums with either the menus
 or M-m w i / M-m c i

Just out of curiosity, is that what you get using on the matrix button 
in the math panel?

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: Enterind a matrix

2003-10-28 Thread Christian Ridderström
On Tue, 28 Oct 2003, Andre Poenitz wrote:

 There are may diferent ways. You get an 1x1 matrix e.g. by simply typing
 \arrayspace in math and can add rows and colums with either the menus
 or M-m w i / M-m c i

Just out of curiosity, is that what you get using on the matrix button 
in the math panel?

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




<    4   5   6   7   8   9   10   11   12   13   >