Re: Will LyX produce a LaTeX2E or TeX file?

2012-04-18 Thread Guenter Milde
On 2012-04-17, Richard Heck wrote:

 [-- Type: text/plain, Encoding: 7bit --]

 On 04/17/2012 05:24 PM, William Hanson wrote:
 The solution Richard Heck proposes is one I'd like to follow.  But 
 when I go to Export I'm asked to choose between four different 
 versions of LaTeX.  Which one should I use?

 plain, probably, unless you've been using XeTeX or LuaTeX features.

I'd rather go for pdflatex (unless you use some package that does not work
with it, like pstricks).

Günter



Re: Will LyX produce a LaTeX2E or TeX file?

2012-04-18 Thread Wolfgang Engelmann
Am Mittwoch, 18. April 2012, 01:01:15 schrieb stefano franchi:

.

 Note that Springer usually requires that your .bib file contains only
 the references you use in your manuscript. If you have a  bib file
 with other references (as most people do), you should save it as a new
 file and then eliminate all the extra references (how to do that
 depends on which software you use to manage your references).
 

If you use Jabref as a bib manager, you can create a bib file, with the used 
references only, on the command line:

jabref -a filename[.aux],newBibfile[.bib]

I find this useful, especially if you are using several bib files and many 
references.

Wolfgang


Re: Conversion to doc via pandoc

2012-04-18 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 17/04/12 17:15, Pavel Sanda wrote:
 Rainer M Krug wrote:
 Well - LibreOffice gives an error when trying to open the xhtml file, and I 
 can't open it in
  my browser either (seems to be corrupt for this document?). Another 
 document, produces an 
 empty output when opening the xhml in LibreOffice.
 
 From what I know and tried on OpenOffice xhtml import never really worked and 
 it seems no 
 better with OpenOffice: https://bugs.freedesktop.org/show_bug.cgi?id=36977
 
 Interesting comparison would be between pandoc and http://xhtml2odt.org/ if 
 someone wants to 
 take the step.

Try on the document which produces a non-clean xhtml:


$ xhtml2odt -i AS_BC_manuscrip.xhtml -o AS_BC_manuscrip.odt
Tidy could not clean up the document, aborting.
Conversion failed.
$

So it is not as robust as pandoc - at this point vote for pandoc. Tests will be 
ongoing.

Rainer

 
 There's no reason we couldn't add this as a converter. File a bug to remind 
 me if you 
 like.
 
 
 I t'll add it top #6042 as Liviu pointed out.
 
 Would be great if pandoc converter could be added, as it seems to be quite 
 robust in handling
 even corrupt xhtml files.o
 
 We already produced patch, but nobody wanted to test them (hint hint).
 
 Pavel


- -- 
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, 
UCT), Dipl. Phys.
(Germany)

Centre of Excellence for Invasion Biology
Stellenbosch University
South Africa

Tel :   +33 - (0)9 53 10 27 44
Cell:   +33 - (0)6 85 62 59 98
Fax :   +33 - (0)9 58 10 27 44

Fax (D):+49 - (0)3 21 21 25 22 44

email:  rai...@krugs.de

Skype:  RMkrug
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+OZ8sACgkQoYgNqgF2egqx5wCeI3ZMG7krAAjz4+jgVj1Sa5yl
MgYAnR6LmTVUBMcFu09XM6Nlrfn66g/u
=goAW
-END PGP SIGNATURE-


Re: Will LyX produce a LaTeX2E or TeX file?

2012-04-18 Thread PhilipPirrip

On 04/18/2012 03:55 AM, William Hanson wrote:

I've created a .bib file that contains only the references I use in my
paper, but this file is inside the Mendeley Desktop. And I _cannot_ move
it to any other location.  So in particular I can't get it into the
folder that contains the .tex file of my manuscript.


You should be able to create the .bib file anywhere you want. For 
example, select all the references, then right-click - Export...

Or just copy (not move) the file that you already have.



Re: Using LyX to edit organise bibliographies

2012-04-18 Thread PhilipPirrip

On 04/17/2012 04:23 PM, Alex Vergara Gil wrote:

Secondly, why should I move out of LyX to edit my Bib files?


My question was, actually, why should you edit your bib files at all. 
Let the reference manager produce them for you. And then let LaTeX do 
all the formatting.




Re: numbers of figures

