Re: letter (KOMA-Script v.2) Space between closing and signature...........

2013-02-25 Thread Jean-Marie Pacquet

Le 25/02/2013 07:48, Charlie a écrit :

   On Sun, 24 Feb 2013 15:39:05 +0100 Jean-Marie mentioned this:
Re: letter (KOMA-Script v.2) Space between closing and
   signature


A picture being worth a thousand words, Figure 6.1 in the
scrguien.pdf is your friend.

   My reply follows:

Hello Jean-Marie,

   I have seen that diagram but again don't know how to work it. The
   different first commands like:

\@addtoplength
or
\@setplength or whatever.

Hi Charlie,

First, as my own copy of the guide is quite old (my figure 6.1 is now 
17.1), I updated it now from the last one dated 2012-05-15 which is here:

http://www.komascript.de/files/scrguien.pdf

So the page numbers I'm using now refer to this last version of the guide.
  


How does one understand these commands? How does one know which to use
where?


Read section 4.2 Pseudo-Lengths (page 135). With my words:
All these pseudo-lengths have a default value. If you want to change 
this default value and make it completly different you use \@setplength. 
If you want to slightly modify it, you use \@addtoplength.




I have attached the diagram you sent and added the commands that you
have helped me with in green and red.

I have also tried to make the signature on my letter template come to
the left of the page with these commands, none of which work:

\@setplength{sigindent}{\raggedleft} without success [...]
And many more, to numerous to mention here, but never the right one.


\@setplength{sigindent}{0mm}
will place the box containing the signature on the left side but this is 
already defined in the DIN.lco


It's probably worthwhile to make your own version of the DIN.lco that 
you are using. Copy it under a new name (myDIN.lco f.ex.) in the 
directory where you have your lyx letters and modify it as you wish:


Instead of using
\@addtoplength{firstheadvpos}{1cm}
after calling the original DIN.lco where this plength is set, you can 
replace inside your new lco the

\@setplength{firstheadvpos}{8mm}
by
\@setplength{firstheadvpos}{18mm}


Don't forget to call your lco file in the preamble:

\LoadLetterOption{myDIN}%



To place the signature inside the closing box on the left you have to 
change in your lco file

 \let\raggedsignature=\centering
to
\let\raggedsignature=\raggedright

HTH
--
Jean-Marie


Re: letter (KOMA-Script v.2) Space between closing and signature...........

2013-02-25 Thread Charlie
 On Mon, 25 Feb 2013 11:58:04 +0100 Jean-Marie Pacquet j...@pacquet.net
 sent this:

Le 25/02/2013 07:48, Charlie a écrit :
On Sun, 24 Feb 2013 15:39:05 +0100 Jean-Marie mentioned this:
  Re: letter (KOMA-Script v.2) Space between closing and
signature

 A picture being worth a thousand words, Figure 6.1 in the
 scrguien.pdf is your friend.
My reply follows:

 Hello Jean-Marie,

I have seen that diagram but again don't know how to work it.
  The different first commands like:

 \@addtoplength
 or
 \@setplength or whatever.
Hi Charlie,

First, as my own copy of the guide is quite old (my figure 6.1 is now 
17.1), I updated it now from the last one dated 2012-05-15 which is
   here: http://www.komascript.de/files/scrguien.pdf

So the page numbers I'm using now refer to this last version of the
   guide.
   

 How does one understand these commands? How does one know which to
  use where?

Read section 4.2 Pseudo-Lengths (page 135). With my words:
All these pseudo-lengths have a default value. If you want to change 
this default value and make it completly different you use
   \@setplength. If you want to slightly modify it, you use
   \@addtoplength.


 I have attached the diagram you sent and added the commands that you
 have helped me with in green and red.

 I have also tried to make the signature on my letter template come to
 the left of the page with these commands, none of which work:

 \@setplength{sigindent}{\raggedleft} without success [...]
 And many more, to numerous to mention here, but never the right one.

\@setplength{sigindent}{0mm}
will place the box containing the signature on the left side but this
   is already defined in the DIN.lco

It's probably worthwhile to make your own version of the DIN.lco that 
you are using. Copy it under a new name (myDIN.lco f.ex.) in the 
directory where you have your lyx letters and modify it as you wish:

Instead of using
\@addtoplength{firstheadvpos}{1cm}
after calling the original DIN.lco where this plength is set, you can 
replace inside your new lco the
\@setplength{firstheadvpos}{8mm}
by
\@setplength{firstheadvpos}{18mm}


Don't forget to call your lco file in the preamble:

\LoadLetterOption{myDIN}%



To place the signature inside the closing box on the left you have to 
change in your lco file
  \let\raggedsignature=\centering
to
\let\raggedsignature=\raggedright

HTH
-- 
Jean-Marie

Your explanation and guidance has been extremely helpful Jean-Marie.

I took your advice and tweaked the DIN.lco file and placed it in my
templates directory and added the absolute path to it in my preamble.

Again, thank you for your time and this enormous assistance.

Be well,
Charlie
-- 
Registered Linux User:- 329524
***

I do not know how to distinguish between our waking life and a
dream. Are we not always living the life that we imagine we
are? .Henry David Thoreau

***

Debian GNU/Linux - just the best way to create magic

-


Re: letter (KOMA-Script v.2) Space between closing and signature...........

2013-02-25 Thread Jean-Marie Pacquet

Le 25/02/2013 07:48, Charlie a écrit :

   On Sun, 24 Feb 2013 15:39:05 +0100 Jean-Marie mentioned this:
Re: letter (KOMA-Script v.2) Space between closing and
   signature


A picture being worth a thousand words, Figure 6.1 in the
scrguien.pdf is your friend.

   My reply follows:

Hello Jean-Marie,

   I have seen that diagram but again don't know how to work it. The
   different first commands like:

\@addtoplength
or
\@setplength or whatever.

Hi Charlie,

First, as my own copy of the guide is quite old (my figure 6.1 is now 
17.1), I updated it now from the last one dated 2012-05-15 which is here:

http://www.komascript.de/files/scrguien.pdf

So the page numbers I'm using now refer to this last version of the guide.
  


How does one understand these commands? How does one know which to use
where?


Read section 4.2 Pseudo-Lengths (page 135). With my words:
All these pseudo-lengths have a default value. If you want to change 
this default value and make it completly different you use \@setplength. 
If you want to slightly modify it, you use \@addtoplength.




I have attached the diagram you sent and added the commands that you
have helped me with in green and red.

I have also tried to make the signature on my letter template come to
the left of the page with these commands, none of which work:

\@setplength{sigindent}{\raggedleft} without success [...]
And many more, to numerous to mention here, but never the right one.


\@setplength{sigindent}{0mm}
will place the box containing the signature on the left side but this is 
already defined in the DIN.lco


It's probably worthwhile to make your own version of the DIN.lco that 
you are using. Copy it under a new name (myDIN.lco f.ex.) in the 
directory where you have your lyx letters and modify it as you wish:


Instead of using
\@addtoplength{firstheadvpos}{1cm}
after calling the original DIN.lco where this plength is set, you can 
replace inside your new lco the

\@setplength{firstheadvpos}{8mm}
by
\@setplength{firstheadvpos}{18mm}


Don't forget to call your lco file in the preamble:

\LoadLetterOption{myDIN}%



To place the signature inside the closing box on the left you have to 
change in your lco file

 \let\raggedsignature=\centering
to
\let\raggedsignature=\raggedright

HTH
--
Jean-Marie


Re: letter (KOMA-Script v.2) Space between closing and signature...........

2013-02-25 Thread Charlie
 On Mon, 25 Feb 2013 11:58:04 +0100 Jean-Marie Pacquet j...@pacquet.net
 sent this:

Le 25/02/2013 07:48, Charlie a écrit :
On Sun, 24 Feb 2013 15:39:05 +0100 Jean-Marie mentioned this:
  Re: letter (KOMA-Script v.2) Space between closing and
signature

 A picture being worth a thousand words, Figure 6.1 in the
 scrguien.pdf is your friend.
My reply follows:

 Hello Jean-Marie,

I have seen that diagram but again don't know how to work it.
  The different first commands like:

 \@addtoplength
 or
 \@setplength or whatever.
Hi Charlie,

First, as my own copy of the guide is quite old (my figure 6.1 is now 
17.1), I updated it now from the last one dated 2012-05-15 which is
   here: http://www.komascript.de/files/scrguien.pdf

So the page numbers I'm using now refer to this last version of the
   guide.
   

 How does one understand these commands? How does one know which to
  use where?

Read section 4.2 Pseudo-Lengths (page 135). With my words:
All these pseudo-lengths have a default value. If you want to change 
this default value and make it completly different you use
   \@setplength. If you want to slightly modify it, you use
   \@addtoplength.


 I have attached the diagram you sent and added the commands that you
 have helped me with in green and red.

 I have also tried to make the signature on my letter template come to
 the left of the page with these commands, none of which work:

 \@setplength{sigindent}{\raggedleft} without success [...]
 And many more, to numerous to mention here, but never the right one.

\@setplength{sigindent}{0mm}
will place the box containing the signature on the left side but this
   is already defined in the DIN.lco

It's probably worthwhile to make your own version of the DIN.lco that 
you are using. Copy it under a new name (myDIN.lco f.ex.) in the 
directory where you have your lyx letters and modify it as you wish:

Instead of using
\@addtoplength{firstheadvpos}{1cm}
after calling the original DIN.lco where this plength is set, you can 
replace inside your new lco the
\@setplength{firstheadvpos}{8mm}
by
\@setplength{firstheadvpos}{18mm}


Don't forget to call your lco file in the preamble:

\LoadLetterOption{myDIN}%



To place the signature inside the closing box on the left you have to 
change in your lco file
  \let\raggedsignature=\centering
to
\let\raggedsignature=\raggedright

HTH
-- 
Jean-Marie

Your explanation and guidance has been extremely helpful Jean-Marie.

I took your advice and tweaked the DIN.lco file and placed it in my
templates directory and added the absolute path to it in my preamble.

Again, thank you for your time and this enormous assistance.

Be well,
Charlie
-- 
Registered Linux User:- 329524
***

I do not know how to distinguish between our waking life and a
dream. Are we not always living the life that we imagine we
are? .Henry David Thoreau

***

Debian GNU/Linux - just the best way to create magic

-


Re: letter (KOMA-Script v.2) Space between closing and signature...........

2013-02-25 Thread Jean-Marie Pacquet

Le 25/02/2013 07:48, Charlie a écrit :

   On Sun, 24 Feb 2013 15:39:05 +0100 Jean-Marie mentioned this:
Re: letter (KOMA-Script v.2) Space between closing and
   signature


A picture being worth a thousand words, Figure 6.1 in the
scrguien.pdf is your friend.

   My reply follows:

Hello Jean-Marie,

   I have seen that diagram but again don't know how to work it. The
   different first commands like:

\@addtoplength
or
\@setplength or whatever.

Hi Charlie,

First, as my own copy of the guide is quite old (my figure 6.1 is now 
17.1), I updated it now from the last one dated 2012-05-15 which is here:

http://www.komascript.de/files/scrguien.pdf

So the page numbers I'm using now refer to this last version of the guide.
  


How does one understand these commands? How does one know which to use
where?


Read section 4.2 Pseudo-Lengths (page 135). With my words:
All these pseudo-lengths have a default value. If you want to change 
this default value and make it completly different you use \@setplength. 
If you want to slightly modify it, you use \@addtoplength.




I have attached the diagram you sent and added the commands that you
have helped me with in green and red.

I have also tried to make the signature on my letter template come to
the left of the page with these commands, none of which work:

\@setplength{sigindent}{\raggedleft} without success [...]
And many more, to numerous to mention here, but never the right one.


\@setplength{sigindent}{0mm}
will place the box containing the signature on the left side but this is 
already defined in the DIN.lco


It's probably worthwhile to make your own version of the DIN.lco that 
you are using. Copy it under a new name (myDIN.lco f.ex.) in the 
directory where you have your lyx letters and modify it as you wish:


Instead of using
\@addtoplength{firstheadvpos}{1cm}
after calling the original DIN.lco where this plength is set, you can 
replace inside your new lco the

\@setplength{firstheadvpos}{8mm}
by
\@setplength{firstheadvpos}{18mm}


Don't forget to call your lco file in the preamble:

\LoadLetterOption{myDIN}%



To place the signature inside the closing box on the left you have to 
change in your lco file

 \let\raggedsignature=\centering
to
\let\raggedsignature=\raggedright

HTH
--
Jean-Marie


Re: letter (KOMA-Script v.2) Space between closing and signature...........

2013-02-25 Thread Charlie
 On Mon, 25 Feb 2013 11:58:04 +0100 "Jean-Marie Pacquet j...@pacquet.net"
 sent this:

>Le 25/02/2013 07:48, Charlie a écrit :
>>On Sun, 24 Feb 2013 15:39:05 +0100 Jean-Marie mentioned this:
>>  Re: letter (KOMA-Script v.2) Space between closing and
>>signature
>>
>>> A picture being worth a thousand words, Figure 6.1 in the
>>> scrguien.pdf is your friend.
>>My reply follows:
>>
>> Hello Jean-Marie,
>>
>>I have seen that diagram but again don't know how to work it.
>>  The different first commands like:
>>
>> \@addtoplength
>> or
>> \@setplength or whatever.
>Hi Charlie,
>
>First, as my own copy of the guide is quite old (my figure 6.1 is now 
>17.1), I updated it now from the last one dated 2012-05-15 which is
>   here: http://www.komascript.de/files/scrguien.pdf
>
>So the page numbers I'm using now refer to this last version of the
>   guide.
>>   
>>
>> How does one understand these commands? How does one know which to
>>  use where?
>
>Read section 4.2 Pseudo-Lengths (page 135). With my words:
>All these pseudo-lengths have a default value. If you want to change 
>this default value and make it completly different you use
>   \@setplength. If you want to slightly modify it, you use
>   \@addtoplength.
>
>>
>> I have attached the diagram you sent and added the commands that you
>> have helped me with in green and red.
>>
>> I have also tried to make the signature on my letter template come to
>> the left of the page with these commands, none of which work:
>>
>> \@setplength{sigindent}{\raggedleft} without success [...]
>> And many more, to numerous to mention here, but never the right one.
>
>\@setplength{sigindent}{0mm}
>will place the box containing the signature on the left side but this
>   is already defined in the DIN.lco
>
>It's probably worthwhile to make your own version of the DIN.lco that 
>you are using. Copy it under a new name (myDIN.lco f.ex.) in the 
>directory where you have your lyx letters and modify it as you wish:
>
>Instead of using
>\@addtoplength{firstheadvpos}{1cm}
>after calling the original DIN.lco where this plength is set, you can 
>replace inside your new lco the
>\@setplength{firstheadvpos}{8mm}
>by
>\@setplength{firstheadvpos}{18mm}
>
>
>Don't forget to call your lco file in the preamble:
>
>\LoadLetterOption{myDIN}%
>
>
>
>To place the signature inside the closing box on the left you have to 
>change in your lco file
>  \let\raggedsignature=\centering
>to
>\let\raggedsignature=\raggedright
>
>HTH
>-- 
>Jean-Marie

