Re: babel error with view Additional Manual lyx 2.1.0beta1

2013-09-19 Thread Jürgen Spitzmüller
2013/9/18 Neal Becker ndbeck...@gmail.com

 2.1.0b1 on fedora 19 linux.

 I tried view Additional Manual, and I get a stream of errors like:

 Package babel Error: Unknow option `ngerman'. Either you misspelled it

 Any hints?


Seems your LaTeX installation is broken. ngerman is the (new spelling)
German language module of babel, and \usepackage[ngerman]{babel} should
just work anywhere.

Jürgen


Re: caption font change

2013-09-19 Thread Wolfgang Engelmann
Am Tuesday, 17. September 2013, 08:34:38 schrieb Guenter Milde:
 On 2013-09-13, Wolfgang Engelmann wrote:
  [-- Type: text/plain, Encoding: 7bit --]
  
  Sorry, this is a bit off topic,
  
  but does somebody know how to change
  in koma (book)
  the Figure in front of a figure caption from
  Figure to FIGURE
  (where the IGURE should be a bit smaller in respect to the F)
  I guess it is something like
  \addtokomafont{caption}{\small}
  but I don't know the right word in the last {}
 
 \textsc (for small caps)?
 
 Günter

Thanks, Guenter, for the pointer. What I actually was looking for was a way 
to change all the captions by inserting something in the preamble
\addtokomafont{caption}{\textsc}

gives me
! LaTeX Error: Missing \begin{document}.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H return  for immediate help.
 ...  
  
l.94 t
  o change caption figure to FIGURE but does not work this way
You're in trouble here.  Try typing  return  to proceed.
If that doesn't work, type  X return  to quit.

I guess I should buy the new edition of the Koma book to learn more about 
those details.

Wolfgang


Re: Forward/reverse search and LuaTeX

2013-09-19 Thread John Kane





 From: Jacob Bishop bishop.ja...@gmail.com
To: stefano franchi stefano.fran...@gmail.com; lyx-users 
lyx-users@lists.lyx.org 
Sent: Wednesday, September 18, 2013 12:31:19 PM
Subject: Re: Forward/reverse search and LuaTeX
 




On Tue, Sep 10, 2013 at 12:09 PM, Pavel Sanda sa...@lyx.org wrote:

Is anyone around with 0.17 version of Okular to test?


I had never used forward or reverse search previously, but, interested in the 
possibility, I just tested it on my system. Following the instructions, forward 
search seems to work fine, but not reverse search. I am using Okular  0.16.5, 
pdflatex, and LyX 2.0.3. The forward search option shows, and acts like it is 
working, but does not jump to the correct location (it seems to go to the same 
place every time, no matter what).


Pavel

 Jacob


I
 had never even heard of forward or reverse search til this thread but 
after reading up on it a bit I tried it with LyX 2.0.6 and Ocular o.16.5
 and I get the same results.  
john

Re: spellchecker: solved

2013-09-19 Thread Wolfgang Engelmann
Am Thursday, 5. September 2013, 09:39:40 schrieb Wolfgang Engelmann:
 Am Wednesday, 4. September 2013, 19:32:09 schrieb Scott Kostyshak:
  How did you install 2.0.6? Did you compile? If so, can you post your
  configure log?
  
  Scott

I have compiled lyx 2.0.6 again and the spell checking works now in a 
German document. I think the reason for the grayed out spell checker was, 
that qt4-dev was not installed before. 

Wolfgang


remove bibliography from TOC

2013-09-19 Thread Patrick Dupre
Hello,

I am using the article class.
Putting the bibliography in the appendix, it is also shown in the TOC.
I have done as recommanded:

The following code will remove the phrase Appendix.  in front of 
Bibliography in the table of contents when using the LaTeX amsbook class or 
the LyX document class book (AMS).

\usepackage{xstring}
\renewcommand{\tocappendix}[3]{%
  \indentlabel{\IfStrEq{#3}{Bibliography}{}{#1}\@ifnotempty{#2}{ #2.\quad}}#3}

But I get an error:
\tocappendix undefined, because I to not use the AMS package I guess.

Thus, what could be another option?

Thank.

===
 Patrick DUPRÉ                                 | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale           | |
 Tel.  (33)-(0)3 28 23 76 12                   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann                 | | 59140 Dunkerque, France
===


Re: babel error with view Additional Manual lyx 2.1.0beta1

2013-09-19 Thread Neal Becker
Jürgen Spitzmüller wrote:

 2013/9/18 Neal Becker ndbeck...@gmail.com
 
 2.1.0b1 on fedora 19 linux.

 I tried view Additional Manual, and I get a stream of errors like:

 Package babel Error: Unknow option `ngerman'. Either you misspelled it

 Any hints?

 
 Seems your LaTeX installation is broken. ngerman is the (new spelling)
 German language module of babel, and \usepackage[ngerman]{babel} should
 just work anywhere.
 
 Jürgen