2012-04-18 Thread PhilipPirrip


I'd change your preamble to:


\usepackage[ngerman]{babel}

\addto\captionsngerman{
\renewcommand{\figurename}{Abb.}
\renewcommand{\tablename}{Tab.}
}

\renewcommand{\thefigure}{\arabic{section}.\arabic{figure}}
\@addtoreset{figure}{chapter}



Re: numbers of figures

2012-04-18 Thread Franz
Great!!!
It worked, thank you very much!

I just changed chapter to section (using article) and now its all right!
Thanks a lot!





Re: numbers of figures

2012-04-18 Thread Mario Crespo
You can just go to the document configuration menu and select the right 
modules. 
I can't tell you the exact text because I use lyx in spanish, but it should be 
something like:
Document - Document options
Modules
Number figures in sections

Using that LyX will do everything and you won't need to write anything in the 
preamble.




[solved] Re: footer on all pages

2012-04-18 Thread Marco Beishuizen

On Wed, 18 Apr 2012, the wise Paul A. Rubin wrote:

LaTeX classes that include a chapter environment usually format the 
first page of each chapter differently from the others.  Try adding this 
to the document preamble:


\fancypagestyle{plain}{%
 \rfoot{whatever}
}


This works! When adding this, the footer is shown only on the pages with 
the chapters. So when adding this *and* leaving \rfoot{whatever} in the 
preamble, the footer is shown on all pages.


Thanks for the help.

Regards,
Marco

--
Flee at once, all is discovered.


QSL card template

2012-04-18 Thread Mark Livingstone
Hi Guys,

Does anyone have a Lyx ham radio QSL card template?

Cheers,

MarkL vk4fmrk


Re: QSL card template

2012-04-18 Thread Steve Litt
On Thu, 19 Apr 2012 09:37:41 +1000
Mark Livingstone livingstonem...@gmail.com wrote:

 Hi Guys,
 
 Does anyone have a Lyx ham radio QSL card template?
 
 Cheers,
 
 MarkL vk4fmrk

How fun would that be?!!!

If nobody else helps you, I'll try to do it. It's about time I learned
how to make a template.

SteveT


Re: QSL card template

2012-04-18 Thread Mark Livingstone
Hi Steve,

It was about 40 yrs ago when I was in the Boy Scouts back in South
Africa that I was first exposed to Ham Radio, but like most people was
put off by morse code. Well now that is optional, and here in
Australia the Foundation License is very achievable even if you have
no prior radio / electronics knowledge. It was five nights course and
a quick theory  practical exam which I did a month or so ago.

QSL cards for those who do not know are used to confirm contacts over
the air between ham radio operators. They are highly sought after -
particularly if you get one from a more unusual country of the world.
Generally they are post card sized, and are individualised by each
ham. If you have a look at:

http://www.qsl.net/n9bt/qsl_template.htm

there is a word doc template showing the basic data needed.

What I was thinking was that, if you are like me, every time you buy
ink for your inkjet, they upsell you to a 3 pack, and you end up with
some 4x6 photo paper. I was thinking of making it that size which
makes it easier than having to get cardboard stock. You could then
print a blank and handfill it, or make it really beautiful and use Lyx
to fill in, then print. I don't know how they do it but you have those
PDFs which you can fill in the box onscreen - that could even make the
solution Lyx independent if you must!

I know that in the USA alone there are  700,000 current ham radio
operators, so there must be millions worldwide. Who knows, maybe there
are some that are Lyx users to give their ideas :-)

Thanks in advance,

MarkL vk4fmrk


On 19 April 2012 12:45, Steve Litt sl...@troubleshooters.com wrote:
 On Thu, 19 Apr 2012 09:37:41 +1000
 Mark Livingstone livingstonem...@gmail.com wrote:

 Hi Guys,

 Does anyone have a Lyx ham radio QSL card template?

 Cheers,

 MarkL vk4fmrk

 How fun would that be?!!!

 If nobody else helps you, I'll try to do it. It's about time I learned
 how to make a template.

 SteveT


LFUN: self-insert a space?

2012-04-18 Thread Xu Wang
I can't seem to self-insert a space. I'm sure I could come up with a hack
for entering a letter and a space and a letter and then using char-backward
to delete the two letters, but I'm guessing there's an easier way.

Thank you for the help, Xu


