Re: HTML and RTF: Very basic import and export strategy

2012-05-15 Thread Wilfried
Rashif Ray Rahman sc...@archlinux.org wrote:

 Either rtf2latexe does a very bad job, or I'm missing some tips on its usage.

Or it's not the latest version? Current version is 2.0.1, see
http://sourceforge.net/projects/rtf2latex2e/

 Heading 1 gets translated to Section* instead of Section, and it'd be
 good if Title were mapped to Chapter and not left alone. What's more,
 anything more than a Heading 3 gets no section at all. I believe up to
 Heading 5 can be mapped with Paragraph and Subparagraph. 

How shall rtf2latex2e know that YOU want it THIS way?
The heading conversion above is default setting, but it can be changed.
In the subfolder ./pref there is a file r2l-map in which it is specified
how headings are to be converted.

 What's worse
 is that there are plenty of forced spaces here, there and everywhere,
 along with some other gibberish that I did not want LaTeX to give me.

What are the rtf2latex2e calling parameters?
Maybe you should call rtf2latex2e with the option -p1, not higher, see
documentation.

 When I typed the document(s) in Word or Writer, [...]

That is a big difference. rtf2latex2e is aimed at Word's rtf output.
Rtf from OOo and LibreOffice is broken.

Hope that helps,
--
Wilfried Hennings



OT? upgrading Texlive to work with LyX 2.0.2. Paths problem

2012-05-15 Thread John Kane
 
I am trying to upgrade
from TexLive 2009 to TexLive 2011 on Ubuntu 12.04 to use with LyX
2.0.2. Ubuntu's repositories have only the 2009 package.

Working on a ASUS X53U
64 bit machine, dual boot with Windows 7


I managed to get 2011
working on Ubuntu 11.10 following Stefano Franchi's excellent set of
instruction at http://www.mail-archive.com/lyx-users@lists.lyx.org/msg91608.html

Unfortunately a power
surge took out that machine and I am now trying to get things back to
normal on the new machine

The story so far:

Removed TexLive 2009
using Synaptic Package Manager.

Downloaded and unpacked install-tl-unx.tar.gz
Ran install-tl :  Installation appeared to be successful

john@john-K53U:~$ ls 
/usr/local/texlive/2011/bin 
i386-linux 

john@john-K53U:~$
export PATH=/usr/local/texlive/2011/bin/i386-linux:$PATH 

john@john-K53U:~$ tex
-v 
TeX 3.1415926 (TeX Live
2011) 
kpathsea version 6.0.1 
---cut---
john@john-K53U:~$ 

I then put 
export
PATH=/usr/local/texlive/2011/bin/i386-linux:$PATH 
in my .profile and
restarted the terminal

john@john-K53U:~$ tex
-v 
The program 'tex' is
currently not installed.  You can install it by typing: 
sudo apt-get install
texlive-binaries 
john@john-K53U:~$ 


LyX shows all classes
unavailable. It reconfigures in about 2 secs!

Can anyone suggest some
cures or should I head for a Ubuntu/Latex forum or list?

Thanks



Re: lyxpipe (LyX / Jabref)

2012-05-15 Thread Enrico Forestieri
On Tue, May 15, 2012 at 05:37:39PM +0200, Bernd Kappenberg wrote:

 Thanks, that did it!
 
 Bernd :)
 

You're welcome :)

-- 
Enrico


Re: OT? upgrading Texlive to work with LyX 2.0.2. Paths problem

2012-05-15 Thread John Kane
Cancel this.  I just did a complete reboot and Lyx is working fine[1].  I 
thought I had already tried that but I must have been mistaken.

1. Well at least it produced one document :)



- Original Message -
From: John Kane jrkrid...@yahoo.ca
To: lyx-users@lists.lyx.org lyx-users@lists.lyx.org
Cc: 
Sent: Tuesday, May 15, 2012 12:28:59 PM
Subject: OT?  upgrading Texlive to work with LyX 2.0.2.  Paths problem