FYI, what I needed:
Sep 18 14:54:05 Installed: 3:texlive-shapepar-svn30708.2.2-0.1.fc19.noarch
Sep 18 14:58:57 Installed: 3:texlive-ulem-svn26785.0-0.1.fc19.noarch
Sep 18 15:07:45 Installed: 3:texlive-hyphen-german-svn29725.0-0.1.fc19.noarch
Sep 19 07:23:45 Installed: 3:texlive-babel-german-svn30271.0-0.1.fc19.noarch
Sep 19 07:24:07 Installed: 3:texlive-german-svn30567.2.5e-0.1.fc19.noarch
Sep 19 07:26:12 Installed: 3:texlive-hyphen-latin-svn25990.3.1-0.1.fc19.noarch
Sep 19 07:26:12 Installed: 2:texlive-collection-langlatin-
svn14727.0-22.20130427_r30134.fc19.noarch
Sep 19 07:26:12 Installed: 3:texlive-babel-latin-svn30280.0-0.1.fc19.noarch

Not sure if all of these actually needed, but that did the trick




Re: Forward/reverse search and LuaTeX

2013-09-19 Thread Charlie
 On Thu, 19 Sep 2013 03:31:36 -0700 (PDT) John Kane
 jrkrid...@yahoo.ca sent this:






 From: Jacob Bishop bishop.ja...@gmail.com
To: stefano franchi stefano.fran...@gmail.com; lyx-users
lyx-users@lists.lyx.org Sent: Wednesday, September 18, 2013 12:31:19
PM Subject: Re: Forward/reverse search and LuaTeX
 




On Tue, Sep 10, 2013 at 12:09 PM, Pavel Sanda sa...@lyx.org wrote:

Is anyone around with 0.17 version of Okular to test?


I had never used forward or reverse search previously, but, interested
in the possibility, I just tested it on my system. Following the
instructions, forward search seems to work fine, but not reverse
search. I am using Okular  0.16.5, pdflatex, and LyX 2.0.3. The
forward search option shows, and acts like it is working, but does not
jump to the correct location (it seems to go to the same place every
time, no matter what).


Pavel

 Jacob


I
 had never even heard of forward or reverse search til this thread but 
after reading up on it a bit I tried it with LyX 2.0.6 and Ocular
o.16.5
 and I get the same results.  
john


  Okular
Version 0.14.3
Using KDE Development Platform 4.8.4 (4.8.4)

Never used reverse search in Okular

If I use LyX client is the same if I use any other, like Kate, which is
not installed on my system as I use FVWM.

Ctrl + F and then I can use Next or Previous

Sorry I can't assist further

Charlie
-- 
Registered Linux User:- 329524
***

Force without wisdom falls of its own weightHorace

***

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

-


Contents in TOC

2013-09-19 Thread Patrick Dupre
Hello,

I have the Contents appearing in the TOC.
I do not really see the point.

How can I remove Contens (on the associated numbering) from my TOC?

Thank.

===
 Patrick DUPRÉ                                 | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale           | |
 Tel.  (33)-(0)3 28 23 76 12                   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann                 | | 59140 Dunkerque, France
===


Re: remove bibliography from TOC

2013-09-19 Thread Richard Heck

On 09/19/2013 09:33 AM, Patrick Dupre wrote:

Hello,

I am using the article class.
Putting the bibliography in the appendix, it is also shown in the TOC.
I have done as recommanded:

The following code will remove the phrase Appendix.  in front of 
Bibliography in the table of contents when using the LaTeX amsbook class or the LyX 
document class book (AMS).