Re: Will LyX produce a LaTeX2E or TeX file?

2012-04-18 Thread Guenter Milde
On 2012-04-17, Richard Heck wrote:

 [-- Type: text/plain, Encoding: 7bit --]

 On 04/17/2012 05:24 PM, William Hanson wrote:
 The solution Richard Heck proposes is one I'd like to follow.  But 
 when I go to Export I'm asked to choose between four different 
 versions of LaTeX.  Which one should I use?

 plain, probably, unless you've been using XeTeX or LuaTeX features.

I'd rather go for pdflatex (unless you use some package that does not work
with it, like pstricks).

Günter



Re: Will LyX produce a LaTeX2E or TeX file?

2012-04-18 Thread Wolfgang Engelmann
Am Mittwoch, 18. April 2012, 01:01:15 schrieb stefano franchi:

.

 Note that Springer usually requires that your .bib file contains only
 the references you use in your manuscript. If you have a  bib file
 with other references (as most people do), you should save it as a new
 file and then eliminate all the extra references (how to do that
 depends on which software you use to manage your references).
 

If you use Jabref as a bib manager, you can create a bib file, with the used 
references only, on the command line:

jabref -a filename[.aux],newBibfile[.bib]

I find this useful, especially if you are using several bib files and many 
references.

Wolfgang


Re: Conversion to doc via pandoc

2012-04-18 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 17/04/12 17:15, Pavel Sanda wrote:
 Rainer M Krug wrote:
 Well - LibreOffice gives an error when trying to open the xhtml file, and I 
 can't open it in
  my browser either (seems to be corrupt for this document?). Another 
 document, produces an 
 empty output when opening the xhml in LibreOffice.
 
 From what I know and tried on OpenOffice xhtml import never really worked and 
 it seems no 
 better with OpenOffice: https://bugs.freedesktop.org/show_bug.cgi?id=36977
 
 Interesting comparison would be between pandoc and http://xhtml2odt.org/ if 
 someone wants to 
 take the step.

Try on the document which produces a non-clean xhtml:


$ xhtml2odt -i AS_BC_manuscrip.xhtml -o AS_BC_manuscrip.odt
Tidy could not clean up the document, aborting.
Conversion failed.
$

So it is not as robust as pandoc - at this point vote for pandoc. Tests will be 
ongoing.

Rainer

 
 There's no reason we couldn't add this as a converter. File a bug to remind 
 me if you 
 like.
 
 
 I t'll add it top #6042 as Liviu pointed out.
 
 Would be great if pandoc converter could be added, as it seems to be quite 
 robust in handling
 even corrupt xhtml files.o
 
 We already produced patch, but nobody wanted to test them (hint hint).
 
 Pavel


- -- 
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, 
UCT), Dipl. Phys.
(Germany)

Centre of Excellence for Invasion Biology
Stellenbosch University
South Africa

Tel :   +33 - (0)9 53 10 27 44
Cell:   +33 - (0)6 85 62 59 98
Fax :   +33 - (0)9 58 10 27 44

Fax (D):+49 - (0)3 21 21 25 22 44

email:  rai...@krugs.de

Skype:  RMkrug
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+OZ8sACgkQoYgNqgF2egqx5wCeI3ZMG7krAAjz4+jgVj1Sa5yl
MgYAnR6LmTVUBMcFu09XM6Nlrfn66g/u
=goAW
-END PGP SIGNATURE-


Re: Will LyX produce a LaTeX2E or TeX file?

2012-04-18 Thread PhilipPirrip

On 04/18/2012 03:55 AM, William Hanson wrote:

I've created a .bib file that contains only the references I use in my
paper, but this file is inside the Mendeley Desktop. And I _cannot_ move
it to any other location.  So in particular I can't get it into the
folder that contains the .tex file of my manuscript.


You should be able to create the .bib file anywhere you want. For 
example, select all the references, then right-click - Export...

Or just copy (not move) the file that you already have.



Re: Using LyX to edit organise bibliographies

2012-04-18 Thread PhilipPirrip

On 04/17/2012 04:23 PM, Alex Vergara Gil wrote:

Secondly, why should I move out of LyX to edit my Bib files?


My question was, actually, why should you edit your bib files at all. 
Let the reference manager produce them for you. And then let LaTeX do 
all the formatting.




Re: numbers of figures

2012-04-18 Thread PhilipPirrip


