Re: Endless typesetting with enabled Show changes in output

2020-02-26 Thread Guido Milanese
On Wed, 26 Feb 2020 07:29:31 +0100
Daniel  wrote:

> On 2020-02-25 21:45, Daniel wrote:
> > Hi,
> > 
> > I am trying to create a PDF that shows the changes I have done in a 
> > rather huge document. For some reason when I enable the option, the 
> > typesetting never ends. No error, no nothing. Just a message box
> > after a while that the process is still running and whether I want
> > to end it. No matter what I answer, it does not create the PDF.
> > 
> > Daniel
> >   
> 
> Sorry, forgot to attach the messages (below). But it doesn't tell me
> much.

I am not an expert in LyX (I normally use LaTeX directly) but I was
wondering if this message:

>  Different textclasses

may be the clue. It seems that you are including files of "article"
class in a parent document featuring the "scrbook" class. Perhaps this
discussion may be useful:
https://latex.org/forum/viewtopic.php?t=18594
Just my tuppence.

gm

---
Guido Milanese, Professor of Classics, PhD HC Paris ICP
http://docenti.unicatt.it/ita/guido_fabrizio_milanese/
http://usi.to/tz4
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Compilation problem [SOLVED]

2017-09-20 Thread Guido Milanese
On Tue, 19 Sep 2017 19:13:04 +0200
Jürgen Spitzmüller <sp...@lyx.org> wrote:
> From the file INSTALL:
> 
> "Quick compilation guide
> ---
> 
> These four steps will compile, test and install LyX:
> 
>   0) Linux users beware: You need qt4 and qt4-devel packages
>  of the same version to compile LyX."
> 
> BTW you can also compile against qt5 with --enable-qt5
> 
> Jürgen

Thank you -- I did read the file INSTALL, but I wrongly assumed compatibility
with qt5. My fault. I was not aware of the `--enable-qt5` switch, however: I'll
try it next time I install LyX.

Best wishes,
g

---
Guido Milanese, Professor of Classics, PhD HC Paris IC
http://docenti.unicatt.it/ita/guido_fabrizio_milanese/
http://usi.to/tz4


Re: Compilation problem [SOLVED]

2017-09-19 Thread Guido Milanese
Mystery solved. Lyx does not use the QT5 libraries, it needs QT4 (with 
qt4-devel). If I may take the liberty of suggesting a minor
improvement to the configuration script, I would say that a message
mentioning the need of the qt4 library would be advisable.

With every best wishes, 
GM

On Tue, 19 Sep 2017 00:03:51 +0200
Guido Milanese <guido.milan...@unicatt.it> wrote:

> Dear Experts,
> I am trying to compile LyX on my xubuntu 17.04 system (for several
> reasons I do not want to install via apt-get install). I cannot make
> sense of this problem:
> 
> checking for Qt library name... failed
> configure: error: cannot compile a simple Qt executable. Check you
> have the right $QTDIR.
> 
> I tried with 
> export QTDIR=/usr/share/qt5
> 
> but to no success.
> 
> Another problem (may be related?) is 
> 
> checking for ANSI C header files... no
> 
> I have build-essential correctly installed, so I cannot understand
> what I'm missing.
> 
> Thank you!
> guido, italy
> 
> ---
> Guido Milanese, Professor of Classics, PhD HC Paris IC
> http://docenti.unicatt.it/ita/guido_fabrizio_milanese/
> http://usi.to/tz4



---
Guido Milanese, Professor of Classics, PhD HC Paris IC
http://docenti.unicatt.it/ita/guido_fabrizio_milanese/
http://usi.to/tz4


Compilation problem

2017-09-18 Thread Guido Milanese
Dear Experts,
I am trying to compile LyX on my xubuntu 17.04 system (for several
reasons I do not want to install via apt-get install). I cannot make
sense of this problem:

checking for Qt library name... failed
configure: error: cannot compile a simple Qt executable. Check you have
the right $QTDIR.

I tried with 
export QTDIR=/usr/share/qt5

but to no success.

Another problem (may be related?) is 

checking for ANSI C header files... no

I have build-essential correctly installed, so I cannot understand what
I'm missing.

Thank you!
guido, italy

---
Guido Milanese, Professor of Classics, PhD HC Paris IC
http://docenti.unicatt.it/ita/guido_fabrizio_milanese/
http://usi.to/tz4


Re: What is Preview?

2015-03-22 Thread Guido Milanese

On 20/03/2015 23:35, Victor Porton wrote:


What is Preview in Insert menu? I haven't found preview in the
docs.
I would suggest to refer to the manual (Help -- User manual: it's ready 
to compile), section A.4.27. Preview. It says that Preview Inserts a 
preview inset as described in section 6.12.

Section 6.12: Previewing Snippets of your Document
Very useful to control sections of your document on the fly so you
can see how they will look in the final document without having to break
your train of thought with viewing the output.


Also: What is ERT?

LyX uses LaTeX as its formatting engine -- even if it is an independent
project, from some point of view it may be regarded as a GUI (graphical
user interface) for LaTeX. Not all the packages and features of LaTeX
are supported by LyX: in these cases entering LaTeX code manually is
still necessary. The ERT (Insert TeX code) window is designed to enter
directly LaTeX code. For example, if you want to add an unnumbered
sectioning command (say a chapter) to your Table of Contents, you can
open a ERT windows and type the LaTeX code for this

\addcontentsline{toc}{chapter}{Introduction}

best wishes,
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




Re: What is Preview?

2015-03-22 Thread Guido Milanese

On 20/03/2015 23:35, Victor Porton wrote:


What is Preview in Insert menu? I haven't found preview in the
docs.
I would suggest to refer to the manual (Help -- User manual: it's ready 
to compile), section A.4.27. Preview. It says that Preview Inserts a 
preview inset as described in section 6.12.

Section 6.12: Previewing Snippets of your Document
Very useful to control sections of your document on the fly so you
can see how they will look in the final document without having to break
your train of thought with viewing the output.


Also: What is ERT?

LyX uses LaTeX as its formatting engine -- even if it is an independent
project, from some point of view it may be regarded as a GUI (graphical
user interface) for LaTeX. Not all the packages and features of LaTeX
are supported by LyX: in these cases entering LaTeX code manually is
still necessary. The ERT (Insert TeX code) window is designed to enter
directly LaTeX code. For example, if you want to add an unnumbered
sectioning command (say a chapter) to your Table of Contents, you can
open a ERT windows and type the LaTeX code for this

\addcontentsline{toc}{chapter}{Introduction}

best wishes,
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




Re: What is "Preview"?

2015-03-22 Thread Guido Milanese

On 20/03/2015 23:35, Victor Porton wrote:


What is "Preview" in "Insert" menu? I haven't found "preview" in the
docs.
I would suggest to refer to the manual (Help --> User manual: it's ready 
to compile), section A.4.27. Preview. It says that Preview "Inserts a 
preview inset as described in section 6.12."

Section 6.12: Previewing Snippets of your Document
Very useful to control "sections of your document on the fly so you
can see how they will look in the final document without having to break
your train of thought with viewing the output".


Also: What is ERT?

LyX uses LaTeX as its formatting engine -- even if it is an independent
project, from some point of view it may be regarded as a GUI (graphical
user interface) for LaTeX. Not all the packages and features of LaTeX
are supported by LyX: in these cases entering LaTeX code "manually" is
still necessary. The ERT (Insert TeX code) window is designed to enter
directly LaTeX code. For example, if you want to add an unnumbered
sectioning command (say a chapter) to your Table of Contents, you can
open a ERT windows and type the LaTeX code for this

\addcontentsline{toc}{chapter}{Introduction}

best wishes,
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




Re: Biblatex-LyX Windows problem

2013-09-20 Thread Guido Milanese
Problem solved. In that particular installation of MikTeX biber was at 
version 1.5, while the version of biblatex (updated via MikTeX package 
manager) required version 1.7. Done and it's all right now.


Thanks again to Andrew Parlsroe who kindly sent a help message!

best regards,
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-20 Thread Guido Milanese
Problem solved. In that particular installation of MikTeX biber was at 
version 1.5, while the version of biblatex (updated via MikTeX package 
manager) required version 1.7. Done and it's all right now.


Thanks again to Andrew Parlsroe who kindly sent a help message!

best regards,
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-20 Thread Guido Milanese
Problem solved. In that particular installation of MikTeX biber was at 
version 1.5, while the version of biblatex (updated via MikTeX package 
manager) required version 1.7. Done and it's all right now.


Thanks again to Andrew Parlsroe who kindly sent a help message!

best regards,
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


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


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


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


Re: Parallel texts and LyX

2010-02-02 Thread Guido Milanese
On 30/01/2010 Pavel Sanda wrote:
 Guido Milanese wrote:
  as many among you know, the package 'ledpar', written by Peter Wilson,
 
 not maintained anymore.
 
  My questions are:
  (*) is there any support for this package in LyX?
 
 no. you might want to look at bug #4221.
 
  (*) if not, can you suggest any other suitable solution for this kind of
  texts in LyX?
 
 i would switch to pure latex for this task.

Thanks. An additional question: what about LyX support for parallel
and the more recent packages of this family, as pdfcolparallel? They
seem to be well supported by Heiko Oberdiek.

thanks again,
gm
-- 
Guido Milanese - Professor of Latin
The Catholic University, Milan and Brescia, Italy
http://docenti.unicatt.it/ita/guido_fabrizio_milanese
http://www.arsantiqua.org