I am trying to upgrade
from TexLive 2009 to TexLive 2011 on Ubuntu 12.04 to use with LyX
2.0.2. Ubuntu's repositories have only the 2009 package.

Working on a ASUS X53U
64 bit machine, dual boot with Windows 7


I managed to get 2011
working on Ubuntu 11.10 following Stefano Franchi's excellent set of
instruction at http://www.mail-archive.com/lyx-users@lists.lyx.org/msg91608.html

Unfortunately a power
surge took out that machine and I am now trying to get things back to
normal on the new machine

The story so far:

Removed TexLive 2009
using Synaptic Package Manager.

Downloaded and unpacked install-tl-unx.tar.gz
Ran install-tl :  Installation appeared to be successful

john@john-K53U:~$ ls 
/usr/local/texlive/2011/bin 
i386-linux 

john@john-K53U:~$
export PATH=/usr/local/texlive/2011/bin/i386-linux:$PATH 

john@john-K53U:~$ tex
-v 
TeX 3.1415926 (TeX Live
2011) 
kpathsea version 6.0.1 
---cut---
john@john-K53U:~$ 

I then put 
export
PATH=/usr/local/texlive/2011/bin/i386-linux:$PATH 
in my .profile and
restarted the terminal

john@john-K53U:~$ tex
-v 
The program 'tex' is
currently not installed.  You can install it by typing: 
sudo apt-get install
texlive-binaries 
john@john-K53U:~$ 


LyX shows all classes
unavailable. It reconfigures in about 2 secs!

Can anyone suggest some
cures or should I head for a Ubuntu/Latex forum or list?

Thanks


RE: OT? upgrading Texlive to work with LyX 2.0.2. Paths problem

2012-05-15 Thread Scott Kostyshak
From: John Kane [jrkrid...@yahoo.ca]
Sent: Tuesday, May 15, 2012 12:28 PM

Glad you got things working.

I then put
export
PATH=/usr/local/texlive/2011/bin/i386-linux:$PATH
in my .profile and
restarted the terminal

For the future and in case you are curious: .profile is executed when you log 
in, not on each opening of a terminal. .bashrc is run on each new terminal 
instance. This is why a reboot fixed it for you.

Scott

Re: OT? upgrading Texlive to work with LyX 2.0.2. Paths problem

2012-05-15 Thread stefano franchi
On Tue, May 15, 2012 at 1:47 PM, Scott Kostyshak skost...@princeton.edu wrote:
 From: John Kane [jrkrid...@yahoo.ca]
 Sent: Tuesday, May 15, 2012 12:28 PM

 Glad you got things working.

I then put
export
PATH=/usr/local/texlive/2011/bin/i386-linux:$PATH
in my .profile and
restarted the terminal

 For the future and in case you are curious: .profile is executed when you log 
 in, not on each opening of a terminal. .bashrc is run on each new terminal 
 instance. This is why a reboot fixed it for you.


Well said. In general, it's  s good idea to run

$source .profile

or

$source .bashrc

etc., whenever you modify one of those environment-altering files.
That way you can test your changes immediately without having to
restart the terminal or rebooting the machine. Other things may happen
when you do that, and I'd like to keep variables to a minimum when
setting things up. After a while it becomes a habit, like running
mktexlsr after manually installing a tex package.


Cheers,

Stefano







 Scott



-- 
__
Stefano Franchi
Associate Research Professor
Department of Hispanic Studies            Ph:   +1 (979) 845-2125
Texas AM University                          Fax:  +1 (979) 845-6421
College Station, Texas, USA

stef...@tamu.edu
http://stefano.cleinias.org


Biblatex

2012-05-15 Thread Bernd Kappenberg

sorry, wrong language...

Hello,

