Bibliography As Non-Cited References

2014-02-07 Thread Rich Shepard

  I've read the bibliography chapter in the Users Manual, tried using the
bibliography environment, but do not produce the output I want. The document
class is KOMA-Script book. A clue stick is needed.

  In this book I do not cite references but want to include a reference
chapter at the end. References are stored in jabref and I can select a
reference in that database and copy the key to the LyX document by clicking
the jabref LyX button. This puts the grey box citation adjacent to the
bibliography environment key-1 [1], key-2 [2], etc. grey boxes. When I look
at the dvips preview I see only the key-? and not the full reference.

  I could use the bibtex environment instead but don't know where to put the
jabref keys so the full references show up in the bibliography at the end.

  How do I use jabref entries to create a list of un-cited references in the
LyX document?

Rich





Re: Bibliography As Non-Cited References

2014-02-07 Thread Richard Heck

On 02/07/2014 10:31 AM, Rich Shepard wrote:

  I've read the bibliography chapter in the Users Manual, tried using the
bibliography environment, but do not produce the output I want. The 
document

class is KOMA-Script book. A clue stick is needed.

  In this book I do not cite references but want to include a reference
chapter at the end. References are stored in jabref and I can select a
reference in that database and copy the key to the LyX document by 
clicking

the jabref LyX button. This puts the grey box citation adjacent to the
bibliography environment key-1 [1], key-2 [2], etc. grey boxes. When I 
look

at the dvips preview I see only the key-? and not the full reference.


If you use the bibliography environment, they you can't also use a 
BibTeX database. Rather, you just enter the citation manually.


  I could use the bibtex environment instead but don't know where to 
put the
jabref keys so the full references show up in the bibliography at the 
end.


It doesn't matter where you put them. What does matter is that, when you 
insert a key, you should click on it and choose Add to bibliography 
only as the citation style.


If you're going to add a bunch, then it is easiest to:
(i) Insert the bibtex inset (Insert List/TOC BibTeX bibliography) and 
choose your database.
(ii) Insert Citation, and select add all the entries you want to this 
single inset.

(iii) Set citation style to Add to bibliography only.

Richard



Re: Bibliography As Non-Cited References [RESOLVED]

2014-02-07 Thread Rich Shepard

On Fri, 7 Feb 2014, Richard Heck wrote:

If you use the bibliography environment, they you can't also use a BibTeX 
database. Rather, you just enter the citation manually.


Richard,

  That's what I thought.


If you're going to add a bunch, then it is easiest to:
(i) Insert the bibtex inset (Insert List/TOC BibTeX bibliography) and 
choose your database.
(ii) Insert Citation, and select add all the entries you want to this single 
inset.

(iii) Set citation style to Add to bibliography only.


  Thanks very much. This is exactly what I want.

Carpe weekend,

Rich

--
Richard B. Shepard, Ph.D.  |  Have knowledge, will travel.
Applied Ecosystem Services, Inc.   |
http://www.appl-ecosys.com Voice: 503-667-4517  Fax: 503-667-8863



Re: Bibliography As Non-Cited References

2014-02-07 Thread Rich Shepard

On Fri, 7 Feb 2014, Richard Heck wrote:

(ii) Insert Citation, and select add all the entries you want to this single 
inset.

(iii) Set citation style to Add to bibliography only.


Richard,

  I'm getting an 'undefined control sequence' with even a single entry:

...otect\astroncite{Albert}{2007}]{Albert2007}

The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., hobx'), type  ' and the correct
spelling (e.g., \hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

  I can provide the full error log if that helps.

  The entry shows 'Albert2007 (not cited)' and the bibliography content is
set to 'all references' and 'add bibliography to TOC'. I must have some
option mis-set.

Thanks,

Rich



Re: Bibliography As Non-Cited References

2014-02-07 Thread Richard Heck

On 02/07/2014 11:10 AM, Rich Shepard wrote:

On Fri, 7 Feb 2014, Richard Heck wrote:

(ii) Insert Citation, and select add all the entries you want to 
this single inset.

(iii) Set citation style to Add to bibliography only.


Richard,

  I'm getting an 'undefined control sequence' with even a single entry:

...otect\astroncite{Albert}{2007}]{Albert2007}