Re: Parallel texts and LyX

2010-02-02 Thread Guido Milanese
On 30/01/2010 Pavel Sanda wrote:
 Guido Milanese wrote:
  as many among you know, the package 'ledpar', written by Peter Wilson,
 
 not maintained anymore.
 
  My questions are:
  (*) is there any support for this package in LyX?
 
 no. you might want to look at bug #4221.
 
  (*) if not, can you suggest any other suitable solution for this kind of
  texts in LyX?
 
 i would switch to pure latex for this task.

Thanks. An additional question: what about LyX support for parallel
and the more recent packages of this family, as pdfcolparallel? They
seem to be well supported by Heiko Oberdiek.

thanks again,
gm
-- 
Guido Milanese - Professor of Latin
The Catholic University, Milan and Brescia, Italy
http://docenti.unicatt.it/ita/guido_fabrizio_milanese
http://www.arsantiqua.org



Re: Parallel texts and LyX

2010-02-02 Thread Guido Milanese
On 30/01/2010 Pavel Sanda wrote:
> Guido Milanese wrote:
> > as many among you know, the package 'ledpar', written by Peter Wilson,
> 
> not maintained anymore.
> 
> > My questions are:
> > (*) is there any support for this package in LyX?
> 
> no. you might want to look at bug #4221.
> 
> > (*) if not, can you suggest any other suitable solution for this kind of
> > texts in LyX?
> 
> i would switch to pure latex for this task.

Thanks. An additional question: what about LyX support for "parallel"
and the more recent packages of this family, as "pdfcolparallel"? They
seem to be well supported by Heiko Oberdiek.

thanks again,
gm
-- 
Guido Milanese - Professor of Latin
The Catholic University, Milan and Brescia, Italy
http://docenti.unicatt.it/ita/guido_fabrizio_milanese
http://www.arsantiqua.org



Parallel texts and LyX

2010-01-30 Thread Guido Milanese
Dear Experts,
as many among you know, the package 'ledpar', written by Peter Wilson,
makes possible the typesetting of books with a facing translation or a
facing commentary, e.g. odd pages English text -- even pages French
translation.
My questions are:
(*) is there any support for this package in LyX?
(*) if not, can you suggest any other suitable solution for this kind of
texts in LyX?
(*) same questions for parallel texts in columns and not in facing
pages.

Many thanks!
guido, italy
-- 
Guido Milanese - Professor of Latin
The Catholic University, Milan and Brescia, Italy
http://docenti.unicatt.it/ita/guido_fabrizio_milanese
http://www.arsantiqua.org



Parallel texts and LyX

2010-01-30 Thread Guido Milanese
Dear Experts,
as many among you know, the package 'ledpar', written by Peter Wilson,
makes possible the typesetting of books with a facing translation or a
facing commentary, e.g. odd pages English text -- even pages French
translation.
My questions are:
(*) is there any support for this package in LyX?
(*) if not, can you suggest any other suitable solution for this kind of
texts in LyX?
(*) same questions for parallel texts in columns and not in facing
pages.

Many thanks!
guido, italy
-- 
Guido Milanese - Professor of Latin
The Catholic University, Milan and Brescia, Italy
http://docenti.unicatt.it/ita/guido_fabrizio_milanese
http://www.arsantiqua.org



Parallel texts and LyX

2010-01-30 Thread Guido Milanese
Dear Experts,
as many among you know, the package 'ledpar', written by Peter Wilson,
makes possible the typesetting of books with a facing translation or a
facing commentary, e.g. odd pages English text -- even pages French
translation.
My questions are:
(*) is there any support for this package in LyX?
(*) if not, can you suggest any other suitable solution for this kind of
texts in LyX?
(*) same questions for parallel texts in columns and not in facing
pages.

Many thanks!
guido, italy
-- 
Guido Milanese - Professor of Latin
The Catholic University, Milan and Brescia, Italy
http://docenti.unicatt.it/ita/guido_fabrizio_milanese
http://www.arsantiqua.org



Re: LyX and the Humanities

2010-01-18 Thread Guido Milanese
On 18/01/2010 at 08.13 +, Guenter Milde wrote:

 It might be interesting to give some hints about writing Greek in LyX.
 
 It is easy using Unicode input. Recently, also polytonic (ancient)
 Greek is supported (with some remaining issues).

Yes, already done, thanks! Much better now than with older versions
(1.5). With Unicode it's all easier. As font I suggest libertine, which
is easy to install with the appropriate package. Gentium AFAIK needs
more 'manual' work, correct?

thanks again.
gm
-- 
Guido Milanese - Professor of Latin
The Catholic University, Milan and Brescia, Italy
http://docenti.unicatt.it/ita/guido_fabrizio_milanese
http://www.arsantiqua.org



Re: LyX and the Humanities

2010-01-18 Thread Guido Milanese
On 18/01/2010 at 08.13 +, Guenter Milde wrote:

 It might be interesting to give some hints about writing Greek in LyX.
 
 It is easy using Unicode input. Recently, also polytonic (ancient)
 Greek is supported (with some remaining issues).

Yes, already done, thanks! Much better now than with older versions
(1.5). With Unicode it's all easier. As font I suggest libertine, which
is easy to install with the appropriate package. Gentium AFAIK needs
more 'manual' work, correct?

thanks again.
gm
-- 
Guido Milanese - Professor of Latin
The Catholic University, Milan and Brescia, Italy
http://docenti.unicatt.it/ita/guido_fabrizio_milanese
http://www.arsantiqua.org



Re: LyX and the Humanities

2010-01-18 Thread Guido Milanese
On 18/01/2010 at 08.13 +, Guenter Milde wrote:

> It might be interesting to give some hints about writing Greek in LyX.
> 
> It is easy using Unicode input. Recently, also polytonic (ancient)
> Greek is supported (with some remaining issues).

Yes, already done, thanks! Much better now than with older versions
(<1.5). With Unicode it's all easier. As font I suggest libertine, which
is easy to install with the appropriate package. Gentium AFAIK needs
more 'manual' work, correct?

thanks again.
gm
-- 
Guido Milanese - Professor of Latin
The Catholic University, Milan and Brescia, Italy
http://docenti.unicatt.it/ita/guido_fabrizio_milanese
http://www.arsantiqua.org



Re: LyX and the Humanities

2010-01-17 Thread Guido Milanese
Il giorno sab, 16/01/2010 alle 10.30 -0500, Maria Gouskova ha scritto:
 At least some areas of linguistics could be placed in the humanities,
 so you might want to check out http://wiki.lyx.org/LyX/LinguistLyX.
Yes, thanks -- I had already mentioned this very useful document in my
original message:
  I read the document about LyX and linguistics [...]

Thank you anyway!
gm

-- 
Guido Milanese - Professor of Latin
The Catholic University, Milan and Brescia, Italy
http://docenti.unicatt.it/ita/guido_fabrizio_milanese
http://www.arsantiqua.org



Re: LyX and the Humanities

2010-01-17 Thread Guido Milanese
On 16/01/2010 at 09.14 -0500, rgheck wrote:
   
 I don't know of any, but there are plenty of humanists around the list 
 if you need to ask questions. E.g., I'm a philosopher, and I know of two 
 others who regularly contribute to the list.

Yes, I know, and that's why I posted the question here! I hope to get
some more answers after the weekend :-)

Thank you,
gm

-- 
Guido Milanese - Professor of Latin
The Catholic University, Milan and Brescia, Italy
http://docenti.unicatt.it/ita/guido_fabrizio_milanese
http://www.arsantiqua.org



Re: LyX and the Humanities

2010-01-17 Thread Guido Milanese
Il giorno sab, 16/01/2010 alle 10.30 -0500, Maria Gouskova ha scritto:
 At least some areas of linguistics could be placed in the humanities,
 so you might want to check out http://wiki.lyx.org/LyX/LinguistLyX.
Yes, thanks -- I had already mentioned this very useful document in my
original message:
  I read the document about LyX and linguistics [...]

Thank you anyway!
gm

-- 
Guido Milanese - Professor of Latin
The Catholic University, Milan and Brescia, Italy
http://docenti.unicatt.it/ita/guido_fabrizio_milanese
http://www.arsantiqua.org



Re: LyX and the Humanities

2010-01-17 Thread Guido Milanese
On 16/01/2010 at 09.14 -0500, rgheck wrote:
   
 I don't know of any, but there are plenty of humanists around the list 
 if you need to ask questions. E.g., I'm a philosopher, and I know of two 
 others who regularly contribute to the list.

Yes, I know, and that's why I posted the question here! I hope to get
some more answers after the weekend :-)

Thank you,
gm

-- 
Guido Milanese - Professor of Latin
The Catholic University, Milan and Brescia, Italy
http://docenti.unicatt.it/ita/guido_fabrizio_milanese
http://www.arsantiqua.org



Re: LyX and the Humanities

2010-01-17 Thread Guido Milanese
Il giorno sab, 16/01/2010 alle 10.30 -0500, Maria Gouskova ha scritto:
> At least some areas of linguistics could be placed in the humanities,
> so you might want to check out http://wiki.lyx.org/LyX/LinguistLyX.
Yes, thanks -- I had already mentioned this very useful document in my
original message:
> >> I read the document about LyX and linguistics [...]

Thank you anyway!
gm

-- 
Guido Milanese - Professor of Latin
The Catholic University, Milan and Brescia, Italy
http://docenti.unicatt.it/ita/guido_fabrizio_milanese
http://www.arsantiqua.org