Your explanation and guidance has been extremely helpful Jean-Marie.

I took your advice and tweaked the DIN.lco file and placed it in my
templates directory and added the absolute path to it in my preamble.

Again, thank you for your time and this enormous assistance.

Be well,
Charlie
-- 
Registered Linux User:- 329524
***

I do not know how to distinguish between our waking life and a
dream. Are we not always living the life that we imagine we
are? .Henry David Thoreau

***

Debian GNU/Linux - just the best way to create magic

-


Re: letter (KOMA-Script v.2) Space between closing and signature...........

2013-02-24 Thread Charlie
 On Sun, 24 Feb 2013 08:42:49 +0100 Jean-Marie Pacquet j...@pacquet.net
 sent this:

Le 24/02/2013 07:26, Charlie a écrit :
 I'm having a problem with the space between Closing and Signature in:

 letter (KOMA-Script v.2)

 using LyX version 2.0.3 Debian Wheezy.

 I need more space to apply my hand written signature. [...]
 From the user guide (scrguien.pdf):
Between closing phrase and signature a vertical space is inserted. The 
height
of this space is defined in the pseudo-length sigbeforevskip. It
   defaults to 2 lines. In this space you can write your
   inscription.


 % position from top of page of Sender Name thanks to: Jean-Marie
  Pacquet \@addtoplength{firstheadvpos}{1cm}
 \@addtoplength{firstfootvpos}{-1cm}
This seems to be the right place ;-) to add this line:
\@setplength{sigbeforevskip}{2\baselineskip}

Change the 2 to whatever suits you

Cheers
-- 
Jean-Marie


  Thank you Jean-Marie,

You have helped me once again. I have two copies of the scrguien.pdf
and I use the latest. Read it, but obviously I don't know how to
use it. How to put the commands together in some instances.

I read this: sigbeforevskip vertical skip between closing and signature
(section 6.6.1, page 207)

But didn't really understand it.

Even tried working with this:
\setkomavar{signature}{John McEnvy\\{\small (Vice-President ‘‘The Other 
Society’’)}}

\closing{Regards\\(for the board of directors)}

But couldn't put it together to rectify my problem, then searched the
net again and couldn't come up with the right answer.

Thank you again, because you have solved my problem once more, and you
will know it's much appreciated.

Be well,
Charlie
-- 
Registered Linux User:- 329524
***

The light which puts out our eyes is darkness to us. Only that
day dawns to which we are awake. There is more day to dawn. The
sun is but a morning star. - Henry David Thoreau

***

Debian GNU/Linux - just the best way to create magic

-


Re: letter (KOMA-Script v.2) Space between closing and signature...........

2013-02-24 Thread Charlie
 On Sun, 24 Feb 2013 08:42:49 +0100 Jean-Marie Pacquet j...@pacquet.net
 sent this:

Le 24/02/2013 07:26, Charlie a écrit :
 I'm having a problem with the space between Closing and Signature in:

 letter (KOMA-Script v.2)

 using LyX version 2.0.3 Debian Wheezy.

 I need more space to apply my hand written signature. [...]
 From the user guide (scrguien.pdf):
Between closing phrase and signature a vertical space is inserted. The 
height
of this space is defined in the pseudo-length sigbeforevskip. It
   defaults to 2 lines. In this space you can write your
   inscription.


 % position from top of page of Sender Name thanks to: Jean-Marie
  Pacquet \@addtoplength{firstheadvpos}{1cm}
 \@addtoplength{firstfootvpos}{-1cm}
This seems to be the right place ;-) to add this line:
\@setplength{sigbeforevskip}{2\baselineskip}

Change the 2 to whatever suits you

Cheers
-- 
Jean-Marie


  Thank you Jean-Marie,

You have helped me once again. I have two copies of the scrguien.pdf
and I use the latest. Read it, but obviously I don't know how to
use it. How to put the commands together in some instances.

I read this: sigbeforevskip vertical skip between closing and signature
(section 6.6.1, page 207)

But didn't really understand it.

Even tried working with this:
\setkomavar{signature}{John McEnvy\\{\small (Vice-President ‘‘The Other 
Society’’)}}

\closing{Regards\\(for the board of directors)}

But couldn't put it together to rectify my problem, then searched the
net again and couldn't come up with the right answer.

Thank you again, because you have solved my problem once more, and you
will know it's much appreciated.

Be well,
Charlie
-- 
Registered Linux User:- 329524
***

The light which puts out our eyes is darkness to us. Only that
day dawns to which we are awake. There is more day to dawn. The
sun is but a morning star. - Henry David Thoreau

***

Debian GNU/Linux - just the best way to create magic

-


Re: letter (KOMA-Script v.2) Space between closing and signature...........

2013-02-24 Thread Charlie
 On Sun, 24 Feb 2013 08:42:49 +0100 "Jean-Marie Pacquet j...@pacquet.net"
 sent this:

>Le 24/02/2013 07:26, Charlie a écrit :
>> I'm having a problem with the space between Closing and Signature in:
>>
>> letter (KOMA-Script v.2)
>>
>> using LyX version 2.0.3 Debian Wheezy.
>>
>> I need more space to apply my hand written signature. [...]
> From the user guide (scrguien.pdf):
>Between closing phrase and signature a vertical space is inserted. The 
>height
>of this space is defined in the pseudo-length sigbeforevskip. It
>   defaults to 2 lines. In this space you can write your
>   inscription.
>>
>>
>> % position from top of page of Sender Name thanks to: Jean-Marie
>>  Pacquet \@addtoplength{firstheadvpos}{1cm}
>> \@addtoplength{firstfootvpos}{-1cm}
>This seems to be the right place ;-) to add this line:
>\@setplength{sigbeforevskip}{2\baselineskip}
>
>Change the 2 to whatever suits you
>
>Cheers
>-- 
>Jean-Marie


  Thank you Jean-Marie,

You have helped me once again. I have two copies of the scrguien.pdf
and I use the latest. Read it, but obviously I don't know how to
use it. How to put the commands together in some instances.

I read this: sigbeforevskip vertical skip between closing and signature
(section 6.6.1, page 207)

But didn't really understand it.

Even tried working with this:
\setkomavar{signature}{John McEnvy\\{\small (Vice-President ‘‘The Other 
Society’’)}}

\closing{Regards\\(for the board of directors)}

But couldn't put it together to rectify my problem, then searched the
net again and couldn't come up with the right answer.

Thank you again, because you have solved my problem once more, and you
will know it's much appreciated.

Be well,
Charlie
-- 
Registered Linux User:- 329524
***

The light which puts out our eyes is darkness to us. Only that
day dawns to which we are awake. There is more day to dawn. The
sun is but a morning star. - Henry David Thoreau

***

Debian GNU/Linux - just the best way to create magic

-


Re: Letter template fails in my LyX WORKED AROUND

2011-07-31 Thread Liviu Andronic
On Sun, Jul 31, 2011 at 7:22 AM, Steve Litt sl...@troubleshooters.com wrote:
 Previous LyX versions didn't require these two steps. If possible, I
 think future versions shouldn't either, but if it can't be helped,
 this should be widely documented

This may happen if you installed some texlive packages after you
installed lyx and ran it for the first time. In my experience, in
default configurations your issue doesn't arise.
Liviu


Re: Letter template fails in my LyX WORKED AROUND

2011-07-31 Thread Liviu Andronic
On Sun, Jul 31, 2011 at 7:22 AM, Steve Litt sl...@troubleshooters.com wrote:
 Previous LyX versions didn't require these two steps. If possible, I
 think future versions shouldn't either, but if it can't be helped,
 this should be widely documented

This may happen if you installed some texlive packages after you
installed lyx and ran it for the first time. In my experience, in
default configurations your issue doesn't arise.
Liviu


Re: Letter template fails in my LyX

2011-07-31 Thread Liviu Andronic
On Sun, Jul 31, 2011 at 7:22 AM, Steve Litt  wrote:
> Previous LyX versions didn't require these two steps. If possible, I
> think future versions shouldn't either, but if it can't be helped,
> this should be widely documented
>
This may happen if you installed some texlive packages after you
installed lyx and ran it for the first time. In my experience, in
default configurations your issue doesn't arise.
Liviu


Re: letter?

2010-04-04 Thread Sandro Portmann
But how can I generate a letter with the given examples or the text glass 
letter(DIN,german) which has the adress on the right side of the page? That's 
the way how letters in Switzerland are written and I need it this way.

SP

Re: letter?

2010-04-04 Thread Jean-Marie Pacquet

Sandro Portmann a écrit :

But how can I generate a letter with the given examples or the text glass 
letter(DIN,german) which has the adress on the right side of the page? That's 
the way how letters in Switzerland are written and I need it this way.

SP
  

You can use koma-letter2 with the SN letter option in the preamble

%% Load an *.lco style file (see KOMA documentation)
\LoadLetterOption{SN}% 


--
jmp


Re: letter?

2010-04-04 Thread Sandro Portmann
Thanks a lot. 
Does anybody know how to deal that in the dinbrief.lyx file? That would be very 
nice!

SP

Am 04.04.2010 um 16:00 schrieb Jean-Marie Pacquet:

 Sandro Portmann a écrit :
 But how can I generate a letter with the given examples or the text glass 
 letter(DIN,german) which has the adress on the right side of the page? 
 That's the way how letters in Switzerland are written and I need it this way.
 
 SP
  
 You can use koma-letter2 with the SN letter option in the preamble
 
 %% Load an *.lco style file (see KOMA documentation)
 \LoadLetterOption{SN}% 
 -- 
 jmp



Re: letter? Swiss Norm

2010-04-04 Thread Hellmut Weber

Hi Sandro,
in my koma installation there is a file SN.lco

/usr/share/texmf-dist/tex/latex/koma-script/SN.lco

It defines the Swiss official letter norm as far as i remember.

HTH

Happy Lyxing

Hellmut

Am 04.04.2010 14:17, schrieb Sandro Portmann:

But how can I generate a letter with the given examples or the text glass 
letter(DIN,german) which has the adress on the right side of the page? That's 
the way how letters in Switzerland are written and I need it this way.

SP


--
Dr. Hellmut Weber m...@hellmutweber.de
Degenfeldstraße 2 tel   +49-89-3081172
D-80803 München-Schwabing mobil +49-172-8450321
please: No DOCs, no PPTs. why: tinyurl.com/cbgq



Re: letter? Swiss Norm

2010-04-04 Thread Sandro Portmann
Hi Hellmut,

Where do I find that file on a macintosh computer? I'm really new in using LyX, 
so I don't really know, where I find those things... Can you help me one more 
time?

SP

Am 05.04.2010 um 01:08 schrieb Hellmut Weber:

 Hi Sandro,
 in my koma installation there is a file SN.lco
 
 /usr/share/texmf-dist/tex/latex/koma-script/SN.lco
 
 It defines the Swiss official letter norm as far as i remember.
 
 HTH
 
 Happy Lyxing
 
 Hellmut
 
 Am 04.04.2010 14:17, schrieb Sandro Portmann:
 But how can I generate a letter with the given examples or the text glass 
 letter(DIN,german) which has the adress on the right side of the page? 
 That's the way how letters in Switzerland are written and I need it this way.
 
 SP
 
 -- 
 Dr. Hellmut Weber m...@hellmutweber.de
 Degenfeldstraße 2 tel   +49-89-3081172
 D-80803 München-Schwabing mobil +49-172-8450321
 please: No DOCs, no PPTs. why: tinyurl.com/cbgq
 



Re: letter?

2010-04-04 Thread Sandro Portmann
But how can I generate a letter with the given examples or the text glass 
letter(DIN,german) which has the adress on the right side of the page? That's 
the way how letters in Switzerland are written and I need it this way.

SP

Re: letter?

2010-04-04 Thread Jean-Marie Pacquet

Sandro Portmann a écrit :

But how can I generate a letter with the given examples or the text glass 
letter(DIN,german) which has the adress on the right side of the page? That's 
the way how letters in Switzerland are written and I need it this way.

SP
  

You can use koma-letter2 with the SN letter option in the preamble

%% Load an *.lco style file (see KOMA documentation)
\LoadLetterOption{SN}% 


--
jmp


Re: letter?

2010-04-04 Thread Sandro Portmann
Thanks a lot. 
Does anybody know how to deal that in the dinbrief.lyx file? That would be very 
nice!

SP

Am 04.04.2010 um 16:00 schrieb Jean-Marie Pacquet:

 Sandro Portmann a écrit :
 But how can I generate a letter with the given examples or the text glass 
 letter(DIN,german) which has the adress on the right side of the page? 
 That's the way how letters in Switzerland are written and I need it this way.
 
 SP
  
 You can use koma-letter2 with the SN letter option in the preamble
 
 %% Load an *.lco style file (see KOMA documentation)
 \LoadLetterOption{SN}% 
 -- 
 jmp



Re: letter? Swiss Norm

2010-04-04 Thread Hellmut Weber

Hi Sandro,
in my koma installation there is a file SN.lco

/usr/share/texmf-dist/tex/latex/koma-script/SN.lco

It defines the Swiss official letter norm as far as i remember.

HTH

Happy Lyxing

Hellmut

Am 04.04.2010 14:17, schrieb Sandro Portmann:

But how can I generate a letter with the given examples or the text glass 
letter(DIN,german) which has the adress on the right side of the page? That's 
the way how letters in Switzerland are written and I need it this way.

SP


--
Dr. Hellmut Weber m...@hellmutweber.de
Degenfeldstraße 2 tel   +49-89-3081172
D-80803 München-Schwabing mobil +49-172-8450321
please: No DOCs, no PPTs. why: tinyurl.com/cbgq



Re: letter? Swiss Norm

2010-04-04 Thread Sandro Portmann
Hi Hellmut,

Where do I find that file on a macintosh computer? I'm really new in using LyX, 
so I don't really know, where I find those things... Can you help me one more 
time?

SP

Am 05.04.2010 um 01:08 schrieb Hellmut Weber:

 Hi Sandro,
 in my koma installation there is a file SN.lco
 
 /usr/share/texmf-dist/tex/latex/koma-script/SN.lco
 
 It defines the Swiss official letter norm as far as i remember.
 
 HTH
 
 Happy Lyxing
 
 Hellmut
 
 Am 04.04.2010 14:17, schrieb Sandro Portmann:
 But how can I generate a letter with the given examples or the text glass 
 letter(DIN,german) which has the adress on the right side of the page? 
 That's the way how letters in Switzerland are written and I need it this way.
 
 SP
 
 -- 
 Dr. Hellmut Weber m...@hellmutweber.de
 Degenfeldstraße 2 tel   +49-89-3081172
 D-80803 München-Schwabing mobil +49-172-8450321
 please: No DOCs, no PPTs. why: tinyurl.com/cbgq
 



