Re: Errors when using apacite for bibliography

2015-08-08 Thread Simon Maina
Florian florian at phpws.org writes:

 
 On Fri, 23 Nov 2012 18:09:30 +0800
   Ray Rashif schivmeister at gmail.com wrote:
  Try enabling Default citation style in preferences and then in
  preamble save the following:
  
  % Workaround for APA style (must turn off natbib first)
  \usepackage{apacite}
  \usepackage[authoryear]{natbib}
 
 Thanks, this seems to resolve the problem.
 
 Best, Florian
 
 


Hi Florian,
What other options did you set? Mine does not work still with the default
(natbibnumerical) and the packages loaded in that order.
My LyX file has the report class. Below is the LyX file exported to LaTeX:
%% LyX 2.0.1 created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[english]{report}
\usepackage{lmodern}
\renewcommand{\ttdefault}{lmodern}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}

\makeatletter

%% LyX specific LaTeX commands.
\providecommand{\LyX}{L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}

%% User specified LaTeX commands.
%
\usepackage[american]{babel}
\usepackage{csquotes}

\usepackage{lmodern}

\usepackage{apacite}
\usepackage[authoryear]{natbib}


\usepackage{babel}
\begin{document}
\cite{Gilbert2004} said that APA6 is hard to implement in \LyX{}.
\cite{Herbst-Damm2005}

 \bibliographystyle{apacite}
\bibliography{apa6}
 
\end{document}



Re: Errors when using apacite for bibliography

2015-08-08 Thread Simon Maina
Florian  phpws.org> writes:

> 
> On Fri, 23 Nov 2012 18:09:30 +0800
>   Ray Rashif  gmail.com> wrote:
> > Try enabling Default citation style in preferences and then in
> > preamble save the following:
> > 
> > % Workaround for APA style (must turn off natbib first)
> > \usepackage{apacite}
> > \usepackage[authoryear]{natbib}
> 
> Thanks, this seems to resolve the problem.
> 
> Best, Florian
> 
> 


Hi Florian,
What other options did you set? Mine does not work still with the default
(natbib>numerical) and the packages loaded in that order.
My LyX file has the report class. Below is the LyX file exported to LaTeX:
%% LyX 2.0.1 created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[english]{report}
\usepackage{lmodern}
\renewcommand{\ttdefault}{lmodern}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}

\makeatletter

%% LyX specific LaTeX commands.
\providecommand{\LyX}{L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}

%% User specified LaTeX commands.
%
\usepackage[american]{babel}
\usepackage{csquotes}

\usepackage{lmodern}

\usepackage{apacite}
\usepackage[authoryear]{natbib}


\usepackage{babel}
\begin{document}
\cite{Gilbert2004} said that APA6 is hard to implement in \LyX{}.
\cite{Herbst-Damm2005}

 \bibliographystyle{apacite}
\bibliography{apa6}
 
\end{document}



Re: APACITE

2014-01-03 Thread Jacob Bishop
If you want to use APA style, I would suggest using the template. There are
several things that have to be set which the template does for you. If you
want something different than what the template provides, it might be
easiest to use that as a starting point rather than a vanilla article class.

I hope this helps.

Jacob


On Tue, Dec 31, 2013 at 4:04 PM, EhrenFordyce spekt...@gmail.com wrote:

 Struggling to get APA style to work in LyX.
  In the most recent iteration, I have a) opened a
 new file; b) set the document class to article;
 c) set citation style to Natbib and processor to Bibtex
 under Bibliography in Document Settings;
 d) added \usepackage{apacite} in the Preamble;
 e) inserted a BibTeX generated bibliography.
 If I then view this as a PDF, the bibliography appears in
 good APA form. If I then save the file and then
 hit view once again, the bibliographic entries have now
 disappeared under References.
 What's going on? Am on a Max OS X 10.5.8.




Re: APACITE

2014-01-03 Thread Jacob Bishop
If you want to use APA style, I would suggest using the template. There are
several things that have to be set which the template does for you. If you
want something different than what the template provides, it might be
easiest to use that as a starting point rather than a vanilla article class.

I hope this helps.

Jacob


On Tue, Dec 31, 2013 at 4:04 PM, EhrenFordyce spekt...@gmail.com wrote:

 Struggling to get APA style to work in LyX.
  In the most recent iteration, I have a) opened a
 new file; b) set the document class to article;
 c) set citation style to Natbib and processor to Bibtex
 under Bibliography in Document Settings;
 d) added \usepackage{apacite} in the Preamble;
 e) inserted a BibTeX generated bibliography.
 If I then view this as a PDF, the bibliography appears in
 good APA form. If I then save the file and then
 hit view once again, the bibliographic entries have now
 disappeared under References.
 What's going on? Am on a Max OS X 10.5.8.




Re: APACITE

2014-01-03 Thread Jacob Bishop
If you want to use APA style, I would suggest using the template. There are
several things that have to be set which the template does for you. If you
want something different than what the template provides, it might be
easiest to use that as a starting point rather than a vanilla article class.

I hope this helps.

Jacob


On Tue, Dec 31, 2013 at 4:04 PM, EhrenFordyce <spekt...@gmail.com> wrote:

> Struggling to get APA style to work in LyX.
>  In the most recent iteration, I have a) opened a
> new file; b) set the document class to article;
> c) set citation style to Natbib and processor to Bibtex
> under Bibliography in Document Settings;
> d) added "\usepackage{apacite}" in the Preamble;
> e) inserted a BibTeX generated bibliography.
> If I then view this as a PDF, the bibliography appears in
> good APA form. If I then save the file and then
> hit view once again, the bibliographic entries have now
> disappeared under References.
> What's going on? Am on a Max OS X 10.5.8.
>
>


APACITE

2013-12-31 Thread EhrenFordyce
Struggling to get APA style to work in LyX. 
 In the most recent iteration, I have a) opened a 
new file; b) set the document class to article; 
c) set citation style to Natbib and processor to Bibtex 
under Bibliography in Document Settings; 
d) added \usepackage{apacite} in the Preamble; 
e) inserted a BibTeX generated bibliography. 
If I then view this as a PDF, the bibliography appears in 
good APA form. If I then save the file and then 
hit view once again, the bibliographic entries have now 
disappeared under References. 
What's going on? Am on a Max OS X 10.5.8.



APACITE

2013-12-31 Thread EhrenFordyce
Struggling to get APA style to work in LyX. 
 In the most recent iteration, I have a) opened a 
new file; b) set the document class to article; 
c) set citation style to Natbib and processor to Bibtex 
under Bibliography in Document Settings; 
d) added \usepackage{apacite} in the Preamble; 
e) inserted a BibTeX generated bibliography. 
If I then view this as a PDF, the bibliography appears in 
good APA form. If I then save the file and then 
hit view once again, the bibliographic entries have now 
disappeared under References. 
What's going on? Am on a Max OS X 10.5.8.



APACITE

2013-12-31 Thread EhrenFordyce
Struggling to get APA style to work in LyX. 
 In the most recent iteration, I have a) opened a 
new file; b) set the document class to article; 
c) set citation style to Natbib and processor to Bibtex 
under Bibliography in Document Settings; 
d) added "\usepackage{apacite}" in the Preamble; 
e) inserted a BibTeX generated bibliography. 
If I then view this as a PDF, the bibliography appears in 
good APA form. If I then save the file and then 
hit view once again, the bibliographic entries have now 
disappeared under References. 
What's going on? Am on a Max OS X 10.5.8.



Re: Errors when using apacite for bibliography

2012-11-23 Thread Ray Rashif
On 23 November 2012 02:58, Florian flor...@phpws.org wrote:
 Hi there,

 I would need some help with apacite, as I do not seem to get it working. I
 use LyX 2.0.5 on Windows 7.

Try enabling Default citation style in preferences and then in
preamble save the following:

% Workaround for APA style (must turn off natbib first)
\usepackage{apacite}
\usepackage[authoryear]{natbib}


--
GPG/PGP ID: C0711BF1


Re: Errors when using apacite for bibliography

2012-11-23 Thread Florian

On Fri, 23 Nov 2012 18:09:30 +0800
 Ray Rashif schivmeis...@gmail.com wrote:

Try enabling Default citation style in preferences and then in
preamble save the following:

% Workaround for APA style (must turn off natbib first)
\usepackage{apacite}
\usepackage[authoryear]{natbib}


Thanks, this seems to resolve the problem.

Best, Florian



Re: Errors when using apacite for bibliography

2012-11-23 Thread Ray Rashif
On 23 November 2012 02:58, Florian flor...@phpws.org wrote:
 Hi there,

 I would need some help with apacite, as I do not seem to get it working. I
 use LyX 2.0.5 on Windows 7.

Try enabling Default citation style in preferences and then in
preamble save the following:

% Workaround for APA style (must turn off natbib first)
\usepackage{apacite}
\usepackage[authoryear]{natbib}


--
GPG/PGP ID: C0711BF1


Re: Errors when using apacite for bibliography

2012-11-23 Thread Florian