Re: LyX and the Humanities

2010-01-17 Thread Guido Milanese
On 16/01/2010 at 09.14 -0500, rgheck wrote:
   
> I don't know of any, but there are plenty of humanists around the list 
> if you need to ask questions. E.g., I'm a philosopher, and I know of two 
> others who regularly contribute to the list.

Yes, I know, and that's why I posted the question here! I hope to get
some more answers after the weekend :-)

Thank you,
gm

-- 
Guido Milanese - Professor of Latin
The Catholic University, Milan and Brescia, Italy
http://docenti.unicatt.it/ita/guido_fabrizio_milanese
http://www.arsantiqua.org



LyX and the Humanities

2010-01-16 Thread Guido Milanese
Dear all, I am writing a book on LaTeX and LyX in the field of the
Humanities. I read the document about LyX and linguistics and also the
HumanitiesLyX section in the wiki pages; can someone kindly point out
any other good article about LyX in the Humanities?

Thanks a lot! Best regards,
guido m
-- 
Guido Milanese - Professor of Latin
The Catholic University, Milan and Brescia, Italy
http://docenti.unicatt.it/ita/guido_fabrizio_milanese
http://www.arsantiqua.org



LyX and the Humanities

2010-01-16 Thread Guido Milanese
Dear all, I am writing a book on LaTeX and LyX in the field of the
Humanities. I read the document about LyX and linguistics and also the
HumanitiesLyX section in the wiki pages; can someone kindly point out
any other good article about LyX in the Humanities?

Thanks a lot! Best regards,
guido m
-- 
Guido Milanese - Professor of Latin
The Catholic University, Milan and Brescia, Italy
http://docenti.unicatt.it/ita/guido_fabrizio_milanese
http://www.arsantiqua.org



LyX and the Humanities

2010-01-16 Thread Guido Milanese
Dear all, I am writing a book on LaTeX and LyX in the field of the
Humanities. I read the document about LyX and linguistics and also the
"HumanitiesLyX" section in the wiki pages; can someone kindly point out
any other good article about LyX in the Humanities?

Thanks a lot! Best regards,
guido m
-- 
Guido Milanese - Professor of Latin
The Catholic University, Milan and Brescia, Italy
http://docenti.unicatt.it/ita/guido_fabrizio_milanese
http://www.arsantiqua.org



Re: Problems on a Mac

2009-03-05 Thread Guido Milanese
Thanks a lot for your suggestion. We'll test it and let you know.

Best regards,
guido

-- 
Guido Milanese - Professor of Latin Language and Literature
The Catholic University, Milan and Brescia, Italy
http://docenti.unicatt.it/milanese_guido
http://www.arsantiqua.org


Re: Problems on a Mac

2009-03-05 Thread Guido Milanese
Thanks a lot for your suggestion. We'll test it and let you know.

Best regards,
guido

-- 
Guido Milanese - Professor of Latin Language and Literature
The Catholic University, Milan and Brescia, Italy
http://docenti.unicatt.it/milanese_guido
http://www.arsantiqua.org


Re: Problems on a Mac

2009-03-05 Thread Guido Milanese
Thanks a lot for your suggestion. We'll test it and let you know.

Best regards,
guido

-- 
Guido Milanese - Professor of Latin Language and Literature
The Catholic University, Milan and Brescia, Italy
http://docenti.unicatt.it/milanese_guido
http://www.arsantiqua.org


Problems on a Mac

2009-03-01 Thread Guido Milanese
Dear Experts,
I am not a real LyX User (I prefer LaTeX) but I always suggest LyX to 
my students and to everyone wishing to leave the Word-like approach 
to writing.
Most of my students use Windows, and it's all right, some Linux, even 
better, but a PhD student using a Mac apparently cannot reconfigure 
LyX. The LaTeX installation is all right: it produces PDF and DVI 
with no problems at all.
Using LyX, even a very simple file, this student cannot produce PDF or 
DVI. Checking the configuration boxes it seems to me to be all right; 
I made a comparison with LyX on my Ubuntu installation and I cannot 
detect any problem, but non even the PDF and DVI icons are shown 
(through menu we get an error message saying that there is no 
converter). The students is using a Mac Book Air equipped with Mac OS 
X version 10.5.6; Lyx version is 1.6.1-Universal. Removing the 
programme and installing again was not successful.

Many thanks!
gm

-- 
Guido Milanese - Professor of Latin Language and Literature
The Catholic University, Milan and Brescia, Italy
http://docenti.unicatt.it/milanese_guido
http://www.arsantiqua.org


Problems on a Mac

2009-03-01 Thread Guido Milanese
Dear Experts,
I am not a real LyX User (I prefer LaTeX) but I always suggest LyX to 
my students and to everyone wishing to leave the Word-like approach 
to writing.
Most of my students use Windows, and it's all right, some Linux, even 
better, but a PhD student using a Mac apparently cannot reconfigure 
LyX. The LaTeX installation is all right: it produces PDF and DVI 
with no problems at all.
Using LyX, even a very simple file, this student cannot produce PDF or 
DVI. Checking the configuration boxes it seems to me to be all right; 
I made a comparison with LyX on my Ubuntu installation and I cannot 
detect any problem, but non even the PDF and DVI icons are shown 
(through menu we get an error message saying that there is no 
converter). The students is using a Mac Book Air equipped with Mac OS 
X version 10.5.6; Lyx version is 1.6.1-Universal. Removing the 
programme and installing again was not successful.

Many thanks!
gm

-- 
Guido Milanese - Professor of Latin Language and Literature
The Catholic University, Milan and Brescia, Italy
http://docenti.unicatt.it/milanese_guido
http://www.arsantiqua.org


Problems on a Mac

2009-03-01 Thread Guido Milanese
Dear Experts,
I am not a real LyX User (I prefer LaTeX) but I always suggest LyX to 
my students and to everyone wishing to leave the Word-like approach 
to writing.
Most of my students use Windows, and it's all right, some Linux, even 
better, but a PhD student using a Mac apparently cannot reconfigure 
LyX. The LaTeX installation is all right: it produces PDF and DVI 
with no problems at all.
Using LyX, even a very simple file, this student cannot produce PDF or 
DVI. Checking the configuration boxes it seems to me to be all right; 
I made a comparison with LyX on my Ubuntu installation and I cannot 
detect any problem, but non even the PDF and DVI icons are shown 
(through menu we get an error message saying that there is no 
converter). The students is using a Mac Book Air equipped with Mac OS 
X version 10.5.6; Lyx version is 1.6.1-Universal. Removing the 
programme and installing again was not successful.

Many thanks!
gm

-- 
Guido Milanese - Professor of Latin Language and Literature
The Catholic University, Milan and Brescia, Italy
http://docenti.unicatt.it/milanese_guido
http://www.arsantiqua.org


Lyx configuration on a Mac: problems

2009-02-26 Thread Guido Milanese
SENDING AGAIN - APOLOGIES FOR THE MISTAKE

Dear Experts,
I am not a real LyX User (I prefer LaTeX) but I always suggest LyX to 
my students and to everyone wiching to leave the Word-like approach 
to writing.
Most of my students use Windows, and it's all right, some Linux, even 
better, but a PhD student using a Mac apparently cannot reconfigure 
LyX. The LaTeX installation is all right: it produces PDF and DVI 
with no problems at all.
Using LyX, even a very simple file, this student cannot produce PDF or 
DVI. Checking the configuration boxes it seems to me to be all right; 
I made a camparison with LyX on my Ubuntu installation and I cannot 
detect any problem. The students is using Mac Book Air; Mac OS X 
version 10.5.6; Lyx version 1.6.1-Universal.
She tried to install again but to no success. Is this a know problem? 
what can I suggest?

Thanks,
guido, italy

-- 
Guido Milanese - Professor of Latin Language and Literature
The Catholic University, Milan and Brescia, Italy
http://docenti.unicatt.it/milanese_guido
http://www.arsantiqua.org


Lyx configuration on a Mac: problems

2009-02-26 Thread Guido Milanese
SENDING AGAIN - APOLOGIES FOR THE MISTAKE

Dear Experts,
I am not a real LyX User (I prefer LaTeX) but I always suggest LyX to 
my students and to everyone wiching to leave the Word-like approach 
to writing.
Most of my students use Windows, and it's all right, some Linux, even 
better, but a PhD student using a Mac apparently cannot reconfigure 
LyX. The LaTeX installation is all right: it produces PDF and DVI 
with no problems at all.
Using LyX, even a very simple file, this student cannot produce PDF or 
DVI. Checking the configuration boxes it seems to me to be all right; 
I made a camparison with LyX on my Ubuntu installation and I cannot 
detect any problem. The students is using Mac Book Air; Mac OS X 
version 10.5.6; Lyx version 1.6.1-Universal.
She tried to install again but to no success. Is this a know problem? 
what can I suggest?

Thanks,
guido, italy

-- 
Guido Milanese - Professor of Latin Language and Literature
The Catholic University, Milan and Brescia, Italy
http://docenti.unicatt.it/milanese_guido
http://www.arsantiqua.org


Lyx configuration on a Mac: problems

2009-02-26 Thread Guido Milanese
SENDING AGAIN - APOLOGIES FOR THE MISTAKE