The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., hobx'), type ' and the correct
spelling (e.g., \hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

  I can provide the full error log if that helps.

  The entry shows 'Albert2007 (not cited)' and the bibliography 
content is

set to 'all references' and 'add bibliography to TOC'. I must have some
option mis-set.


In the BibTeX inset, you should have chosen a style. What did you choose?
This looks like astron.bst? If so, then I think you have to load astron.sty
manually in the preamble. (LyX doesn't know about those sorts of
requirements of style files.)

Richard



Re: Bibliography As Non-Cited References

2014-02-07 Thread Rich Shepard

On Fri, 7 Feb 2014, Richard Heck wrote:


In the BibTeX inset, you should have chosen a style. What did you choose?
This looks like astron.bst?


Richard,

  Actually, it's apa but I saw astron in the error log. And, your comments
pointed me to the solution:

  In the document settings I did not switch from the bibliography default to
natbib and bibtex. Once I made those changes the document compiled.

Many thanks, again,

Rich

--
Richard B. Shepard, Ph.D.  |  Have knowledge, will travel.
Applied Ecosystem Services, Inc.   |
http://www.appl-ecosys.com Voice: 503-667-4517  Fax: 503-667-8863



Bibliography As Non-Cited References

2014-02-07 Thread Rich Shepard

  I've read the bibliography chapter in the Users Manual, tried using the
bibliography environment, but do not produce the output I want. The document
class is KOMA-Script book. A clue stick is needed.

  In this book I do not cite references but want to include a reference
chapter at the end. References are stored in jabref and I can select a
reference in that database and copy the key to the LyX document by clicking
the jabref LyX button. This puts the grey box citation adjacent to the
bibliography environment key-1 [1], key-2 [2], etc. grey boxes. When I look
at the dvips preview I see only the key-? and not the full reference.

  I could use the bibtex environment instead but don't know where to put the
jabref keys so the full references show up in the bibliography at the end.

  How do I use jabref entries to create a list of un-cited references in the
LyX document?

Rich





Re: Bibliography As Non-Cited References

2014-02-07 Thread Richard Heck

On 02/07/2014 10:31 AM, Rich Shepard wrote:

  I've read the bibliography chapter in the Users Manual, tried using the
bibliography environment, but do not produce the output I want. The 
document

class is KOMA-Script book. A clue stick is needed.

  In this book I do not cite references but want to include a reference
chapter at the end. References are stored in jabref and I can select a
reference in that database and copy the key to the LyX document by 
clicking

the jabref LyX button. This puts the grey box citation adjacent to the
bibliography environment key-1 [1], key-2 [2], etc. grey boxes. When I 
look

at the dvips preview I see only the key-? and not the full reference.


If you use the bibliography environment, they you can't also use a 
BibTeX database. Rather, you just enter the citation manually.


  I could use the bibtex environment instead but don't know where to 
put the
jabref keys so the full references show up in the bibliography at the 
end.


It doesn't matter where you put them. What does matter is that, when you 
insert a key, you should click on it and choose Add to bibliography 
only as the citation style.


If you're going to add a bunch, then it is easiest to:
(i) Insert the bibtex inset (Insert List/TOC BibTeX bibliography) and 
choose your database.
(ii) Insert Citation, and select add all the entries you want to this 
single inset.

(iii) Set citation style to Add to bibliography only.

Richard



Re: Bibliography As Non-Cited References [RESOLVED]

2014-02-07 Thread Rich Shepard

On Fri, 7 Feb 2014, Richard Heck wrote:

If you use the bibliography environment, they you can't also use a BibTeX 
database. Rather, you just enter the citation manually.


Richard,

  That's what I thought.


If you're going to add a bunch, then it is easiest to:
(i) Insert the bibtex inset (Insert List/TOC BibTeX bibliography) and 
choose your database.
(ii) Insert Citation, and select add all the entries you want to this single 
inset.

(iii) Set citation style to Add to bibliography only.


  Thanks very much. This is exactly what I want.

Carpe weekend,

Rich

--
Richard B. Shepard, Ph.D.  |  Have knowledge, will travel.
Applied Ecosystem Services, Inc.   |
http://www.appl-ecosys.com Voice: 503-667-4517  Fax: 503-667-8863



Re: Bibliography As Non-Cited References

2014-02-07 Thread Rich Shepard

On Fri, 7 Feb 2014, Richard Heck wrote:

(ii) Insert Citation, and select add all the entries you want to this single 
inset.

(iii) Set citation style to Add to bibliography only.


Richard,

  I'm getting an 'undefined control sequence' with even a single entry:

...otect\astroncite{Albert}{2007}]{Albert2007}