\usepackage{xstring}
\renewcommand{\tocappendix}[3]{%
   \indentlabel{\IfStrEq{#3}{Bibliography}{}{#1}\@ifnotempty{#2}{ #2.\quad}}#3}

But I get an error:
\tocappendix undefined, because I to not use the AMS package I guess.

Thus, what could be another option?


Try using \appendixname, which is what article.cls uses for this 
purpose, I think.


Richard



Re: Contents in TOC

2013-09-19 Thread Richard Heck

On 09/19/2013 09:45 AM, Patrick Dupre wrote:

Hello,

I have the Contents appearing in the TOC.
I do not really see the point.

How can I remove Contens (on the associated numbering) from my TOC?


You mean the TOC itself is in the TOC? What class, etc, is this?

Richard



Re: Biblatex-LyX Windows problem

2013-09-19 Thread Andrew Parsloe



On 20/09/2013 3:58 a.m., Guido Milanese wrote:

Dear Experts,
I am not a regular user of LyX, but I do suggest this excellent
programme to my students for their thesis/dissertation and the result is
normally very good. Personally, I prefer using LaTeX directly.

I use Biblatex with LaTeX and I was making some experiments with LyX to
see what I can suggest to my students. I followed the instructions given
on http://wiki.lyx.org/BibTeX/Biblatex and it's all right on my xubuntu
13.04 Linux box, provided you accept some problems with the 'verbose'
styles. I tried the same files on Windows and (despite putting the bib
file on the regular biblio directories, in this case the 'base' folder)
I can't obtain a PDF with the citations in order. I am puzzled because I
exported the file as a TEX file, run biber, but even there I could not
get the desired result.

I am not familiar with Windows, I'm afraid, but I'm sure that it is
simply a PATH problem. I also tried to use the current directory asinput
folder for the BIB file, but I could not deal with the '/' or '\'
problem. I read some threads about this but could not solve the issue.
I tried:
* C:\soandso\soandso\file.bib
did not work because it was interpreted as a command
* C:\soandso\soandso\file.bib
no success either
* C:/soandso/soandso/file.bib
did not find the file

If a minimal file can be useful I'll upload it.
Many thanks for your kind attention and for this splendid programme!

guido, italy

On Windows Vista, in the preamble of a document I worked on recently, I 
have two lines that essentially are


\usepackage[style=numeric]{biblatex}
\addbibresource{D:/path/to/file.bib}

I think you are missing the \addbibresource. Alternatively, I think you 
can place your bibliography, file.bib, in your texmf tree and dispense 
with the path in that case (but you still need the \addbibresource).


Andrew


Biblatex-LyX Windows problem

2013-09-19 Thread Guido Milanese

Dear Experts,
I am not a regular user of LyX, but I do suggest this excellent 
programme to my students for their thesis/dissertation and the result is 
normally very good. Personally, I prefer using LaTeX directly.


I use Biblatex with LaTeX and I was making some experiments with LyX to 
see what I can suggest to my students. I followed the instructions given 
on http://wiki.lyx.org/BibTeX/Biblatex and it's all right on my xubuntu 
13.04 Linux box, provided you accept some problems with the 'verbose' 
styles. I tried the same files on Windows and (despite putting the bib 
file on the regular biblio directories, in this case the 'base' folder) 
I can't obtain a PDF with the citations in order. I am puzzled because I 
exported the file as a TEX file, run biber, but even there I could not 
get the desired result.


I am not familiar with Windows, I'm afraid, but I'm sure that it is 
simply a PATH problem. I also tried to use the current directory asinput 
folder for the BIB file, but I could not deal with the '/' or '\' 
problem. I read some threads about this but could not solve the issue.

I tried:
* C:\soandso\soandso\file.bib
did not work because it was interpreted as a command
* C:\soandso\soandso\file.bib
no success either
* C:/soandso/soandso/file.bib
did not find the file

If a minimal file can be useful I'll upload it.
Many thanks for your kind attention and for this splendid programme!

guido, italy

--
Guido Milanese
Professor of Classics, Docteur HC Paris ICP
Universita' Cattolica del Sacro Cuore, Milano and Brescia, Italy
http://docenti.unicatt.it/ita/guido_fabrizio_milanese/
http://www.arsantiqua.org


Re: Biblatex-LyX Windows problem

2013-09-19 Thread Guido Milanese

On 19/09/2013 23:07, Andrew Parsloe wrote:




On Windows Vista, in the preamble of a document I worked on recently, I
have two lines that essentially are

\usepackage[style=numeric]{biblatex}
\addbibresource{D:/path/to/file.bib}

I think you are missing the \addbibresource.

No, the line is OK (in fact, as I wrote on Linux I have no problems).


Alternatively, I think you
can place your bibliography, file.bib, in your texmf tree and dispense
with the path in that case (but you still need the \addbibresource).

Yes, as I explained I did it but to no success.

Thank you,
gm


--
Guido Milanese
Professor of Classics, Docteur HC Paris ICP
Universita' Cattolica del Sacro Cuore, Milano and Brescia, Italy
http://docenti.unicatt.it/ita/guido_fabrizio_milanese/
http://www.arsantiqua.org


multi dimensional integral symbols in lyx and latex

2013-09-19 Thread Art Edwards
It appears that in newer versions of latex and lyx, the symbols

\iint
 
and

\iiint

are unrecognized. I get an error referring to an unrecognized control
sequence in both latex and lyx. I should point out that this was not
true in prior versions.

Art Edwards


Re: babel error with view Additional Manual lyx 2.1.0beta1

2013-09-19 Thread Jürgen Spitzmüller
2013/9/18 Neal Becker ndbeck...@gmail.com

 2.1.0b1 on fedora 19 linux.

 I tried view Additional Manual, and I get a stream of errors like:

 Package babel Error: Unknow option `ngerman'. Either you misspelled it

 Any hints?


Seems your LaTeX installation is broken. ngerman is the (new spelling)
German language module of babel, and \usepackage[ngerman]{babel} should
just work anywhere.

Jürgen


Re: caption font change

2013-09-19 Thread Wolfgang Engelmann
Am Tuesday, 17. September 2013, 08:34:38 schrieb Guenter Milde:
 On 2013-09-13, Wolfgang Engelmann wrote:
  [-- Type: text/plain, Encoding: 7bit --]
  
  Sorry, this is a bit off topic,
  
  but does somebody know how to change
  in koma (book)
  the Figure in front of a figure caption from
  Figure to FIGURE
  (where the IGURE should be a bit smaller in respect to the F)
  I guess it is something like
  \addtokomafont{caption}{\small}
  but I don't know the right word in the last {}
 
 \textsc (for small caps)?
 
 Günter

Thanks, Guenter, for the pointer. What I actually was looking for was a way 
to change all the captions by inserting something in the preamble
\addtokomafont{caption}{\textsc}

gives me
! LaTeX Error: Missing \begin{document}.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H return  for immediate help.
 ...  
  
l.94 t
  o change caption figure to FIGURE but does not work this way
You're in trouble here.  Try typing  return  to proceed.
If that doesn't work, type  X return  to quit.

I guess I should buy the new edition of the Koma book to learn more about 
those details.

Wolfgang


Re: Forward/reverse search and LuaTeX

2013-09-19 Thread John Kane





 From: Jacob Bishop bishop.ja...@gmail.com
To: stefano franchi stefano.fran...@gmail.com; lyx-users 
lyx-users@lists.lyx.org 
Sent: Wednesday, September 18, 2013 12:31:19 PM
Subject: Re: Forward/reverse search and LuaTeX
 




On Tue, Sep 10, 2013 at 12:09 PM, Pavel Sanda sa...@lyx.org wrote:

Is anyone around with 0.17 version of Okular to test?


I had never used forward or reverse search previously, but, interested in the 
possibility, I just tested it on my system. Following the instructions, forward 
search seems to work fine, but not reverse search. I am using Okular  0.16.5, 
pdflatex, and LyX 2.0.3. The forward search option shows, and acts like it is 
working, but does not jump to the correct location (it seems to go to the same 
place every time, no matter what).


Pavel

 Jacob


I
 had never even heard of forward or reverse search til this thread but 
after reading up on it a bit I tried it with LyX 2.0.6 and Ocular o.16.5
 and I get the same results.  
john

Re: spellchecker: solved

2013-09-19 Thread Wolfgang Engelmann
Am Thursday, 5. September 2013, 09:39:40 schrieb Wolfgang Engelmann:
 Am Wednesday, 4. September 2013, 19:32:09 schrieb Scott Kostyshak:
  How did you install 2.0.6? Did you compile? If so, can you post your
  configure log?
  
  Scott

I have compiled lyx 2.0.6 again and the spell checking works now in a 
German document. I think the reason for the grayed out spell checker was, 
that qt4-dev was not installed before. 

Wolfgang


remove bibliography from TOC

2013-09-19 Thread Patrick Dupre
Hello,

I am using the article class.
Putting the bibliography in the appendix, it is also shown in the TOC.
I have done as recommanded:

The following code will remove the phrase Appendix.  in front of 
Bibliography in the table of contents when using the LaTeX amsbook class or 
the LyX document class book (AMS).

\usepackage{xstring}
\renewcommand{\tocappendix}[3]{%
  \indentlabel{\IfStrEq{#3}{Bibliography}{}{#1}\@ifnotempty{#2}{ #2.\quad}}#3}

But I get an error:
\tocappendix undefined, because I to not use the AMS package I guess.

Thus, what could be another option?

Thank.

===
 Patrick DUPRÉ                                 | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale           | |
 Tel.  (33)-(0)3 28 23 76 12                   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann                 | | 59140 Dunkerque, France
===


Re: babel error with view Additional Manual lyx 2.1.0beta1

2013-09-19 Thread Neal Becker
Jürgen Spitzmüller wrote:

 2013/9/18 Neal Becker ndbeck...@gmail.com
 
 2.1.0b1 on fedora 19 linux.

 I tried view Additional Manual, and I get a stream of errors like:

 Package babel Error: Unknow option `ngerman'. Either you misspelled it

 Any hints?

 
 Seems your LaTeX installation is broken. ngerman is the (new spelling)
 German language module of babel, and \usepackage[ngerman]{babel} should
 just work anywhere.
 
 Jürgen

FYI, what I needed:
Sep 18 14:54:05 Installed: 3:texlive-shapepar-svn30708.2.2-0.1.fc19.noarch
Sep 18 14:58:57 Installed: 3:texlive-ulem-svn26785.0-0.1.fc19.noarch
Sep 18 15:07:45 Installed: 3:texlive-hyphen-german-svn29725.0-0.1.fc19.noarch
Sep 19 07:23:45 Installed: 3:texlive-babel-german-svn30271.0-0.1.fc19.noarch
Sep 19 07:24:07 Installed: 3:texlive-german-svn30567.2.5e-0.1.fc19.noarch
Sep 19 07:26:12 Installed: 3:texlive-hyphen-latin-svn25990.3.1-0.1.fc19.noarch
Sep 19 07:26:12 Installed: 2:texlive-collection-langlatin-
svn14727.0-22.20130427_r30134.fc19.noarch
Sep 19 07:26:12 Installed: 3:texlive-babel-latin-svn30280.0-0.1.fc19.noarch

Not sure if all of these actually needed, but that did the trick




Re: Forward/reverse search and LuaTeX

2013-09-19 Thread Charlie
 On Thu, 19 Sep 2013 03:31:36 -0700 (PDT) John Kane
 jrkrid...@yahoo.ca sent this:






 From: Jacob Bishop bishop.ja...@gmail.com
To: stefano franchi stefano.fran...@gmail.com; lyx-users
lyx-users@lists.lyx.org Sent: Wednesday, September 18, 2013 12:31:19
PM Subject: Re: Forward/reverse search and LuaTeX
 




On Tue, Sep 10, 2013 at 12:09 PM, Pavel Sanda sa...@lyx.org wrote:

Is anyone around with 0.17 version of Okular to test?


I had never used forward or reverse search previously, but, interested
in the possibility, I just tested it on my system. Following the
instructions, forward search seems to work fine, but not reverse
search. I am using Okular  0.16.5, pdflatex, and LyX 2.0.3. The
forward search option shows, and acts like it is working, but does not
jump to the correct location (it seems to go to the same place every
time, no matter what).


Pavel

 Jacob


I
 had never even heard of forward or reverse search til this thread but 
after reading up on it a bit I tried it with LyX 2.0.6 and Ocular
o.16.5
 and I get the same results.  
john


  Okular
Version 0.14.3
Using KDE Development Platform 4.8.4 (4.8.4)

Never used reverse search in Okular

If I use LyX client is the same if I use any other, like Kate, which is
not installed on my system as I use FVWM.

Ctrl + F and then I can use Next or Previous

Sorry I can't assist further

Charlie
-- 
Registered Linux User:- 329524
***

Force without wisdom falls of its own weightHorace

***

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

-


Contents in TOC

2013-09-19 Thread Patrick Dupre
Hello,

I have the Contents appearing in the TOC.
I do not really see the point.

How can I remove Contens (on the associated numbering) from my TOC?

Thank.

===
 Patrick DUPRÉ                                 | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale           | |
 Tel.  (33)-(0)3 28 23 76 12                   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann                 | | 59140 Dunkerque, France
===


Re: remove bibliography from TOC

2013-09-19 Thread Richard Heck

On 09/19/2013 09:33 AM, Patrick Dupre wrote:

Hello,

I am using the article class.
Putting the bibliography in the appendix, it is also shown in the TOC.
I have done as recommanded:

The following code will remove the phrase Appendix.  in front of 
Bibliography in the table of contents when using the LaTeX amsbook class or the LyX 
document class book (AMS).

\usepackage{xstring}
\renewcommand{\tocappendix}[3]{%
   \indentlabel{\IfStrEq{#3}{Bibliography}{}{#1}\@ifnotempty{#2}{ #2.\quad}}#3}

But I get an error:
\tocappendix undefined, because I to not use the AMS package I guess.

Thus, what could be another option?


Try using \appendixname, which is what article.cls uses for this 
purpose, I think.


Richard



Re: Contents in TOC

2013-09-19 Thread Richard Heck

On 09/19/2013 09:45 AM, Patrick Dupre wrote:

Hello,

I have the Contents appearing in the TOC.
I do not really see the point.

How can I remove Contens (on the associated numbering) from my TOC?


You mean the TOC itself is in the TOC? What class, etc, is this?

Richard



Re: Biblatex-LyX Windows problem

2013-09-19 Thread Andrew Parsloe



On 20/09/2013 3:58 a.m., Guido Milanese wrote:

Dear Experts,
I am not a regular user of LyX, but I do suggest this excellent
programme to my students for their thesis/dissertation and the result is
normally very good. Personally, I prefer using LaTeX directly.

I use Biblatex with LaTeX and I was making some experiments with LyX to
see what I can suggest to my students. I followed the instructions given
on http://wiki.lyx.org/BibTeX/Biblatex and it's all right on my xubuntu
13.04 Linux box, provided you accept some problems with the 'verbose'
styles. I tried the same files on Windows and (despite putting the bib
file on the regular biblio directories, in this case the 'base' folder)
I can't obtain a PDF with the citations in order. I am puzzled because I
exported the file as a TEX file, run biber, but even there I could not
get the desired result.

I am not familiar with Windows, I'm afraid, but I'm sure that it is
simply a PATH problem. I also tried to use the current directory asinput
folder for the BIB file, but I could not deal with the '/' or '\'
problem. I read some threads about this but could not solve the issue.
I tried:
* C:\soandso\soandso\file.bib
did not work because it was interpreted as a command
* C:\soandso\soandso\file.bib
no success either
* C:/soandso/soandso/file.bib
did not find the file

If a minimal file can be useful I'll upload it.
Many thanks for your kind attention and for this splendid programme!

guido, italy

On Windows Vista, in the preamble of a document I worked on recently, I 
have two lines that essentially are


\usepackage[style=numeric]{biblatex}
\addbibresource{D:/path/to/file.bib}

I think you are missing the \addbibresource. Alternatively, I think you 
can place your bibliography, file.bib, in your texmf tree and dispense 
with the path in that case (but you still need the \addbibresource).


Andrew


Biblatex-LyX Windows problem

2013-09-19 Thread Guido Milanese

Dear Experts,
I am not a regular user of LyX, but I do suggest this excellent 
programme to my students for their thesis/dissertation and the result is 
normally very good. Personally, I prefer using LaTeX directly.


I use Biblatex with LaTeX and I was making some experiments with LyX to 
see what I can suggest to my students. I followed the instructions given 
on http://wiki.lyx.org/BibTeX/Biblatex and it's all right on my xubuntu 
13.04 Linux box, provided you accept some problems with the 'verbose' 
styles. I tried the same files on Windows and (despite putting the bib 
file on the regular biblio directories, in this case the 'base' folder) 
I can't obtain a PDF with the citations in order. I am puzzled because I 
exported the file as a TEX file, run biber, but even there I could not 
get the desired result.


I am not familiar with Windows, I'm afraid, but I'm sure that it is 
simply a PATH problem. I also tried to use the current directory asinput 
folder for the BIB file, but I could not deal with the '/' or '\' 
problem. I read some threads about this but could not solve the issue.

I tried:
* C:\soandso\soandso\file.bib
did not work because it was interpreted as a command
* C:\soandso\soandso\file.bib
no success either
* C:/soandso/soandso/file.bib
did not find the file

If a minimal file can be useful I'll upload it.
Many thanks for your kind attention and for this splendid programme!

guido, italy

--
Guido Milanese
Professor of Classics, Docteur HC Paris ICP
Universita' Cattolica del Sacro Cuore, Milano and Brescia, Italy
http://docenti.unicatt.it/ita/guido_fabrizio_milanese/
http://www.arsantiqua.org


Re: Biblatex-LyX Windows problem

2013-09-19 Thread Guido Milanese

On 19/09/2013 23:07, Andrew Parsloe wrote:




On Windows Vista, in the preamble of a document I worked on recently, I
have two lines that essentially are

\usepackage[style=numeric]{biblatex}
\addbibresource{D:/path/to/file.bib}

I think you are missing the \addbibresource.

No, the line is OK (in fact, as I wrote on Linux I have no problems).


Alternatively, I think you
can place your bibliography, file.bib, in your texmf tree and dispense
with the path in that case (but you still need the \addbibresource).

Yes, as I explained I did it but to no success.

Thank you,
gm


--
Guido Milanese
Professor of Classics, Docteur HC Paris ICP
Universita' Cattolica del Sacro Cuore, Milano and Brescia, Italy
http://docenti.unicatt.it/ita/guido_fabrizio_milanese/
http://www.arsantiqua.org


multi dimensional integral symbols in lyx and latex

2013-09-19 Thread Art Edwards
It appears that in newer versions of latex and lyx, the symbols

\iint
 
and

\iiint

are unrecognized. I get an error referring to an unrecognized control
sequence in both latex and lyx. I should point out that this was not
true in prior versions.

Art Edwards


Re: babel error with view "Additional Manual" lyx 2.1.0beta1

2013-09-19 Thread Jürgen Spitzmüller
2013/9/18 Neal Becker 

> 2.1.0b1 on fedora 19 linux.
>
> I tried view "Additional Manual", and I get a stream of errors like:
>
> Package babel Error: Unknow option `ngerman'. Either you misspelled it
>
> Any hints?
>

Seems your LaTeX installation is broken. ngerman is the ("new spelling")
German language module of babel, and \usepackage[ngerman]{babel} should
just work anywhere.

Jürgen


Re: caption font change

2013-09-19 Thread Wolfgang Engelmann
Am Tuesday, 17. September 2013, 08:34:38 schrieb Guenter Milde:
> On 2013-09-13, Wolfgang Engelmann wrote:
> > [-- Type: text/plain, Encoding: 7bit --]
> > 
> > Sorry, this is a bit off topic,
> > 
> > but does somebody know how to change
> > in koma (book)
> > the Figure in front of a figure caption from
> > Figure to FIGURE
> > (where the IGURE should be a bit smaller in respect to the F)
> > I guess it is something like
> > \addtokomafont{caption}{\small}
> > but I don't know the right word in the last {}
> 
> \textsc (for small caps)?
> 
> Günter

Thanks, Guenter, for the pointer. What I actually was looking for was a way 
to change all the captions by inserting something in the preamble
\addtokomafont{caption}{\textsc}

gives me
! LaTeX Error: Missing \begin{document}.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H   for immediate help.
 ...  
  
l.94 t
  o change caption figure to FIGURE but does not work this way
You're in trouble here.  Try typingto proceed.
If that doesn't work, type  X   to quit.

I guess I should buy the new edition of the Koma book to learn more about 
those details.

Wolfgang


Re: Forward/reverse search and LuaTeX

2013-09-19 Thread John Kane





 From: Jacob Bishop 
To: stefano franchi ; lyx-users 
 
Sent: Wednesday, September 18, 2013 12:31:19 PM
Subject: Re: Forward/reverse search and LuaTeX
 




On Tue, Sep 10, 2013 at 12:09 PM, Pavel Sanda  wrote:

Is anyone around with 0.17 version of Okular to test?
>

I had never used forward or reverse search previously, but, interested in the 
possibility, I just tested it on my system. Following the instructions, forward 
search seems to work fine, but not reverse search. I am using Okular  0.16.5, 
pdflatex, and LyX 2.0.3. The forward search option shows, and acts like it is 
working, but does not jump to the correct location (it seems to go to the same 
place every time, no matter what).


>Pavel
>
 Jacob


I
 had never even heard of forward or reverse search til this thread but 
after reading up on it a bit I tried it with LyX 2.0.6 and Ocular o.16.5
 and I get the same results.  
john

Re: spellchecker: solved

2013-09-19 Thread Wolfgang Engelmann
Am Thursday, 5. September 2013, 09:39:40 schrieb Wolfgang Engelmann:
> Am Wednesday, 4. September 2013, 19:32:09 schrieb Scott Kostyshak:
> > How did you install 2.0.6? Did you compile? If so, can you post your
> > configure log?
> > 
> > Scott

I have compiled lyx 2.0.6 again and the spell checking works now in a 
German document. I think the reason for the grayed out spell checker was, 
that qt4-dev was not installed before. 

Wolfgang


remove bibliography from TOC

2013-09-19 Thread Patrick Dupre
Hello,

I am using the article class.
Putting the bibliography in the appendix, it is also shown in the TOC.
I have done as recommanded:

The following code will remove the phrase "Appendix. " in front of 
"Bibliography" in the table of contents when using the LaTeX amsbook class or 
the LyX document class book (AMS).

\usepackage{xstring}
\renewcommand{\tocappendix}[3]{%
  \indentlabel{\IfStrEq{#3}{Bibliography}{}{#1}\@ifnotempty{#2}{ #2.\quad}}#3}

But I get an error:
\tocappendix undefined, because I to not use the AMS package I guess.

Thus, what could be another option?

Thank.

===
 Patrick DUPRÉ                                 | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale           | |
 Tel.  (33)-(0)3 28 23 76 12                   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann                 | | 59140 Dunkerque, France
===


Re: babel error with view "Additional Manual" lyx 2.1.0beta1

2013-09-19 Thread Neal Becker
Jürgen Spitzmüller wrote:

> 2013/9/18 Neal Becker 
> 
>> 2.1.0b1 on fedora 19 linux.
>>
>> I tried view "Additional Manual", and I get a stream of errors like:
>>
>> Package babel Error: Unknow option `ngerman'. Either you misspelled it
>>
>> Any hints?
>>
> 
> Seems your LaTeX installation is broken. ngerman is the ("new spelling")
> German language module of babel, and \usepackage[ngerman]{babel} should
> just work anywhere.
> 
> Jürgen

FYI, what I needed:
Sep 18 14:54:05 Installed: 3:texlive-shapepar-svn30708.2.2-0.1.fc19.noarch
Sep 18 14:58:57 Installed: 3:texlive-ulem-svn26785.0-0.1.fc19.noarch
Sep 18 15:07:45 Installed: 3:texlive-hyphen-german-svn29725.0-0.1.fc19.noarch
Sep 19 07:23:45 Installed: 3:texlive-babel-german-svn30271.0-0.1.fc19.noarch
Sep 19 07:24:07 Installed: 3:texlive-german-svn30567.2.5e-0.1.fc19.noarch
Sep 19 07:26:12 Installed: 3:texlive-hyphen-latin-svn25990.3.1-0.1.fc19.noarch
Sep 19 07:26:12 Installed: 2:texlive-collection-langlatin-
svn14727.0-22.20130427_r30134.fc19.noarch
Sep 19 07:26:12 Installed: 3:texlive-babel-latin-svn30280.0-0.1.fc19.noarch

Not sure if all of these actually needed, but that did the trick




Re: Forward/reverse search and LuaTeX

2013-09-19 Thread Charlie
 On Thu, 19 Sep 2013 03:31:36 -0700 (PDT) "John Kane
 jrkrid...@yahoo.ca" sent this:

>
>
>
>
>
> From: Jacob Bishop 
>To: stefano franchi ; lyx-users
> Sent: Wednesday, September 18, 2013 12:31:19
>PM Subject: Re: Forward/reverse search and LuaTeX
> 
>
>
>
>
>On Tue, Sep 10, 2013 at 12:09 PM, Pavel Sanda  wrote:
>
>Is anyone around with 0.17 version of Okular to test?
>>
>
>I had never used forward or reverse search previously, but, interested
>in the possibility, I just tested it on my system. Following the
>instructions, forward search seems to work fine, but not reverse
>search. I am using Okular  0.16.5, pdflatex, and LyX 2.0.3. The
>forward search option shows, and acts like it is working, but does not
>jump to the correct location (it seems to go to the same place every
>time, no matter what).
>
>
>>Pavel
>>
> Jacob
>
>
>I
> had never even heard of forward or reverse search til this thread but 
>after reading up on it a bit I tried it with LyX 2.0.6 and Ocular
>o.16.5
> and I get the same results.  
>john


  Okular
Version 0.14.3
Using KDE Development Platform 4.8.4 (4.8.4)

Never used reverse search in Okular

If I use LyX client is the same if I use any other, like Kate, which is
not installed on my system as I use FVWM.

Ctrl + F and then I can use "Next" or "Previous"

Sorry I can't assist further

Charlie
-- 
Registered Linux User:- 329524
***

Force without wisdom falls of its own weightHorace

***

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

-


Contents in TOC

2013-09-19 Thread Patrick Dupre
Hello,

I have the Contents appearing in the TOC.
I do not really see the point.

How can I remove Contens (on the associated numbering) from my TOC?

Thank.

===
 Patrick DUPRÉ                                 | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale           | |
 Tel.  (33)-(0)3 28 23 76 12                   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann                 | | 59140 Dunkerque, France
===


Re: remove bibliography from TOC

2013-09-19 Thread Richard Heck

On 09/19/2013 09:33 AM, Patrick Dupre wrote:

Hello,

I am using the article class.
Putting the bibliography in the appendix, it is also shown in the TOC.
I have done as recommanded:

The following code will remove the phrase "Appendix. " in front of 
"Bibliography" in the table of contents when using the LaTeX amsbook class or the LyX 
document class book (AMS).

\usepackage{xstring}
\renewcommand{\tocappendix}[3]{%
   \indentlabel{\IfStrEq{#3}{Bibliography}{}{#1}\@ifnotempty{#2}{ #2.\quad}}#3}

But I get an error:
\tocappendix undefined, because I to not use the AMS package I guess.

Thus, what could be another option?


Try using \appendixname, which is what article.cls uses for this 
purpose, I think.


Richard



Re: Contents in TOC

2013-09-19 Thread Richard Heck

On 09/19/2013 09:45 AM, Patrick Dupre wrote:

Hello,

I have the Contents appearing in the TOC.
I do not really see the point.

How can I remove Contens (on the associated numbering) from my TOC?


You mean the TOC itself is in the TOC? What class, etc, is this?

Richard



Re: Biblatex-LyX Windows problem

2013-09-19 Thread Andrew Parsloe



On 20/09/2013 3:58 a.m., Guido Milanese wrote:

Dear Experts,
I am not a regular user of LyX, but I do suggest this excellent
programme to my students for their thesis/dissertation and the result is
normally very good. Personally, I prefer using LaTeX directly.

I use Biblatex with LaTeX and I was making some experiments with LyX to
see what I can suggest to my students. I followed the instructions given
on http://wiki.lyx.org/BibTeX/Biblatex and it's all right on my xubuntu
13.04 Linux box, provided you accept some problems with the 'verbose'
styles. I tried the same files on Windows and (despite putting the bib
file on the regular biblio directories, in this case the 'base' folder)
I can't obtain a PDF with the citations in order. I am puzzled because I
exported the file as a TEX file, run biber, but even there I could not
get the desired result.

I am not familiar with Windows, I'm afraid, but I'm sure that it is
simply a PATH problem. I also tried to use the current directory asinput
folder for the BIB file, but I could not deal with the '/' or '\'
problem. I read some threads about this but could not solve the issue.
I tried:
* C:\soandso\soandso\file.bib
did not work because it was interpreted as a command
* "C:\soandso\soandso\file.bib"
no success either
* C:/soandso/soandso/file.bib
did not find the file

If a minimal file can be useful I'll upload it.
Many thanks for your kind attention and for this splendid programme!

guido, italy

On Windows Vista, in the preamble of a document I worked on recently, I 
have two lines that essentially are


\usepackage[style=numeric]{biblatex}
\addbibresource{D:/path/to/file.bib}

I think you are missing the \addbibresource. Alternatively, I think you 
can place your bibliography, file.bib, in your texmf tree and dispense 
with the path in that case (but you still need the \addbibresource).


Andrew


Biblatex-LyX Windows problem

2013-09-19 Thread Guido Milanese

Dear Experts,
I am not a regular user of LyX, but I do suggest this excellent 
programme to my students for their thesis/dissertation and the result is 
normally very good. Personally, I prefer using LaTeX directly.


I use Biblatex with LaTeX and I was making some experiments with LyX to 
see what I can suggest to my students. I followed the instructions given 
on http://wiki.lyx.org/BibTeX/Biblatex and it's all right on my xubuntu 
13.04 Linux box, provided you accept some problems with the 'verbose' 
styles. I tried the same files on Windows and (despite putting the bib 
file on the regular biblio directories, in this case the 'base' folder) 
I can't obtain a PDF with the citations in order. I am puzzled because I 
exported the file as a TEX file, run biber, but even there I could not 
get the desired result.


I am not familiar with Windows, I'm afraid, but I'm sure that it is 
simply a PATH problem. I also tried to use the current directory asinput 
folder for the BIB file, but I could not deal with the '/' or '\' 
problem. I read some threads about this but could not solve the issue.

I tried:
* C:\soandso\soandso\file.bib
did not work because it was interpreted as a command
* "C:\soandso\soandso\file.bib"
no success either
* C:/soandso/soandso/file.bib
did not find the file

If a minimal file can be useful I'll upload it.
Many thanks for your kind attention and for this splendid programme!

guido, italy

--
Guido Milanese
Professor of Classics, Docteur HC Paris ICP
Universita' Cattolica del Sacro Cuore, Milano and Brescia, Italy
http://docenti.unicatt.it/ita/guido_fabrizio_milanese/
http://www.arsantiqua.org


Re: Biblatex-LyX Windows problem

2013-09-19 Thread Guido Milanese

On 19/09/2013 23:07, Andrew Parsloe wrote:




On Windows Vista, in the preamble of a document I worked on recently, I
have two lines that essentially are

\usepackage[style=numeric]{biblatex}
\addbibresource{D:/path/to/file.bib}

I think you are missing the \addbibresource.

No, the line is OK (in fact, as I wrote on Linux I have no problems).


Alternatively, I think you
can place your bibliography, file.bib, in your texmf tree and dispense
with the path in that case (but you still need the \addbibresource).

Yes, as I explained I did it but to no success.

Thank you,
gm


--
Guido Milanese
Professor of Classics, Docteur HC Paris ICP
Universita' Cattolica del Sacro Cuore, Milano and Brescia, Italy
http://docenti.unicatt.it/ita/guido_fabrizio_milanese/
http://www.arsantiqua.org


multi dimensional integral symbols in lyx and latex

2013-09-19 Thread Art Edwards
It appears that in newer versions of latex and lyx, the symbols

\iint
 
and

\iiint

are unrecognized. I get an error referring to an unrecognized control
sequence in both latex and lyx. I should point out that this was not
true in prior versions.

Art Edwards