I installed Biblatex for LyX according to this: 
(http://wiki.lyx.org/BibTeX/Biblatex)


It returns an error message:
- Undefined control sequence: \begin{document}

I can't find out where the error is hiding.

Regards
Bernd


Lyx bibliography

2012-05-15 Thread Daniel
Hi,

I am writing my PhD thesis in Lyx and I'm using Jabref to manage my references
and produce the .bib file. When I compile my file Lyx correctly produces the
bibliography at the end of the document but the citations are messed up. I get
things like  l [e,?] where the citation should go (but the corresponding
reference in the bibliography is there.

Any ideas on how to fix this would be greatly appreciated.

Daniel



Re: Lyx bibliography

2012-05-15 Thread Richard Heck

On 05/15/2012 08:23 PM, Daniel wrote:

Hi,

I am writing my PhD thesis in Lyx and I'm using Jabref to manage my references
and produce the .bib file. When I compile my file Lyx correctly produces the
bibliography at the end of the document but the citations are messed up. I get
things like  l [e,?] where the citation should go (but the corresponding
reference in the bibliography is there.

Any ideas on how to fix this would be greatly appreciated.

This is almost always because your bibliography file contains illegal 
characters, e.g,. unicode characters
such as quote marks, em-dashses, and the like. These often get pasted in 
from the web or something.


The issue has arisen many times before; try searching the list for info.

Richard



Re: HTML and RTF: Very basic import and export strategy

2012-05-15 Thread Wilfried
Rashif Ray Rahman sc...@archlinux.org wrote:

 Either rtf2latexe does a very bad job, or I'm missing some tips on its usage.

Or it's not the latest version? Current version is 2.0.1, see
http://sourceforge.net/projects/rtf2latex2e/

 Heading 1 gets translated to Section* instead of Section, and it'd be
 good if Title were mapped to Chapter and not left alone. What's more,
 anything more than a Heading 3 gets no section at all. I believe up to
 Heading 5 can be mapped with Paragraph and Subparagraph. 

How shall rtf2latex2e know that YOU want it THIS way?
The heading conversion above is default setting, but it can be changed.
In the subfolder ./pref there is a file r2l-map in which it is specified
how headings are to be converted.

 What's worse
 is that there are plenty of forced spaces here, there and everywhere,
 along with some other gibberish that I did not want LaTeX to give me.

What are the rtf2latex2e calling parameters?
Maybe you should call rtf2latex2e with the option -p1, not higher, see
documentation.

 When I typed the document(s) in Word or Writer, [...]

That is a big difference. rtf2latex2e is aimed at Word's rtf output.
Rtf from OOo and LibreOffice is broken.

Hope that helps,
--
Wilfried Hennings



OT? upgrading Texlive to work with LyX 2.0.2. Paths problem

2012-05-15 Thread John Kane
 
I am trying to upgrade
from TexLive 2009 to TexLive 2011 on Ubuntu 12.04 to use with LyX
2.0.2. Ubuntu's repositories have only the 2009 package.

Working on a ASUS X53U
64 bit machine, dual boot with Windows 7


I managed to get 2011
working on Ubuntu 11.10 following Stefano Franchi's excellent set of
instruction at http://www.mail-archive.com/lyx-users@lists.lyx.org/msg91608.html

Unfortunately a power
surge took out that machine and I am now trying to get things back to
normal on the new machine

The story so far:

Removed TexLive 2009
using Synaptic Package Manager.

Downloaded and unpacked install-tl-unx.tar.gz
Ran install-tl :  Installation appeared to be successful

john@john-K53U:~$ ls 
/usr/local/texlive/2011/bin 
i386-linux 

john@john-K53U:~$
export PATH=/usr/local/texlive/2011/bin/i386-linux:$PATH 

john@john-K53U:~$ tex
-v 
TeX 3.1415926 (TeX Live
2011) 
kpathsea version 6.0.1 
---cut---
john@john-K53U:~$ 

I then put 
export
PATH=/usr/local/texlive/2011/bin/i386-linux:$PATH 
in my .profile and
restarted the terminal

john@john-K53U:~$ tex
-v 
The program 'tex' is
currently not installed.  You can install it by typing: 
sudo apt-get install
texlive-binaries 
john@john-K53U:~$ 


LyX shows all classes
unavailable. It reconfigures in about 2 secs!

Can anyone suggest some
cures or should I head for a Ubuntu/Latex forum or list?

Thanks



Re: lyxpipe (LyX / Jabref)

2012-05-15 Thread Enrico Forestieri
On Tue, May 15, 2012 at 05:37:39PM +0200, Bernd Kappenberg wrote:

 Thanks, that did it!
 
 Bernd :)
 

You're welcome :)

-- 
Enrico


Re: OT? upgrading Texlive to work with LyX 2.0.2. Paths problem

2012-05-15 Thread John Kane
Cancel this.  I just did a complete reboot and Lyx is working fine[1].  I 
thought I had already tried that but I must have been mistaken.

1. Well at least it produced one document :)



- Original Message -
From: John Kane jrkrid...@yahoo.ca
To: lyx-users@lists.lyx.org lyx-users@lists.lyx.org
Cc: 
Sent: Tuesday, May 15, 2012 12:28:59 PM
Subject: OT?  upgrading Texlive to work with LyX 2.0.2.  Paths problem


I am trying to upgrade
from TexLive 2009 to TexLive 2011 on Ubuntu 12.04 to use with LyX
2.0.2. Ubuntu's repositories have only the 2009 package.

Working on a ASUS X53U
64 bit machine, dual boot with Windows 7


I managed to get 2011
working on Ubuntu 11.10 following Stefano Franchi's excellent set of
instruction at http://www.mail-archive.com/lyx-users@lists.lyx.org/msg91608.html

Unfortunately a power
surge took out that machine and I am now trying to get things back to
normal on the new machine

The story so far:

Removed TexLive 2009
using Synaptic Package Manager.

Downloaded and unpacked install-tl-unx.tar.gz
Ran install-tl :  Installation appeared to be successful

john@john-K53U:~$ ls 
/usr/local/texlive/2011/bin 
i386-linux 

john@john-K53U:~$
export PATH=/usr/local/texlive/2011/bin/i386-linux:$PATH 

john@john-K53U:~$ tex
-v 
TeX 3.1415926 (TeX Live
2011) 
kpathsea version 6.0.1 
---cut---
john@john-K53U:~$ 

I then put 
export
PATH=/usr/local/texlive/2011/bin/i386-linux:$PATH 
in my .profile and
restarted the terminal

john@john-K53U:~$ tex
-v 
The program 'tex' is
currently not installed.  You can install it by typing: 
sudo apt-get install
texlive-binaries 
john@john-K53U:~$ 


LyX shows all classes
unavailable. It reconfigures in about 2 secs!

Can anyone suggest some
cures or should I head for a Ubuntu/Latex forum or list?

Thanks


RE: OT? upgrading Texlive to work with LyX 2.0.2. Paths problem

2012-05-15 Thread Scott Kostyshak
From: John Kane [jrkrid...@yahoo.ca]
Sent: Tuesday, May 15, 2012 12:28 PM

Glad you got things working.

I then put
export
PATH=/usr/local/texlive/2011/bin/i386-linux:$PATH
in my .profile and
restarted the terminal

For the future and in case you are curious: .profile is executed when you log 
in, not on each opening of a terminal. .bashrc is run on each new terminal 
instance. This is why a reboot fixed it for you.

Scott

Re: OT? upgrading Texlive to work with LyX 2.0.2. Paths problem

2012-05-15 Thread stefano franchi
On Tue, May 15, 2012 at 1:47 PM, Scott Kostyshak skost...@princeton.edu wrote:
 From: John Kane [jrkrid...@yahoo.ca]
 Sent: Tuesday, May 15, 2012 12:28 PM

 Glad you got things working.

I then put
export
PATH=/usr/local/texlive/2011/bin/i386-linux:$PATH
in my .profile and
restarted the terminal

 For the future and in case you are curious: .profile is executed when you log 
 in, not on each opening of a terminal. .bashrc is run on each new terminal 
 instance. This is why a reboot fixed it for you.


Well said. In general, it's  s good idea to run

$source .profile

or

$source .bashrc

etc., whenever you modify one of those environment-altering files.
That way you can test your changes immediately without having to
restart the terminal or rebooting the machine. Other things may happen
when you do that, and I'd like to keep variables to a minimum when
setting things up. After a while it becomes a habit, like running
mktexlsr after manually installing a tex package.


Cheers,

Stefano







 Scott



-- 
__
Stefano Franchi
Associate Research Professor
Department of Hispanic Studies            Ph:   +1 (979) 845-2125
Texas AM University                          Fax:  +1 (979) 845-6421
College Station, Texas, USA

stef...@tamu.edu
http://stefano.cleinias.org


Biblatex

2012-05-15 Thread Bernd Kappenberg

sorry, wrong language...

Hello,

I installed Biblatex for LyX according to this: 
(http://wiki.lyx.org/BibTeX/Biblatex)


It returns an error message:
- Undefined control sequence: \begin{document}

I can't find out where the error is hiding.

Regards
Bernd


Lyx bibliography

2012-05-15 Thread Daniel
Hi,

I am writing my PhD thesis in Lyx and I'm using Jabref to manage my references
and produce the .bib file. When I compile my file Lyx correctly produces the
bibliography at the end of the document but the citations are messed up. I get
things like  l [e,?] where the citation should go (but the corresponding
reference in the bibliography is there.

Any ideas on how to fix this would be greatly appreciated.

Daniel



Re: Lyx bibliography

2012-05-15 Thread Richard Heck

On 05/15/2012 08:23 PM, Daniel wrote:

Hi,

I am writing my PhD thesis in Lyx and I'm using Jabref to manage my references
and produce the .bib file. When I compile my file Lyx correctly produces the
bibliography at the end of the document but the citations are messed up. I get
things like  l [e,?] where the citation should go (but the corresponding
reference in the bibliography is there.

Any ideas on how to fix this would be greatly appreciated.

This is almost always because your bibliography file contains illegal 
characters, e.g,. unicode characters
such as quote marks, em-dashses, and the like. These often get pasted in 
from the web or something.


The issue has arisen many times before; try searching the list for info.

Richard



Re: HTML and RTF: Very basic import and export strategy

2012-05-15 Thread Wilfried
Rashif Ray Rahman  wrote:

> Either rtf2latexe does a very bad job, or I'm missing some tips on its usage.

Or it's not the latest version? Current version is 2.0.1, see
http://sourceforge.net/projects/rtf2latex2e/

> Heading 1 gets translated to Section* instead of Section, and it'd be
> good if Title were mapped to Chapter and not left alone. What's more,
> anything more than a Heading 3 gets no section at all. I believe up to
> Heading 5 can be mapped with Paragraph and Subparagraph. 

How shall rtf2latex2e know that YOU want it THIS way?
The heading conversion above is default setting, but it can be changed.
In the subfolder ./pref there is a file r2l-map in which it is specified
how headings are to be converted.

> What's worse
> is that there are plenty of forced spaces here, there and everywhere,
> along with some other gibberish that I did not want LaTeX to give me.

What are the rtf2latex2e calling parameters?
Maybe you should call rtf2latex2e with the option -p1, not higher, see
documentation.

> When I typed the document(s) in Word or Writer, [...]

That is a big difference. rtf2latex2e is aimed at Word's rtf output.
Rtf from OOo and LibreOffice is broken.

Hope that helps,
--
Wilfried Hennings



OT? upgrading Texlive to work with LyX 2.0.2. Paths problem

2012-05-15 Thread John Kane
 
I am trying to upgrade
from TexLive 2009 to TexLive 2011 on Ubuntu 12.04 to use with LyX
2.0.2. Ubuntu's repositories have only the 2009 package.

Working on a ASUS X53U
64 bit machine, dual boot with Windows 7


I managed to get 2011
working on Ubuntu 11.10 following Stefano Franchi's excellent set of
instruction at http://www.mail-archive.com/lyx-users@lists.lyx.org/msg91608.html

Unfortunately a power
surge took out that machine and I am now trying to get things back to
normal on the new machine

The story so far:

Removed TexLive 2009
using Synaptic Package Manager.

Downloaded and unpacked install-tl-unx.tar.gz
Ran install-tl :  Installation appeared to be successful

john@john-K53U:~$ ls 
/usr/local/texlive/2011/bin 
i386-linux 

john@john-K53U:~$
export PATH=/usr/local/texlive/2011/bin/i386-linux:$PATH 

john@john-K53U:~$ tex
-v 
TeX 3.1415926 (TeX Live
2011) 
kpathsea version 6.0.1 
---cut---
john@john-K53U:~$ 

I then put 
export
PATH=/usr/local/texlive/2011/bin/i386-linux:$PATH 
in my .profile and
restarted the terminal

john@john-K53U:~$ tex
-v 
The program 'tex' is
currently not installed.  You can install it by typing: 
sudo apt-get install
texlive-binaries 
john@john-K53U:~$ 


LyX shows all classes
unavailable. It reconfigures in about 2 secs!

Can anyone suggest some
cures or should I head for a Ubuntu/Latex forum or list?

Thanks



Re: lyxpipe (LyX / Jabref)

2012-05-15 Thread Enrico Forestieri
On Tue, May 15, 2012 at 05:37:39PM +0200, Bernd Kappenberg wrote:

> Thanks, that did it!
> 
> Bernd :)
> 

You're welcome :)

-- 
Enrico


Re: OT? upgrading Texlive to work with LyX 2.0.2. Paths problem

2012-05-15 Thread John Kane
Cancel this.  I just did a complete reboot and Lyx is working fine[1].  I 
thought I had already tried that but I must have been mistaken.

1. Well at least it produced one document :)



- Original Message -
From: John Kane 
To: "lyx-users@lists.lyx.org" 
Cc: 
Sent: Tuesday, May 15, 2012 12:28:59 PM
Subject: OT?  upgrading Texlive to work with LyX 2.0.2.  Paths problem


I am trying to upgrade
from TexLive 2009 to TexLive 2011 on Ubuntu 12.04 to use with LyX
2.0.2. Ubuntu's repositories have only the 2009 package.

Working on a ASUS X53U
64 bit machine, dual boot with Windows 7


I managed to get 2011
working on Ubuntu 11.10 following Stefano Franchi's excellent set of
instruction at http://www.mail-archive.com/lyx-users@lists.lyx.org/msg91608.html

Unfortunately a power
surge took out that machine and I am now trying to get things back to
normal on the new machine

The story so far:

Removed TexLive 2009
using Synaptic Package Manager.

Downloaded and unpacked install-tl-unx.tar.gz
Ran install-tl :  Installation appeared to be successful

john@john-K53U:~$ ls 
/usr/local/texlive/2011/bin 
i386-linux 

john@john-K53U:~$
export PATH=/usr/local/texlive/2011/bin/i386-linux:$PATH 

john@john-K53U:~$ tex
-v 
TeX 3.1415926 (TeX Live
2011) 
kpathsea version 6.0.1 
---cut---
john@john-K53U:~$ 

I then put 
export
PATH=/usr/local/texlive/2011/bin/i386-linux:$PATH 
in my .profile and
restarted the terminal

john@john-K53U:~$ tex
-v 
The program 'tex' is
currently not installed.  You can install it by typing: 
sudo apt-get install
texlive-binaries 
john@john-K53U:~$ 


LyX shows all classes
unavailable. It reconfigures in about 2 secs!

Can anyone suggest some
cures or should I head for a Ubuntu/Latex forum or list?

Thanks


RE: OT? upgrading Texlive to work with LyX 2.0.2. Paths problem

2012-05-15 Thread Scott Kostyshak
From: John Kane [jrkrid...@yahoo.ca]
Sent: Tuesday, May 15, 2012 12:28 PM

Glad you got things working.

>I then put
>export
>PATH=/usr/local/texlive/2011/bin/i386-linux:$PATH
>in my .profile and
>restarted the terminal

For the future and in case you are curious: .profile is executed when you log 
in, not on each opening of a terminal. .bashrc is run on each new terminal 
instance. This is why a reboot fixed it for you.

Scott

Re: OT? upgrading Texlive to work with LyX 2.0.2. Paths problem

2012-05-15 Thread stefano franchi
On Tue, May 15, 2012 at 1:47 PM, Scott Kostyshak  wrote:
> From: John Kane [jrkrid...@yahoo.ca]
> Sent: Tuesday, May 15, 2012 12:28 PM
>
> Glad you got things working.
>
>>I then put
>>export
>>PATH=/usr/local/texlive/2011/bin/i386-linux:$PATH
>>in my .profile and
>>restarted the terminal
>
> For the future and in case you are curious: .profile is executed when you log 
> in, not on each opening of a terminal. .bashrc is run on each new terminal 
> instance. This is why a reboot fixed it for you.


Well said. In general, it's  s good idea to run

$source .profile

or

$source .bashrc

etc., whenever you modify one of those environment-altering files.
That way you can test your changes immediately without having to
restart the terminal or rebooting the machine. Other things may happen
when you do that, and I'd like to keep variables to a minimum when
setting things up. After a while it becomes a habit, like running
mktexlsr after manually installing a tex package.


Cheers,

Stefano






>
> Scott



-- 
__
Stefano Franchi
Associate Research Professor
Department of Hispanic Studies            Ph:   +1 (979) 845-2125
Texas A University                          Fax:  +1 (979) 845-6421
College Station, Texas, USA

stef...@tamu.edu
http://stefano.cleinias.org


Biblatex

2012-05-15 Thread Bernd Kappenberg

sorry, wrong language...

Hello,

I installed Biblatex for LyX according to this: 
(http://wiki.lyx.org/BibTeX/Biblatex)


It returns an error message:
- Undefined control sequence: \begin{document}

I can't find out where the error is hiding.

Regards
Bernd


Lyx bibliography

2012-05-15 Thread Daniel
Hi,

I am writing my PhD thesis in Lyx and I'm using Jabref to manage my references
and produce the .bib file. When I compile my file Lyx correctly produces the
bibliography at the end of the document but the citations are messed up. I get
things like  "l [e,?]" where the citation should go (but the corresponding
reference in the bibliography is there.

Any ideas on how to fix this would be greatly appreciated.

Daniel



Re: Lyx bibliography

2012-05-15 Thread Richard Heck

On 05/15/2012 08:23 PM, Daniel wrote:

Hi,

I am writing my PhD thesis in Lyx and I'm using Jabref to manage my references
and produce the .bib file. When I compile my file Lyx correctly produces the
bibliography at the end of the document but the citations are messed up. I get
things like  "l [e,?]" where the citation should go (but the corresponding
reference in the bibliography is there.

Any ideas on how to fix this would be greatly appreciated.

This is almost always because your bibliography file contains illegal 
characters, e.g,. unicode characters
such as quote marks, em-dashses, and the like. These often get pasted in 
from the web or something.


The issue has arisen many times before; try searching the list for info.

Richard