Dear Experts,
I am not a real LyX User (I prefer LaTeX) but I always suggest LyX to 
my students and to everyone wiching to leave the Word-like approach 
to writing.
Most of my students use Windows, and it's all right, some Linux, even 
better, but a PhD student using a Mac apparently cannot reconfigure 
LyX. The LaTeX installation is all right: it produces PDF and DVI 
with no problems at all.
Using LyX, even a very simple file, this student cannot produce PDF or 
DVI. Checking the configuration boxes it seems to me to be all right; 
I made a camparison with LyX on my Ubuntu installation and I cannot 
detect any problem. The students is using Mac Book Air; Mac OS X 
version 10.5.6; Lyx version 1.6.1-Universal.
She tried to install again but to no success. Is this a know problem? 
what can I suggest?

Thanks,
guido, italy

-- 
Guido Milanese - Professor of Latin Language and Literature
The Catholic University, Milan and Brescia, Italy
http://docenti.unicatt.it/milanese_guido
http://www.arsantiqua.org


Re: LyX Qt under Gnome environment

2008-01-20 Thread Guido Milanese
On Friday 18 January 2008 03:00:21 Raymond Ouellette wrote:
[...]
 [installation instructions]

Perfect, thanks a lot! The only problem I have is that LyX cannot see LaTeX; 
in fact texlive installs in /usr/local/texlive/2007, e.g. article.cls is at
/usr/local/texlive/2007/texmf-dist/tex/latex/base/article.cls

Would you suggest a symlink from /usr/local/texlive/2007 to a more tetex-like 
path, as /usr/share/texmf?

thanks again,
guido milanese, italy
-- 
http://docenti.unicatt.it/milanese_guido
http://www.arsantiqua.org


Re: LyX Qt under Gnome environment

2008-01-20 Thread Guido Milanese
On Friday 18 January 2008 03:00:21 Raymond Ouellette wrote:
[...]
 [installation instructions]

Perfect, thanks a lot! The only problem I have is that LyX cannot see LaTeX; 
in fact texlive installs in /usr/local/texlive/2007, e.g. article.cls is at
/usr/local/texlive/2007/texmf-dist/tex/latex/base/article.cls

Would you suggest a symlink from /usr/local/texlive/2007 to a more tetex-like 
path, as /usr/share/texmf?

thanks again,
guido milanese, italy
-- 
http://docenti.unicatt.it/milanese_guido
http://www.arsantiqua.org


Re: LyX Qt under Gnome environment

2008-01-20 Thread Guido Milanese
On Friday 18 January 2008 03:00:21 Raymond Ouellette wrote:
>[...]
> [installation instructions]

Perfect, thanks a lot! The only problem I have is that LyX cannot see LaTeX; 
in fact texlive installs in /usr/local/texlive/2007, e.g. article.cls is at
/usr/local/texlive/2007/texmf-dist/tex/latex/base/article.cls

Would you suggest a symlink from /usr/local/texlive/2007 to a more tetex-like 
path, as /usr/share/texmf?

thanks again,
guido milanese, italy
-- 
http://docenti.unicatt.it/milanese_guido
http://www.arsantiqua.org


Re: LyX Qt under Gnome environment

2008-01-17 Thread Guido Milanese
On Wednesday 16 January 2008 05:17:48 Raymond Ouellette wrote:
 p.s. If necessary, I can upload my deb package of LyX 1.5.3 for the ftp 
site.
I have a question partially related to your post. I am using Ubuntu 7.10, and 
I cannot install LyX using Synaptic (the package installation system of 
Ubuntu) because I have a TeXLive in stallation, installed from the CD, and 
the paths are not the same of the Ubuntu installation; so if I try to install 
from Synaptic, the animal complains saying that it will also install TeX, 
which will mess up all the TeXLive paths (already tried, a whole evening lost 
uninstalling and in stalling again TeX). Also the debian installer tries to 
do the same.
Questions:
(1) is compilation on Ubuntu difficult? I thinks that compiling and installing 
manually should avoid the problem I mentioned;
(2) if (1) is not practical, can anyone suggest all the symlink that I should 
set up to persuade Synaptic that I have already a TeX system running?

Many thanks,
guido milanese, italy

-- 
http://docenti.unicatt.it/milanese_guido
http://www.arsantiqua.org


Re: LyX Qt under Gnome environment

2008-01-17 Thread Guido Milanese
On Wednesday 16 January 2008 05:17:48 Raymond Ouellette wrote:
 p.s. If necessary, I can upload my deb package of LyX 1.5.3 for the ftp 
site.
I have a question partially related to your post. I am using Ubuntu 7.10, and 
I cannot install LyX using Synaptic (the package installation system of 
Ubuntu) because I have a TeXLive in stallation, installed from the CD, and 
the paths are not the same of the Ubuntu installation; so if I try to install 
from Synaptic, the animal complains saying that it will also install TeX, 
which will mess up all the TeXLive paths (already tried, a whole evening lost 
uninstalling and in stalling again TeX). Also the debian installer tries to 
do the same.
Questions:
(1) is compilation on Ubuntu difficult? I thinks that compiling and installing 
manually should avoid the problem I mentioned;
(2) if (1) is not practical, can anyone suggest all the symlink that I should 
set up to persuade Synaptic that I have already a TeX system running?

Many thanks,
guido milanese, italy

-- 
http://docenti.unicatt.it/milanese_guido
http://www.arsantiqua.org


Re: LyX Qt under Gnome environment

2008-01-17 Thread Guido Milanese
On Wednesday 16 January 2008 05:17:48 Raymond Ouellette wrote:
> p.s. If necessary, I can upload my deb package of LyX 1.5.3 for the ftp 
>site.
I have a question partially related to your post. I am using Ubuntu 7.10, and 
I cannot install LyX using Synaptic (the package installation system of 
Ubuntu) because I have a TeXLive in stallation, installed from the CD, and 
the paths are not the same of the Ubuntu installation; so if I try to install 
from Synaptic, the animal complains saying that it will also install TeX, 
which will mess up all the TeXLive paths (already tried, a whole evening lost 
uninstalling and in stalling again TeX). Also the debian installer tries to 
do the same.
Questions:
(1) is compilation on Ubuntu difficult? I thinks that compiling and installing 
manually should avoid the problem I mentioned;
(2) if (1) is not practical, can anyone suggest all the symlink that I should 
set up to persuade Synaptic that I have already a TeX system running?

Many thanks,
guido milanese, italy

-- 
http://docenti.unicatt.it/milanese_guido
http://www.arsantiqua.org


Re: 1.4.3 windows binaries don't work?

2006-09-24 Thread Guido Milanese
Joost Verburg wrote:

Can you try to start a command prompt (Start  Run  cmd), go to the LyX 
directory using cd, and type lyx.exe? What output does it show?

Exactly what I wrote in my previous message: the program cannot be executed. 
The same happens if I try to execute lyx.bat -- that's why I was sayng (as a 
person who knows nothing about Windows) this looks as a permission error.

Really lost!
Thanks,
Guido, Italy

-- 
Guido Milanese
Vocal Ensemble Ars Antiqua, Genova (Genoa), Italy
http://www.arsantiqua.org


Re: 1.4.3 windows binaries don't work?

2006-09-24 Thread Guido Milanese
Joost Verburg wrote:

Can you try to start a command prompt (Start  Run  cmd), go to the LyX 
directory using cd, and type lyx.exe? What output does it show?

Exactly what I wrote in my previous message: the program cannot be executed. 
The same happens if I try to execute lyx.bat -- that's why I was sayng (as a 
person who knows nothing about Windows) this looks as a permission error.

Really lost!
Thanks,
Guido, Italy

-- 
Guido Milanese
Vocal Ensemble Ars Antiqua, Genova (Genoa), Italy
http://www.arsantiqua.org


Re: 1.4.3 windows binaries don't work?

2006-09-24 Thread Guido Milanese
Joost Verburg wrote:

>Can you try to start a command prompt (Start > Run > cmd), go to the LyX 
>directory using cd, and type lyx.exe? What output does it show?

Exactly what I wrote in my previous message: the program cannot be executed. 
The same happens if I try to execute lyx.bat -- that's why I was sayng (as a 
person who knows nothing about Windows) "this looks as a permission error".

Really lost!
Thanks,
Guido, Italy

-- 
Guido Milanese
Vocal Ensemble Ars Antiqua, Genova (Genoa), Italy
http://www.arsantiqua.org


Re: 1.4.3 windows binaries don't work?

2006-09-23 Thread Guido Milanese
Mukhtar Ullah wrote on 
Sat, 23 Sep 2006 06:35:53 -0700

Same problem here. I was afraid to ask thinking I must be doing somethin 
wrong.

Me too. the Dos window flashes for a moment and disappewars immetiately. If 
I were on Unix-like systems (as I normally am) I would say it's a matter of 
permissions, because trying to call the program from a dos window I get an 
error messages sayng that it is not possible to start this program.

Sorry, because I was showing the program to a Windows-W***d-IE addict who was 
very inpressed by LyX on my Linux system...

Thanks a lot,
g

-- 
Guido Milanese
Vocal Ensemble Ars Antiqua, Genova (Genoa), Italy
http://www.arsantiqua.org


Re: 1.4.3 windows binaries don't work?

2006-09-23 Thread Guido Milanese
Mukhtar Ullah wrote on 
Sat, 23 Sep 2006 06:35:53 -0700

Same problem here. I was afraid to ask thinking I must be doing somethin 
wrong.