On Fri, 23 Nov 2012 18:09:30 +0800
 Ray Rashif schivmeis...@gmail.com wrote:

Try enabling Default citation style in preferences and then in
preamble save the following:

% Workaround for APA style (must turn off natbib first)
\usepackage{apacite}
\usepackage[authoryear]{natbib}


Thanks, this seems to resolve the problem.

Best, Florian



Re: Errors when using apacite for bibliography

2012-11-23 Thread Ray Rashif
On 23 November 2012 02:58, Florian <flor...@phpws.org> wrote:
> Hi there,
>
> I would need some help with apacite, as I do not seem to get it working. I
> use LyX 2.0.5 on Windows 7.

Try enabling Default citation style in preferences and then in
preamble save the following:

% Workaround for APA style (must turn off natbib first)
\usepackage{apacite}
\usepackage[authoryear]{natbib}


--
GPG/PGP ID: C0711BF1


Re: Errors when using apacite for bibliography

2012-11-23 Thread Florian

On Fri, 23 Nov 2012 18:09:30 +0800
 Ray Rashif <schivmeis...@gmail.com> wrote:

Try enabling Default citation style in preferences and then in
preamble save the following:

% Workaround for APA style (must turn off natbib first)
\usepackage{apacite}
\usepackage[authoryear]{natbib}


Thanks, this seems to resolve the problem.

Best, Florian



Errors when using apacite for bibliography

2012-11-22 Thread Florian

Hi there,

I would need some help with apacite, as I do not seem to get it 
working. I use LyX 2.0.5 on Windows 7.
If I try to use the apacite style, I get the following list of errors 
when compiling to PDF:



snip 


! Undefined control sequence.
l.11 \APACinsertmetastar
 {%
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 `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.


! LaTeX Error: Environment APACrefauthors undefined.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H return  for immediate help.
 ...

l.13 \begin{APACrefauthors}
   %
Your command was ignored.
Type  I command return  to replace it with another command,
or  return  to continue without it.


! LaTeX Error: \begin{thebibliography} on input line 1 ended by 
\end{APACrefaut

hors}.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H return  for immediate help.
 ...

l.15 \end{APACrefauthors}
 %
Your command was ignored.
Type  I command return  to replace it with another command,
or  return  to continue without it.

! Undefined control sequence.
l.18 \APACrefYear
 {2012}.
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 `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

! Undefined control sequence.
l.20 \APACrefbtitle
{Test Book} {Test book}.
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 `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

! Undefined control sequence.
l.22 \APACaddressPublisher
  {}{Test Publishing}.
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 `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

! Undefined control sequence.
l.23 \PrintBackRefs
   {\CurrentBib}
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 `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

! Undefined control sequence.
l.23 \PrintBackRefs{\CurrentBib
   }
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 `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

)

 snap 


This is a fresh install and I used the 1.x versions of Lyx before, 
where I cannot remember having this happen. And I have no idea why 
this should happen, I've even tried just starting a new document and 
doing nothing but inserting two words and a reference and then 
apacite. The errors above are from the LyX and Bib files below.


There are no errors unless I actually cite something, if that helps.

I'd be really grateful if someone had an idea.

Best,

Florian

--- test.lyx ---
#LyX 2.0 created this file. For more info see http://www.lyx.org/
\lyxformat 413
\begin_document
\begin_header
\textclass article
\use_default_options true
\begin_modules
linguistics
\end_modules
\maintain_unincluded_children false
\language english
\language_package default
\inputencoding auto
\fontencoding global
\font_roman lmodern
\font_sans lmss
\font_typewriter lmtt
\font_default_family default
\use_non_tex_fonts false
\font_sc false
\font_osf false
\font_sf_scale 100
\font_tt_scale 100

\graphics default
\default_output_format default
\output_sync 0
\bibtex_command default
\index_command default
\paperfontsize default
\spacing single
\use_hyperref false
\papersize default
\use_geometry false
\use_amsmath 1
\use_esint 1
\use_mhchem 1
\use_mathdots 1
\cite_engine natbib_authoryear
\use_bibtopic false
\use_indices false
\paperorientation portrait
\suppress_date false
\use_refstyle 1
\index Index
\shortcut idx
\color #008000
\end_index
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\paragraph_indentation default
\quotes_language english
\papercolumns 1
\papersides 1
\paperpagestyle default
\tracking_changes false
\output_changes false
\html_math_output 0
\html_css_as_file 0
\html_be_strict false
\end_header

\begin_body

\begin_layout Standard
Test test.
 
\begin_inset CommandInset citation

LatexCommand citep
key Testatus2012

\end_inset

.
\end_layout

\begin_layout Standard
\begin_inset CommandInset bibtex
LatexCommand bibtex
bibfiles lab1
options apacite

Errors when using apacite for bibliography

2012-11-22 Thread Florian

Hi there,

I would need some help with apacite, as I do not seem to get it 
working. I use LyX 2.0.5 on Windows 7.
If I try to use the apacite style, I get the following list of errors 
when compiling to PDF:



snip 


! Undefined control sequence.
l.11 \APACinsertmetastar
 {%
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 `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.


! LaTeX Error: Environment APACrefauthors undefined.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H return  for immediate help.
 ...

l.13 \begin{APACrefauthors}
   %
Your command was ignored.
Type  I command return  to replace it with another command,
or  return  to continue without it.


! LaTeX Error: \begin{thebibliography} on input line 1 ended by 
\end{APACrefaut

hors}.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H return  for immediate help.
 ...

l.15 \end{APACrefauthors}
 %
Your command was ignored.
Type  I command return  to replace it with another command,
or  return  to continue without it.

! Undefined control sequence.
l.18 \APACrefYear
 {2012}.
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 `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

! Undefined control sequence.
l.20 \APACrefbtitle
{Test Book} {Test book}.
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 `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

! Undefined control sequence.
l.22 \APACaddressPublisher
  {}{Test Publishing}.
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 `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

! Undefined control sequence.
l.23 \PrintBackRefs
   {\CurrentBib}
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 `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

! Undefined control sequence.
l.23 \PrintBackRefs{\CurrentBib
   }
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 `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

)

 snap 


This is a fresh install and I used the 1.x versions of Lyx before, 
where I cannot remember having this happen. And I have no idea why 
this should happen, I've even tried just starting a new document and 
doing nothing but inserting two words and a reference and then 
apacite. The errors above are from the LyX and Bib files below.


There are no errors unless I actually cite something, if that helps.

I'd be really grateful if someone had an idea.

Best,

Florian

--- test.lyx ---
#LyX 2.0 created this file. For more info see http://www.lyx.org/
\lyxformat 413
\begin_document
\begin_header
\textclass article
\use_default_options true
\begin_modules
linguistics
\end_modules
\maintain_unincluded_children false
\language english
\language_package default
\inputencoding auto
\fontencoding global
\font_roman lmodern
\font_sans lmss
\font_typewriter lmtt
\font_default_family default
\use_non_tex_fonts false
\font_sc false
\font_osf false
\font_sf_scale 100
\font_tt_scale 100

\graphics default
\default_output_format default
\output_sync 0
\bibtex_command default
\index_command default
\paperfontsize default
\spacing single
\use_hyperref false
\papersize default
\use_geometry false
\use_amsmath 1
\use_esint 1
\use_mhchem 1
\use_mathdots 1
\cite_engine natbib_authoryear
\use_bibtopic false
\use_indices false
\paperorientation portrait
\suppress_date false
\use_refstyle 1
\index Index
\shortcut idx
\color #008000
\end_index
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\paragraph_indentation default
\quotes_language english
\papercolumns 1
\papersides 1
\paperpagestyle default
\tracking_changes false
\output_changes false
\html_math_output 0
\html_css_as_file 0
\html_be_strict false
\end_header

\begin_body

\begin_layout Standard
Test test.
 
\begin_inset CommandInset citation

LatexCommand citep
key Testatus2012

\end_inset

.
\end_layout

\begin_layout Standard
\begin_inset CommandInset bibtex
LatexCommand bibtex
bibfiles lab1
options apacite

Errors when using apacite for bibliography

2012-11-22 Thread Florian

Hi there,

I would need some help with apacite, as I do not seem to get it 
working. I use LyX 2.0.5 on Windows 7.
If I try to use the apacite style, I get the following list of errors 
when compiling to PDF:



snip >>>>>>>


! Undefined control sequence.
l.11 \APACinsertmetastar
 {%
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 `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.


! LaTeX Error: Environment APACrefauthors undefined.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H   for immediate help.
 ...

l.13 \begin{APACrefauthors}
   %
Your command was ignored.
Type  Ito replace it with another command,
orto continue without it.


! LaTeX Error: \begin{thebibliography} on input line 1 ended by 
\end{APACrefaut

hors}.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H   for immediate help.
 ...

l.15 \end{APACrefauthors}
 %
Your command was ignored.
Type  Ito replace it with another command,
orto continue without it.

! Undefined control sequence.
l.18 \APACrefYear
 {2012}.
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 `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

! Undefined control sequence.
l.20 \APACrefbtitle
{Test Book} {Test book}.
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 `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

! Undefined control sequence.
l.22 \APACaddressPublisher
  {}{Test Publishing}.
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 `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

! Undefined control sequence.
l.23 \PrintBackRefs
   {\CurrentBib}
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 `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

! Undefined control sequence.
l.23 \PrintBackRefs{\CurrentBib
   }
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 `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

)