I'd change your preamble to:


\usepackage[ngerman]{babel}

\addto\captionsngerman{
\renewcommand{\figurename}{Abb.}
\renewcommand{\tablename}{Tab.}
}

\renewcommand{\thefigure}{\arabic{section}.\arabic{figure}}
\@addtoreset{figure}{chapter}



Re: numbers of figures

2012-04-18 Thread Franz
Great!!!
It worked, thank you very much!

I just changed chapter to section (using article) and now its all right!
Thanks a lot!





Re: numbers of figures

2012-04-18 Thread Mario Crespo
You can just go to the document configuration menu and select the right 
modules. 
I can't tell you the exact text because I use lyx in spanish, but it should be 
something like:
Document - Document options
Modules
Number figures in sections

Using that LyX will do everything and you won't need to write anything in the 
preamble.




[solved] Re: footer on all pages

2012-04-18 Thread Marco Beishuizen

On Wed, 18 Apr 2012, the wise Paul A. Rubin wrote:

LaTeX classes that include a chapter environment usually format the 
first page of each chapter differently from the others.  Try adding this 
to the document preamble:


\fancypagestyle{plain}{%
 \rfoot{whatever}
}


This works! When adding this, the footer is shown only on the pages with 
the chapters. So when adding this *and* leaving \rfoot{whatever} in the 
preamble, the footer is shown on all pages.


Thanks for the help.

Regards,
Marco

--
Flee at once, all is discovered.


QSL card template

2012-04-18 Thread Mark Livingstone
Hi Guys,

Does anyone have a Lyx ham radio QSL card template?

Cheers,

MarkL vk4fmrk


Re: QSL card template

2012-04-18 Thread Steve Litt
On Thu, 19 Apr 2012 09:37:41 +1000
Mark Livingstone livingstonem...@gmail.com wrote:

 Hi Guys,
 
 Does anyone have a Lyx ham radio QSL card template?
 
 Cheers,
 
 MarkL vk4fmrk

How fun would that be?!!!

If nobody else helps you, I'll try to do it. It's about time I learned
how to make a template.

SteveT


Re: QSL card template

2012-04-18 Thread Mark Livingstone
Hi Steve,

It was about 40 yrs ago when I was in the Boy Scouts back in South
Africa that I was first exposed to Ham Radio, but like most people was
put off by morse code. Well now that is optional, and here in
Australia the Foundation License is very achievable even if you have
no prior radio / electronics knowledge. It was five nights course and
a quick theory  practical exam which I did a month or so ago.

QSL cards for those who do not know are used to confirm contacts over
the air between ham radio operators. They are highly sought after -
particularly if you get one from a more unusual country of the world.
Generally they are post card sized, and are individualised by each
ham. If you have a look at:

http://www.qsl.net/n9bt/qsl_template.htm

there is a word doc template showing the basic data needed.

What I was thinking was that, if you are like me, every time you buy
ink for your inkjet, they upsell you to a 3 pack, and you end up with
some 4x6 photo paper. I was thinking of making it that size which
makes it easier than having to get cardboard stock. You could then
print a blank and handfill it, or make it really beautiful and use Lyx
to fill in, then print. I don't know how they do it but you have those
PDFs which you can fill in the box onscreen - that could even make the
solution Lyx independent if you must!

I know that in the USA alone there are  700,000 current ham radio
operators, so there must be millions worldwide. Who knows, maybe there
are some that are Lyx users to give their ideas :-)

Thanks in advance,

MarkL vk4fmrk


On 19 April 2012 12:45, Steve Litt sl...@troubleshooters.com wrote:
 On Thu, 19 Apr 2012 09:37:41 +1000
 Mark Livingstone livingstonem...@gmail.com wrote:

 Hi Guys,

 Does anyone have a Lyx ham radio QSL card template?

 Cheers,

 MarkL vk4fmrk

 How fun would that be?!!!

 If nobody else helps you, I'll try to do it. It's about time I learned
 how to make a template.

 SteveT


LFUN: self-insert a space?

2012-04-18 Thread Xu Wang
I can't seem to self-insert a space. I'm sure I could come up with a hack
for entering a letter and a space and a letter and then using char-backward
to delete the two letters, but I'm guessing there's an easier way.

Thank you for the help, Xu


Re: Will LyX produce a LaTeX2E or TeX file?