Me too. the Dos window flashes for a moment and disappewars immetiately. If 
I were on Unix-like systems (as I normally am) I would say it's a matter of 
permissions, because trying to call the program from a dos window I get an 
error messages sayng that it is not possible to start this program.

Sorry, because I was showing the program to a Windows-W***d-IE addict who was 
very inpressed by LyX on my Linux system...

Thanks a lot,
g

-- 
Guido Milanese
Vocal Ensemble Ars Antiqua, Genova (Genoa), Italy
http://www.arsantiqua.org


Re: 1.4.3 windows binaries don't work?

2006-09-23 Thread Guido Milanese
Mukhtar Ullah wrote on 
Sat, 23 Sep 2006 06:35:53 -0700

>Same problem here. I was afraid to ask thinking I must be doing somethin 
>wrong.

Me too. the "Dos" window flashes for a moment and disappewars immetiately. If 
I were on Unix-like systems (as I normally am) I would say it's a matter of 
permissions, because trying to call the program from a "dos" window I get an 
error messages sayng that it is not possible to start this program.

Sorry, because I was showing the program to a Windows-W***d-IE addict who was 
very inpressed by LyX on my Linux system...

Thanks a lot,
g

-- 
Guido Milanese
Vocal Ensemble Ars Antiqua, Genova (Genoa), Italy
http://www.arsantiqua.org


Re: converting lyx to word

2005-06-24 Thread Guido Milanese
Quick suggestion. It is what I do all the time, with good results:

(1) export as latex
(2) put in a separate directoy all the stuff you need (latex file and bibtex 
files).
(3) install tex4ht
http://www.cse.ohio-state.edu/~gurari/TeX4ht/mn.html
(4) install open office if you don't have already
(5) run tex4ht with a script to obtain an OpenOffice file (oolatex)
(6) from Open office, save as doc or rtf.

HTH,
g
ps the reason of a separate directory: tex4ht (oolatex in this case) produces a 
lot of intermediate files. Better keep the original in a separate place.

 ==
 Date: Fri, 24 Jun 2005 14:14:26 +0200
 From: [EMAIL PROTECTED] (Martin A. Hansen)
 To: lyx-users@lists.lyx.org
 Subject: converting lyx to word
 ==
 
 hello people
 
 
 deadline is today:
 
 i need to convert my article from lyx to word preserving the 
 references.





Re: converting lyx to word

2005-06-24 Thread Guido Milanese
Quick suggestion. It is what I do all the time, with good results:

(1) export as latex
(2) put in a separate directoy all the stuff you need (latex file and bibtex 
files).
(3) install tex4ht
http://www.cse.ohio-state.edu/~gurari/TeX4ht/mn.html
(4) install open office if you don't have already
(5) run tex4ht with a script to obtain an OpenOffice file (oolatex)
(6) from Open office, save as doc or rtf.

HTH,
g
ps the reason of a separate directory: tex4ht (oolatex in this case) produces a 
lot of intermediate files. Better keep the original in a separate place.

 ==
 Date: Fri, 24 Jun 2005 14:14:26 +0200
 From: [EMAIL PROTECTED] (Martin A. Hansen)
 To: lyx-users@lists.lyx.org
 Subject: converting lyx to word
 ==
 
 hello people
 
 
 deadline is today:
 
 i need to convert my article from lyx to word preserving the 
 references.





Re: converting lyx to word

2005-06-24 Thread Guido Milanese
Quick suggestion. It is what I do all the time, with good results:

(1) export as latex
(2) put in a separate directoy all the stuff you need (latex file and bibtex 
files).
(3) install tex4ht
http://www.cse.ohio-state.edu/~gurari/TeX4ht/mn.html
(4) install open office if you don't have already
(5) run tex4ht with a script to obtain an OpenOffice file (oolatex)
(6) from Open office, save as doc or rtf.

HTH,
g
ps the reason of a separate directory: tex4ht (oolatex in this case) produces a 
lot of intermediate files. Better keep the original in a separate place.

> ==
> Date: Fri, 24 Jun 2005 14:14:26 +0200
> From: [EMAIL PROTECTED] (Martin A. Hansen)
> To: lyx-users@lists.lyx.org
> Subject: converting lyx to word
> ==
> 
> hello people
> 
> 
> deadline is today:
> 
> i need to convert my article from lyx to word preserving the 
> references.





Re: Selecting typefaces for ancient Greek?

2005-05-10 Thread Guido Milanese
   I am writing a text that contains brief snippets and quotes 
 from
 ancient Greek. The problem is that the Greek typeface I get is 
 not very
 nice (although it does scale correctly: I get a smaller size 
 for
 footnotes, etc.). It seems to be a bitmapped font.  Can anyone 
 tell me
 whether it's possible to select an alternative typeface for the 
 Greek
 language settings? 

I would suggest cbgreek (Claudio Beccari is the author). See ctan : 
fonts/greek/cb/
It offers Postscript fonts that are really excellent.

Other fonts/packages:

ibycus-babel : language/greek/package-babel/ibycus-babel/
to be used with the ibycus fonts

teubner : macros/latex/contrib/teubner/ 
for a more advanced use of Prof. Beccari's fonts.

HTH,
g.

Guido Milanese   - [EMAIL PROTECTED]
Vocal Ensemble Ars Antiqua - http://www.arsantiqua.org
** GAUDETE IN DOMINO SEMPER *




Re: Selecting typefaces for ancient Greek?

2005-05-10 Thread Guido Milanese
   I am writing a text that contains brief snippets and quotes 
 from
 ancient Greek. The problem is that the Greek typeface I get is 
 not very
 nice (although it does scale correctly: I get a smaller size 
 for
 footnotes, etc.). It seems to be a bitmapped font.  Can anyone 
 tell me
 whether it's possible to select an alternative typeface for the 
 Greek
 language settings? 

I would suggest cbgreek (Claudio Beccari is the author). See ctan : 
fonts/greek/cb/
It offers Postscript fonts that are really excellent.

Other fonts/packages:

ibycus-babel : language/greek/package-babel/ibycus-babel/
to be used with the ibycus fonts

teubner : macros/latex/contrib/teubner/ 
for a more advanced use of Prof. Beccari's fonts.

HTH,
g.

Guido Milanese   - [EMAIL PROTECTED]
Vocal Ensemble Ars Antiqua - http://www.arsantiqua.org
** GAUDETE IN DOMINO SEMPER *




Re: Selecting typefaces for ancient Greek?

2005-05-10 Thread Guido Milanese
>   I am writing a text that contains brief snippets and quotes 
> from
> ancient Greek. The problem is that the Greek typeface I get is 
> not very
> nice (although it does scale correctly: I get a smaller size 
> for
> footnotes, etc.). It seems to be a bitmapped font.  Can anyone 
> tell me
> whether it's possible to select an alternative typeface for the 
> Greek
> language settings? 

I would suggest cbgreek (Claudio Beccari is the author). See ctan : 
fonts/greek/cb/
It offers Postscript fonts that are really excellent.

Other fonts/packages:

ibycus-babel : language/greek/package-babel/ibycus-babel/
to be used with the ibycus fonts

teubner : macros/latex/contrib/teubner/ 
for a more advanced use of Prof. Beccari's fonts.

HTH,
g.

Guido Milanese   - [EMAIL PROTECTED]
Vocal Ensemble "Ars Antiqua" - http://www.arsantiqua.org
** GAUDETE IN DOMINO SEMPER *




Re: LyX-- htlatex -- Word

2004-10-17 Thread Guido Milanese
On Tuesday 12 October 2004 14:25, Dominik Waßenhoven wrote:
 Stefano Franchi schrieb:
  Well, OpenOffice failed as well to convert the footnotes/endnotes. Has
  anyone any idea on how to go from LyX (with Jurabib) to Word?
  Unfortunately the publisher insists on Word (a very common situation in
  the Humanities, I 'm afraid)

 I don't know tex4ht quite well, but it has a oolatex option/command.
 Have you tried this? I think it will convert directly to OpenOffice
 Writer format, and from there you could get to word.

Yes, I tried oolatex and deals with footnotes very well. Besides that, it 
knows also ho to deal with jurabib and natbib -- a very important feature for 
humanities. Going from Ooffice to Word is trivial and gives no problems at 
all. 

Best,
g.

-- 
Guido Milanese
Vocal Ensemble Ars Antiqua, Genova (Genoa), Italy
http://www.arsantiqua.org


Re: Typing Classical Greek Text in LyX

2004-10-17 Thread Guido Milanese
On Friday 15 October 2004 12:21, Jon Riding wrote:
 I'm new to LyX and trying to discover whether LyX can handle
 an English document which includes words and phrases in Greek.

 Given that the Greek character set (including composites of
 base characters and breathings/diacritics) is defined in
 Unicode I figured I should be able to tell LyX to map my
 (English) keyboard to the Greek code points I want in Unicode.

 Is this possible or is LyX simply not the tool I should be
 using for this sort of thing?  If it can be done where can I
 find out how?  Any assistance much appreciated.

I have not yet upgraded to the latest version, but as far as I know LyX does 
not yet support Unicode (if so, there would be no problem). Personally, 
whenever I need a large amount of Greek text I write LaTeX code directly 
using gvim. If you are interested in an example, mail me privately and I'll 
send you a minimal file.

For short texts, add this in your preamble in LyX:

\usepackage[greek,german]{babel}  -- or other languages
\languageattribute{greek}{polutoniko} -- here is the attribute
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}

This is copied from a message posted by Matej Cepl (1/10/2003). You won't see 
Greek as you type but the DVI should be perfect. Good for short quotations.