<<<<<< snap <<<<<<


This is a fresh install and I used the 1.x versions of Lyx before, 
where I cannot remember having this happen. And I have no idea why 
this should happen, I've even tried just starting a new document and 
doing nothing but inserting two words and a reference and then 
apacite. The errors above are from the LyX and Bib files below.


There are no errors unless I actually cite something, if that helps.

I'd be really grateful if someone had an idea.

Best,

Florian

--- test.lyx ---
#LyX 2.0 created this file. For more info see http://www.lyx.org/
\lyxformat 413
\begin_document
\begin_header
\textclass article
\use_default_options true
\begin_modules
linguistics
\end_modules
\maintain_unincluded_children false
\language english
\language_package default
\inputencoding auto
\fontencoding global
\font_roman lmodern
\font_sans lmss
\font_typewriter lmtt
\font_default_family default
\use_non_tex_fonts false
\font_sc false
\font_osf false
\font_sf_scale 100
\font_tt_scale 100

\graphics default
\default_output_format default
\output_sync 0
\bibtex_command default
\index_command default
\paperfontsize default
\spacing single
\use_hyperref false
\papersize default
\use_geometry false
\use_amsmath 1
\use_esint 1
\use_mhchem 1
\use_mathdots 1
\cite_engine natbib_authoryear
\use_bibtopic false
\use_indices false
\paperorientation portrait
\suppress_date false
\use_refstyle 1
\index Index
\shortcut idx
\color #008000
\end_index
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\paragraph_indentation default
\quotes_language english
\papercolumns 1
\papersides 1
\paperpagestyle default
\tracking_changes false
\output_changes false
\html_math_output 0
\html_css_as_file 0
\html_be_strict false
\end_header

\begin_body

\begin_layout Standard
Test test.
 
\begin_inset CommandInset citation

LatexCommand citep
key "Testatus2012"

\end_inset

.
\end_layout

\begin_layout Standard
\begin_inset CommandInset bibtex
LatexCommand

Re: apacite: citeA

2012-08-12 Thread PhilipPirrip

On 08/12/2012 06:29 AM, Jack Tanner wrote:

Aside from ERT, is there an easy way of having LyX generate \citeA commands for
some (but not all) citations rather than \cite?