The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., hobx'), type  ' and the correct
spelling (e.g., \hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

  I can provide the full error log if that helps.

  The entry shows 'Albert2007 (not cited)' and the bibliography content is
set to 'all references' and 'add bibliography to TOC'. I must have some
option mis-set.

Thanks,

Rich



Re: Bibliography As Non-Cited References

2014-02-07 Thread Richard Heck

On 02/07/2014 11:10 AM, Rich Shepard wrote:

On Fri, 7 Feb 2014, Richard Heck wrote:

(ii) Insert Citation, and select add all the entries you want to 
this single inset.

(iii) Set citation style to Add to bibliography only.


Richard,

  I'm getting an 'undefined control sequence' with even a single entry:

...otect\astroncite{Albert}{2007}]{Albert2007}

The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., hobx'), type ' and the correct
spelling (e.g., \hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

  I can provide the full error log if that helps.

  The entry shows 'Albert2007 (not cited)' and the bibliography 
content is

set to 'all references' and 'add bibliography to TOC'. I must have some
option mis-set.


In the BibTeX inset, you should have chosen a style. What did you choose?
This looks like astron.bst? If so, then I think you have to load astron.sty
manually in the preamble. (LyX doesn't know about those sorts of
requirements of style files.)

Richard



Re: Bibliography As Non-Cited References

2014-02-07 Thread Rich Shepard

On Fri, 7 Feb 2014, Richard Heck wrote:


In the BibTeX inset, you should have chosen a style. What did you choose?
This looks like astron.bst?


Richard,

  Actually, it's apa but I saw astron in the error log. And, your comments
pointed me to the solution:

  In the document settings I did not switch from the bibliography default to
natbib and bibtex. Once I made those changes the document compiled.

Many thanks, again,

Rich

--
Richard B. Shepard, Ph.D.  |  Have knowledge, will travel.
Applied Ecosystem Services, Inc.   |
http://www.appl-ecosys.com Voice: 503-667-4517  Fax: 503-667-8863



Bibliography As Non-Cited References

2014-02-07 Thread Rich Shepard

  I've read the bibliography chapter in the Users Manual, tried using the
bibliography environment, but do not produce the output I want. The document
class is KOMA-Script book. A clue stick is needed.

  In this book I do not cite references but want to include a reference
chapter at the end. References are stored in jabref and I can select a
reference in that database and copy the key to the LyX document by clicking
the jabref LyX button. This puts the grey box citation adjacent to the
bibliography environment key-1 [1], key-2 [2], etc. grey boxes. When I look
at the dvips preview I see only the key-? and not the full reference.

  I could use the bibtex environment instead but don't know where to put the
jabref keys so the full references show up in the bibliography at the end.

  How do I use jabref entries to create a list of un-cited references in the
LyX document?

Rich





Re: Bibliography As Non-Cited References

2014-02-07 Thread Richard Heck

On 02/07/2014 10:31 AM, Rich Shepard wrote:

  I've read the bibliography chapter in the Users Manual, tried using the
bibliography environment, but do not produce the output I want. The 
document

class is KOMA-Script book. A clue stick is needed.

  In this book I do not cite references but want to include a reference
chapter at the end. References are stored in jabref and I can select a
reference in that database and copy the key to the LyX document by 
clicking

the jabref LyX button. This puts the grey box citation adjacent to the
bibliography environment key-1 [1], key-2 [2], etc. grey boxes. When I 
look

at the dvips preview I see only the key-? and not the full reference.


If you use the bibliography environment, they you can't also use a 
BibTeX database. Rather, you just enter the citation manually.


  I could use the bibtex environment instead but don't know where to 
put the
jabref keys so the full references show up in the bibliography at the 
end.


It doesn't matter where you put them. What does matter is that, when you 
insert a key, you should click on it and choose "Add to bibliography 
only" as the citation style.


If you're going to add a bunch, then it is easiest to:
(i) Insert the bibtex inset (Insert> List/TOC> BibTeX bibliography) and 
choose your database.
(ii) Insert> Citation, and select add all the entries you want to this 
single inset.

(iii) Set citation style to "Add to bibliography only".

Richard



Re: Bibliography As Non-Cited References [RESOLVED]

2014-02-07 Thread Rich Shepard

On Fri, 7 Feb 2014, Richard Heck wrote:

If you use the bibliography environment, they you can't also use a BibTeX 
database. Rather, you just enter the citation manually.


Richard,

  That's what I thought.


If you're going to add a bunch, then it is easiest to:
(i) Insert the bibtex inset (Insert> List/TOC> BibTeX bibliography) and 
choose your database.
(ii) Insert> Citation, and select add all the entries you want to this single 
inset.

(iii) Set citation style to "Add to bibliography only".


  Thanks very much. This is exactly what I want.

Carpe weekend,

Rich

--
Richard B. Shepard, Ph.D.  |  Have knowledge, will travel.
Applied Ecosystem Services, Inc.   |
 Voice: 503-667-4517  Fax: 503-667-8863



Re: Bibliography As Non-Cited References

2014-02-07 Thread Rich Shepard

On Fri, 7 Feb 2014, Richard Heck wrote:

(ii) Insert> Citation, and select add all the entries you want to this single 
inset.

(iii) Set citation style to "Add to bibliography only".


Richard,

  I'm getting an 'undefined control sequence' with even a single entry:

...otect\astroncite{Albert}{2007}]{Albert2007}