g.

-- 
Guido Milanese
Vocal Ensemble Ars Antiqua, Genova (Genoa), Italy
http://www.arsantiqua.org


Re: LyX-- htlatex -- Word

2004-10-17 Thread Guido Milanese
On Tuesday 12 October 2004 14:25, Dominik Waßenhoven wrote:
 Stefano Franchi schrieb:
  Well, OpenOffice failed as well to convert the footnotes/endnotes. Has
  anyone any idea on how to go from LyX (with Jurabib) to Word?
  Unfortunately the publisher insists on Word (a very common situation in
  the Humanities, I 'm afraid)

 I don't know tex4ht quite well, but it has a oolatex option/command.
 Have you tried this? I think it will convert directly to OpenOffice
 Writer format, and from there you could get to word.

Yes, I tried oolatex and deals with footnotes very well. Besides that, it 
knows also ho to deal with jurabib and natbib -- a very important feature for 
humanities. Going from Ooffice to Word is trivial and gives no problems at 
all. 

Best,
g.

-- 
Guido Milanese
Vocal Ensemble Ars Antiqua, Genova (Genoa), Italy
http://www.arsantiqua.org


Re: Typing Classical Greek Text in LyX

2004-10-17 Thread Guido Milanese
On Friday 15 October 2004 12:21, Jon Riding wrote:
 I'm new to LyX and trying to discover whether LyX can handle
 an English document which includes words and phrases in Greek.

 Given that the Greek character set (including composites of
 base characters and breathings/diacritics) is defined in
 Unicode I figured I should be able to tell LyX to map my
 (English) keyboard to the Greek code points I want in Unicode.

 Is this possible or is LyX simply not the tool I should be
 using for this sort of thing?  If it can be done where can I
 find out how?  Any assistance much appreciated.

I have not yet upgraded to the latest version, but as far as I know LyX does 
not yet support Unicode (if so, there would be no problem). Personally, 
whenever I need a large amount of Greek text I write LaTeX code directly 
using gvim. If you are interested in an example, mail me privately and I'll 
send you a minimal file.

For short texts, add this in your preamble in LyX:

\usepackage[greek,german]{babel}  -- or other languages
\languageattribute{greek}{polutoniko} -- here is the attribute
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}

This is copied from a message posted by Matej Cepl (1/10/2003). You won't see 
Greek as you type but the DVI should be perfect. Good for short quotations.

g.

-- 
Guido Milanese
Vocal Ensemble Ars Antiqua, Genova (Genoa), Italy
http://www.arsantiqua.org


Re: LyX--> htlatex --> Word

2004-10-17 Thread Guido Milanese
On Tuesday 12 October 2004 14:25, Dominik Waßenhoven wrote:
> Stefano Franchi schrieb:
> > Well, OpenOffice failed as well to convert the footnotes/endnotes. Has
> > anyone any idea on how to go from LyX (with Jurabib) to Word?
> > Unfortunately the publisher insists on Word (a very common situation in
> > the Humanities, I 'm afraid)
>
> I don't know tex4ht quite well, but it has a oolatex option/command.
> Have you tried this? I think it will convert directly to OpenOffice
> Writer format, and from there you could get to word.

Yes, I tried oolatex and deals with footnotes very well. Besides that, it 
knows also ho to deal with jurabib and natbib -- a very important feature for 
humanities. Going from Ooffice to Word is trivial and gives no problems at 
all. 

Best,
g.

-- 
Guido Milanese
Vocal Ensemble Ars Antiqua, Genova (Genoa), Italy
http://www.arsantiqua.org


Re: Typing Classical Greek Text in LyX

2004-10-17 Thread Guido Milanese
On Friday 15 October 2004 12:21, Jon Riding wrote:
> I'm new to LyX and trying to discover whether LyX can handle
> an English document which includes words and phrases in Greek.
>
> Given that the Greek character set (including composites of
> base characters and breathings/diacritics) is defined in
> Unicode I figured I should be able to tell LyX to map my
> (English) keyboard to the Greek code points I want in Unicode.
>
> Is this possible or is LyX simply not the tool I should be
> using for this sort of thing?  If it can be done where can I
> find out how?  Any assistance much appreciated.

I have not yet upgraded to the latest version, but as far as I know LyX does 
not yet support Unicode (if so, there would be no problem). Personally, 
whenever I need a large amount of Greek text I write LaTeX code directly 
using gvim. If you are interested in an example, mail me privately and I'll 
send you a minimal file.

For short texts, add this in your preamble in LyX:

\usepackage[greek,german]{babel}  <-- or other languages
\languageattribute{greek}{polutoniko} <-- here is the attribute
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}

This is copied from a message posted by Matej Cepl (1/10/2003). You won't see 
Greek as you type but the DVI should be perfect. Good for short quotations.

g.

-- 
Guido Milanese
Vocal Ensemble Ars Antiqua, Genova (Genoa), Italy
http://www.arsantiqua.org


Re: Microsoft Word to Lyx

2004-10-12 Thread Guido Milanese
 Not, if they are very complicatedly structured...
 If they are simple, I follow a simple routine:
 
 a) I use KWord under Linux to open the doc-file
 b) I export from Kword as .tex file
 c) I check if the LaTeX file will run in TeX
 d) I start LyX and import the LaTeX file

This is good, but I also reccomend -- for free -- the excellent program Writer2LaTeX:
http://www.hj-gym.dk/~hj/writer2latex/

You need Open Office for that. An advantage is that it works both under Linux and 
under windows. So:
(1) Open the Word file with Open Office;
(2) Save as LaTeX.

That's all. It works normally like a charm.

From the presentation:
You can use this program:
* as a command line utility, independent of OpenOffice.org/StarOffice. 
* as an export filter for OpenOffice.org 1.1/StarOffice 7.
* from another java program.

g.






Re: Microsoft Word to Lyx

2004-10-12 Thread Guido Milanese
 Not, if they are very complicatedly structured...
 If they are simple, I follow a simple routine:
 
 a) I use KWord under Linux to open the doc-file
 b) I export from Kword as .tex file
 c) I check if the LaTeX file will run in TeX
 d) I start LyX and import the LaTeX file

This is good, but I also reccomend -- for free -- the excellent program Writer2LaTeX:
http://www.hj-gym.dk/~hj/writer2latex/

You need Open Office for that. An advantage is that it works both under Linux and 
under windows. So:
(1) Open the Word file with Open Office;
(2) Save as LaTeX.

That's all. It works normally like a charm.

From the presentation:
You can use this program:
* as a command line utility, independent of OpenOffice.org/StarOffice. 
* as an export filter for OpenOffice.org 1.1/StarOffice 7.
* from another java program.

g.






Re: Microsoft Word to Lyx

2004-10-12 Thread Guido Milanese
> Not, if they are very complicatedly structured...
> If they are simple, I follow a simple routine:
> 
> a) I use KWord under Linux to open the doc-file
> b) I export from Kword as .tex file
> c) I check if the LaTeX file will run in TeX
> d) I start LyX and import the LaTeX file

This is good, but I also reccomend -- for free -- the excellent program Writer2LaTeX:
http://www.hj-gym.dk/~hj/writer2latex/

You need Open Office for that. An advantage is that it works both under Linux and 
under windows. So:
(1) Open the Word file with Open Office;
(2) Save as LaTeX.

That's all. It works normally like a charm.

>From the presentation:
You can use this program:
* as a command line utility, independent of OpenOffice.org/StarOffice. 
* as an export filter for OpenOffice.org 1.1/StarOffice 7.
* from another java program.

g.






Re: web link in bibtex