2012-04-18 Thread Guenter Milde
On 2012-04-17, Richard Heck wrote:

> [-- Type: text/plain, Encoding: 7bit --]

> On 04/17/2012 05:24 PM, William Hanson wrote:
>> The solution Richard Heck proposes is one I'd like to follow.  But 
>> when I go to Export I'm asked to choose between four different 
>> versions of LaTeX.  Which one should I use?

> plain, probably, unless you've been using XeTeX or LuaTeX features.

I'd rather go for pdflatex (unless you use some package that does not work
with it, like pstricks).

Günter



Re: Will LyX produce a LaTeX2E or TeX file?

2012-04-18 Thread Wolfgang Engelmann
Am Mittwoch, 18. April 2012, 01:01:15 schrieb stefano franchi:

.

> Note that Springer usually requires that your .bib file contains only
> the references you use in your manuscript. If you have a  bib file
> with other references (as most people do), you should save it as a new
> file and then eliminate all the extra references (how to do that
> depends on which software you use to manage your references).
> 

If you use Jabref as a bib manager, you can create a bib file, with the used 
references only, on the command line:

jabref -a filename[.aux],newBibfile[.bib]

I find this useful, especially if you are using several bib files and many 
references.

Wolfgang


Re: Conversion to doc via pandoc

2012-04-18 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 17/04/12 17:15, Pavel Sanda wrote:
> Rainer M Krug wrote:
>> Well - LibreOffice gives an error when trying to open the xhtml file, and I 
>> can't open it in
>>  my browser either (seems to be corrupt for this document?). Another 
>> document, produces an 
>> empty output when opening the xhml in LibreOffice.
> 
> From what I know and tried on OpenOffice xhtml import never really worked and 
> it seems no 
> better with OpenOffice: https://bugs.freedesktop.org/show_bug.cgi?id=36977
> 
> Interesting comparison would be between pandoc and http://xhtml2odt.org/ if 
> someone wants to 
> take the step.

Try on the document which produces a non-clean xhtml:


$ xhtml2odt -i AS_BC_manuscrip.xhtml -o AS_BC_manuscrip.odt
Tidy could not clean up the document, aborting.
Conversion failed.
$

So it is not as robust as pandoc - at this point vote for pandoc. Tests will be 
ongoing.

Rainer

> 
>>> There's no reason we couldn't add this as a converter. File a bug to remind 
>>> me if you 
>>> like.
>>> 
>> 
>> I t'll add it top #6042 as Liviu pointed out.
>> 
>> Would be great if pandoc converter could be added, as it seems to be quite 
>> robust in handling
>> even corrupt xhtml files.o
> 
> We already produced patch, but nobody wanted to test them (hint hint).
> 
> Pavel


- -- 
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, 
UCT), Dipl. Phys.
(Germany)

Centre of Excellence for Invasion Biology
Stellenbosch University
South Africa

Tel :   +33 - (0)9 53 10 27 44
Cell:   +33 - (0)6 85 62 59 98
Fax :   +33 - (0)9 58 10 27 44

Fax (D):+49 - (0)3 21 21 25 22 44

email:  rai...@krugs.de

Skype:  RMkrug
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+OZ8sACgkQoYgNqgF2egqx5wCeI3ZMG7krAAjz4+jgVj1Sa5yl
MgYAnR6LmTVUBMcFu09XM6Nlrfn66g/u
=goAW
-END PGP SIGNATURE-


Re: Will LyX produce a LaTeX2E or TeX file?

2012-04-18 Thread PhilipPirrip

On 04/18/2012 03:55 AM, William Hanson wrote:

I've created a .bib file that contains only the references I use in my
paper, but this file is inside the Mendeley Desktop. And I _cannot_ move
it to any other location.  So in particular I can't get it into the
folder that contains the .tex file of my manuscript.


You should be able to create the .bib file anywhere you want. For 
example, select all the references, then right-click -> Export...

Or just copy (not move) the file that you already have.



Re: Using LyX to edit & organise bibliographies

2012-04-18 Thread PhilipPirrip

On 04/17/2012 04:23 PM, Alex Vergara Gil wrote:

Secondly, why should I move out of LyX to edit my Bib files?


My question was, actually, why should you edit your bib files at all. 
Let the reference manager produce them for you. And then let LaTeX do 
all the formatting.