You can ask LyX to insert citealt, for example. But then in the preamble add
\renewcommand*{\citealt}[1]{\citeA[#1]}, or something like that
Helps?



Re: apacite: citeA

2012-08-12 Thread Jack Tanner
PhilipPirrip pip at net.hr writes:

 
 You can ask LyX to insert citealt, for example. But then in the preamble add
 \renewcommand*{\citealt}[1]{\citeA[#1]}, or something like that

Thanks, that sounds promising, but how do I ask LyX to insert citealt?




Re: apacite: citeA

2012-08-12 Thread PhilipPirrip

On 08/12/2012 09:07 PM, Jack Tanner wrote:

Thanks, that sounds promising, but how do I ask LyX to insert citealt?


Use natbib (DocumentSettingsBibliographyNatbib).
Then, when inserting a citation (InsertCitation), you'll be able to 
choose the citation style. Check in ViewSource which command is 
inserted with each style.



I'm sorry for an error in the command from above, it should read
\renewcommand*{\citealt}[1]{\citeA{#1}}



Re: apacite: citeA

2012-08-12 Thread PhilipPirrip

On 08/12/2012 06:29 AM, Jack Tanner wrote:

Aside from ERT, is there an easy way of having LyX generate \citeA commands for
some (but not all) citations rather than \cite?



You can ask LyX to insert citealt, for example. But then in the preamble add
\renewcommand*{\citealt}[1]{\citeA[#1]}, or something like that
Helps?



Re: apacite: citeA

2012-08-12 Thread Jack Tanner
PhilipPirrip pip at net.hr writes:

 
 You can ask LyX to insert citealt, for example. But then in the preamble add
 \renewcommand*{\citealt}[1]{\citeA[#1]}, or something like that

Thanks, that sounds promising, but how do I ask LyX to insert citealt?




Re: apacite: citeA

2012-08-12 Thread PhilipPirrip

On 08/12/2012 09:07 PM, Jack Tanner wrote:

Thanks, that sounds promising, but how do I ask LyX to insert citealt?


Use natbib (DocumentSettingsBibliographyNatbib).
Then, when inserting a citation (InsertCitation), you'll be able to 
choose the citation style. Check in ViewSource which command is 
inserted with each style.



I'm sorry for an error in the command from above, it should read
\renewcommand*{\citealt}[1]{\citeA{#1}}



Re: apacite: citeA

2012-08-12 Thread PhilipPirrip

On 08/12/2012 06:29 AM, Jack Tanner wrote:

Aside from ERT, is there an easy way of having LyX generate \citeA commands for
some (but not all) citations rather than \cite?



You can ask LyX to insert citealt, for example. But then in the preamble add
\renewcommand*{\citealt}[1]{\citeA[#1]}, or something like that
Helps?



Re: apacite: citeA

2012-08-12 Thread Jack Tanner
PhilipPirrip  net.hr> writes:

> 
> You can ask LyX to insert citealt, for example. But then in the preamble add
> \renewcommand*{\citealt}[1]{\citeA[#1]}, or something like that

Thanks, that sounds promising, but how do I ask LyX to insert citealt?




Re: apacite: citeA

2012-08-12 Thread PhilipPirrip

On 08/12/2012 09:07 PM, Jack Tanner wrote:

Thanks, that sounds promising, but how do I ask LyX to insert citealt?


Use natbib (Document>Settings>Bibliography>Natbib).
Then, when inserting a citation (Insert>Citation), you'll be able to 
choose the citation style. Check in View>Source which command is 
inserted with each style.



I'm sorry for an error in the command from above, it should read
\renewcommand*{\citealt}[1]{\citeA{#1}}



apacite: citeA

2012-08-11 Thread Jack Tanner
Aside from ERT, is there an easy way of having LyX generate \citeA commands for
some (but not all) citations rather than \cite?



apacite: citeA

2012-08-11 Thread Jack Tanner
Aside from ERT, is there an easy way of having LyX generate \citeA commands for
some (but not all) citations rather than \cite?



apacite: citeA

2012-08-11 Thread Jack Tanner
Aside from ERT, is there an easy way of having LyX generate \citeA commands for
some (but not all) citations rather than \cite?



Lyx + apacite + natbib problem

2009-11-14 Thread teelmo

Hi,

I'm using Lyx and I want to have apacite like citations. I have chosen
apacite as the biblio style, I have natbib selected in my document settings.
Unfortunatly I get an error when using Lyx's build in citate option (see
attachment). This error comes up when I'm building to PDF.

http://n2.nabble.com/file/n4004610/Clipboard01.jpg 

When using citations in ERT-box they work fine. For example like this:

\citep{IP_2009}

But if Lyx generates that code the error comes up.

I'm using Miktex 2.8, Lyx 1.6.4.1 on Windows XP


-- 
View this message in context: 
http://n2.nabble.com/Lyx-apacite-natbib-problem-tp4004610p4004610.html
Sent from the LyX - Users mailing list archive at Nabble.com.


Lyx + apacite + natbib problem

2009-11-14 Thread teelmo

Hi,

I'm using Lyx and I want to have apacite like citations. I have chosen
apacite as the biblio style, I have natbib selected in my document settings.
Unfortunatly I get an error when using Lyx's build in citate option (see
attachment). This error comes up when I'm building to PDF.

http://n2.nabble.com/file/n4004610/Clipboard01.jpg 

When using citations in ERT-box they work fine. For example like this:

\citep{IP_2009}

But if Lyx generates that code the error comes up.

I'm using Miktex 2.8, Lyx 1.6.4.1 on Windows XP


-- 
View this message in context: 
http://n2.nabble.com/Lyx-apacite-natbib-problem-tp4004610p4004610.html
Sent from the LyX - Users mailing list archive at Nabble.com.


Lyx + apacite + natbib problem

2009-11-14 Thread teelmo

Hi,

I'm using Lyx and I want to have apacite like citations. I have chosen
apacite as the biblio style, I have natbib selected in my document settings.
Unfortunatly I get an error when using Lyx's build in citate option (see
attachment). This error comes up when I'm building to PDF.

http://n2.nabble.com/file/n4004610/Clipboard01.jpg 

When using citations in ERT-box they work fine. For example like this:

\citep{IP_2009}

But if Lyx generates that code the error comes up.

I'm using Miktex 2.8, Lyx 1.6.4.1 on Windows XP


-- 
View this message in context: 
http://n2.nabble.com/Lyx-apacite-natbib-problem-tp4004610p4004610.html
Sent from the LyX - Users mailing list archive at Nabble.com.


Apacite and Lyx

2009-07-21 Thread Christian Brodbeck

Hello,

I need citations according to APA standard for a thesis. Does anyone  
have experience with that?


From what information I could find, apacite would do it, but I could  
not find any information online on how to get it to work with Lyx.


Specifically, apacite seems to use different latex comands. Apacite  
requires \cite for notmal citation and \citeA for citation in text  
(parentheses only around year). However, Lyx generates either only  
\cite command (default bibliography) or \citet and \citep for natbib,  
and uses a different parenthesis structure for additional arguments.


Does anybody know a way to work around this?

In principe it seems like it should not be difficult to add the option  
to Lyx to write \citeA instead of \citep commands. I myself can only  
program python though (if that function would actually be acessible in  
python could anyone point me to where I coud find it?).



Best,
Christian



Re: Apacite and Lyx

2009-07-21 Thread rgheck

On 07/21/2009 05:02 PM, Christian Brodbeck wrote:

Hello,

I need citations according to APA standard for a thesis. Does anyone 
have experience with that?


From what information I could find, apacite would do it, but I could 
not find any information online on how to get it to work with Lyx.


Specifically, apacite seems to use different latex comands. Apacite 
requires \cite for notmal citation and \citeA for citation in text 
(parentheses only around year). However, Lyx generates either only 
\cite command (default bibliography) or \citet and \citep for natbib, 
and uses a different parenthesis structure for additional arguments.


Does anybody know a way to work around this?

In principe it seems like it should not be difficult to add the option 
to Lyx to write \citeA instead of \citep commands. I myself can only 
program python though (if that function would actually be acessible in 
python could anyone point me to where I coud find it?).



If that's all it would take, you could put
\let\citep=\citeA
in your preamble. That makes \citep a kind of alias for \citeA. If that 
doesn't work, maybe you could produce some slightly more complicated 
redefinition of \citep that would work.


That said, did you try choosing apalike as your citation style? I don't 
know how close that will get you


Right now, producing new bibliography formats is kind of complicated. I 
have been meaning to work on that, but have had too much else to do.


rh



Re: Apacite and Lyx

2009-07-21 Thread Christian Brodbeck
Thanks, that's a good start. Now Apacite also uses different brackets  
for comments on the reference (like e.g.) than Lyx's natbib  
( \citeApre[post]{ref} vs. \cite[pre][post] ). Is there a way to  
redefine these as well? The problem with apalike is that it does not  
quote all authors the first time an article with 2 authors is quoted.


Cheers,
Christian




On Jul 22, 2009, at 12:33 AM, rgheck wrote:


On 07/21/2009 05:02 PM, Christian Brodbeck wrote:

Hello,

I need citations according to APA standard for a thesis. Does  
anyone have experience with that?


From what information I could find, apacite would do it, but I  
could not find any information online on how to get it to work with  
Lyx.


Specifically, apacite seems to use different latex comands. Apacite  
requires \cite for notmal citation and \citeA for citation in text  
(parentheses only around year). However, Lyx generates either only  
\cite command (default bibliography) or \citet and \citep for  
natbib, and uses a different parenthesis structure for additional  
arguments.


Does anybody know a way to work around this?

In principe it seems like it should not be difficult to add the  
option to Lyx to write \citeA instead of \citep commands. I myself  
can only program python though (if that function would actually be  
acessible in python could anyone point me to where I coud find it?).



If that's all it would take, you could put
\let\citep=\citeA
in your preamble. That makes \citep a kind of alias for \citeA. If  
that doesn't work, maybe you could produce some slightly more  
complicated redefinition of \citep that would work.


That said, did you try choosing apalike as your citation style? I  
don't know how close that will get you


Right now, producing new bibliography formats is kind of  
complicated. I have been meaning to work on that, but have had too  
much else to do.


rh





Re: Apacite and Lyx

2009-07-21 Thread rgheck

On 07/21/2009 08:27 PM, Christian Brodbeck wrote:
Thanks, that's a good start. Now Apacite also uses different brackets 
for comments on the reference (like e.g.) than Lyx's natbib ( 
\citeApre[post]{ref} vs. \cite[pre][post] ). Is there a way to 
redefine these as well?


Yes, but that's going to be a lot more complicated, I'm afraid. To fix 
that you'd have to redefine \cite and friends. It's probably going to be 
easier to run the tex output through a script (python, sed, whatever). 
You could do most of the work with apalike, then switch over at the very 
end.


rh



Apacite and Lyx

2009-07-21 Thread Christian Brodbeck

Hello,

I need citations according to APA standard for a thesis. Does anyone  
have experience with that?


From what information I could find, apacite would do it, but I could  
not find any information online on how to get it to work with Lyx.


Specifically, apacite seems to use different latex comands. Apacite  
requires \cite for notmal citation and \citeA for citation in text  
(parentheses only around year). However, Lyx generates either only  
\cite command (default bibliography) or \citet and \citep for natbib,  
and uses a different parenthesis structure for additional arguments.


Does anybody know a way to work around this?

In principe it seems like it should not be difficult to add the option  
to Lyx to write \citeA instead of \citep commands. I myself can only  
program python though (if that function would actually be acessible in  
python could anyone point me to where I coud find it?).



Best,
Christian



Re: Apacite and Lyx

2009-07-21 Thread rgheck

On 07/21/2009 05:02 PM, Christian Brodbeck wrote:

Hello,

I need citations according to APA standard for a thesis. Does anyone 
have experience with that?


From what information I could find, apacite would do it, but I could 
not find any information online on how to get it to work with Lyx.


Specifically, apacite seems to use different latex comands. Apacite 
requires \cite for notmal citation and \citeA for citation in text 
(parentheses only around year). However, Lyx generates either only 
\cite command (default bibliography) or \citet and \citep for natbib, 
and uses a different parenthesis structure for additional arguments.


Does anybody know a way to work around this?

In principe it seems like it should not be difficult to add the option 
to Lyx to write \citeA instead of \citep commands. I myself can only 
program python though (if that function would actually be acessible in 
python could anyone point me to where I coud find it?).



If that's all it would take, you could put
\let\citep=\citeA
in your preamble. That makes \citep a kind of alias for \citeA. If that 
doesn't work, maybe you could produce some slightly more complicated 
redefinition of \citep that would work.


That said, did you try choosing apalike as your citation style? I don't 
know how close that will get you


Right now, producing new bibliography formats is kind of complicated. I 
have been meaning to work on that, but have had too much else to do.


rh



Re: Apacite and Lyx

2009-07-21 Thread Christian Brodbeck
Thanks, that's a good start. Now Apacite also uses different brackets  
for comments on the reference (like e.g.) than Lyx's natbib  
( \citeApre[post]{ref} vs. \cite[pre][post] ). Is there a way to  
redefine these as well? The problem with apalike is that it does not  
quote all authors the first time an article with 2 authors is quoted.


Cheers,
Christian




On Jul 22, 2009, at 12:33 AM, rgheck wrote:


On 07/21/2009 05:02 PM, Christian Brodbeck wrote:

Hello,

I need citations according to APA standard for a thesis. Does  
anyone have experience with that?


From what information I could find, apacite would do it, but I  
could not find any information online on how to get it to work with  
Lyx.


Specifically, apacite seems to use different latex comands. Apacite  
requires \cite for notmal citation and \citeA for citation in text  
(parentheses only around year). However, Lyx generates either only  
\cite command (default bibliography) or \citet and \citep for  
natbib, and uses a different parenthesis structure for additional  
arguments.


Does anybody know a way to work around this?

In principe it seems like it should not be difficult to add the  
option to Lyx to write \citeA instead of \citep commands. I myself  
can only program python though (if that function would actually be  
acessible in python could anyone point me to where I coud find it?).



If that's all it would take, you could put
\let\citep=\citeA
in your preamble. That makes \citep a kind of alias for \citeA. If  
that doesn't work, maybe you could produce some slightly more  
complicated redefinition of \citep that would work.


That said, did you try choosing apalike as your citation style? I  
don't know how close that will get you


Right now, producing new bibliography formats is kind of  
complicated. I have been meaning to work on that, but have had too  
much else to do.


rh





Re: Apacite and Lyx

2009-07-21 Thread rgheck

On 07/21/2009 08:27 PM, Christian Brodbeck wrote:
Thanks, that's a good start. Now Apacite also uses different brackets 
for comments on the reference (like e.g.) than Lyx's natbib ( 
\citeApre[post]{ref} vs. \cite[pre][post] ). Is there a way to 
redefine these as well?


Yes, but that's going to be a lot more complicated, I'm afraid. To fix 
that you'd have to redefine \cite and friends. It's probably going to be 
easier to run the tex output through a script (python, sed, whatever). 
You could do most of the work with apalike, then switch over at the very 
end.


rh



Apacite and Lyx

2009-07-21 Thread Christian Brodbeck

Hello,

I need citations according to APA standard for a thesis. Does anyone  
have experience with that?


From what information I could find, apacite would do it, but I could  
not find any information online on how to get it to work with Lyx.


Specifically, apacite seems to use different latex comands. Apacite  
requires \cite for notmal citation and \citeA for citation in text  
(parentheses only around year). However, Lyx generates either only  
\cite command (default bibliography) or \citet and \citep for natbib,  
and uses a different parenthesis structure for additional arguments.


Does anybody know a way to work around this?

In principe it seems like it should not be difficult to add the option  
to Lyx to write \citeA instead of \citep commands. I myself can only  
program python though (if that function would actually be acessible in  
python could anyone point me to where I coud find it?).



Best,
Christian



Re: Apacite and Lyx

2009-07-21 Thread rgheck

On 07/21/2009 05:02 PM, Christian Brodbeck wrote:

Hello,

I need citations according to APA standard for a thesis. Does anyone 
have experience with that?


From what information I could find, apacite would do it, but I could 
not find any information online on how to get it to work with Lyx.


Specifically, apacite seems to use different latex comands. Apacite 
requires \cite for notmal citation and \citeA for citation in text 
(parentheses only around year). However, Lyx generates either only 
\cite command (default bibliography) or \citet and \citep for natbib, 
and uses a different parenthesis structure for additional arguments.


Does anybody know a way to work around this?

In principe it seems like it should not be difficult to add the option 
to Lyx to write \citeA instead of \citep commands. I myself can only 
program python though (if that function would actually be acessible in 
python could anyone point me to where I coud find it?).



If that's all it would take, you could put
\let\citep=\citeA
in your preamble. That makes \citep a kind of alias for \citeA. If that 
doesn't work, maybe you could produce some slightly more complicated 
redefinition of \citep that would work.


That said, did you try choosing apalike as your citation style? I don't 
know how close that will get you


Right now, producing new bibliography formats is kind of complicated. I 
have been meaning to work on that, but have had too much else to do.


rh



Re: Apacite and Lyx

2009-07-21 Thread Christian Brodbeck
Thanks, that's a good start. Now Apacite also uses different brackets  
for comments on the reference (like "e.g.") than Lyx's natbib  
( \citeA[post]{ref} vs. \cite[pre][post] ). Is there a way to  
redefine these as well? The problem with apalike is that it does not  
quote all authors the first time an article with >2 authors is quoted.


Cheers,
Christian




On Jul 22, 2009, at 12:33 AM, rgheck wrote:


On 07/21/2009 05:02 PM, Christian Brodbeck wrote:

Hello,

I need citations according to APA standard for a thesis. Does  
anyone have experience with that?


From what information I could find, apacite would do it, but I  
could not find any information online on how to get it to work with  
Lyx.


Specifically, apacite seems to use different latex comands. Apacite  
requires \cite for notmal citation and \citeA for citation in text  
(parentheses only around year). However, Lyx generates either only  
\cite command (default bibliography) or \citet and \citep for  
natbib, and uses a different parenthesis structure for additional  
arguments.


Does anybody know a way to work around this?

In principe it seems like it should not be difficult to add the  
option to Lyx to write \citeA instead of \citep commands. I myself  
can only program python though (if that function would actually be  
acessible in python could anyone point me to where I coud find it?).



If that's all it would take, you could put
\let\citep=\citeA
in your preamble. That makes \citep a kind of alias for \citeA. If  
that doesn't work, maybe you could produce some slightly more  
complicated redefinition of \citep that would work.


That said, did you try choosing apalike as your citation style? I  
don't know how close that will get you


Right now, producing new bibliography formats is kind of  
complicated. I have been meaning to work on that, but have had too  
much else to do.


rh





Re: Apacite and Lyx

2009-07-21 Thread rgheck

On 07/21/2009 08:27 PM, Christian Brodbeck wrote:
Thanks, that's a good start. Now Apacite also uses different brackets 
for comments on the reference (like "e.g.") than Lyx's natbib ( 
\citeA[post]{ref} vs. \cite[pre][post] ). Is there a way to 
redefine these as well?


Yes, but that's going to be a lot more complicated, I'm afraid. To fix 
that you'd have to redefine \cite and friends. It's probably going to be 
easier to run the tex output through a script (python, sed, whatever). 
You could do most of the work with apalike, then switch over at the very 
end.


rh



Apacite bibliographies with LyX

2008-01-23 Thread Eduard Grebe
Hi

I wonder if someone else has been successful in using the Apacite
bibliography style other than with the article (APA) document class. I
need to use apacite, since it is the only bibtex style that supports all of
the fields that I need to use (such as translator and orginal year of
publication).

When I try to se apacite with the standard article class, I get lots of
undefined control sequence errors. I managed to get around that by
changing citation style to default, and adding both \usepackage{apacite}
and \usepackage{natbib} in the document preamble (without the latter added
again I also get control sequence errors. However, with this workaround, LyX
no longer manages the citations correctly, for example not allowing me to
select between (Derrida 2002) and Derrida (2002) styles when clicking on
a citation in the text.

Has anyone had any luck using the apacite style with the normal article (or
any other) standard document classes?

Thanks
Eduard


-- 
Eduard Grebe
Aids  Society Research Unit, University of Cape Town
Contact details and public key: http://maanskyn.za.net/about/


Apacite bibliographies with LyX

2008-01-23 Thread Eduard Grebe
Hi

I wonder if someone else has been successful in using the Apacite
bibliography style other than with the article (APA) document class. I
need to use apacite, since it is the only bibtex style that supports all of
the fields that I need to use (such as translator and orginal year of
publication).

When I try to se apacite with the standard article class, I get lots of
undefined control sequence errors. I managed to get around that by
changing citation style to default, and adding both \usepackage{apacite}
and \usepackage{natbib} in the document preamble (without the latter added
again I also get control sequence errors. However, with this workaround, LyX
no longer manages the citations correctly, for example not allowing me to
select between (Derrida 2002) and Derrida (2002) styles when clicking on
a citation in the text.

Has anyone had any luck using the apacite style with the normal article (or
any other) standard document classes?

Thanks
Eduard


-- 
Eduard Grebe
Aids  Society Research Unit, University of Cape Town
Contact details and public key: http://maanskyn.za.net/about/


Apacite bibliographies with LyX

2008-01-23 Thread Eduard Grebe
Hi

I wonder if someone else has been successful in using the Apacite
bibliography style other than with the "article (APA)" document class. I
need to use apacite, since it is the only bibtex style that supports all of
the fields that I need to use (such as translator and orginal year of
publication).

When I try to se apacite with the standard article class, I get lots of
"undefined control sequence" errors. I managed to get around that by
changing citation style to default, and adding both "\usepackage{apacite}"
and "\usepackage{natbib}" in the document preamble (without the latter added
again I also get control sequence errors. However, with this workaround, LyX
no longer manages the citations correctly, for example not allowing me to
select between "(Derrida 2002)" and "Derrida (2002)" styles when clicking on
a citation in the text.

Has anyone had any luck using the apacite style with the normal article (or
any other) standard document classes?

Thanks
Eduard


-- 
Eduard Grebe
Aids & Society Research Unit, University of Cape Town
Contact details and public key: http://maanskyn.za.net/about/


apacite with other document classes than APA

2007-09-07 Thread Roberto Gorjão

Hi,

First of all, I would like to thank all the wonderful support that I've 
already received on this list!


I'm interested in using other document classes than Article(APA) with 
apacite. I've found several messages exchanged before in this list over 
this subject, but even this one that seems conclusive -- 
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg38463.html -- 
doesn't seem to work with me.


I've also tried to insert \bibpunct after and before the other commands, 
as shown:


\usepackage{babel}
\usepackage{apacite}
\bibpunct{(}{)}{,}{a}{,}{,}

With or without the \bibpunct, these are the LyX complains:

Argument of \citeauthoryear has an extra }.
Paragraph ended before \citeauthoryear was complete.
Argument of [EMAIL PROTECTED]@date has an extra }.
Paragraph ended before [EMAIL PROTECTED]@date was complete.

Is there an easy solution for this?

Roberto


--
 Roberto Gorjão
freelance designer and web designer
personal site: www.castelosnoar.com
PORTUGAL / BRAGA / PÓVOA DE LANHOSO



apacite with other document classes than APA

2007-09-07 Thread Roberto Gorjão

Hi,

First of all, I would like to thank all the wonderful support that I've 
already received on this list!


I'm interested in using other document classes than Article(APA) with 
apacite. I've found several messages exchanged before in this list over 
this subject, but even this one that seems conclusive -- 
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg38463.html -- 
doesn't seem to work with me.


I've also tried to insert \bibpunct after and before the other commands, 
as shown:


\usepackage{babel}
\usepackage{apacite}
\bibpunct{(}{)}{,}{a}{,}{,}

With or without the \bibpunct, these are the LyX complains:

Argument of \citeauthoryear has an extra }.
Paragraph ended before \citeauthoryear was complete.
Argument of [EMAIL PROTECTED]@date has an extra }.
Paragraph ended before [EMAIL PROTECTED]@date was complete.

Is there an easy solution for this?

Roberto


--
 Roberto Gorjão
freelance designer and web designer
personal site: www.castelosnoar.com
PORTUGAL / BRAGA / PÓVOA DE LANHOSO



apacite with other document classes than APA

2007-09-07 Thread Roberto Gorjão

Hi,

First of all, I would like to thank all the wonderful support that I've 
already received on this list!


I'm interested in using other document classes than Article(APA) with 
apacite. I've found several messages exchanged before in this list over 
this subject, but even this one that seems conclusive -- 
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg38463.html -- 
doesn't seem to work with me.


I've also tried to insert \bibpunct after and before the other commands, 
as shown:


\usepackage{babel}
\usepackage{apacite}
\bibpunct{(}{)}{,}{a}{,}{,}

With or without the \bibpunct, these are the LyX complains:

Argument of \citeauthoryear has an extra }.
Paragraph ended before \citeauthoryear was complete.
Argument of [EMAIL PROTECTED]@date has an extra }.
Paragraph ended before [EMAIL PROTECTED]@date was complete.

Is there an easy solution for this?

Roberto


--
 Roberto Gorjão
freelance designer and web designer
personal site: www.castelosnoar.com
PORTUGAL / BRAGA / PÓVOA DE LANHOSO



Apacite and long URLs

2007-09-06 Thread Roberto Gorjão

Hi,

As you know, long URLs, in bibliographies styled with apacite, are not 
broken and are printed on a single line that gets as long as needed, 
even if it goes off the sheet limits. This problem is mentioned in 
apacite's manual, but no solution is suggested. Is there any solution yet?


Thanks!

Roberto

--
 Roberto Gorjão
freelance designer and web designer
personal site: www.castelosnoar.com
PORTUGAL / BRAGA / PÓVOA DE LANHOSO



Re: Apacite and long URLs

2007-09-06 Thread obregonmateo
In the preamble:

\usepackage{url}


Then, wherever you have your web link:

\url{http://www..}

Mateo.

On Thursday 06 September 2007 08:22, Roberto Gorjão wrote:
 Hi,

 As you know, long URLs, in bibliographies styled with apacite, are not
 broken and are printed on a single line that gets as long as needed,
 even if it goes off the sheet limits. This problem is mentioned in
 apacite's manual, but no solution is suggested. Is there any solution yet?

 Thanks!

 Roberto


Apacite and long URLs

2007-09-06 Thread Roberto Gorjão

Hi,

As you know, long URLs, in bibliographies styled with apacite, are not 
broken and are printed on a single line that gets as long as needed, 
even if it goes off the sheet limits. This problem is mentioned in 
apacite's manual, but no solution is suggested. Is there any solution yet?


Thanks!

Roberto

--
 Roberto Gorjão
freelance designer and web designer
personal site: www.castelosnoar.com
PORTUGAL / BRAGA / PÓVOA DE LANHOSO



Re: Apacite and long URLs

2007-09-06 Thread obregonmateo
In the preamble:

\usepackage{url}


Then, wherever you have your web link:

\url{http://www..}

Mateo.

On Thursday 06 September 2007 08:22, Roberto Gorjão wrote:
 Hi,

 As you know, long URLs, in bibliographies styled with apacite, are not
 broken and are printed on a single line that gets as long as needed,
 even if it goes off the sheet limits. This problem is mentioned in
 apacite's manual, but no solution is suggested. Is there any solution yet?

 Thanks!

 Roberto


Apacite and long URLs

2007-09-06 Thread Roberto Gorjão

Hi,

As you know, long URLs, in bibliographies styled with apacite, are not 
broken and are printed on a single line that gets as long as needed, 
even if it goes off the sheet limits. This problem is mentioned in 
apacite's manual, but no solution is suggested. Is there any solution yet?


Thanks!

Roberto

--
 Roberto Gorjão
freelance designer and web designer
personal site: www.castelosnoar.com
PORTUGAL / BRAGA / PÓVOA DE LANHOSO



Re: Apacite and long URLs

2007-09-06 Thread obregonmateo
In the preamble:

\usepackage{url}


Then, wherever you have your web link:

\url{http://www..}

Mateo.

On Thursday 06 September 2007 08:22, Roberto Gorjão wrote:
> Hi,
>
> As you know, long URLs, in bibliographies styled with apacite, are not
> broken and are printed on a single line that gets as long as needed,
> even if it goes off the sheet limits. This problem is mentioned in
> apacite's manual, but no solution is suggested. Is there any solution yet?
>
> Thanks!
>
> Roberto


Re: Has anyone successfully used apacite?

2007-06-07 Thread Julio Rojas

Emilio, to use the apacite BibTeX style, you need to use the article
(APA) document class. It doesn't work by itself on any document class.

If you need to cite in APA style on any given document class, it's better to
use the apalike BibTeX style. On minor problem is that it only comes in
english. But if you need it in any other language, you'll need to do a
search for words like chapter or in and replace them with their
equivalents.

Hope this solves your problem.

On 6/7/07, Emilio Gagliardi [EMAIL PROTECTED] wrote:


Hi there,

I have been trying for about a week to get apacite to work with no luck in
either lyx or texshop.  I'm almost ready to start using word again as at
least I know how to get citations working...if anyone can share a simple
lyx
file that demonstrates how to use this package I would be really really
grateful.  As far as i can tell i have the latest files (from the tex Live
distribution), regardless the citation never renders correctly.

Thanks in advance,
emilio





--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Has anyone successfully used apacite?

2007-06-07 Thread Julio Rojas

Emilio, to use the apacite BibTeX style, you need to use the article
(APA) document class. It doesn't work by itself on any document class.

If you need to cite in APA style on any given document class, it's better to
use the apalike BibTeX style. On minor problem is that it only comes in
english. But if you need it in any other language, you'll need to do a
search for words like chapter or in and replace them with their
equivalents.

Hope this solves your problem.

On 6/7/07, Emilio Gagliardi [EMAIL PROTECTED] wrote:


Hi there,

I have been trying for about a week to get apacite to work with no luck in
either lyx or texshop.  I'm almost ready to start using word again as at
least I know how to get citations working...if anyone can share a simple
lyx
file that demonstrates how to use this package I would be really really
grateful.  As far as i can tell i have the latest files (from the tex Live
distribution), regardless the citation never renders correctly.

Thanks in advance,
emilio





--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Has anyone successfully used apacite?

2007-06-07 Thread Julio Rojas

Emilio, to use the "apacite" BibTeX style, you need to use the "article
(APA)" document class. It doesn't work by itself on any document class.

If you need to cite in APA style on any given document class, it's better to
use the "apalike" BibTeX style. On minor problem is that it only comes in
english. But if you need it in any other language, you'll need to do a
search for words like "chapter" or "in" and replace them with their
equivalents.

Hope this solves your problem.

On 6/7/07, Emilio Gagliardi <[EMAIL PROTECTED]> wrote:


Hi there,

I have been trying for about a week to get apacite to work with no luck in
either lyx or texshop.  I'm almost ready to start using word again as at
least I know how to get citations working...if anyone can share a simple
lyx
file that demonstrates how to use this package I would be really really
grateful.  As far as i can tell i have the latest files (from the tex Live
distribution), regardless the citation never renders correctly.

Thanks in advance,
emilio





--
-
Julio Rojas
[EMAIL PROTECTED]


Has anyone successfully used apacite?

2007-06-06 Thread Emilio Gagliardi

Hi there,

I have been trying for about a week to get apacite to work with no luck in
either lyx or texshop.  I'm almost ready to start using word again as at
least I know how to get citations working...if anyone can share a simple lyx
file that demonstrates how to use this package I would be really really
grateful.  As far as i can tell i have the latest files (from the tex Live
distribution), regardless the citation never renders correctly.

Thanks in advance,
emilio


Has anyone successfully used apacite?

2007-06-06 Thread Emilio Gagliardi

Hi there,

I have been trying for about a week to get apacite to work with no luck in
either lyx or texshop.  I'm almost ready to start using word again as at
least I know how to get citations working...if anyone can share a simple lyx
file that demonstrates how to use this package I would be really really
grateful.  As far as i can tell i have the latest files (from the tex Live
distribution), regardless the citation never renders correctly.

Thanks in advance,
emilio


Has anyone successfully used apacite?

2007-06-06 Thread Emilio Gagliardi

Hi there,

I have been trying for about a week to get apacite to work with no luck in
either lyx or texshop.  I'm almost ready to start using word again as at
least I know how to get citations working...if anyone can share a simple lyx
file that demonstrates how to use this package I would be really really
grateful.  As far as i can tell i have the latest files (from the tex Live
distribution), regardless the citation never renders correctly.

Thanks in advance,
emilio


Using apacite with other styles than Article (APA)?

2007-03-30 Thread Andreas Karlsson

Hi,

I am writing an article where the references should be in accordance with 
the APA system. I therefore want to use the apacite Bibtex style.


In LyX I have only succeeded in using apacite with the Article (APA) layout. 
What should I do to use apacite with other article classes?


Regards,
Andreas

_
Motionera roligare med MSN Hälsa http://e-health.msn.se/



Using apacite with other styles than Article (APA)?

2007-03-30 Thread Andreas Karlsson

Hi,

I am writing an article where the references should be in accordance with 
the APA system. I therefore want to use the apacite Bibtex style.


In LyX I have only succeeded in using apacite with the Article (APA) layout. 
What should I do to use apacite with other article classes?


Regards,
Andreas

_
Motionera roligare med MSN Hälsa http://e-health.msn.se/



Using apacite with other styles than Article (APA)?

2007-03-30 Thread Andreas Karlsson

Hi,

I am writing an article where the references should be in accordance with 
the APA system. I therefore want to use the apacite Bibtex style.


In LyX I have only succeeded in using apacite with the Article (APA) layout. 
What should I do to use apacite with other article classes?


Regards,
Andreas

_
Motionera roligare med MSN Hälsa http://e-health.msn.se/



Re: (new) problem with apacite and Lyx 1.4.X

2006-10-04 Thread Juergen Spitzmueller
sun daze wrote:
 Can anyone tell me how to get apacite to work well with Lyx 1.4.X?
 If anyone has some examples of manuscripts, books,thesis that uses
 apacite and Lyx,

Can you describe the error a bit more precisely, or even better, submit a 
short example file showing the problem?

Jürgen


Re: (new) problem with apacite and Lyx 1.4.X

2006-10-04 Thread Juergen Spitzmueller
sun daze wrote:
 Can anyone tell me how to get apacite to work well with Lyx 1.4.X?
 If anyone has some examples of manuscripts, books,thesis that uses
 apacite and Lyx,

Can you describe the error a bit more precisely, or even better, submit a 
short example file showing the problem?

Jürgen


Re: (new) problem with apacite and Lyx 1.4.X

2006-10-04 Thread Juergen Spitzmueller
sun daze wrote:
> Can anyone tell me how to get apacite to work well with Lyx 1.4.X?
> If anyone has some examples of manuscripts, books,thesis that uses
> apacite and Lyx,

Can you describe the error a bit more precisely, or even better, submit a 
short example file showing the problem?

Jürgen


(new) problem with apacite and Lyx 1.4.X

2006-10-02 Thread sun daze

Hi,

I'm new to Lyx and this list. I'd like to use Lyx for writing a Phd
dissertation or articles that have to adhere to APA.

I was considering apacite for this purpose, but I'm getting the notorious
questionmarks rendered in my DVI output.

From the archive I found that this has to do with a conflicting package, and

could be solved by putting this in the preamble

\usepackage{babel}
\usepackage{apacite}

However, this does not work. I noticed the archived mail with this
solution is already a year old,
so probably this solution is outdated in newer Lyx versions.


Can anyone tell me how to get apacite to work well with Lyx 1.4.X?
If anyone has some examples of manuscripts, books,thesis that uses
apacite and Lyx,
that could be very usefull as well

many thanks,

Simon


(new) problem with apacite and Lyx 1.4.X

2006-10-02 Thread sun daze

Hi,

I'm new to Lyx and this list. I'd like to use Lyx for writing a Phd
dissertation or articles that have to adhere to APA.

I was considering apacite for this purpose, but I'm getting the notorious
questionmarks rendered in my DVI output.

From the archive I found that this has to do with a conflicting package, and

could be solved by putting this in the preamble

\usepackage{babel}
\usepackage{apacite}

However, this does not work. I noticed the archived mail with this
solution is already a year old,
so probably this solution is outdated in newer Lyx versions.


Can anyone tell me how to get apacite to work well with Lyx 1.4.X?
If anyone has some examples of manuscripts, books,thesis that uses
apacite and Lyx,
that could be very usefull as well

many thanks,

Simon


(new) problem with apacite and Lyx 1.4.X

2006-10-02 Thread sun daze

Hi,

I'm new to Lyx and this list. I'd like to use Lyx for writing a Phd
dissertation or articles that have to adhere to APA.

I was considering apacite for this purpose, but I'm getting the notorious
questionmarks rendered in my DVI output.

From the archive I found that this has to do with a conflicting package, and

could be solved by putting this in the preamble

\usepackage{babel}
\usepackage{apacite}

However, this does not work. I noticed the archived mail with this
solution is already a year old,
so probably this solution is outdated in newer Lyx versions.


Can anyone tell me how to get apacite to work well with Lyx 1.4.X?
If anyone has some examples of manuscripts, books,thesis that uses
apacite and Lyx,
that could be very usefull as well

many thanks,

Simon


Re: How do I use apacite with LyX? -- conclusion

2005-03-26 Thread Kayvan A. Sylvan
On Fri, Mar 25, 2005 at 04:25:49PM -0500, Paul A. Rubin wrote:
 Frank Steinhauer solved his problem and asked me to post this to the list:
 
 * The problem is the order of \usepackage. apacite must not be included 
 before babel - but LyX does it. So I changed the generated .tex file, 
 and did the latex and bibtex run by myself.  Maybe Lyx could be changed 
 to support another \usepackage order.
 
 * Oh, apacite needs a BibTeX database - another thing I noticed during 
 the last week...
 
 -- Paul (for Frank)

You can put

\usepackage{babel}
\usepackage{apacite}

into the LaTeX preamble. The seconf \usepackage{babel} inserted by
LyX will be ignored.

That way, you won't need to change the generated tex file.

---Kayvan
-- 
Kayvan A. Sylvan  | Proud husband of   | Father to my kids:
Sylvan Associates, Inc.   | Laura Isabella Sylvan  | Katherine Yelena (8/8/89)
http://sylvan.com/~kayvan | crown of her husband | Robin Gregory (2/28/92)


Re: How do I use apacite with LyX? -- conclusion

2005-03-26 Thread Kayvan A. Sylvan
On Fri, Mar 25, 2005 at 04:25:49PM -0500, Paul A. Rubin wrote:
 Frank Steinhauer solved his problem and asked me to post this to the list:
 
 * The problem is the order of \usepackage. apacite must not be included 
 before babel - but LyX does it. So I changed the generated .tex file, 
 and did the latex and bibtex run by myself.  Maybe Lyx could be changed 
 to support another \usepackage order.
 
 * Oh, apacite needs a BibTeX database - another thing I noticed during 
 the last week...
 
 -- Paul (for Frank)

You can put

\usepackage{babel}
\usepackage{apacite}

into the LaTeX preamble. The seconf \usepackage{babel} inserted by
LyX will be ignored.

That way, you won't need to change the generated tex file.

---Kayvan
-- 
Kayvan A. Sylvan  | Proud husband of   | Father to my kids:
Sylvan Associates, Inc.   | Laura Isabella Sylvan  | Katherine Yelena (8/8/89)
http://sylvan.com/~kayvan | crown of her husband | Robin Gregory (2/28/92)


Re: How do I use apacite with LyX? -- conclusion

2005-03-26 Thread Kayvan A. Sylvan
On Fri, Mar 25, 2005 at 04:25:49PM -0500, Paul A. Rubin wrote:
> Frank Steinhauer solved his problem and asked me to post this to the list:
> 
> * The problem is the order of \usepackage. apacite must not be included 
> before babel - but LyX does it. So I changed the generated .tex file, 
> and did the latex and bibtex run by myself.  Maybe Lyx could be changed 
> to support another \usepackage order.
> 
> * Oh, apacite needs a BibTeX database - another thing I noticed during 
> the last week...
> 
> -- Paul (for Frank)

You can put

\usepackage{babel}
\usepackage{apacite}

into the LaTeX preamble. The seconf \usepackage{babel} inserted by
LyX will be ignored.

That way, you won't need to change the generated tex file.

---Kayvan
-- 
Kayvan A. Sylvan  | Proud husband of   | Father to my kids:
Sylvan Associates, Inc.   | Laura Isabella Sylvan  | Katherine Yelena (8/8/89)
http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92)


How do I use apacite with LyX?

2005-03-11 Thread Frank Steinhauer
Hello,
I have a LyX document (report, koma-script), bibliography in the 
LyX-Document (using the normal bibliography environment), and I need 
citation in APA style. When I insert the apacite package into the 
preambel, I get numerous errors, but no real one. So, how do I manage 
this?

Thanxs for a reply,
Frank
I'm using MikTeX and LyX 1.3.5, both latest Version
---
e.g. some errors (first occuring 5 times, second 6 times):
--
Illegal parameter number in definition of [EMAIL PROTECTED]
 ...ite[S.9]{Bos and Tarnai - Angewandte IA}}
You meant to type ## instead of #, right?
Or maybe a } was forgotten somewhere earlier, and things
are all screwed up? I'm going to assume that you meant ##.
_
After removing the float where the error occured, I got:
--
LaTeX Error: Something's wrong--perhaps a missing \item.
 \addvspace {10\p@ }
Try typing  return  to proceed.
If that doesn't work, type  X return  to quit.
---
My document looks like this:
#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass scrreprt
\begin_preamble
\usepackage{multirow}
\usepackage{apacite}
\end_preamble
\language ngerman
\inputencoding auto
\fontscheme helvet
\graphics default
\float_placement !hb
\paperfontsize 12
\spacing onehalf
\papersize a4paper
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\use_natbib 0
\use_numerical_citations 0
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation skip
\defskip medskip
\quotes_language swedish
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle headings
(...skipped body...)
\layout Bibliography
\bibitem [Borg, 1992]{Borg - Facettentheorie}
Borg, Ingwer 1992
\newline
Grundlagen und Ergebnisse der Facettentheorie, Methoden der Psychologie,
 Band 13
\newline
Hans Huber Verlag, Bern
\layout Bibliography
\bibitem [Borg, 2003]{Borg - Führungsinstrument MAB}
Borg, Ingwer 2003
\newline
Führungsinstrument Mitarbeiterbefragung
\newline
Hogrefe, Göttingen, 3.
 Auflage
(.. skipped ...)
\layout Bibliography
\bibitem [General Inquirer]{General Inquirer}
General Inquirer Homepage
\newline
http://www.wjh.harvard.edu/~inquirer/
\newline
\the_end


Re: How do I use apacite with LyX?

2005-03-11 Thread Paul A. Rubin
Frank Steinhauer wrote:
Hello,
I have a LyX document (report, koma-script), bibliography in the 
LyX-Document (using the normal bibliography environment), and I need 
citation in APA style. When I insert the apacite package into the 
preambel, I get numerous errors, but no real one. So, how do I manage 
this?

Thanxs for a reply,
Frank
I'm using MikTeX and LyX 1.3.5, both latest Version
---
e.g. some errors (first occuring 5 times, second 6 times):
The document shell you attached (with the body skipped) compiled for me 
without errors, using what appears to be the same setup you have 
(Windows, MiKTeX, LyX 1.3.5).  Can you post a LyX file that produces 
errors for you?

-- Paul
**
Paul A. RubinPhone: 
   (517) 432-3509
Department of ManagementFax:  (517) 
432-
The Eli Broad Graduate School of ManagementE-mail:   [EMAIL PROTECTED]
Michigan State University 
http://www.msu.edu/~rubin/
East Lansing, MI  48824-1122  (USA)
**
Mathematicians are like Frenchmen:  whenever you say something to them,
they translate it into their own language, and at once it is something
entirely different.J. W. v. GOETHE



How do I use apacite with LyX?

2005-03-11 Thread Frank Steinhauer
Hello,
I have a LyX document (report, koma-script), bibliography in the 
LyX-Document (using the normal bibliography environment), and I need 
citation in APA style. When I insert the apacite package into the 
preambel, I get numerous errors, but no real one. So, how do I manage 
this?

Thanxs for a reply,
Frank
I'm using MikTeX and LyX 1.3.5, both latest Version
---
e.g. some errors (first occuring 5 times, second 6 times):
--
Illegal parameter number in definition of [EMAIL PROTECTED]
 ...ite[S.9]{Bos and Tarnai - Angewandte IA}}
You meant to type ## instead of #, right?
Or maybe a } was forgotten somewhere earlier, and things
are all screwed up? I'm going to assume that you meant ##.
_
After removing the float where the error occured, I got:
--
LaTeX Error: Something's wrong--perhaps a missing \item.
 \addvspace {10\p@ }
Try typing  return  to proceed.
If that doesn't work, type  X return  to quit.
---
My document looks like this:
#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass scrreprt
\begin_preamble
\usepackage{multirow}
\usepackage{apacite}
\end_preamble
\language ngerman
\inputencoding auto
\fontscheme helvet
\graphics default
\float_placement !hb
\paperfontsize 12
\spacing onehalf
\papersize a4paper
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\use_natbib 0
\use_numerical_citations 0
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation skip
\defskip medskip
\quotes_language swedish
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle headings
(...skipped body...)
\layout Bibliography
\bibitem [Borg, 1992]{Borg - Facettentheorie}
Borg, Ingwer 1992
\newline
Grundlagen und Ergebnisse der Facettentheorie, Methoden der Psychologie,
 Band 13
\newline
Hans Huber Verlag, Bern
\layout Bibliography
\bibitem [Borg, 2003]{Borg - Führungsinstrument MAB}
Borg, Ingwer 2003
\newline
Führungsinstrument Mitarbeiterbefragung
\newline
Hogrefe, Göttingen, 3.
 Auflage
(.. skipped ...)
\layout Bibliography
\bibitem [General Inquirer]{General Inquirer}
General Inquirer Homepage
\newline
http://www.wjh.harvard.edu/~inquirer/
\newline
\the_end


Re: How do I use apacite with LyX?

2005-03-11 Thread Paul A. Rubin
Frank Steinhauer wrote:
Hello,
I have a LyX document (report, koma-script), bibliography in the 
LyX-Document (using the normal bibliography environment), and I need 
citation in APA style. When I insert the apacite package into the 
preambel, I get numerous errors, but no real one. So, how do I manage 
this?

Thanxs for a reply,
Frank
I'm using MikTeX and LyX 1.3.5, both latest Version
---
e.g. some errors (first occuring 5 times, second 6 times):
The document shell you attached (with the body skipped) compiled for me 
without errors, using what appears to be the same setup you have 
(Windows, MiKTeX, LyX 1.3.5).  Can you post a LyX file that produces 
errors for you?

-- Paul
**
Paul A. RubinPhone: 
   (517) 432-3509
Department of ManagementFax:  (517) 
432-
The Eli Broad Graduate School of ManagementE-mail:   [EMAIL PROTECTED]
Michigan State University 
http://www.msu.edu/~rubin/
East Lansing, MI  48824-1122  (USA)
**
Mathematicians are like Frenchmen:  whenever you say something to them,
they translate it into their own language, and at once it is something
entirely different.J. W. v. GOETHE



How do I use apacite with LyX?

2005-03-11 Thread Frank Steinhauer
Hello,
I have a LyX document (report, koma-script), bibliography in the 
LyX-Document (using the normal bibliography environment), and I need 
citation in APA style. When I insert the apacite package into the 
preambel, I get numerous errors, but no "real" one. So, how do I manage 
this?

Thanxs for a reply,
Frank
I'm using MikTeX and LyX 1.3.5, both latest Version
---
e.g. some errors (first occuring 5 times, second 6 times):
--
Illegal parameter number in definition of [EMAIL PROTECTED]
 ...ite[S.9]{Bos and Tarnai - Angewandte IA}}
You meant to type ## instead of #, right?
Or maybe a } was forgotten somewhere earlier, and things
are all screwed up? I'm going to assume that you meant ##.
_
After removing the float where the error occured, I got:
--
LaTeX Error: Something's wrong--perhaps a missing \item.
 \addvspace {10\p@ }
Try typingto proceed.
If that doesn't work, type  X   to quit.
---
My document looks like this:
#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass scrreprt
\begin_preamble
\usepackage{multirow}
\usepackage{apacite}
\end_preamble
\language ngerman
\inputencoding auto
\fontscheme helvet
\graphics default
\float_placement !hb
\paperfontsize 12
\spacing onehalf
\papersize a4paper
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\use_natbib 0
\use_numerical_citations 0
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation skip
\defskip medskip
\quotes_language swedish
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle headings
(...skipped body...)
\layout Bibliography
\bibitem [Borg, 1992]{Borg - Facettentheorie}
Borg, Ingwer 1992
\newline
Grundlagen und Ergebnisse der Facettentheorie, Methoden der Psychologie,
 Band 13
\newline
Hans Huber Verlag, Bern
\layout Bibliography
\bibitem [Borg, 2003]{Borg - Führungsinstrument MAB}
Borg, Ingwer 2003
\newline
Führungsinstrument Mitarbeiterbefragung
\newline
Hogrefe, Göttingen, 3.
 Auflage
(.. skipped ...)
\layout Bibliography
\bibitem [General Inquirer]{General Inquirer}
General Inquirer Homepage
\newline
http://www.wjh.harvard.edu/~inquirer/
\newline
\the_end


Re: How do I use apacite with LyX?

2005-03-11 Thread Paul A. Rubin
Frank Steinhauer wrote:
Hello,
I have a LyX document (report, koma-script), bibliography in the 
LyX-Document (using the normal bibliography environment), and I need 
citation in APA style. When I insert the apacite package into the 
preambel, I get numerous errors, but no "real" one. So, how do I manage 
this?

Thanxs for a reply,
Frank
I'm using MikTeX and LyX 1.3.5, both latest Version
---
e.g. some errors (first occuring 5 times, second 6 times):
The document shell you attached (with the body skipped) compiled for me 
without errors, using what appears to be the same setup you have 
(Windows, MiKTeX, LyX 1.3.5).  Can you post a LyX file that produces 
errors for you?

-- Paul
**
Paul A. RubinPhone: 
   (517) 432-3509
Department of ManagementFax:  (517) 
432-
The Eli Broad Graduate School of ManagementE-mail:   [EMAIL PROTECTED]
Michigan State University 
http://www.msu.edu/~rubin/
East Lansing, MI  48824-1122  (USA)
**
Mathematicians are like Frenchmen:  whenever you say something to them,
they translate it into their own language, and at once it is something
entirely different.J. W. v. GOETHE