2003-12-01 Thread Guido Milanese
On Saturday 29 November 2003 22:46, Kim Roland Rasmussen wrote:
 I'd suggest using the url package by putting the following in
 your preamble:

 \usepackage{url}

 and then use \url{...} in your bibtex file. E.g.

 @Article{WEP-1,
   title =   Security Of The WEP Algorithm,
   author =  Nikita Borisov, Ian Goldberg, David Wagner,
   publisher =  
 \url{http://www.isaac.cs.berkeley.edu/isaac/wep-faq.html},
 (26.10.2003),
 }

Using natbib or jurabib a native url field is supported. Better use 
the most recent release of the url package.

g.

-- 
Guido Milanese
Vocal Ensemble Ars Antiqua, Genova, Italy
http://www.arsantiqua.org
*** GAUDETE IN DOMINO SEMPER ***



Re: web link in bibtex

2003-12-01 Thread Guido Milanese
On Saturday 29 November 2003 22:46, Kim Roland Rasmussen wrote:
 I'd suggest using the url package by putting the following in
 your preamble:

 \usepackage{url}

 and then use \url{...} in your bibtex file. E.g.

 @Article{WEP-1,
   title =   Security Of The WEP Algorithm,
   author =  Nikita Borisov, Ian Goldberg, David Wagner,
   publisher =  
 \url{http://www.isaac.cs.berkeley.edu/isaac/wep-faq.html},
 (26.10.2003),
 }

Using natbib or jurabib a native url field is supported. Better use 
the most recent release of the url package.

g.

-- 
Guido Milanese
Vocal Ensemble Ars Antiqua, Genova, Italy
http://www.arsantiqua.org
*** GAUDETE IN DOMINO SEMPER ***



Re: web link in bibtex

2003-12-01 Thread Guido Milanese
On Saturday 29 November 2003 22:46, Kim Roland Rasmussen wrote:
> I'd suggest using the "url" package by putting the following in
> your preamble:
>
> \usepackage{url}
>
> and then use \url{...} in your bibtex file. E.g.
>
> @Article{WEP-1,
>   title =   "Security Of The WEP Algorithm",
>   author =  "Nikita Borisov, Ian Goldberg, David Wagner",
>   publisher =  
> "\url{http://www.isaac.cs.berkeley.edu/isaac/wep-faq.html},
> (26.10.2003)",
> }

Using natbib or jurabib a "native" url field is supported. Better use 
the most recent release of the url package.

g.

-- 
Guido Milanese
Vocal Ensemble "Ars Antiqua", Genova, Italy
http://www.arsantiqua.org
*** GAUDETE IN DOMINO SEMPER ***



Using LyX for a dissertation (Italian)

2003-11-18 Thread Guido Milanese
I would like to inform particularly Italian listmembers that I have 
uploaded a little manual for writing a dissertation using LaTeX, LyX 
and BibTeX. Please go to

http://www2.unicatt.it/unicattolica/docenti/index.html

enter my surname (milanese) and go to the download page. This little 
manual (22 pages) is written in Italian and is designed for students 
in the humanities field. Both Linux and Windows instruction is 
provided.

gm

-- 
Guido Milanese
Vocal Ensemble Ars Antiqua, Genova, Italy
http://www.arsantiqua.org
*** GAUDETE IN DOMINO SEMPER ***



Using LyX for a dissertation (Italian)

2003-11-18 Thread Guido Milanese
I would like to inform particularly Italian listmembers that I have 
uploaded a little manual for writing a dissertation using LaTeX, LyX 
and BibTeX. Please go to

http://www2.unicatt.it/unicattolica/docenti/index.html

enter my surname (milanese) and go to the download page. This little 
manual (22 pages) is written in Italian and is designed for students 
in the humanities field. Both Linux and Windows instruction is 
provided.

gm

-- 
Guido Milanese
Vocal Ensemble Ars Antiqua, Genova, Italy
http://www.arsantiqua.org
*** GAUDETE IN DOMINO SEMPER ***



Using LyX for a dissertation (Italian)

2003-11-18 Thread Guido Milanese
I would like to inform particularly Italian listmembers that I have 
uploaded a little manual for writing a dissertation using LaTeX, LyX 
and BibTeX. Please go to

http://www2.unicatt.it/unicattolica/docenti/index.html

enter my surname (milanese) and go to the download page. This little 
manual (22 pages) is written in Italian and is designed for students 
in the humanities field. Both Linux and Windows instruction is 
provided.

gm

-- 
Guido Milanese
Vocal Ensemble "Ars Antiqua", Genova, Italy
http://www.arsantiqua.org
*** GAUDETE IN DOMINO SEMPER ***



Problem installing LyX for Win32

2003-10-01 Thread Guido Milanese
I tried to install Ruurd Reitsma's LyX for Win32. The extractor starts but suddenly 
complain it is not able to find the first additional fine (the one with extension r00) 
that is in fact present in the temporary directory as well as the main exe file. Is 
this a knows problem? The installation program hangs and I found no way to persuade it 
to go any further.

Thanks!

gm




Guido Milanese   - [EMAIL PROTECTED]
Vocal Ensemble Ars Antiqua - http://www.arsantiqua.org
Salita del Passero 11, I-16126 Genova GE, Italy
** GAUDETE IN DOMINO SEMPER *






Problem installing LyX for Win32

2003-10-01 Thread Guido Milanese
I tried to install Ruurd Reitsma's LyX for Win32. The extractor starts but suddenly 
complain it is not able to find the first additional fine (the one with extension r00) 
that is in fact present in the temporary directory as well as the main exe file. Is 
this a knows problem? The installation program hangs and I found no way to persuade it 
to go any further.

Thanks!

gm




Guido Milanese   - [EMAIL PROTECTED]
Vocal Ensemble Ars Antiqua - http://www.arsantiqua.org
Salita del Passero 11, I-16126 Genova GE, Italy
** GAUDETE IN DOMINO SEMPER *






Problem installing LyX for Win32

2003-10-01 Thread Guido Milanese
I tried to install Ruurd Reitsma's LyX for Win32. The extractor starts but suddenly 
complain it is not able to find the first additional fine (the one with extension r00) 
that is in fact present in the temporary directory as well as the main exe file. Is 
this a knows problem? The installation program hangs and I found no way to persuade it 
to go any further.

Thanks!

gm




Guido Milanese   - [EMAIL PROTECTED]
Vocal Ensemble "Ars Antiqua" - http://www.arsantiqua.org
Salita del Passero 11, I-16126 Genova GE, Italy
** GAUDETE IN DOMINO SEMPER *






Greek / pdf

2003-02-21 Thread Guido Milanese
I followed the recent debate about lyx and Greek. I use a lot of ancient 
Greek quotations: although I cannot see Greek while editing, I am 
satisfied with the excellent DVI output. I have been requested to send 
a PDF file: in these cases, when I have no Greek, I use one of the 
PS packages available (palatino, etc.). However I noticed that Greek is 
still bitmapped and so in the PDF output with acrobat Greek looks 
horrible. Can you please tell me if there are any PS fonts I could 
download and install to see nice Greek in this kind of files?

Thank you,
G.M.

-- 
Guido Milanese
Vocal Ensemble Ars Antiqua, Genova, Italy
Homepage: http://www.arsantiqua.org
GAUDETE IN DOMINO SEMPER





Greek / pdf

2003-02-21 Thread Guido Milanese
I followed the recent debate about lyx and Greek. I use a lot of ancient 
Greek quotations: although I cannot see Greek while editing, I am 
satisfied with the excellent DVI output. I have been requested to send 
a PDF file: in these cases, when I have no Greek, I use one of the 
PS packages available (palatino, etc.). However I noticed that Greek is 
still bitmapped and so in the PDF output with acrobat Greek looks 
horrible. Can you please tell me if there are any PS fonts I could 
download and install to see nice Greek in this kind of files?

Thank you,
G.M.

-- 
Guido Milanese
Vocal Ensemble Ars Antiqua, Genova, Italy
Homepage: http://www.arsantiqua.org
GAUDETE IN DOMINO SEMPER





Greek / pdf

2003-02-21 Thread Guido Milanese
I followed the recent debate about lyx and Greek. I use a lot of ancient 
Greek quotations: although I cannot see Greek while editing, I am 
satisfied with the excellent DVI output. I have been requested to send 
a PDF file: in these cases, when I have no Greek, I use one of the 
PS packages available (palatino, etc.). However I noticed that Greek is 
still bitmapped and so in the PDF output with acrobat Greek looks 
horrible. Can you please tell me if there are any PS fonts I could 
download and install to see nice Greek in this kind of files?

Thank you,
G.M.

-- 
Guido Milanese
Vocal Ensemble Ars Antiqua, Genova, Italy
Homepage: http://www.arsantiqua.org
GAUDETE IN DOMINO SEMPER





headers problem

2002-12-16 Thread Guido Milanese
I am typesetting a journal in LaTeX and I posted several help messages to no 
success. I have now a very limited question, if possible. I should typeset 
articles at 11pts and articles at 10pts, but the headers should be exactly 
the same size. I am using fancyhdr. How can I obtain this result?

many thanks.
gm

-- 
Guido Milanese
Vocal Ensemble Ars Antiqua, Genova, Italy
Homepage: http://www.arsantiqua.org
GAUDETE IN DOMINO SEMPER





headers problem

2002-12-16 Thread Guido Milanese
I am typesetting a journal in LaTeX and I posted several help messages to no 
success. I have now a very limited question, if possible. I should typeset 
articles at 11pts and articles at 10pts, but the headers should be exactly 
the same size. I am using fancyhdr. How can I obtain this result?

many thanks.
gm

-- 
Guido Milanese
Vocal Ensemble Ars Antiqua, Genova, Italy
Homepage: http://www.arsantiqua.org
GAUDETE IN DOMINO SEMPER





headers problem

2002-12-16 Thread Guido Milanese
I am typesetting a journal in LaTeX and I posted several help messages to no 
success. I have now a very limited question, if possible. I should typeset 
articles at 11pts and articles at 10pts, but the headers should be exactly 
the same size. I am using fancyhdr. How can I obtain this result?

many thanks.
gm

-- 
Guido Milanese
Vocal Ensemble Ars Antiqua, Genova, Italy
Homepage: http://www.arsantiqua.org
GAUDETE IN DOMINO SEMPER





Journals (howto)

2002-12-07 Thread Guido Milanese
I must typeset a journal and I would like to use Lyx+LaTeX (I am reasonably 
familiar with both). Can some kind souls suggest a good tutorial or a good 
howto? I checked the Writing Books with LyX link in Herbert's page but the 
link was apparetly broken.

Thanks a lot,
g.

-- 
Guido Milanese
Vocal Ensemble Ars Antiqua, Genova, Italy
Homepage: http://www.arsantiqua.org
GAUDETE IN DOMINO SEMPER





Journals (howto)

2002-12-07 Thread Guido Milanese
I must typeset a journal and I would like to use Lyx+LaTeX (I am reasonably 
familiar with both). Can some kind souls suggest a good tutorial or a good 
howto? I checked the Writing Books with LyX link in Herbert's page but the 
link was apparetly broken.

Thanks a lot,
g.

-- 
Guido Milanese
Vocal Ensemble Ars Antiqua, Genova, Italy
Homepage: http://www.arsantiqua.org
GAUDETE IN DOMINO SEMPER





Journals (howto)

2002-12-07 Thread Guido Milanese
I must typeset a journal and I would like to use Lyx+LaTeX (I am reasonably 
familiar with both). Can some kind souls suggest a good tutorial or a good 
howto? I checked the "Writing Books with LyX" link in Herbert's page but the 
link was apparetly broken.

Thanks a lot,
g.

-- 
Guido Milanese
Vocal Ensemble Ars Antiqua, Genova, Italy
Homepage: http://www.arsantiqua.org
GAUDETE IN DOMINO SEMPER





Re: footbib

2002-07-16 Thread Guido Milanese

On Monday 15 July 2002 20:21, Herbert Voss wrote:
 Karen Thomas wrote:
  I found the footbib package on the CTAN website.  However, when I try
  to use it, lyx gives me many many errors, and latex tells me that the
  output routine of LaTeX has changed.  I am using LaTeX2e.
 
  Does anyone have any suggestions as to how to get footbib to work with
  the newer version of LaTeX, or another way to get lyx to put citations
  in footnotes?

Another suggestion is to use the jurabib package. One of its many features 
is \footcite. See http://www.jurabib.org

gm

-- 
Guido Milanese  ---  [EMAIL PROTECTED]
Ars Antiqua  Vocal Ensemble, Genoa, Italy
http://www.arsantiqua.org
+ + + + GAUDETE IN DOMINO SEMPER + + + +




Re: footbib

2002-07-16 Thread Guido Milanese

On Monday 15 July 2002 20:21, Herbert Voss wrote:
 Karen Thomas wrote:
  I found the footbib package on the CTAN website.  However, when I try
  to use it, lyx gives me many many errors, and latex tells me that the
  output routine of LaTeX has changed.  I am using LaTeX2e.
 
  Does anyone have any suggestions as to how to get footbib to work with
  the newer version of LaTeX, or another way to get lyx to put citations
  in footnotes?

Another suggestion is to use the jurabib package. One of its many features 
is \footcite. See http://www.jurabib.org

gm

-- 
Guido Milanese  ---  [EMAIL PROTECTED]
Ars Antiqua  Vocal Ensemble, Genoa, Italy
http://www.arsantiqua.org
+ + + + GAUDETE IN DOMINO SEMPER + + + +




Re: footbib

2002-07-16 Thread Guido Milanese

On Monday 15 July 2002 20:21, Herbert Voss wrote:
> Karen Thomas wrote:
> > I found the footbib package on the CTAN website.  However, when I try
> > to use it, lyx gives me many many errors, and latex tells me that "the
> > output routine of LaTeX has changed".  I am using LaTeX2e.
> >
> > Does anyone have any suggestions as to how to get footbib to work with
> > the newer version of LaTeX, or another way to get lyx to put citations
> > in footnotes?

Another suggestion is to use the jurabib package. One of its many features 
is "\footcite". See http://www.jurabib.org

gm

-- 
Guido Milanese  ---  [EMAIL PROTECTED]
Ars Antiqua  Vocal Ensemble, Genoa, Italy
http://www.arsantiqua.org
+ + + + GAUDETE IN DOMINO SEMPER + + + +




Re: jpg2eps

2002-02-03 Thread Guido Milanese

Many thanks to those who answered my question on jpeg2ps. The 
problem was very trivial. Since I found no gzipped-tarred file, I 
wrongly downloaded just the *.c file and not the *.h ones... now 
it's all OK with a simple 'make'. In fact it was probably a mistake 
in the CTAN archive (a tarred archive is announced in the readme).

thanks again,
gm

--
E-Mail: Guido Milanese [EMAIL PROTECTED]
Vocal Ensemble Ars Antiqua, Genova, Italia
Homepage: http://www.arsantiqua.org
 + + + GAUDETE IN  DOMINO SEMPER + + + 
--



Re: jpg2eps

2002-02-03 Thread Guido Milanese

Many thanks to those who answered my question on jpeg2ps. The 
problem was very trivial. Since I found no gzipped-tarred file, I 
wrongly downloaded just the *.c file and not the *.h ones... now 
it's all OK with a simple 'make'. In fact it was probably a mistake 
in the CTAN archive (a tarred archive is announced in the readme).

thanks again,
gm

--
E-Mail: Guido Milanese [EMAIL PROTECTED]
Vocal Ensemble Ars Antiqua, Genova, Italia
Homepage: http://www.arsantiqua.org
 + + + GAUDETE IN  DOMINO SEMPER + + + 
--



Re: jpg2eps

2002-02-03 Thread Guido Milanese

Many thanks to those who answered my question on jpeg2ps. The 
problem was very trivial. Since I found no gzipped-tarred file, I 
wrongly downloaded just the *.c file and not the *.h ones... now 
it's all OK with a simple 'make'. In fact it was probably a mistake 
in the CTAN archive (a tarred archive is announced in the readme).

thanks again,
gm

--
E-Mail: Guido Milanese <[EMAIL PROTECTED]>
Vocal Ensemble Ars Antiqua, Genova, Italia
Homepage: http://www.arsantiqua.org
 + + + GAUDETE IN  DOMINO SEMPER + + + 
--



jpg2eps

2002-01-29 Thread Guido Milanese

I downloaded jpg2eps. I did not find compilation instructions: can 
someone kindly tell me how to do? I downloaded also a Makefile. My 
platform is Linux Mandrake 8.0.

Thanks!
gm

--
E-Mail: Guido Milanese [EMAIL PROTECTED]
Vocal Ensemble Ars Antiqua, Genova, Italia
Homepage: http://www.arsantiqua.org
 + + + GAUDETE IN  DOMINO SEMPER + + + 
--



jpg2eps

2002-01-29 Thread Guido Milanese

I downloaded jpg2eps. I did not find compilation instructions: can 
someone kindly tell me how to do? I downloaded also a Makefile. My 
platform is Linux Mandrake 8.0.

Thanks!
gm

--
E-Mail: Guido Milanese [EMAIL PROTECTED]
Vocal Ensemble Ars Antiqua, Genova, Italia
Homepage: http://www.arsantiqua.org
 + + + GAUDETE IN  DOMINO SEMPER + + + 
--



jpg2eps

2002-01-29 Thread Guido Milanese

I downloaded jpg2eps. I did not find compilation instructions: can 
someone kindly tell me how to do? I downloaded also a Makefile. My 
platform is Linux Mandrake 8.0.

Thanks!
gm

--
E-Mail: Guido Milanese <[EMAIL PROTECTED]>
Vocal Ensemble Ars Antiqua, Genova, Italia
Homepage: http://www.arsantiqua.org
 + + + GAUDETE IN  DOMINO SEMPER + + + 
--



windows installation problem

2002-01-17 Thread Guido Milanese

I hope this is not too much of a FAQ!
I normally use LyX under Linux as my main tool for writing. For some reasons I have 
also to use a notebook with w95 installed, and i was trying to install LyX in this 
notebook. I installed Cygwin and all the other software required, following the very 
clear installation guide.
However, as I try to install LyX, the installation program crashes all the times, with 
one of those Windows error messages (unrecover. error, contact this-and-this). I am 
faithfully following the instructions: copied setup of cygwin into the Lyxinstall 
directory, ran setup from there, got all the prompts as described in the manual.

Any suggestion, please?
Thanks a lot,
guido (Italy)




Guido Milanese   - [EMAIL PROTECTED]
Vocal Ensemble Ars Antiqua - http://www.arsantiqua.org
Salita del Passero 11, I-16126 Genova GE, Italy
** NON NOBIS DOMINE *





windows installation problem

2002-01-17 Thread Guido Milanese

I hope this is not too much of a FAQ!
I normally use LyX under Linux as my main tool for writing. For some reasons I have 
also to use a notebook with w95 installed, and i was trying to install LyX in this 
notebook. I installed Cygwin and all the other software required, following the very 
clear installation guide.
However, as I try to install LyX, the installation program crashes all the times, with 
one of those Windows error messages (unrecover. error, contact this-and-this). I am 
faithfully following the instructions: copied setup of cygwin into the Lyxinstall 
directory, ran setup from there, got all the prompts as described in the manual.

Any suggestion, please?
Thanks a lot,
guido (Italy)




Guido Milanese   - [EMAIL PROTECTED]
Vocal Ensemble Ars Antiqua - http://www.arsantiqua.org
Salita del Passero 11, I-16126 Genova GE, Italy
** NON NOBIS DOMINE *





windows installation problem

2002-01-17 Thread Guido Milanese

I hope this is not too much of a FAQ!
I normally use LyX under Linux as my main tool for writing. For some reasons I have 
also to use a notebook with w95 installed, and i was trying to install LyX in this 
notebook. I installed Cygwin and all the other software required, following the very 
clear installation guide.
However, as I try to install LyX, the installation program crashes all the times, with 
one of those Windows error messages (unrecover. error, contact this-and-this). I am 
faithfully following the instructions: copied setup of cygwin into the Lyxinstall 
directory, ran setup from there, got all the prompts as described in the manual.

Any suggestion, please?
Thanks a lot,
guido (Italy)




Guido Milanese   - [EMAIL PROTECTED]
Vocal Ensemble "Ars Antiqua" - http://www.arsantiqua.org
Salita del Passero 11, I-16126 Genova GE, Italy
** NON NOBIS DOMINE *





  1   2   >