Re: letter?

2010-04-04 Thread Sandro Portmann
But how can I generate a letter with the given examples or the text glass 
letter(DIN,german) which has the adress on the right side of the page? That's 
the way how letters in Switzerland are written and I need it this way.

SP

Re: letter?

2010-04-04 Thread Jean-Marie Pacquet

Sandro Portmann a écrit :

But how can I generate a letter with the given examples or the text glass 
letter(DIN,german) which has the adress on the right side of the page? That's 
the way how letters in Switzerland are written and I need it this way.

SP
  

You can use koma-letter2 with the "SN" letter option in the preamble

%% Load an *.lco style file (see KOMA documentation)
\LoadLetterOption{SN}% 


--
jmp


Re: letter?

2010-04-04 Thread Sandro Portmann
Thanks a lot. 
Does anybody know how to deal that in the dinbrief.lyx file? That would be very 
nice!

SP

Am 04.04.2010 um 16:00 schrieb Jean-Marie Pacquet:

> Sandro Portmann a écrit :
>> But how can I generate a letter with the given examples or the text glass 
>> letter(DIN,german) which has the adress on the right side of the page? 
>> That's the way how letters in Switzerland are written and I need it this way.
>> 
>> SP
>>  
> You can use koma-letter2 with the "SN" letter option in the preamble
> 
> %% Load an *.lco style file (see KOMA documentation)
> \LoadLetterOption{SN}% 
> -- 
> jmp



Re: letter? Swiss Norm

2010-04-04 Thread Hellmut Weber

Hi Sandro,
in my koma installation there is a file SN.lco

/usr/share/texmf-dist/tex/latex/koma-script/SN.lco

It defines the Swiss official letter norm as far as i remember.

HTH

Happy Lyxing

Hellmut

Am 04.04.2010 14:17, schrieb Sandro Portmann:

But how can I generate a letter with the given examples or the text glass 
letter(DIN,german) which has the adress on the right side of the page? That's 
the way how letters in Switzerland are written and I need it this way.

SP


--
Dr. Hellmut Weber m...@hellmutweber.de
Degenfeldstraße 2 tel   +49-89-3081172
D-80803 München-Schwabing mobil +49-172-8450321
please: No DOCs, no PPTs. why: tinyurl.com/cbgq



Re: letter? Swiss Norm

2010-04-04 Thread Sandro Portmann
Hi Hellmut,

Where do I find that file on a macintosh computer? I'm really new in using LyX, 
so I don't really know, where I find those things... Can you help me one more 
time?

SP

Am 05.04.2010 um 01:08 schrieb Hellmut Weber:

> Hi Sandro,
> in my koma installation there is a file SN.lco
> 
> /usr/share/texmf-dist/tex/latex/koma-script/SN.lco
> 
> It defines the Swiss official letter norm as far as i remember.
> 
> HTH
> 
> Happy Lyxing
> 
> Hellmut
> 
> Am 04.04.2010 14:17, schrieb Sandro Portmann:
>> But how can I generate a letter with the given examples or the text glass 
>> letter(DIN,german) which has the adress on the right side of the page? 
>> That's the way how letters in Switzerland are written and I need it this way.
>> 
>> SP
> 
> -- 
> Dr. Hellmut Weber m...@hellmutweber.de
> Degenfeldstraße 2 tel   +49-89-3081172
> D-80803 München-Schwabing mobil +49-172-8450321
> please: No DOCs, no PPTs. why: tinyurl.com/cbgq
> 