Re: numbers of figures

2012-04-18 Thread PhilipPirrip


I'd change your preamble to:


\usepackage[ngerman]{babel}

\addto\captionsngerman{
\renewcommand{\figurename}{Abb.}
\renewcommand{\tablename}{Tab.}
}

\renewcommand{\thefigure}{\arabic{section}.\arabic{figure}}
\@addtoreset{figure}{chapter}



Re: numbers of figures

2012-04-18 Thread Franz
Great!!!
It worked, thank you very much!

I just changed chapter to section (using article) and now its all right!
Thanks a lot!





Re: numbers of figures

2012-04-18 Thread Mario Crespo
You can just go to the document configuration menu and select the right 
modules. 
I can't tell you the exact text because I use lyx in spanish, but it should be 
something like:
Document -> Document options
Modules
Number figures in sections

Using that LyX will do everything and you won't need to write anything in the 
preamble.




[solved] Re: footer on all pages

2012-04-18 Thread Marco Beishuizen

On Wed, 18 Apr 2012, the wise Paul A. Rubin wrote:

LaTeX classes that include a chapter environment usually format the 
first page of each chapter differently from the others.  Try adding this 
to the document preamble:


\fancypagestyle{plain}{%
 \rfoot{whatever}
}


This works! When adding this, the footer is shown only on the pages with 
the chapters. So when adding this *and* leaving \rfoot{whatever} in the 
preamble, the footer is shown on all pages.


Thanks for the help.

Regards,
Marco

--
Flee at once, all is discovered.


QSL card template

2012-04-18 Thread Mark Livingstone
Hi Guys,

Does anyone have a Lyx ham radio QSL card template?

Cheers,

MarkL vk4fmrk


Re: QSL card template

2012-04-18 Thread Steve Litt
On Thu, 19 Apr 2012 09:37:41 +1000
Mark Livingstone  wrote:

> Hi Guys,
> 
> Does anyone have a Lyx ham radio QSL card template?
> 
> Cheers,
> 
> MarkL vk4fmrk

How fun would that be?!!!

If nobody else helps you, I'll try to do it. It's about time I learned
how to make a template.

SteveT


Re: QSL card template

2012-04-18 Thread Mark Livingstone
Hi Steve,

It was about 40 yrs ago when I was in the Boy Scouts back in South
Africa that I was first exposed to Ham Radio, but like most people was
put off by morse code. Well now that is optional, and here in
Australia the Foundation License is very achievable even if you have
no prior radio / electronics knowledge. It was five nights course and
a quick theory & practical exam which I did a month or so ago.

QSL cards for those who do not know are used to confirm contacts over
the air between ham radio operators. They are highly sought after -
particularly if you get one from a more unusual country of the world.
Generally they are post card sized, and are individualised by each
ham. If you have a look at:

http://www.qsl.net/n9bt/qsl_template.htm

there is a word doc template showing the basic data needed.

What I was thinking was that, if you are like me, every time you buy
ink for your inkjet, they upsell you to a 3 pack, and you end up with
some 4x6 photo paper. I was thinking of making it that size which
makes it easier than having to get cardboard stock. You could then
print a blank and handfill it, or make it really beautiful and use Lyx
to fill in, then print. I don't know how they do it but you have those
PDFs which you can fill in the box onscreen - that could even make the
solution Lyx independent if you must!

I know that in the USA alone there are > 700,000 current ham radio
operators, so there must be millions worldwide. Who knows, maybe there
are some that are Lyx users to give their ideas :-)

Thanks in advance,

MarkL vk4fmrk


On 19 April 2012 12:45, Steve Litt  wrote:
> On Thu, 19 Apr 2012 09:37:41 +1000
> Mark Livingstone  wrote:
>
>> Hi Guys,
>>
>> Does anyone have a Lyx ham radio QSL card template?
>>
>> Cheers,
>>
>> MarkL vk4fmrk
>
> How fun would that be?!!!
>
> If nobody else helps you, I'll try to do it. It's about time I learned
> how to make a template.
>
> SteveT


LFUN: self-insert a space?

2012-04-18 Thread Xu Wang
I can't seem to self-insert a space. I'm sure I could come up with a hack
for entering a letter and a space and a letter and then using char-backward
to delete the two letters, but I'm guessing there's an easier way.

Thank you for the help, Xu