The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., hobx'), type  ' and the correct
spelling (e.g., \hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

  I can provide the full error log if that helps.

  The entry shows 'Albert2007 (not cited)' and the bibliography content is
set to 'all references' and 'add bibliography to TOC'. I must have some
option mis-set.

Thanks,

Rich



Re: Bibliography As Non-Cited References

2014-02-07 Thread Richard Heck

On 02/07/2014 11:10 AM, Rich Shepard wrote:

On Fri, 7 Feb 2014, Richard Heck wrote:

(ii) Insert> Citation, and select add all the entries you want to 
this single inset.

(iii) Set citation style to "Add to bibliography only".


Richard,

  I'm getting an 'undefined control sequence' with even a single entry:

...otect\astroncite{Albert}{2007}]{Albert2007}

The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., hobx'), type ' and the correct
spelling (e.g., \hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

  I can provide the full error log if that helps.

  The entry shows 'Albert2007 (not cited)' and the bibliography 
content is

set to 'all references' and 'add bibliography to TOC'. I must have some
option mis-set.


In the BibTeX inset, you should have chosen a style. What did you choose?
This looks like astron.bst? If so, then I think you have to load astron.sty
manually in the preamble. (LyX doesn't know about those sorts of
requirements of style files.)

Richard



Re: Bibliography As Non-Cited References

2014-02-07 Thread Rich Shepard

On Fri, 7 Feb 2014, Richard Heck wrote:


In the BibTeX inset, you should have chosen a style. What did you choose?
This looks like astron.bst?


Richard,

  Actually, it's apa but I saw astron in the error log. And, your comments
pointed me to the solution:

  In the document settings I did not switch from the bibliography default to
natbib and bibtex. Once I made those changes the document compiled.

Many thanks, again,

Rich

--
Richard B. Shepard, Ph.D.  |  Have knowledge, will travel.
Applied Ecosystem Services, Inc.   |
 Voice: 503-667-4517  Fax: 503-667-8863