Re: Letter [KOMA - Script-v.2............

2010-01-19 Thread M-L
On Tue, 19 Jan 2010 08:21:23 +0100 Jean-Marie Pacquet j...@pacquet.net
shared this with is all on the Lyx users list:

M-L a écrit :
 [...]
 I must be on the wrong track then, and my apologies to Jean-Marie and
 yourself.

 It is the Sender Name that has my name and address so obviously I
 am looking at the wrong thing?

 So renew my question:

 Debian Testing [Squeeze] Using LyX Version 1.6.5

 Letter [KOMA - Script-v.2]

 Which of the commands below affect the Sender Name field
   
If you look at the manual scrguien.pdf everything you need is visible
in figure 6.1: Schematic of letter paper's pseudo lengths. The
pseudo length for Sender Name vertical position is called
firstheadvpos. To adjust it you can add in the preamble:

\...@addtoplength{firstheadvpos}{2cm}

You can also create your own lco parameter file (derived from the 
DIN.lco you are using) to suit your needs.

HTH
-- 
jmp


Thank you very much for that pointer and information. I have the
scrguien.pdf on my hard drive and I will look through it.

Many thanks once again.

Be well,
Charlie
-- 
Registered Linux User:- 329524
***
This world Is but A fleeting dream So why be alarmed At its
evanescence? ___Ikkyu (1394-1481)

***
Debian GNU/Linux - just the best way to create magic
___


Re: Letter [KOMA - Script-v.2............

2010-01-19 Thread M-L
On Tue, 19 Jan 2010 08:21:23 +0100 Jean-Marie Pacquet j...@pacquet.net
shared this with is all on the Lyx users list:

M-L a écrit :
 [...]
 I must be on the wrong track then, and my apologies to Jean-Marie and
 yourself.

 It is the Sender Name that has my name and address so obviously I
 am looking at the wrong thing?

 So renew my question:

 Debian Testing [Squeeze] Using LyX Version 1.6.5

 Letter [KOMA - Script-v.2]

 Which of the commands below affect the Sender Name field
   
If you look at the manual scrguien.pdf everything you need is visible
in figure 6.1: Schematic of letter paper's pseudo lengths. The
pseudo length for Sender Name vertical position is called
firstheadvpos. To adjust it you can add in the preamble:

\...@addtoplength{firstheadvpos}{2cm}

You can also create your own lco parameter file (derived from the 
DIN.lco you are using) to suit your needs.

HTH
-- 
jmp


Thank you very much for that pointer and information. I have the
scrguien.pdf on my hard drive and I will look through it.

Many thanks once again.

Be well,
Charlie
-- 
Registered Linux User:- 329524
***
This world Is but A fleeting dream So why be alarmed At its
evanescence? ___Ikkyu (1394-1481)

***
Debian GNU/Linux - just the best way to create magic
___


Re: Letter [KOMA - Script-v.2............

2010-01-19 Thread M-L
On Tue, 19 Jan 2010 08:21:23 +0100 Jean-Marie Pacquet 
shared this with is all on the Lyx users list:

>M-L a écrit :
>> [...]
>> I must be on the wrong track then, and my apologies to Jean-Marie and
>> yourself.
>>
>> It is the "Sender Name" that has my name and address so obviously I
>> am looking at the wrong thing?
>>
>> So renew my question:
>>
>> Debian Testing [Squeeze] Using LyX Version 1.6.5
>>
>> Letter [KOMA - Script-v.2]
>>
>> Which of the commands below affect the "Sender Name" field
>>   
>If you look at the manual scrguien.pdf everything you need is visible
>in figure 6.1: "Schematic of letter paper's pseudo lengths". The
>pseudo length for Sender Name vertical position is called
>"firstheadvpos". To adjust it you can add in the preamble:
>
>\...@addtoplength{firstheadvpos}{2cm}
>
>You can also create your own "lco" parameter file (derived from the 
>DIN.lco you are using) to suit your needs.
>
>HTH
>-- 
>jmp


Thank you very much for that pointer and information. I have the
scrguien.pdf on my hard drive and I will look through it.

Many thanks once again.

Be well,
Charlie
-- 
Registered Linux User:- 329524
***
This world Is but A fleeting dream So why be alarmed At its
evanescence? ___Ikkyu (1394-1481)

***
Debian GNU/Linux - just the best way to create magic
___


Re: Letter [KOMA - Script-v.2............

2010-01-18 Thread M-L
On Mon, 18 Jan 2010 08:28:06 +0100 Jean-Marie Pacquet j...@pacquet.net
shared this with is all on the Lyx users list:

M-L a écrit :
 Debian Testing [Squeeze] Using LyX Version 1.6.5

 Letter [KOMA - Script-v.2]

 This in my preamble as per the template for that letter style [only
 the number has changed]:

 % vertical position of the address field
 \...@addtoplength{toaddrvpos}{2mm}

 What command do I add: 

 * preceding that
 * to that, or
 * following that

 To add a bit more space above the address?

 \vspace*{2cm} in various places and in various ways doesn't cut it.

 I must be doing something wrong?

 TIA
 Charlie
   
May be I don't understand the question, but to add a bit more space 
above the address you only need to change the value 2mm (which is 
precisely the measure of the vertical space added to the predefined 
address position) to what you want it to be (2cm):

\...@addtoplength{toaddrvpos}{2cm}

HTH
-- 
jmp
 

Thank you Jean-Marie,

But what that does is add space below the address field in my
experimentation up to 21cm.

Just tried it again to be certain and am not giving you false
information.

Thank you for your reply.

Be well,
Charlie
-- 
Registered Linux User:- 329524
***
Our truest life is when we are in our dreams
awake. ...Henry David Thoreau

***
Debian GNU/Linux - just the best way to create magic
___


Re: Letter [KOMA - Script-v.2............

2010-01-18 Thread M-L
On Mon, 18 Jan 2010 08:37:12 +0100 Jürgen Spitzmüller sp...@lyx.org
shared this with is all on the Lyx users list:

M-L wrote:
 This in my preamble as per the template for that letter style [only
 the number has changed]:
 
 % vertical position of the address field
 \...@addtoplength{toaddrvpos}{2mm}
 
 What command do I add: 
 
 * preceding that
 * to that, or
 * following that
 
 To add a bit more space above the address?

I'm not sure I understand your question. Doesn't
changing the mentioned declaration (to e.g.
\...@addtoplength{toaddrvpos}{22mm}) do what you want?

Jürgen

I must be on the wrong track then, and my apologies to Jean-Marie and
yourself.

It is the Sender Name that has my name and address so obviously I am
looking at the wrong thing?

So renew my question:

Debian Testing [Squeeze] Using LyX Version 1.6.5

Letter [KOMA - Script-v.2]

Which of the commands below affect the Sender Name field

%
%% Here you can modify the layout of your letter
%% Have a look at the KOMA script documentation
%% for details. Most commands are commented out
%% here (i.e. we use default settings)
%

%% Load an *.lco style file (see KOMA documentation)
%%\LoadLetterOption{DIN}%  

% vertical position of the address field
\...@addtoplength{toaddrvpos}{2mm}
% space between ref line and letter text
\...@setplength{refaftervskip}{1cm}

%% THE CLASS OPTIONS
%% Remove preceeding '%' to uncomment an item
\KOMAoptions{%
,headsepline=false%separate the header with a line on page
1 ,footsepline=false% separate the footer with a line on
page 1
%pagenumber=botcenter%   position of the page number (see docu)
%,parskip=false%  Use indent instead of skip (more options cf.
docu) ,fromalign=left%alignment of the address
,fromrule=aftername%separate the address with a line?
,fromphone=false% print sender phone number
%,fromfax=true%  print sender fax number
,fromemail=false%   print sender e-mail address
,fromurl=false%   print sender URL
%,fromlogo=true% print a logo (position depends on fromalign)
%,addrfield=false%print an address field?
%,backaddress=false%  print the back address?
%,subject=afteropening,titled% alternative subject layout and position
%,locfield=narrow%  width of the (extra) location field
,foldmarks=false%  print foldmarks?
%,numericaldate=true%  date layout
%,refline=wide% layout of the refline
}

%% Customize Separators
%\setkomavar{placeseparator}{ -- }
%\setkomavar{backaddressseparator}{ $\cdot$ }
\setkomavar{emailseparator}{}
%\setkomavar{enclseparator}{  }
%\setkomavar{faxseparator}{ -- }
%\setkomavar{phoneseparator}{ -- }
%\setkomavar{subjectseparator}{  }

%% Customize fonts
%% Use LaTeX's standard font commands
%% Modify with \setkomafont or \addtokomafont
%% (see KOMA documentation)
%\setkomafont{backaddress}{\rmfamily}
%\setkomafont{descriptionlabel}{}
\setkomafont{fromaddress}{\small}
\setkomafont{fromname}{\bf}
%\setkomafont{pagefoot}{utopia}
%\setkomafont{pagehead}{}
%\setkomafont{pagenumber}{}
%\setkomafont{subject}{}
%\setkomafont{title}{}

Creating a larger space above the Sender Name does not work by using
-Document Settings-Page Margins

Apologies for any confusion. Thanks in advance,
Charlie
-- 
Registered Linux User:- 329524
***
Learn to wish that everything should come to pass exactly as it does.
_Epictetus

***
Debian GNU/Linux - just the best way to create magic
___


Re: Letter [KOMA - Script-v.2............

2010-01-18 Thread Jean-Marie Pacquet

M-L a écrit :

[...]
I must be on the wrong track then, and my apologies to Jean-Marie and
yourself.

It is the Sender Name that has my name and address so obviously I am
looking at the wrong thing?

So renew my question:

Debian Testing [Squeeze] Using LyX Version 1.6.5

Letter [KOMA - Script-v.2]

Which of the commands below affect the Sender Name field
  
If you look at the manual scrguien.pdf everything you need is visible in 
figure 6.1: Schematic of letter paper's pseudo lengths. The pseudo 
length for Sender Name vertical position is called firstheadvpos. To 
adjust it you can add in the preamble:


\...@addtoplength{firstheadvpos}{2cm}

You can also create your own lco parameter file (derived from the 
DIN.lco you are using) to suit your needs.


HTH
--
jmp




Re: Letter [KOMA - Script-v.2............

2010-01-18 Thread M-L
On Mon, 18 Jan 2010 08:28:06 +0100 Jean-Marie Pacquet j...@pacquet.net
shared this with is all on the Lyx users list:

M-L a écrit :
 Debian Testing [Squeeze] Using LyX Version 1.6.5

 Letter [KOMA - Script-v.2]

 This in my preamble as per the template for that letter style [only
 the number has changed]:

 % vertical position of the address field
 \...@addtoplength{toaddrvpos}{2mm}

 What command do I add: 

 * preceding that
 * to that, or
 * following that

 To add a bit more space above the address?

 \vspace*{2cm} in various places and in various ways doesn't cut it.

 I must be doing something wrong?

 TIA
 Charlie
   
May be I don't understand the question, but to add a bit more space 
above the address you only need to change the value 2mm (which is 
precisely the measure of the vertical space added to the predefined 
address position) to what you want it to be (2cm):

\...@addtoplength{toaddrvpos}{2cm}

HTH
-- 
jmp
 

Thank you Jean-Marie,

But what that does is add space below the address field in my
experimentation up to 21cm.

Just tried it again to be certain and am not giving you false
information.

Thank you for your reply.

Be well,
Charlie
-- 
Registered Linux User:- 329524
***
Our truest life is when we are in our dreams
awake. ...Henry David Thoreau

***
Debian GNU/Linux - just the best way to create magic
___


Re: Letter [KOMA - Script-v.2............

2010-01-18 Thread M-L
On Mon, 18 Jan 2010 08:37:12 +0100 Jürgen Spitzmüller sp...@lyx.org
shared this with is all on the Lyx users list:

M-L wrote:
 This in my preamble as per the template for that letter style [only
 the number has changed]:
 
 % vertical position of the address field
 \...@addtoplength{toaddrvpos}{2mm}
 
 What command do I add: 
 
 * preceding that
 * to that, or
 * following that
 
 To add a bit more space above the address?

I'm not sure I understand your question. Doesn't
changing the mentioned declaration (to e.g.
\...@addtoplength{toaddrvpos}{22mm}) do what you want?

Jürgen

I must be on the wrong track then, and my apologies to Jean-Marie and
yourself.

It is the Sender Name that has my name and address so obviously I am
looking at the wrong thing?

So renew my question:

Debian Testing [Squeeze] Using LyX Version 1.6.5

Letter [KOMA - Script-v.2]

Which of the commands below affect the Sender Name field

%
%% Here you can modify the layout of your letter
%% Have a look at the KOMA script documentation
%% for details. Most commands are commented out
%% here (i.e. we use default settings)
%

%% Load an *.lco style file (see KOMA documentation)
%%\LoadLetterOption{DIN}%  

% vertical position of the address field
\...@addtoplength{toaddrvpos}{2mm}
% space between ref line and letter text
\...@setplength{refaftervskip}{1cm}

%% THE CLASS OPTIONS
%% Remove preceeding '%' to uncomment an item
\KOMAoptions{%
,headsepline=false%separate the header with a line on page
1 ,footsepline=false% separate the footer with a line on
page 1
%pagenumber=botcenter%   position of the page number (see docu)
%,parskip=false%  Use indent instead of skip (more options cf.
docu) ,fromalign=left%alignment of the address
,fromrule=aftername%separate the address with a line?
,fromphone=false% print sender phone number
%,fromfax=true%  print sender fax number
,fromemail=false%   print sender e-mail address
,fromurl=false%   print sender URL
%,fromlogo=true% print a logo (position depends on fromalign)
%,addrfield=false%print an address field?
%,backaddress=false%  print the back address?
%,subject=afteropening,titled% alternative subject layout and position
%,locfield=narrow%  width of the (extra) location field
,foldmarks=false%  print foldmarks?
%,numericaldate=true%  date layout
%,refline=wide% layout of the refline
}

%% Customize Separators
%\setkomavar{placeseparator}{ -- }
%\setkomavar{backaddressseparator}{ $\cdot$ }
\setkomavar{emailseparator}{}
%\setkomavar{enclseparator}{  }
%\setkomavar{faxseparator}{ -- }
%\setkomavar{phoneseparator}{ -- }
%\setkomavar{subjectseparator}{  }

%% Customize fonts
%% Use LaTeX's standard font commands
%% Modify with \setkomafont or \addtokomafont
%% (see KOMA documentation)
%\setkomafont{backaddress}{\rmfamily}
%\setkomafont{descriptionlabel}{}
\setkomafont{fromaddress}{\small}
\setkomafont{fromname}{\bf}
%\setkomafont{pagefoot}{utopia}
%\setkomafont{pagehead}{}
%\setkomafont{pagenumber}{}
%\setkomafont{subject}{}
%\setkomafont{title}{}

Creating a larger space above the Sender Name does not work by using
-Document Settings-Page Margins

Apologies for any confusion. Thanks in advance,
Charlie
-- 
Registered Linux User:- 329524
***
Learn to wish that everything should come to pass exactly as it does.
_Epictetus

***
Debian GNU/Linux - just the best way to create magic
___


Re: Letter [KOMA - Script-v.2............

2010-01-18 Thread Jean-Marie Pacquet

M-L a écrit :

[...]
I must be on the wrong track then, and my apologies to Jean-Marie and
yourself.

It is the Sender Name that has my name and address so obviously I am
looking at the wrong thing?

So renew my question:

Debian Testing [Squeeze] Using LyX Version 1.6.5

Letter [KOMA - Script-v.2]

Which of the commands below affect the Sender Name field
  
If you look at the manual scrguien.pdf everything you need is visible in 
figure 6.1: Schematic of letter paper's pseudo lengths. The pseudo 
length for Sender Name vertical position is called firstheadvpos. To 
adjust it you can add in the preamble:


\...@addtoplength{firstheadvpos}{2cm}

You can also create your own lco parameter file (derived from the 
DIN.lco you are using) to suit your needs.


HTH
--
jmp




Re: Letter [KOMA - Script-v.2............

2010-01-18 Thread M-L
On Mon, 18 Jan 2010 08:28:06 +0100 Jean-Marie Pacquet 
shared this with is all on the Lyx users list:

>M-L a écrit :
>> Debian Testing [Squeeze] Using LyX Version 1.6.5
>>
>> Letter [KOMA - Script-v.2]
>>
>> This in my preamble as per the template for that letter style [only
>> the number has changed]:
>>
>> % vertical position of the address field
>> \...@addtoplength{toaddrvpos}{2mm}
>>
>> What command do I add: 
>>
>> * preceding that
>> * to that, or
>> * following that
>>
>> To add a bit more space above the address?
>>
>> \vspace*{2cm} in various places and in various ways doesn't cut it.
>>
>> I must be doing something wrong?
>>
>> TIA
>> Charlie
>>   
>May be I don't understand the question, but to add a bit more space 
>above the address you only need to change the value 2mm (which is 
>precisely the measure of the vertical space added to the predefined 
>address position) to what you want it to be (2cm):
>
>\...@addtoplength{toaddrvpos}{2cm}
>
>HTH
>-- 
>jmp
 

Thank you Jean-Marie,

But what that does is add space "below" the address field in my
experimentation up to 21cm.

Just tried it again to be certain and am not giving you false
information.

Thank you for your reply.

Be well,
Charlie
-- 
Registered Linux User:- 329524
***
Our truest life is when we are in our dreams
awake. ...Henry David Thoreau

***
Debian GNU/Linux - just the best way to create magic
___


Re: Letter [KOMA - Script-v.2............

2010-01-18 Thread M-L
On Mon, 18 Jan 2010 08:37:12 +0100 Jürgen Spitzmüller 
shared this with is all on the Lyx users list:

>M-L wrote:
>> This in my preamble as per the template for that letter style [only
>> the number has changed]:
>> 
>> % vertical position of the address field
>> \...@addtoplength{toaddrvpos}{2mm}
>> 
>> What command do I add: 
>> 
>> * preceding that
>> * to that, or
>> * following that
>> 
>> To add a bit more space above the address?
>
>I'm not sure I understand your question. Doesn't
>changing the mentioned declaration (to e.g.
>\...@addtoplength{toaddrvpos}{22mm}) do what you want?
>
>Jürgen

I must be on the wrong track then, and my apologies to Jean-Marie and
yourself.

It is the "Sender Name" that has my name and address so obviously I am
looking at the wrong thing?

So renew my question:

Debian Testing [Squeeze] Using LyX Version 1.6.5

Letter [KOMA - Script-v.2]

Which of the commands below affect the "Sender Name" field

%
%% Here you can modify the layout of your letter
%% Have a look at the KOMA script documentation
%% for details. Most commands are commented out
%% here (i.e. we use default settings)
%

%% Load an *.lco style file (see KOMA documentation)
%%\LoadLetterOption{DIN}%  

% vertical position of the address field
\...@addtoplength{toaddrvpos}{2mm}
% space between ref line and letter text
\...@setplength{refaftervskip}{1cm}

%% THE CLASS OPTIONS
%% Remove preceeding '%' to uncomment an item
\KOMAoptions{%
,headsepline=false%separate the header with a line on page
>1 ,footsepline=false% separate the footer with a line on
>page >1
%pagenumber=botcenter%   position of the page number (see docu)
%,parskip=false%  Use indent instead of skip (more options cf.
docu) ,fromalign=left%alignment of the address
,fromrule=aftername%separate the address with a line?
,fromphone=false% print sender phone number
%,fromfax=true%  print sender fax number
,fromemail=false%   print sender e-mail address
,fromurl=false%   print sender URL
%,fromlogo=true% print a logo (position depends on fromalign)
%,addrfield=false%print an address field?
%,backaddress=false%  print the back address?
%,subject=afteropening,titled% alternative subject layout and position
%,locfield=narrow%  width of the (extra) location field
,foldmarks=false%  print foldmarks?
%,numericaldate=true%  date layout
%,refline=wide% layout of the refline
}

%% Customize Separators
%\setkomavar{placeseparator}{ -- }
%\setkomavar{backaddressseparator}{ $\cdot$ }
\setkomavar{emailseparator}{}
%\setkomavar{enclseparator}{ > }
%\setkomavar{faxseparator}{ --> }
%\setkomavar{phoneseparator}{ --> }
%\setkomavar{subjectseparator}{ >>> }

%% Customize fonts
%% Use LaTeX's standard font commands
%% Modify with \setkomafont or \addtokomafont
%% (see KOMA documentation)
%\setkomafont{backaddress}{\rmfamily}
%\setkomafont{descriptionlabel}{}
\setkomafont{fromaddress}{\small}
\setkomafont{fromname}{\bf}
%\setkomafont{pagefoot}{utopia}
%\setkomafont{pagehead}{}
%\setkomafont{pagenumber}{}
%\setkomafont{subject}{}
%\setkomafont{title}{}

Creating a larger space above the "Sender Name" does not work by using
->Document Settings->Page Margins

Apologies for any confusion. Thanks in advance,
Charlie
-- 
Registered Linux User:- 329524
***
Learn to wish that everything should come to pass exactly as it does.
_Epictetus

***
Debian GNU/Linux - just the best way to create magic
___


Re: Letter [KOMA - Script-v.2............

2010-01-18 Thread Jean-Marie Pacquet

M-L a écrit :

[...]
I must be on the wrong track then, and my apologies to Jean-Marie and
yourself.

It is the "Sender Name" that has my name and address so obviously I am
looking at the wrong thing?

So renew my question:

Debian Testing [Squeeze] Using LyX Version 1.6.5

Letter [KOMA - Script-v.2]

Which of the commands below affect the "Sender Name" field
  
If you look at the manual scrguien.pdf everything you need is visible in 
figure 6.1: "Schematic of letter paper's pseudo lengths". The pseudo 
length for Sender Name vertical position is called "firstheadvpos". To 
adjust it you can add in the preamble:


\...@addtoplength{firstheadvpos}{2cm}

You can also create your own "lco" parameter file (derived from the 
DIN.lco you are using) to suit your needs.


HTH
--
jmp




Re: Letter [KOMA - Script-v.2............

2010-01-17 Thread Jean-Marie Pacquet

M-L a écrit :

Debian Testing [Squeeze] Using LyX Version 1.6.5

Letter [KOMA - Script-v.2]

This in my preamble as per the template for that letter style [only
the number has changed]:

% vertical position of the address field
\...@addtoplength{toaddrvpos}{2mm}

What command do I add: 


* preceding that
* to that, or
* following that

To add a bit more space above the address?

\vspace*{2cm} in various places and in various ways doesn't cut it.

I must be doing something wrong?

TIA
Charlie
  
May be I don't understand the question, but to add a bit more space 
above the address you only need to change the value 2mm (which is 
precisely the measure of the vertical space added to the predefined 
address position) to what you want it to be (2cm):


\...@addtoplength{toaddrvpos}{2cm}

HTH
--
jmp


Re: Letter [KOMA - Script-v.2............

2010-01-17 Thread Jürgen Spitzmüller
M-L wrote:
 This in my preamble as per the template for that letter style [only
 the number has changed]:
 
 % vertical position of the address field
 \...@addtoplength{toaddrvpos}{2mm}
 
 What command do I add: 
 
 * preceding that
 * to that, or
 * following that
 
 To add a bit more space above the address?

I'm not sure I understand your question. Doesn't
changing the mentioned declaration (to e.g.
\...@addtoplength{toaddrvpos}{22mm}) do what you want?

Jürgen


Re: Letter [KOMA - Script-v.2............

2010-01-17 Thread Jean-Marie Pacquet

M-L a écrit :

Debian Testing [Squeeze] Using LyX Version 1.6.5

Letter [KOMA - Script-v.2]

This in my preamble as per the template for that letter style [only
the number has changed]:

% vertical position of the address field
\...@addtoplength{toaddrvpos}{2mm}

What command do I add: 


* preceding that
* to that, or
* following that

To add a bit more space above the address?

\vspace*{2cm} in various places and in various ways doesn't cut it.

I must be doing something wrong?

TIA
Charlie
  
May be I don't understand the question, but to add a bit more space 
above the address you only need to change the value 2mm (which is 
precisely the measure of the vertical space added to the predefined 
address position) to what you want it to be (2cm):


\...@addtoplength{toaddrvpos}{2cm}

HTH
--
jmp


Re: Letter [KOMA - Script-v.2............

2010-01-17 Thread Jürgen Spitzmüller
M-L wrote:
 This in my preamble as per the template for that letter style [only
 the number has changed]:
 
 % vertical position of the address field
 \...@addtoplength{toaddrvpos}{2mm}
 
 What command do I add: 
 
 * preceding that
 * to that, or
 * following that
 
 To add a bit more space above the address?

I'm not sure I understand your question. Doesn't
changing the mentioned declaration (to e.g.
\...@addtoplength{toaddrvpos}{22mm}) do what you want?

Jürgen


Re: Letter [KOMA - Script-v.2............

2010-01-17 Thread Jean-Marie Pacquet

M-L a écrit :

Debian Testing [Squeeze] Using LyX Version 1.6.5

Letter [KOMA - Script-v.2]

This in my preamble as per the template for that letter style [only
the number has changed]:

% vertical position of the address field
\...@addtoplength{toaddrvpos}{2mm}

What command do I add: 


* preceding that
* to that, or
* following that

To add a bit more space above the address?

\vspace*{2cm} in various places and in various ways doesn't cut it.

I must be doing something wrong?

TIA
Charlie
  
May be I don't understand the question, but to add a bit more space 
above the address you only need to change the value 2mm (which is 
precisely the measure of the vertical space added to the predefined 
address position) to what you want it to be (2cm):


\...@addtoplength{toaddrvpos}{2cm}

HTH
--
jmp


Re: Letter [KOMA - Script-v.2............

2010-01-17 Thread Jürgen Spitzmüller
M-L wrote:
> This in my preamble as per the template for that letter style [only
> the number has changed]:
> 
> % vertical position of the address field
> \...@addtoplength{toaddrvpos}{2mm}
> 
> What command do I add: 
> 
> * preceding that
> * to that, or
> * following that
> 
> To add a bit more space above the address?

I'm not sure I understand your question. Doesn't
changing the mentioned declaration (to e.g.
\...@addtoplength{toaddrvpos}{22mm}) do what you want?

Jürgen


Re: letter?

2009-03-23 Thread Jean-Marie Pacquet

Uwe Stöhr a écrit :

Jean-Marie Pacquet schrieb:

You should erase the starting comma in the options list of the Latex 
preamble (the one in front of footsepline=true). The new version of 
Koma-script scrlttr2 does not like it.


In LyX 1.6.x the template doesn't have this comma. What LyX version 
are you using Jean-Marie?


regards Uwe
I use various versions (1.4.2 to 1.6.1). The problem of commas in front 
of the options in the Koma-script letter2 template (as it is up to 1.5.4 
I believe) was brought to my attention when someone told me that the 
templates I uploaded to the wiki as french letters examples in July 2008 
were not  working (that was in october 2008).
So when Bruce wrote he had a problem with Koma options in a template, I 
immediatly thought of this. May be it's something different though...


regards
--
jean-marie


Re: letter?

2009-03-23 Thread Helge Hafting

bb wrote:

The Documentation User Guide from December 7, 2008 might be outdated?
The Description of writing a letter (p. 50 in the german version of the
document) does not describe the reality. I tried all types of
letter-documents, but none offers the described option of adress-right? 


For instance if I try letter(DIN-Brief, German) I get an environment for
an adressee, but I am unable to write the complete adress with name,
street and town? That is also true for the simple letter environment. 

You can't press enter because that will end the paragraph (and also the 
address paragraph type.)


But press ctrl+enter when you need seeveral lines in an address. That 
works. I have written many a letter in LyX. You should really use a 
template, as the letter document class is very fussy about getting most 
of the special paragraph types _and_ in the right order. with a 
template, you just fill out the fields and then it works well.


Helge Hafting


Re: letter?

2009-03-23 Thread Bruce Pourciau


On Mar 22, 2009, at 5:18 PM, Uwe Stöhr wrote:


Jean-Marie Pacquet schrieb:

You should erase the starting comma in the options list of the  
Latex preamble (the one in front of footsepline=true). The new  
version of Koma-script scrlttr2 does not like it.


In LyX 1.6.x the template doesn't have this comma. What LyX version  
are you using Jean-Marie?


regards Uwe


So in LyX 1.5.6 is there no way to view and use the Koma-script  
scrlttr2 template directly from within LyX?


Bruce

Re: letter?

2009-03-23 Thread Jean-Marie Pacquet

Bruce Pourciau a écrit :


On Mar 22, 2009, at 5:18 PM, Uwe Stöhr wrote:


Jean-Marie Pacquet schrieb:

You should erase the starting comma in the options list of the Latex 
preamble (the one in front of footsepline=true). The new version 
of Koma-script scrlttr2 does not like it.


In LyX 1.6.x the template doesn't have this comma. What LyX version 
are you using Jean-Marie?


regards Uwe


So in LyX 1.5.6 is there no way to view and use the Koma-script 
scrlttr2 template directly from within LyX?


Bruce


Just make sure that the Koma-script options list does not start with a 
comma. Hereunder is a part of the Latex preamble of Koma-script letter2 
template for an old Lyx version (1.4.2):

...
%% THE CLASS OPTIONS
%% Remove preceeding '%' to uncomment an item
\KOMAoptions{%
%,headsepline=true%separate the header with a line on page 1
%,footsepline=true% separate the footer with a line on page 1
%pagenumber=botcenter%   position of the page number (see docu)
%,parskip=false%  Use indent instead of skip (more options cf. docu)
,fromalign=center%alignment of the address
,fromrule=aftername%separate the address with a line?
,fromphone=true% print sender phone number
%,fromfax=true%  print sender fax number
,fromemail=true%   print sender e-mail address
,fromurl=true%   print sender URL
%,fromlogo=true% print a logo (position depends on fromalign)
%,addrfield=false%print an address field?
%,backaddress=false%  print the back address?
%,subject=afteropening,titled% alternative subject layout and position
%,locfield=narrow%  width of the (extra) location field
%,foldmarks=false%  print foldmarks?
%,numericaldate=true%  date layout
%,refline=wide% layout of the refline
}

You will notice that the first uncommented option 
(,fromalign=center%...) starts with a comma). If you try to use this 
template with a more recent Lyx version (in fact a more recent 
Koma-script version) you will get this error:


You have used \KOMAoptions to set `',
but KOMA-Script does not know any option named `'.
See the KOMA-Script manual for more informations about options and
their values.


The solution is to edit the Latex preamble (Menu Document-Parameters 
then Latex preamble) so that the first option reads fromalign=center% 
without the preceding comma.


I understand from Uwe that the new templates for Koma-script letter2 no 
longer have this preceding comma. May be you still have an old template 
with a new version of Koma-script.


Regards
--
jean-marie




Re: letter?

2009-03-23 Thread Jean-Marie Pacquet

Uwe Stöhr a écrit :

Jean-Marie Pacquet schrieb:

You should erase the starting comma in the options list of the Latex 
preamble (the one in front of footsepline=true). The new version of 
Koma-script scrlttr2 does not like it.


In LyX 1.6.x the template doesn't have this comma. What LyX version 
are you using Jean-Marie?


regards Uwe
I use various versions (1.4.2 to 1.6.1). The problem of commas in front 
of the options in the Koma-script letter2 template (as it is up to 1.5.4 
I believe) was brought to my attention when someone told me that the 
templates I uploaded to the wiki as french letters examples in July 2008 
were not  working (that was in october 2008).
So when Bruce wrote he had a problem with Koma options in a template, I 
immediatly thought of this. May be it's something different though...


regards
--
jean-marie


Re: letter?

2009-03-23 Thread Helge Hafting

bb wrote:

The Documentation User Guide from December 7, 2008 might be outdated?
The Description of writing a letter (p. 50 in the german version of the
document) does not describe the reality. I tried all types of
letter-documents, but none offers the described option of adress-right? 


For instance if I try letter(DIN-Brief, German) I get an environment for
an adressee, but I am unable to write the complete adress with name,
street and town? That is also true for the simple letter environment. 

You can't press enter because that will end the paragraph (and also the 
address paragraph type.)


But press ctrl+enter when you need seeveral lines in an address. That 
works. I have written many a letter in LyX. You should really use a 
template, as the letter document class is very fussy about getting most 
of the special paragraph types _and_ in the right order. with a 
template, you just fill out the fields and then it works well.


Helge Hafting


Re: letter?

2009-03-23 Thread Bruce Pourciau


On Mar 22, 2009, at 5:18 PM, Uwe Stöhr wrote:


Jean-Marie Pacquet schrieb:

You should erase the starting comma in the options list of the  
Latex preamble (the one in front of footsepline=true). The new  
version of Koma-script scrlttr2 does not like it.


In LyX 1.6.x the template doesn't have this comma. What LyX version  
are you using Jean-Marie?


regards Uwe


So in LyX 1.5.6 is there no way to view and use the Koma-script  
scrlttr2 template directly from within LyX?


Bruce

Re: letter?

2009-03-23 Thread Jean-Marie Pacquet

Bruce Pourciau a écrit :


On Mar 22, 2009, at 5:18 PM, Uwe Stöhr wrote:


Jean-Marie Pacquet schrieb:

You should erase the starting comma in the options list of the Latex 
preamble (the one in front of footsepline=true). The new version 
of Koma-script scrlttr2 does not like it.


In LyX 1.6.x the template doesn't have this comma. What LyX version 
are you using Jean-Marie?


regards Uwe


So in LyX 1.5.6 is there no way to view and use the Koma-script 
scrlttr2 template directly from within LyX?


Bruce


Just make sure that the Koma-script options list does not start with a 
comma. Hereunder is a part of the Latex preamble of Koma-script letter2 
template for an old Lyx version (1.4.2):

...
%% THE CLASS OPTIONS
%% Remove preceeding '%' to uncomment an item
\KOMAoptions{%
%,headsepline=true%separate the header with a line on page 1
%,footsepline=true% separate the footer with a line on page 1
%pagenumber=botcenter%   position of the page number (see docu)
%,parskip=false%  Use indent instead of skip (more options cf. docu)
,fromalign=center%alignment of the address
,fromrule=aftername%separate the address with a line?
,fromphone=true% print sender phone number
%,fromfax=true%  print sender fax number
,fromemail=true%   print sender e-mail address
,fromurl=true%   print sender URL
%,fromlogo=true% print a logo (position depends on fromalign)
%,addrfield=false%print an address field?
%,backaddress=false%  print the back address?
%,subject=afteropening,titled% alternative subject layout and position
%,locfield=narrow%  width of the (extra) location field
%,foldmarks=false%  print foldmarks?
%,numericaldate=true%  date layout
%,refline=wide% layout of the refline
}

You will notice that the first uncommented option 
(,fromalign=center%...) starts with a comma). If you try to use this 
template with a more recent Lyx version (in fact a more recent 
Koma-script version) you will get this error:


You have used \KOMAoptions to set `',
but KOMA-Script does not know any option named `'.
See the KOMA-Script manual for more informations about options and
their values.


The solution is to edit the Latex preamble (Menu Document-Parameters 
then Latex preamble) so that the first option reads fromalign=center% 
without the preceding comma.


I understand from Uwe that the new templates for Koma-script letter2 no 
longer have this preceding comma. May be you still have an old template 
with a new version of Koma-script.


Regards
--
jean-marie




Re: letter?

2009-03-23 Thread Jean-Marie Pacquet

Uwe Stöhr a écrit :

Jean-Marie Pacquet schrieb:

You should erase the starting comma in the options list of the Latex 
preamble (the one in front of "footsepline=true"). The new version of 
Koma-script scrlttr2 does not like it.


In LyX 1.6.x the template doesn't have this comma. What LyX version 
are you using Jean-Marie?


regards Uwe
I use various versions (1.4.2 to 1.6.1). The problem of commas in front 
of the options in the Koma-script letter2 template (as it is up to 1.5.4 
I believe) was brought to my attention when someone told me that the 
templates I uploaded to the wiki as french letters examples in July 2008 
were not  working (that was in october 2008).
So when Bruce wrote he had a problem with Koma options in a template, I 
immediatly thought of this. May be it's something different though...


regards
--
jean-marie


Re: letter?

2009-03-23 Thread Helge Hafting

bb wrote:

The Documentation "User Guide" from December 7, 2008 might be outdated?
The Description of writing a letter (p. 50 in the german version of the
document) does not describe the reality. I tried all types of
letter-documents, but none offers the described option of adress-right? 


For instance if I try letter(DIN-Brief, German) I get an environment for
an adressee, but I am unable to write the complete adress with name,
street and town? That is also true for the simple letter environment. 

You can't press enter because that will end the paragraph (and also the 
"address" paragraph type.)


But press ctrl+enter when you need seeveral lines in an address. That 
works. I have written many a letter in LyX. You should really use a 
template, as the letter document class is very fussy about getting most 
of the special paragraph types _and_ in the right order. with a 
template, you just fill out the fields and then it works well.


Helge Hafting


Re: letter?

2009-03-23 Thread Bruce Pourciau


On Mar 22, 2009, at 5:18 PM, Uwe Stöhr wrote:


Jean-Marie Pacquet schrieb:

You should erase the starting comma in the options list of the  
Latex preamble (the one in front of "footsepline=true"). The new  
version of Koma-script scrlttr2 does not like it.


In LyX 1.6.x the template doesn't have this comma. What LyX version  
are you using Jean-Marie?


regards Uwe


So in LyX 1.5.6 is there no way to view and use the Koma-script  
scrlttr2 template directly from within LyX?


Bruce

Re: letter?

2009-03-23 Thread Jean-Marie Pacquet

Bruce Pourciau a écrit :


On Mar 22, 2009, at 5:18 PM, Uwe Stöhr wrote:


Jean-Marie Pacquet schrieb:

You should erase the starting comma in the options list of the Latex 
preamble (the one in front of "footsepline=true"). The new version 
of Koma-script scrlttr2 does not like it.


In LyX 1.6.x the template doesn't have this comma. What LyX version 
are you using Jean-Marie?


regards Uwe


So in LyX 1.5.6 is there no way to view and use the Koma-script 
scrlttr2 template directly from within LyX?


Bruce


Just make sure that the Koma-script options list does not start with a 
comma. Hereunder is a part of the Latex preamble of Koma-script letter2 
template for an old Lyx version (1.4.2):

...
%% THE CLASS OPTIONS
%% Remove preceeding '%' to uncomment an item
\KOMAoptions{%
%,headsepline=true%separate the header with a line on page >1
%,footsepline=true% separate the footer with a line on page >1
%pagenumber=botcenter%   position of the page number (see docu)
%,parskip=false%  Use indent instead of skip (more options cf. docu)
,fromalign=center%alignment of the address
,fromrule=aftername%separate the address with a line?
,fromphone=true% print sender phone number
%,fromfax=true%  print sender fax number
,fromemail=true%   print sender e-mail address
,fromurl=true%   print sender URL
%,fromlogo=true% print a logo (position depends on fromalign)
%,addrfield=false%print an address field?
%,backaddress=false%  print the back address?
%,subject=afteropening,titled% alternative subject layout and position
%,locfield=narrow%  width of the (extra) location field
%,foldmarks=false%  print foldmarks?
%,numericaldate=true%  date layout
%,refline=wide% layout of the refline
}

You will notice that the first uncommented option 
(",fromalign=center%...") starts with a comma). If you try to use this 
template with a more recent Lyx version (in fact a more recent 
Koma-script version) you will get this error:


You have used \KOMAoptions to set `',
but KOMA-Script does not know any option named `'.
See the KOMA-Script manual for more informations about options and
their values.


The solution is to edit the Latex preamble (Menu Document->Parameters 
then Latex preamble) so that the first option reads "fromalign=center%" 
without the preceding comma.


I understand from Uwe that the new templates for Koma-script letter2 no 
longer have this preceding comma. May be you still have an old template 
with a new version of Koma-script.


Regards
--
jean-marie




Re: letter?

2009-03-22 Thread Florian Rubach

bb schrieb:

The Documentation User Guide from December 7, 2008 might be outdated?
The Description of writing a letter (p. 50 in the german version of the
document) does not describe the reality. I tried all types of
letter-documents, but none offers the described option of adress-right? 


For instance if I try letter(DIN-Brief, German) I get an environment for
an adressee, but I am unable to write the complete adress with name,
street and town? That is also true for the simple letter environment. 


In the letter environment letter(KOMA-Script) I found Name and Town, no
street? May be the adress-supplement will work? 


In any case in trying to compile such adress-experiments I get a
message, that an empty document was generatet. Where is the Adress? That
is also true if I add a letter text. That will not be shown in the
compiled document. 

Is there any description how to make letters with lyx? 


Best regards

BB
Try out filenew from template (in your case: Datei neu von Vorlage) 
and then any of the templates containing brief or letter... e.g. 
dinbrief.lyx...

There should be enough explanation in those...

Greetings,
Florian


Re: letter?

2009-03-22 Thread Uwe Stöhr

bb schrieb:


The Documentation User Guide from December 7, 2008 might be outdated?
The Description of writing a letter (p. 50 in the german version of the
document) does not describe the reality. I tried all types of
letter-documents, but none offers the described option of adress-right? 


This is then a bug in our documentation. I forwarded your mail to our German 
documentation maintainer.
When you find further bugs in the documentation files, please report them at the lyx-docs mailing 
list AND WE#LL FIX THEM FOR THE NEXT lYx RELEASE:


Is there any description how to make letters with lyx? 


Yes, open a letter template via the File-New from Template menu. Personally, I use g-brief2 for 
German letters and letter(Koma-script) for English letters.


regards Uwe


Re: letter?

2009-03-22 Thread Bruce Pourciau



Is there any description how to make letters with lyx?


Yes, open a letter template via the File-New from Template menu.  
Personally, I use g-brief2 for German letters and letter(Koma- 
script) for English letters.


regards Uwe


When I try to View the KOMA-script scrlttr2 template file, I get an  
error message:


Package scrkbase Error: unknown KOMA option `'

You have used \KOMAoptions to set `',
but KOMA-Script does not know any option named `'.
See the KOMA-Script manual for more informations about options and
their values.

What should I do?

I'm running LyX/Mac 1.5.6 with MacTeX.

Bruce


Re: letter?

2009-03-22 Thread Jean-Marie Pacquet

Bruce Pourciau a écrit :


When I try to View the KOMA-script scrlttr2 template file, I get an 
error message:


Package scrkbase Error: unknown KOMA option `'

You have used \KOMAoptions to set `',
but KOMA-Script does not know any option named `'.
See the KOMA-Script manual for more informations about options and
their values.

What should I do?
You should erase the starting comma in the options list of the Latex 
preamble (the one in front of footsepline=true). The new version of 
Koma-script scrlttr2 does not like it.


HTH
--
jmp


Re: letter?

2009-03-22 Thread Uwe Stöhr

Jean-Marie Pacquet schrieb:

You should erase the starting comma in the options list of the Latex 
preamble (the one in front of footsepline=true). The new version of 
Koma-script scrlttr2 does not like it.


In LyX 1.6.x the template doesn't have this comma. What LyX version are you 
using Jean-Marie?

regards Uwe


Re: letter?

2009-03-22 Thread Florian Rubach

bb schrieb:

The Documentation User Guide from December 7, 2008 might be outdated?
The Description of writing a letter (p. 50 in the german version of the
document) does not describe the reality. I tried all types of
letter-documents, but none offers the described option of adress-right? 


For instance if I try letter(DIN-Brief, German) I get an environment for
an adressee, but I am unable to write the complete adress with name,
street and town? That is also true for the simple letter environment. 


In the letter environment letter(KOMA-Script) I found Name and Town, no
street? May be the adress-supplement will work? 


In any case in trying to compile such adress-experiments I get a
message, that an empty document was generatet. Where is the Adress? That
is also true if I add a letter text. That will not be shown in the
compiled document. 

Is there any description how to make letters with lyx? 


Best regards

BB
Try out filenew from template (in your case: Datei neu von Vorlage) 
and then any of the templates containing brief or letter... e.g. 
dinbrief.lyx...

There should be enough explanation in those...

Greetings,
Florian


Re: letter?

2009-03-22 Thread Uwe Stöhr

bb schrieb:


The Documentation User Guide from December 7, 2008 might be outdated?
The Description of writing a letter (p. 50 in the german version of the
document) does not describe the reality. I tried all types of
letter-documents, but none offers the described option of adress-right? 


This is then a bug in our documentation. I forwarded your mail to our German 
documentation maintainer.
When you find further bugs in the documentation files, please report them at the lyx-docs mailing 
list AND WE#LL FIX THEM FOR THE NEXT lYx RELEASE:


Is there any description how to make letters with lyx? 


Yes, open a letter template via the File-New from Template menu. Personally, I use g-brief2 for 
German letters and letter(Koma-script) for English letters.


regards Uwe


Re: letter?

2009-03-22 Thread Bruce Pourciau



Is there any description how to make letters with lyx?


Yes, open a letter template via the File-New from Template menu.  
Personally, I use g-brief2 for German letters and letter(Koma- 
script) for English letters.


regards Uwe


When I try to View the KOMA-script scrlttr2 template file, I get an  
error message:


Package scrkbase Error: unknown KOMA option `'

You have used \KOMAoptions to set `',
but KOMA-Script does not know any option named `'.
See the KOMA-Script manual for more informations about options and
their values.

What should I do?

I'm running LyX/Mac 1.5.6 with MacTeX.

Bruce


Re: letter?

2009-03-22 Thread Jean-Marie Pacquet

Bruce Pourciau a écrit :


When I try to View the KOMA-script scrlttr2 template file, I get an 
error message:


Package scrkbase Error: unknown KOMA option `'

You have used \KOMAoptions to set `',
but KOMA-Script does not know any option named `'.
See the KOMA-Script manual for more informations about options and
their values.

What should I do?
You should erase the starting comma in the options list of the Latex 
preamble (the one in front of footsepline=true). The new version of 
Koma-script scrlttr2 does not like it.


HTH
--
jmp


Re: letter?

2009-03-22 Thread Uwe Stöhr

Jean-Marie Pacquet schrieb:

You should erase the starting comma in the options list of the Latex 
preamble (the one in front of footsepline=true). The new version of 
Koma-script scrlttr2 does not like it.


In LyX 1.6.x the template doesn't have this comma. What LyX version are you 
using Jean-Marie?

regards Uwe


Re: letter?

2009-03-22 Thread Florian Rubach

bb schrieb:

The Documentation "User Guide" from December 7, 2008 might be outdated?
The Description of writing a letter (p. 50 in the german version of the
document) does not describe the reality. I tried all types of
letter-documents, but none offers the described option of adress-right? 


For instance if I try letter(DIN-Brief, German) I get an environment for
an adressee, but I am unable to write the complete adress with name,
street and town? That is also true for the simple letter environment. 


In the letter environment letter(KOMA-Script) I found Name and Town, no
street? May be the adress-supplement will work? 


In any case in trying to compile such adress-experiments I get a
message, that an empty document was generatet. Where is the Adress? That
is also true if I add a letter text. That will not be shown in the
compiled document. 

Is there any description how to make letters with lyx? 


Best regards

BB
Try out file>new from template (in your case: Datei> neu von Vorlage) 
and then any of the templates containing brief or letter... e.g. 
dinbrief.lyx...

There should be enough explanation in those...

Greetings,
Florian


Re: letter?

2009-03-22 Thread Uwe Stöhr

bb schrieb:


The Documentation "User Guide" from December 7, 2008 might be outdated?
The Description of writing a letter (p. 50 in the german version of the
document) does not describe the reality. I tried all types of
letter-documents, but none offers the described option of adress-right? 


This is then a bug in our documentation. I forwarded your mail to our German 
documentation maintainer.
When you find further bugs in the documentation files, please report them at the lyx-docs mailing 
list AND WE#LL FIX THEM FOR THE NEXT lYx RELEASE:


Is there any description how to make letters with lyx? 


Yes, open a letter template via the File->New from Template menu. Personally, I use g-brief2 for 
German letters and letter(Koma-script) for English letters.


regards Uwe


Re: letter?

2009-03-22 Thread Bruce Pourciau



Is there any description how to make letters with lyx?


Yes, open a letter template via the File->New from Template menu.  
Personally, I use g-brief2 for German letters and letter(Koma- 
script) for English letters.


regards Uwe


When I try to View the KOMA-script scrlttr2 template file, I get an  
error message:


Package scrkbase Error: unknown KOMA option `'

You have used \KOMAoptions to set `',
but KOMA-Script does not know any option named `'.
See the KOMA-Script manual for more informations about options and
their values.

What should I do?

I'm running LyX/Mac 1.5.6 with MacTeX.

Bruce


Re: letter?

2009-03-22 Thread Jean-Marie Pacquet

Bruce Pourciau a écrit :


When I try to View the KOMA-script scrlttr2 template file, I get an 
error message:


Package scrkbase Error: unknown KOMA option `'

You have used \KOMAoptions to set `',
but KOMA-Script does not know any option named `'.
See the KOMA-Script manual for more informations about options and
their values.

What should I do?
You should erase the starting comma in the options list of the Latex 
preamble (the one in front of "footsepline=true"). The new version of 
Koma-script scrlttr2 does not like it.


HTH
--
jmp


Re: letter?

2009-03-22 Thread Uwe Stöhr

Jean-Marie Pacquet schrieb:

You should erase the starting comma in the options list of the Latex 
preamble (the one in front of "footsepline=true"). The new version of 
Koma-script scrlttr2 does not like it.


In LyX 1.6.x the template doesn't have this comma. What LyX version are you 
using Jean-Marie?

regards Uwe


Re: letter (KOMA 2) - Error: unknown KOMA option

2008-09-02 Thread Jürgen Spitzmüller
Joachim Kreimer-de Fries wrote:
 Sorry, I tried to find out the version by searching koma-script  
 files and directories - getting a lot beneath /usr ... /texmf and  
 home- /library .../lyx - and opened some files in a text editor, but  
 I gave up to find the relevant version number.

You can find it e.g. in $TEXMF/tex/latex/koma-script/scrartcl.cls:

[EMAIL PROTECTED]/12/24 v2.98 KOMA-Script}%

 Is there a command line code to get it? (Or in which file I have to  
 search it?)

You can add \listfiles to the preamble, then the version numbers will appear 
at the end of you LaTeX log file.

Jürgen


Re: letter (KOMA 2) - Error: unknown KOMA option

2008-09-02 Thread Joachim Kreimer-de Fries


Am 02.09.2008 um 09:42 schrieb Jürgen Spitzmüller:


Joachim Kreimer-de Fries wrote:

Sorry, I tried to find out the version by searching koma-script
...

You can find it e.g. in $TEXMF/tex/latex/koma-script/scrartcl.cls:

[EMAIL PROTECTED]/12/24 v2.98 KOMA-Script}%


OK, lets have a look, there are 2 scrartcl.cls on my HD with  
different items:


1. in /usr/local/texlive/2007/texmf-dist/tex/latex/koma-script/ 
scrartcl.cls

- it has:  [EMAIL PROTECTED]/07/30 v2.95b KOMA-Script}%
which seems outdatet, BUT
2. in home ~/Library/texmf/tex/latex/koma-script/scrartcl.cls
- that says:  [EMAIL PROTECTED]/12/24 v2.98 KOMA-Script}%

You can add \listfiles to the preamble, then the version numbers  
will appear

at the end of you LaTeX log file.


== Result: the first entries are:
scrlttr2.cls2007/12/24 v2.98 KOMA-Script document class (letter)
scrkbase.sty2007/12/24 v2.98 KOMA-Script package (basics and  
keyval use)


So I hopefully suppose that LyX/LaTeX use(s) the newer v2.98 KOMA- 
Script version, but nevertheless my koma-letter2.lyx template does  
not run and should be corrected. It seems to me, that, in this  
template, Class Options mostly begin with a comma (,) - in order to  
get  the options - even after different out- and uncommenting by the  
user - within the \KOMAoptions{} command comma-seperated, but my  
given template

= in ~/Library/Application Support/LyX-1.5/templates/default
the first option (not commented out in the template) begins with a  
comma:

,fromalign=center% alignment of the address
and causes the latex-error.

As another workarround (after the first aid of Jürgen) I uncommented  
the pagenumber=... option two lines before in the template -  
interesting: the first one of the outcommented options without a  
comma before (because uncommenting it was the first intention of the  
template authors?)! -This gives anyway a good solution, because  
nevertheless the pagenumber will only be typesetted if the letter has  
more than one page (and then only beginning with page 2), and in that  
case it normally should be wanted by the author of a letter.


Now, also in LyX this part of my KOMA-letter2 template preamble looks  
like


%% THE CLASS OPTIONS
%% Remove preceeding '%' to uncomment an item
\KOMAoptions{%
%,headsepline=true% separate the header with a line on page 1
%,footsepline=true% separate the footer with a line on page 1
%pagenumber=botcenter% position of the page number (see docu)
%,parskip=false% Use indent instead of skip (more options cf. docu)
,fromalign=center% alignment of the address
,fromrule=aftername% separate the address with a line?
,fromphone=true% print sender phone number
%,fromfax=true% print sender fax number
%, and so on and so forth...
}

With this, the template works as it is (so that everytime I call it  
with file | new from template ... I am free to choose other options.


Bad luck: only after working on this answer I detected that in the  
KOMA-letter2.lyx template within the LyX-application packet (in: / 
Applications/LyX.app/Contents/Resources/templates/
there is a functioning KOMA-letter2-template. pagenumber= is still  
commented out, but the first uncommented option (here: fromalign=)  
begins without comma. So, this template would work too. Might be that  
I, after upgrading LyX, had missed/failed to copy the templates newly  
into my home-template-folder. Perhaps I should test this with other  
disfunctioning lyx templates, too (when needed)...


Howsoever, the KOMA-letter2.lyx template now works correct on my  
computer!


joachim
Kreimer-de Fries, Berlin

/Applications/LyX.app/Contents/Resources/templates/koma-letter2.lyx:

\KOMAoptions{%
%,headsepline=true%separate the header with a line on  
page 1
%,footsepline=true% separate the footer with a line on  
page 1

%pagenumber=botcenter%   position of the page number (see docu)
%,parskip=false%  Use indent instead of skip (more options  
cf. docu)

fromalign=center%alignment of the address
,fromrule=aftername%separate the address with a line?
% etc. etc.
}




Re: letter (KOMA 2) - Error: unknown KOMA option

2008-09-02 Thread Jürgen Spitzmüller
Joachim Kreimer-de Fries wrote:
 = in ~/Library/Application Support/LyX-1.5/templates/default
 the first option (not commented out in the template) begins with a  
 comma:
 ,fromalign=center% alignment of the address
 and causes the latex-error.

This is strange. This typo has been fixed for LyX 1.5.4 (and is still fixed in 
my tree):
http://www.lyx.org/trac/changeset/22758

Are you sure the template is no leftover from a previous release?

Jürgen


Re: letter (KOMA 2) - Error: unknown KOMA option

2008-09-02 Thread Joachim Kreimer-de Fries


Am 02.09.2008 um 15:55 schrieb Jürgen Spitzmüller:


This is strange. This typo has been fixed for LyX 1.5.4


Weldone!


Are you sure the template is no leftover from a previous release?


I said it, that _is_ exactly what I am guessing:

Am 02.09.2008 um 15:44 schrieb Joachim Kreimer-de Fries:
Might be that I, after upgrading LyX, had missed/failed to copy the  
templates newly into my home-template-folder.


joachim



Re: letter (KOMA 2) - Error: unknown KOMA option

2008-09-02 Thread Jürgen Spitzmüller
Joachim Kreimer-de Fries wrote:
 Sorry, I tried to find out the version by searching koma-script  
 files and directories - getting a lot beneath /usr ... /texmf and  
 home- /library .../lyx - and opened some files in a text editor, but  
 I gave up to find the relevant version number.

You can find it e.g. in $TEXMF/tex/latex/koma-script/scrartcl.cls:

[EMAIL PROTECTED]/12/24 v2.98 KOMA-Script}%

 Is there a command line code to get it? (Or in which file I have to  
 search it?)

You can add \listfiles to the preamble, then the version numbers will appear 
at the end of you LaTeX log file.

Jürgen


Re: letter (KOMA 2) - Error: unknown KOMA option

2008-09-02 Thread Joachim Kreimer-de Fries


Am 02.09.2008 um 09:42 schrieb Jürgen Spitzmüller:


Joachim Kreimer-de Fries wrote:

Sorry, I tried to find out the version by searching koma-script
...

You can find it e.g. in $TEXMF/tex/latex/koma-script/scrartcl.cls:

[EMAIL PROTECTED]/12/24 v2.98 KOMA-Script}%


OK, lets have a look, there are 2 scrartcl.cls on my HD with  
different items:


1. in /usr/local/texlive/2007/texmf-dist/tex/latex/koma-script/ 
scrartcl.cls

- it has:  [EMAIL PROTECTED]/07/30 v2.95b KOMA-Script}%
which seems outdatet, BUT
2. in home ~/Library/texmf/tex/latex/koma-script/scrartcl.cls
- that says:  [EMAIL PROTECTED]/12/24 v2.98 KOMA-Script}%

You can add \listfiles to the preamble, then the version numbers  
will appear

at the end of you LaTeX log file.


== Result: the first entries are:
scrlttr2.cls2007/12/24 v2.98 KOMA-Script document class (letter)
scrkbase.sty2007/12/24 v2.98 KOMA-Script package (basics and  
keyval use)


So I hopefully suppose that LyX/LaTeX use(s) the newer v2.98 KOMA- 
Script version, but nevertheless my koma-letter2.lyx template does  
not run and should be corrected. It seems to me, that, in this  
template, Class Options mostly begin with a comma (,) - in order to  
get  the options - even after different out- and uncommenting by the  
user - within the \KOMAoptions{} command comma-seperated, but my  
given template

= in ~/Library/Application Support/LyX-1.5/templates/default
the first option (not commented out in the template) begins with a  
comma:

,fromalign=center% alignment of the address
and causes the latex-error.

As another workarround (after the first aid of Jürgen) I uncommented  
the pagenumber=... option two lines before in the template -  
interesting: the first one of the outcommented options without a  
comma before (because uncommenting it was the first intention of the  
template authors?)! -This gives anyway a good solution, because  
nevertheless the pagenumber will only be typesetted if the letter has  
more than one page (and then only beginning with page 2), and in that  
case it normally should be wanted by the author of a letter.


Now, also in LyX this part of my KOMA-letter2 template preamble looks  
like


%% THE CLASS OPTIONS
%% Remove preceeding '%' to uncomment an item
\KOMAoptions{%
%,headsepline=true% separate the header with a line on page 1
%,footsepline=true% separate the footer with a line on page 1
%pagenumber=botcenter% position of the page number (see docu)
%,parskip=false% Use indent instead of skip (more options cf. docu)
,fromalign=center% alignment of the address
,fromrule=aftername% separate the address with a line?
,fromphone=true% print sender phone number
%,fromfax=true% print sender fax number
%, and so on and so forth...
}

With this, the template works as it is (so that everytime I call it  
with file | new from template ... I am free to choose other options.


Bad luck: only after working on this answer I detected that in the  
KOMA-letter2.lyx template within the LyX-application packet (in: / 
Applications/LyX.app/Contents/Resources/templates/
there is a functioning KOMA-letter2-template. pagenumber= is still  
commented out, but the first uncommented option (here: fromalign=)  
begins without comma. So, this template would work too. Might be that  
I, after upgrading LyX, had missed/failed to copy the templates newly  
into my home-template-folder. Perhaps I should test this with other  
disfunctioning lyx templates, too (when needed)...


Howsoever, the KOMA-letter2.lyx template now works correct on my  
computer!


joachim
Kreimer-de Fries, Berlin

/Applications/LyX.app/Contents/Resources/templates/koma-letter2.lyx:

\KOMAoptions{%
%,headsepline=true%separate the header with a line on  
page 1
%,footsepline=true% separate the footer with a line on  
page 1

%pagenumber=botcenter%   position of the page number (see docu)
%,parskip=false%  Use indent instead of skip (more options  
cf. docu)

fromalign=center%alignment of the address
,fromrule=aftername%separate the address with a line?
% etc. etc.
}




Re: letter (KOMA 2) - Error: unknown KOMA option

2008-09-02 Thread Jürgen Spitzmüller
Joachim Kreimer-de Fries wrote:
 = in ~/Library/Application Support/LyX-1.5/templates/default
 the first option (not commented out in the template) begins with a  
 comma:
 ,fromalign=center% alignment of the address
 and causes the latex-error.

This is strange. This typo has been fixed for LyX 1.5.4 (and is still fixed in 
my tree):
http://www.lyx.org/trac/changeset/22758

Are you sure the template is no leftover from a previous release?

Jürgen


Re: letter (KOMA 2) - Error: unknown KOMA option

2008-09-02 Thread Joachim Kreimer-de Fries


Am 02.09.2008 um 15:55 schrieb Jürgen Spitzmüller:


This is strange. This typo has been fixed for LyX 1.5.4


Weldone!


Are you sure the template is no leftover from a previous release?


I said it, that _is_ exactly what I am guessing:

Am 02.09.2008 um 15:44 schrieb Joachim Kreimer-de Fries:
Might be that I, after upgrading LyX, had missed/failed to copy the  
templates newly into my home-template-folder.


joachim



Re: letter (KOMA 2) - Error: unknown KOMA option

2008-09-02 Thread Jürgen Spitzmüller
Joachim Kreimer-de Fries wrote:
> Sorry, I tried to find out the version by searching "koma-script"  
> files and directories - getting a lot beneath /usr ... /texmf and  
> home- /library .../lyx - and opened some files in a text editor, but  
> I gave up to find the relevant version number.

You can find it e.g. in $TEXMF/tex/latex/koma-script/scrartcl.cls:

[EMAIL PROTECTED]/12/24 v2.98 KOMA-Script}%

> Is there a command line code to get it? (Or in which file I have to  
> search it?)

You can add \listfiles to the preamble, then the version numbers will appear 
at the end of you LaTeX log file.

Jürgen


Re: letter (KOMA 2) - Error: unknown KOMA option

2008-09-02 Thread Joachim Kreimer-de Fries


Am 02.09.2008 um 09:42 schrieb Jürgen Spitzmüller:


Joachim Kreimer-de Fries wrote:

Sorry, I tried to find out the version by searching "koma-script"
...

You can find it e.g. in $TEXMF/tex/latex/koma-script/scrartcl.cls:

[EMAIL PROTECTED]/12/24 v2.98 KOMA-Script}%


OK, lets have a look, there are 2 scrartcl.cls on my HD with  
different items:


1. in /usr/local/texlive/2007/texmf-dist/tex/latex/koma-script/ 
scrartcl.cls

- it has:  [EMAIL PROTECTED]/07/30 v2.95b KOMA-Script}%
which seems outdatet, BUT
2. in home ~/Library/texmf/tex/latex/koma-script/scrartcl.cls
- that says:  [EMAIL PROTECTED]/12/24 v2.98 KOMA-Script}%

You can add \listfiles to the preamble, then the version numbers  
will appear

at the end of you LaTeX log file.


==> Result: the first entries are:
scrlttr2.cls2007/12/24 v2.98 KOMA-Script document class (letter)
scrkbase.sty2007/12/24 v2.98 KOMA-Script package (basics and  
keyval use)


So I hopefully suppose that LyX/LaTeX use(s) the newer v2.98 KOMA- 
Script version, but nevertheless my koma-letter2.lyx template does  
not run and should be corrected. It seems to me, that, in this  
template, Class Options mostly begin with a comma (,) - in order to  
get  the options - even after different out- and uncommenting by the  
user - within the \KOMAoptions{} command comma-seperated, but my  
given template

=> in ~/Library/Application Support/LyX-1.5/templates/default
the first option (not commented out in the template) begins with a  
comma:

,fromalign=center% alignment of the address
and causes the latex-error.

As another workarround (after the first aid of Jürgen) I uncommented  
the "pagenumber=..." option two lines before in the template -  
interesting: the first one of the outcommented options without a  
comma before (because uncommenting it was the first intention of the  
template authors?)! -This gives anyway a good solution, because  
nevertheless the pagenumber will only be typesetted if the letter has  
more than one page (and then only beginning with page 2), and in that  
case it normally should be wanted by the author of a letter.


Now, also in LyX this part of my KOMA-letter2 template preamble looks  
like


%% THE CLASS OPTIONS
%% Remove preceeding '%' to uncomment an item
\KOMAoptions{%
%,headsepline=true% separate the header with a line on page >1
%,footsepline=true% separate the footer with a line on page >1
%pagenumber=botcenter% position of the page number (see docu)
%,parskip=false% Use indent instead of skip (more options cf. docu)
,fromalign=center% alignment of the address
,fromrule=aftername% separate the address with a line?
,fromphone=true% print sender phone number
%,fromfax=true% print sender fax number
%, and so on and so forth...
}

With this, the template works as it is (so that everytime I call it  
with "file | new from template ..." I am free to choose other options.


Bad luck: only after working on this answer I detected that in the  
KOMA-letter2.lyx template within the LyX-application packet (in: / 
Applications/LyX.app/Contents/Resources/templates/
there is a functioning KOMA-letter2-template. "pagenumber=" is still  
commented out, but the first uncommented option (here: "fromalign=")  
begins without comma. So, this template would work too. Might be that  
I, after upgrading LyX, had missed/failed to copy the templates newly  
into my home-template-folder. Perhaps I should test this with other  
disfunctioning lyx templates, too (when needed)...


Howsoever, the KOMA-letter2.lyx template now works correct on my  
computer!


joachim
Kreimer-de Fries, Berlin

/Applications/LyX.app/Contents/Resources/templates/koma-letter2.lyx:

\KOMAoptions{%
%,headsepline=true%separate the header with a line on  
page >1
%,footsepline=true% separate the footer with a line on  
page >1

%pagenumber=botcenter%   position of the page number (see docu)
%,parskip=false%  Use indent instead of skip (more options  
cf. docu)

fromalign=center%alignment of the address
,fromrule=aftername%separate the address with a line?
% etc. etc.
}




Re: letter (KOMA 2) - Error: unknown KOMA option

2008-09-02 Thread Jürgen Spitzmüller
Joachim Kreimer-de Fries wrote:
> => in ~/Library/Application Support/LyX-1.5/templates/default
> the first option (not commented out in the template) begins with a  
> comma:
> ,fromalign=center% alignment of the address
> and causes the latex-error.

This is strange. This typo has been fixed for LyX 1.5.4 (and is still fixed in 
my tree):
http://www.lyx.org/trac/changeset/22758

Are you sure the template is no leftover from a previous release?

Jürgen


Re: letter (KOMA 2) - Error: unknown KOMA option

2008-09-02 Thread Joachim Kreimer-de Fries


Am 02.09.2008 um 15:55 schrieb Jürgen Spitzmüller:


This is strange. This typo has been fixed for LyX 1.5.4


Weldone!


Are you sure the template is no leftover from a previous release?


I said it, that _is_ exactly what I am guessing:

Am 02.09.2008 um 15:44 schrieb Joachim Kreimer-de Fries:
Might be that I, after upgrading LyX, had missed/failed to copy the  
templates newly into my home-template-folder.


joachim



Re: letter (KOMA 2) - Error: unknown KOMA option

2008-09-01 Thread Jürgen Spitzmüller
Joachim Kreimer-de Fries wrote:
 I try to use the koma-letter2.lyx template with LyX 1.5.6 an Mac-OSX  
 10.4 with German localisation, but even not changing nothing when  
 typesetting it (View PDF or DVI) LyX answers immediately with a LyX:  

 latex Errors message saying:
  Package scrkbase Error: unknown KOMA option `',
 
  }
 
  You have used \KOMAoptions to set `',
  but KOMA-Script does not know any option named `'.
  See the KOMA-Script manual for more informations about options and
  their values.

You are using KOMA-script version 2.97, right? If so, either upgrade to 
version 2.98 or take care that the KOMAOptions in the preamble are in one 
line, without blanks, i.e. instead of

\KOMAoptions{%
%,headsepline=true%separate the header with a line on page 1
%,footsepline=true% separate the footer with a line on page 1
%pagenumber=botcenter%   position of the page number (see docu)
%,parskip=false%  Use indent instead of skip (more options cf. docu)
fromalign=center%alignment of the address
,fromrule=aftername%separate the address with a line?
,fromphone=true% print sender phone number
%,fromfax=true%  print sender fax number
,fromemail=true%   print sender e-mail address
,fromurl=true%   print sender URL
%,fromlogo=true% print a logo (position depends on fromalign)
%,addrfield=false%print an address field?
%,backaddress=false%  print the back address?
%,subject=afteropening,titled% alternative subject layout and position
%,locfield=narrow%  width of the (extra) location field
%,foldmarks=false%  print foldmarks?
%,numericaldate=true%  date layout
%,refline=wide% layout of the refline
}

insert

\KOMAoptions{fromalign=center,fromrule=aftername,fromphone=true,fromfax=true,fromemail=true,fromurl=true}

 With some other templates I had similar error abruptions.

Which ones?

HTH,
Jürgen


Re: letter (KOMA 2) - Error: unknown KOMA option

2008-09-01 Thread Joachim Kreimer-de Fries


Am 01.09.2008 um 16:04 schrieb Jürgen Spitzmüller:
You are using KOMA-script version 2.97, right? If so, either  
upgrade to

version 2.98


Sorry, I tried to find out the version by searching koma-script  
files and directories - getting a lot beneath /usr ... /texmf and  
home- /library .../lyx - and opened some files in a text editor, but  
I gave up to find the relevant version number.


Is there a command line code to get it? (Or in which file I have to  
search it?)


Jürgen Spitzmüller:

insert

\KOMAoptions 
{fromalign=center,fromrule=aftername,fromphone=true,fromfax=true,frome 
mail=true,fromurl=true}


= That worked immediately, thank you for the advice, Jürgen!


With some other templates I had similar error abruptions.


Which ones?



I could have sworn to have got the same or very similar message with  
otheer LyX-Templates, but this is not the case. But there are others  
such like:




The layout file requested by this document,
aa.layout,
is not usable. This is probably because a LaTeX
class or style file required by it is not
available.


also with agu-dtd.layout, docbook.layout, ijmpc.layout, ijmpd.layout,  
iopart.layout (iop-article), latex8.layout.


With g-brief.layout it is:
latex Error: Command \Telefon already defined. and

 \newcommand\Telefon{\mvchr{84}}
Your command was ignored.
Type I command return to replace it with another command,
or return to continue without it.


= But from LyX one cannot do that, even if one (not me) knew the  
right command.


Or, opening in Lyx, but when typesetted saying:
revtex.sty not found and:

\renewcommand
{\usepackage}{\RequirePackage}^^M
*** (cannot \read from terminal in nonstop modes)


I don't expect to get the explanation and solution for all these  
disfuntioning Lyx-Templates in my installation, and in case I want to  
use one of these templates I'll come back and ask specifically.


I have TexLive 2007 installed with MacTex, might be that LyX 1.5.6 is  
not exactly build and configured for that?


Greetings, joachim



Re: letter (KOMA 2) - Error: unknown KOMA option

2008-09-01 Thread Jürgen Spitzmüller
Joachim Kreimer-de Fries wrote:
 I try to use the koma-letter2.lyx template with LyX 1.5.6 an Mac-OSX  
 10.4 with German localisation, but even not changing nothing when  
 typesetting it (View PDF or DVI) LyX answers immediately with a LyX:  

 latex Errors message saying:
  Package scrkbase Error: unknown KOMA option `',
 
  }
 
  You have used \KOMAoptions to set `',
  but KOMA-Script does not know any option named `'.
  See the KOMA-Script manual for more informations about options and
  their values.

You are using KOMA-script version 2.97, right? If so, either upgrade to 
version 2.98 or take care that the KOMAOptions in the preamble are in one 
line, without blanks, i.e. instead of

\KOMAoptions{%
%,headsepline=true%separate the header with a line on page 1
%,footsepline=true% separate the footer with a line on page 1
%pagenumber=botcenter%   position of the page number (see docu)
%,parskip=false%  Use indent instead of skip (more options cf. docu)
fromalign=center%alignment of the address
,fromrule=aftername%separate the address with a line?
,fromphone=true% print sender phone number
%,fromfax=true%  print sender fax number
,fromemail=true%   print sender e-mail address
,fromurl=true%   print sender URL
%,fromlogo=true% print a logo (position depends on fromalign)
%,addrfield=false%print an address field?
%,backaddress=false%  print the back address?
%,subject=afteropening,titled% alternative subject layout and position
%,locfield=narrow%  width of the (extra) location field
%,foldmarks=false%  print foldmarks?
%,numericaldate=true%  date layout
%,refline=wide% layout of the refline
}

insert

\KOMAoptions{fromalign=center,fromrule=aftername,fromphone=true,fromfax=true,fromemail=true,fromurl=true}

 With some other templates I had similar error abruptions.

Which ones?

HTH,
Jürgen


Re: letter (KOMA 2) - Error: unknown KOMA option

2008-09-01 Thread Joachim Kreimer-de Fries


Am 01.09.2008 um 16:04 schrieb Jürgen Spitzmüller:
You are using KOMA-script version 2.97, right? If so, either  
upgrade to

version 2.98


Sorry, I tried to find out the version by searching koma-script  
files and directories - getting a lot beneath /usr ... /texmf and  
home- /library .../lyx - and opened some files in a text editor, but  
I gave up to find the relevant version number.


Is there a command line code to get it? (Or in which file I have to  
search it?)


Jürgen Spitzmüller:

insert

\KOMAoptions 
{fromalign=center,fromrule=aftername,fromphone=true,fromfax=true,frome 
mail=true,fromurl=true}


= That worked immediately, thank you for the advice, Jürgen!


With some other templates I had similar error abruptions.


Which ones?



I could have sworn to have got the same or very similar message with  
otheer LyX-Templates, but this is not the case. But there are others  
such like:




The layout file requested by this document,
aa.layout,
is not usable. This is probably because a LaTeX
class or style file required by it is not
available.


also with agu-dtd.layout, docbook.layout, ijmpc.layout, ijmpd.layout,  
iopart.layout (iop-article), latex8.layout.


With g-brief.layout it is:
latex Error: Command \Telefon already defined. and

 \newcommand\Telefon{\mvchr{84}}
Your command was ignored.
Type I command return to replace it with another command,
or return to continue without it.


= But from LyX one cannot do that, even if one (not me) knew the  
right command.


Or, opening in Lyx, but when typesetted saying:
revtex.sty not found and:

\renewcommand
{\usepackage}{\RequirePackage}^^M
*** (cannot \read from terminal in nonstop modes)


I don't expect to get the explanation and solution for all these  
disfuntioning Lyx-Templates in my installation, and in case I want to  
use one of these templates I'll come back and ask specifically.


I have TexLive 2007 installed with MacTex, might be that LyX 1.5.6 is  
not exactly build and configured for that?


Greetings, joachim



Re: letter (KOMA 2) - Error: unknown KOMA option

2008-09-01 Thread Jürgen Spitzmüller
Joachim Kreimer-de Fries wrote:
> I try to use the koma-letter2.lyx template with LyX 1.5.6 an Mac-OSX  
> 10.4 with German localisation, but even not changing nothing when  
> typesetting it (View PDF or DVI) LyX answers immediately with a LyX:  
>
> latex Errors message saying:
> > Package scrkbase Error: unknown KOMA option `',
> >
> > }
> >
> > You have used \KOMAoptions to set `',
> > but KOMA-Script does not know any option named `'.
> > See the KOMA-Script manual for more informations about options and
> > their values.

You are using KOMA-script version 2.97, right? If so, either upgrade to 
version 2.98 or take care that the KOMAOptions in the preamble are in one 
line, without blanks, i.e. instead of

\KOMAoptions{%
%,headsepline=true%separate the header with a line on page >1
%,footsepline=true% separate the footer with a line on page >1
%pagenumber=botcenter%   position of the page number (see docu)
%,parskip=false%  Use indent instead of skip (more options cf. docu)
fromalign=center%alignment of the address
,fromrule=aftername%separate the address with a line?
,fromphone=true% print sender phone number
%,fromfax=true%  print sender fax number
,fromemail=true%   print sender e-mail address
,fromurl=true%   print sender URL
%,fromlogo=true% print a logo (position depends on fromalign)
%,addrfield=false%print an address field?
%,backaddress=false%  print the back address?
%,subject=afteropening,titled% alternative subject layout and position
%,locfield=narrow%  width of the (extra) location field
%,foldmarks=false%  print foldmarks?
%,numericaldate=true%  date layout
%,refline=wide% layout of the refline
}

insert

\KOMAoptions{fromalign=center,fromrule=aftername,fromphone=true,fromfax=true,fromemail=true,fromurl=true}

> With some other templates I had similar error abruptions.

Which ones?

HTH,
Jürgen


Re: letter (KOMA 2) - Error: unknown KOMA option

2008-09-01 Thread Joachim Kreimer-de Fries


Am 01.09.2008 um 16:04 schrieb Jürgen Spitzmüller:
You are using KOMA-script version 2.97, right? If so, either  
upgrade to

version 2.98


Sorry, I tried to find out the version by searching "koma-script"  
files and directories - getting a lot beneath /usr ... /texmf and  
home- /library .../lyx - and opened some files in a text editor, but  
I gave up to find the relevant version number.


Is there a command line code to get it? (Or in which file I have to  
search it?)


Jürgen Spitzmüller:

insert

\KOMAoptions 
{fromalign=center,fromrule=aftername,fromphone=true,fromfax=true,frome 
mail=true,fromurl=true}


=> That worked immediately, thank you for the advice, Jürgen!


With some other templates I had similar error abruptions.


Which ones?



I could have sworn to have got the same or very similar message with  
otheer LyX-Templates, but this is not the case. But there are others  
such like:




The layout file requested by this document,
aa.layout,
is not usable. This is probably because a LaTeX
class or style file required by it is not
available.


also with agu-dtd.layout, docbook.layout, ijmpc.layout, ijmpd.layout,  
iopart.layout (iop-article), latex8.layout.


With g-brief.layout it is:
"latex Error: Command \Telefon already defined." and

 \newcommand\Telefon{\mvchr{84}}
Your command was ignored.
Type I   to replace it with another command,
or  to continue without it.


=> But from LyX one cannot do that, even if one (not me) knew the  
right command.


Or, opening in Lyx, but when typesetted saying:
"revtex.sty not found" and:

\renewcommand
{\usepackage}{\RequirePackage}^^M
*** (cannot \read from terminal in nonstop modes)


I don't expect to get the explanation and solution for all these  
disfuntioning Lyx-Templates in my installation, and in case I want to  
use one of these templates I'll come back and ask specifically.


I have TexLive 2007 installed with MacTex, might be that LyX 1.5.6 is  
not exactly build and configured for that?


Greetings, joachim



Re: letter layout

2007-11-17 Thread Liviu Andronic
On 11/16/07, Ernesto Posse [EMAIL PROTECTED] wrote:
 It would be nice if the documentation described these dependencies. I
 did't find anything about it.

Help  Tutorial  3.2 3.2 Templates: Writing a Letter has some
information on the use of this class.

Regards,
Liviu


Re: letter layout

2007-11-17 Thread Liviu Andronic
On 11/16/07, Ernesto Posse [EMAIL PROTECTED] wrote:
 It would be nice if the documentation described these dependencies. I
 did't find anything about it.

Help  Tutorial  3.2 3.2 Templates: Writing a Letter has some
information on the use of this class.

Regards,
Liviu


Re: letter layout

2007-11-17 Thread Liviu Andronic
On 11/16/07, Ernesto Posse <[EMAIL PROTECTED]> wrote:
> It would be nice if the documentation described these dependencies. I
> did't find anything about it.

"Help > Tutorial > 3.2 3.2 Templates: Writing a Letter" has some
information on the use of this class.

Regards,
Liviu


Re: letter layout

2007-11-16 Thread Liviu Andronic
On 11/16/07, Ernesto Posse [EMAIL PROTECTED] wrote:
 I'm trying to use the standard letter layout but when I compile I get
 a message saying that \opening is an undefined control sequence,

This may be irrelevant, but are you using the letter template shipped
with LyX? One thing I know is that Signature is a mandatory field,
and that it need be before opening, or smth similar. Try with the
template to be sure you do not mess up with these limitations.


Regards,
Liviu


Re: letter layout

2007-11-16 Thread Ernesto Posse
Yes, I'm using the one shipped with LyX.

I was using the signature but after opening. Nevertheless, after
moving the signature to the top I also get the same undefined control
sequence error. But apparently the SendTo address is also mandatory
and should go before the opening as well. That seems to fix the
problem.

It would be nice if the documentation described these dependencies. I
did't find anything about it.


On Nov 16, 2007 3:51 PM, Liviu Andronic [EMAIL PROTECTED] wrote:
 On 11/16/07, Ernesto Posse [EMAIL PROTECTED] wrote:
  I'm trying to use the standard letter layout but when I compile I get
  a message saying that \opening is an undefined control sequence,

 This may be irrelevant, but are you using the letter template shipped
 with LyX? One thing I know is that Signature is a mandatory field,
 and that it need be before opening, or smth similar. Try with the
 template to be sure you do not mess up with these limitations.


 Regards,
 Liviu




-- 
Ernesto Posse
Modelling, Simulation and Design Lab - School of Computer Science
McGill University - Montreal, Quebec, Canada
url: http://moncs.cs.mcgill.ca/people/eposse


Re: letter layout

2007-11-16 Thread Liviu Andronic
On 11/16/07, Ernesto Posse [EMAIL PROTECTED] wrote:
 I'm trying to use the standard letter layout but when I compile I get
 a message saying that \opening is an undefined control sequence,

This may be irrelevant, but are you using the letter template shipped
with LyX? One thing I know is that Signature is a mandatory field,
and that it need be before opening, or smth similar. Try with the
template to be sure you do not mess up with these limitations.


Regards,
Liviu


Re: letter layout

2007-11-16 Thread Ernesto Posse
Yes, I'm using the one shipped with LyX.

I was using the signature but after opening. Nevertheless, after
moving the signature to the top I also get the same undefined control
sequence error. But apparently the SendTo address is also mandatory
and should go before the opening as well. That seems to fix the
problem.

It would be nice if the documentation described these dependencies. I
did't find anything about it.


On Nov 16, 2007 3:51 PM, Liviu Andronic [EMAIL PROTECTED] wrote:
 On 11/16/07, Ernesto Posse [EMAIL PROTECTED] wrote:
  I'm trying to use the standard letter layout but when I compile I get
  a message saying that \opening is an undefined control sequence,

 This may be irrelevant, but are you using the letter template shipped
 with LyX? One thing I know is that Signature is a mandatory field,
 and that it need be before opening, or smth similar. Try with the
 template to be sure you do not mess up with these limitations.


 Regards,
 Liviu




-- 
Ernesto Posse
Modelling, Simulation and Design Lab - School of Computer Science
McGill University - Montreal, Quebec, Canada
url: http://moncs.cs.mcgill.ca/people/eposse


Re: letter layout

2007-11-16 Thread Liviu Andronic
On 11/16/07, Ernesto Posse <[EMAIL PROTECTED]> wrote:
> I'm trying to use the standard letter layout but when I compile I get
> a message saying that "\opening" is an undefined control sequence,

This may be irrelevant, but are you using the letter template shipped
with LyX? One thing I know is that "Signature" is a mandatory field,
and that it need be before "opening", or smth similar. Try with the
template to be sure you do not mess up with these limitations.


Regards,
Liviu


Re: letter layout

2007-11-16 Thread Ernesto Posse
Yes, I'm using the one shipped with LyX.

I was using the signature but after opening. Nevertheless, after
moving the signature to the top I also get the same undefined control
sequence error. But apparently the SendTo address is also mandatory
and should go before the opening as well. That seems to fix the
problem.

It would be nice if the documentation described these dependencies. I
did't find anything about it.


On Nov 16, 2007 3:51 PM, Liviu Andronic <[EMAIL PROTECTED]> wrote:
> On 11/16/07, Ernesto Posse <[EMAIL PROTECTED]> wrote:
> > I'm trying to use the standard letter layout but when I compile I get
> > a message saying that "\opening" is an undefined control sequence,
>
> This may be irrelevant, but are you using the letter template shipped
> with LyX? One thing I know is that "Signature" is a mandatory field,
> and that it need be before "opening", or smth similar. Try with the
> template to be sure you do not mess up with these limitations.
>
>
> Regards,
> Liviu
>



-- 
Ernesto Posse
Modelling, Simulation and Design Lab - School of Computer Science
McGill University - Montreal, Quebec, Canada
url: http://moncs.cs.mcgill.ca/people/eposse


Re: Letter. No address in Dvi/ps/pdf output

2005-09-09 Thread Axel Dessecker
Christiaan,

Am Freitag, 9. September 2005 13:26 schrieb christiaan johannes pauw:
 When I write a letter using the letter document class (selected under
 Layout- Document) and format text as 'My address' or 'send to address'
 the don't show up in the dvi output or only one line shows up. I have
 tried to select the address line one by one, but it doesn't seem to work
 - it only gives the last line of the address.

Your address should only be one paragraph. For a new line, press 
CTRLENTER.

Axel


  1   2   3   >