Re: Change Algorithm Numbering

2018-09-21 Thread Pascal Francq (Mailing lists)
Yes, it's work for me too.
Thanks Steve.

Le 21/09/18 à 20:03, Steve Hnizdur a écrit :
> Hi
> 
> If you are using algorithm2e then try
> 
> \renewcommand{\thealgocf}{A\arabic{algocf}}
> 
> It worked for me!
> 
> 
> On 20/09/18 22:12, Paul A. Rubin wrote:
>> On 09/20/2018 10:14 AM, Pascal Francq (Mailing lists) wrote:
>>> Hi,
>>> I try to change the change the numbering schema of algorithms in the
>>> form 'A1', 'A2', etc.
>>> So I add the following command in the preamble of the document:
>>> \renewcommand{\thealgorithm}{A\arabic{algorithm}}
>>> But LyX says it "thealgorithm" is undefined.
>>> Any one an idea?
>>> Thanks in advance.
>> Can you post a minimal example showing the current version of what you
>> are trying to change, and then indicate in it somewhere "I want to
>> change this piece here to A1" or whatever?
>>
>> Paul
>>
> 


-- 
Pascal Francq



Re: Change Algorithm Numbering

2018-09-21 Thread Pascal Francq (Mailing lists)
Thank for you answer, but it doesn't work either.

To recapitulate:
1. I have a LyX document using the "algorithm2e" module.
2. Each time, I add new algorithm float in my document, it's label is an
increasing number (1 for the first algorithm, 2 for the second, etc.).
3. I want that this label includes first a "A": so the first algorithm
should be label "A1", the second "A2", etc.

I have try to add the following LaTeX in the document preamble:
\renewcommand{\thealgorithm}{A\arabic{algorithm}}
\renewcommand{\thelyxalgorithm}{A\arabic{algorithm}}.
Both time, LyX says the corresponding label is unknown ("thealgorithm"
in the first case, and "thelyxalgorithm" in the second case).

Is it possible that the "algorithm2e" package introduces a new command
for the labeling?

Thanks.

Le 21/09/18 à 09:45, Steve Hnizdur a écrit :
> 
> 
> On 20/09/18 22:12, Paul A. Rubin wrote:
>> On 09/20/2018 10:14 AM, Pascal Francq (Mailing lists) wrote:
>>> Hi,
>>> I try to change the change the numbering schema of algorithms in the
>>> form 'A1', 'A2', etc.
>>> So I add the following command in the preamble of the document:
>>> \renewcommand{\thealgorithm}{A\arabic{algorithm}}
>>> But LyX says it "thealgorithm" is undefined.
>>> Any one an idea?
>>> Thanks in advance.
>> Can you post a minimal example showing the current version of what you
>> are trying to change, and then indicate in it somewhere "I want to
>> change this piece here to A1" or whatever?
>>
>> Paul
>>
> 
> Hi
> 
> Have a look in the "Code preview Pane" at the Preamble for a command
> that looks like
> 
> \newtheorem{thm}{\protect\theoremname}
> 
> or
> 
> \newtheorem{lyxalgorithm}{\protect\algorithmname}
> 
> (the one you have will depend on the modules you have loaded in Document
> Settings)
> 
> In the first case you need to do
> 
> \renewcommand{\thethm}{A\arabic{algorithm}}
> 
> and the in the second
> 
> \renewcommand{\thelyxalgorithm}{A\arabic{algorithm}}.
> 
> Note in the first case many other environments will be affected since
> they also use the "thm" counter eg Theorem, etc.
> 
> Hope that helps


-- 
Dr. Pascal Francq
Belgium


Change Algorithm Numbering

2018-09-20 Thread Pascal Francq (Mailing lists)
Hi,
I try to change the change the numbering schema of algorithms in the
form 'A1', 'A2', etc.
So I add the following command in the preamble of the document:
\renewcommand{\thealgorithm}{A\arabic{algorithm}}
But LyX says it "thealgorithm" is undefined.
Any one an idea?
Thanks in advance.
-- 
Pascal Francq



Index in French

2011-11-27 Thread Pascal Francq (Mailing lists)
Hi,
I use the index feature of LyX in a French document. In several places,
I use the English term|see{French term} command to make links between
well known English words and their translation in French. In the index,
sometimes it looks like English term, voir French term which is
correct, and sometimes it shows English term, see French term (see
being in italic) which shouldn't appear in a French document.
I have look at the different entries, and I see no difference between
the ones printing voir and those printing see.
Any idea ?
Thanks
-- 
Dr. Pascal Francq
Belgium


Index in French

2011-11-27 Thread Pascal Francq (Mailing lists)
Hi,
I use the index feature of LyX in a French document. In several places,
I use the English term|see{French term} command to make links between
well known English words and their translation in French. In the index,
sometimes it looks like English term, voir French term which is
correct, and sometimes it shows English term, see French term (see
being in italic) which shouldn't appear in a French document.
I have look at the different entries, and I see no difference between
the ones printing voir and those printing see.
Any idea ?
Thanks
-- 
Dr. Pascal Francq
Belgium


Index in French

2011-11-27 Thread Pascal Francq (Mailing lists)
Hi,
I use the index feature of LyX in a French document. In several places,
I use the "English term|see{French term}" command to make links between
well known English words and their translation in French. In the index,
sometimes it looks like "English term, voir French term" which is
correct, and sometimes it shows "English term, see French term" (see
being in italic) which shouldn't appear in a French document.
I have look at the different entries, and I see no difference between
the ones printing "voir" and those printing "see".
Any idea ?
Thanks
-- 
Dr. Pascal Francq
Belgium


Re: Lyx 2.0.1 : Index errors

2011-09-11 Thread Pascal Francq
No errors in the LaTex output, and I have try to use the different index 
processors (makeindex, xindy and texindy) and nothing changes. I have try to 
reinstall Lyx 2.0.0, and the index still does not appear.  Can you provide me 
different parameters that appears in ToolsPreferencesOutputLaTeX.
I have also another strange problems : since years, I maintain a LyX file with 
acronym definitions that I include in my different lyx documents (using the 
acronym environment). Now, for some documents, errors ! LaTeX Error: 
Something's wrong--perhaps a missing \item. occur for each acronym added, 
while for other it works fine.
I try to remove my .lyx directory to see if it is related to the configuration, 
but both problems remain. Really strange.
I will try to use some backup version of files that weren't modify by LyX 2.0.1 
to see if it may be related to modifications in the file directly.

Le Samedi 10 Septembre 2011 17:48:50, Richard Heck a écrit :
 On 09/10/2011 10:12 AM, Pascal Francq wrote:
  Here is a simple Lyx file where the table of index is not printed. When
  I
  export it to Latex, I see the correct index commands.
 
 The index prints as normal for me.
 
 You might want to check under DocumentLaTeX Log after you ViewPDF and
 see if errors related to the index are being reported. You also want to
 look under ToolsPreferencesOutputLaTeX, and see what index processor
 LyX is configured to use.
 
 Richard
 
  Le Samedi 10 Septembre 2011 09:53:59, Richard Heck a écrit :
  On 09/10/2011 08:15 AM, Pascal Francq wrote:
  Hi,
  Since I have upgraded to LyX 2.0.1, the table of index is not shown
  when I produce the PDF document.
  Has something changed ?
  
  Hopefully not, but can you post a small example file that illustrates
  the problem? You might want to check the LaTeX export and make sure
  the
  index commands are all there.
  
  Richard
-- 

Dr. Ir. Pascal Francq
BELGIUM



Re: Lyx 2.0.1 : Index errors

2011-09-11 Thread Pascal Francq
I have the following messages :
Opening logfile /dev/null (done)
Reading indexstyle...
ERROR:  is not a valid filename !
line 273: multiple |'s
line 274: multiple |'s
Opening logfile /dev/null (done)
Reading indexstyle...
ERROR:  is not a valid filename !
The duplication is related to the fact that I use two index in the document.

Le Dimanche 11 Septembre 2011 09:14:41, Richard Heck a écrit :
 On 09/11/2011 05:58 AM, Pascal Francq wrote:
  No errors in the LaTex output, and I have try to use the different index
  processors (makeindex, xindy and texindy) and nothing changes. I have
  try to reinstall Lyx 2.0.0, and the index still does not appear.  Can
  you provide me different parameters that appears in
  ToolsPreferencesOutputLaTeX.
 Can you run LyX from a terminal? Watch what happens there when you try
 to generate output. Does makeindex (or whatever) get run? Here's what I see:
 
 This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
  restricted \write18 enabled.
 entering extended mode
 (./FregesTheorem.tex
 LaTeX2e 2009/09/24
 Babel v3.8l and hyphenation patterns for english, dumylang,
 nohyphenation, lo
 aded.
 
 This is makeindex2
 FregesTheorem.idx
 ^^^
 Do you get something like this?
 ^^^
 This is BibTeX, Version 0.99d (TeX Live 2010)
 The top-level auxiliary file: FregesTheorem.aux
 The style file: fregesthm.bst
 Database file #1: frege.bib
 Database file #2: heck.bib
 Database file #3: biblio.bib
 This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
  restricted \write18 enabled.
 entering extended mode
 (./FregesTheorem.tex
 LaTeX2e 2009/09/24
 Babel v3.8l and hyphenation patterns for english, dumylang,
 nohyphenation, lo
 aded.
 
 This is BibTeX, Version 0.99d (TeX Live 2010)
 The top-level auxiliary file: FregesTheorem.aux
 The style file: fregesthm.bst
 Database file #1: frege.bib
 Database file #2: heck.bib
 Database file #3: biblio.bib
 This is makeindex2
 FregesTheorem.idx
 ^^^
 Do you get something like this?
 ^^^
 This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
  restricted \write18 enabled.
 entering extended mode
 (./FregesTheorem.tex
 LaTeX2e 2009/09/24
 Babel v3.8l and hyphenation patterns for english, dumylang,
 nohyphenation, lo
 aded.
 
 This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
  restricted \write18 enabled.
 entering extended mode
 (./FregesTheorem.tex
 LaTeX2e 2009/09/24
 Babel v3.8l and hyphenation patterns for english, dumylang,
 nohyphenation, lo
 aded.
 
 This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
  restricted \write18 enabled.
 entering extended mode
 (./FregesTheorem.tex
 LaTeX2e 2009/09/24
 Babel v3.8l and hyphenation patterns for english, dumylang,
 nohyphenation, lo
 aded.
 
 Something similar should also be in the log, e.g.:
 
 
 (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty
 
 Package: makeidx 2000/03/29 v1.0m Standard LaTeX package
 
 )
 
 \@indexfile=\write3
 
 \openout3 = `FregesTheorem.idx'.
 
 Writing index file FregesTheorem.idx
 
  I have also another strange problems : since years, I maintain a LyX
  file with acronym definitions that I include in my different lyx
  documents (using the acronym environment). Now, for some documents,
  errors ! LaTeX Error: Something's wrong--perhaps a missing \item.
  occur for each acronym added, while for other it works fine.
  I try to remove my .lyx directory to see if it is related to the
  configuration, but both problems remain. Really strange.
 
 This is starting to seem as if there's a problem with your LaTeX
 installation. What OS are you on?
 
 Richard
-- 

Dr. Ir. Pascal Francq
BELGIUM



Re: Lyx 2.0.1 : Index errors

2011-09-11 Thread Pascal Francq
I have select texindy as the index processor and specified -L french in the 
options, and the tables of index  reappear.
I look now to see why my acronym file does work for all my documents...

Le Dimanche 11 Septembre 2011 16:04:16, Pascal Francq a écrit :
 I have the following messages :
   Opening logfile /dev/null (done)
   Reading indexstyle...
   ERROR:  is not a valid filename !
   line 273: multiple |'s
   line 274: multiple |'s
   Opening logfile /dev/null (done)
   Reading indexstyle...
   ERROR:  is not a valid filename !
 The duplication is related to the fact that I use two index in the document.
 Le Dimanche 11 Septembre 2011 09:14:41, Richard Heck a écrit :
  On 09/11/2011 05:58 AM, Pascal Francq wrote:
   No errors in the LaTex output, and I have try to use the different
   index processors (makeindex, xindy and texindy) and nothing
   changes. I have try to reinstall Lyx 2.0.0, and the index still
   does not appear.  Can you provide me different parameters that
   appears in
   ToolsPreferencesOutputLaTeX.
  
  Can you run LyX from a terminal? Watch what happens there when you try
  to generate output. Does makeindex (or whatever) get run? Here's what I
  see:
  
  This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
  
   restricted \write18 enabled.
  
  entering extended mode
  (./FregesTheorem.tex
  LaTeX2e 2009/09/24
  Babel v3.8l and hyphenation patterns for english, dumylang,
  nohyphenation, lo
  aded.
  
  This is makeindex2
  FregesTheorem.idx
  ^^^
  Do you get something like this?
  ^^^
  This is BibTeX, Version 0.99d (TeX Live 2010)
  The top-level auxiliary file: FregesTheorem.aux
  The style file: fregesthm.bst
  Database file #1: frege.bib
  Database file #2: heck.bib
  Database file #3: biblio.bib
  This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
  
   restricted \write18 enabled.
  
  entering extended mode
  (./FregesTheorem.tex
  LaTeX2e 2009/09/24
  Babel v3.8l and hyphenation patterns for english, dumylang,
  nohyphenation, lo
  aded.
  
  This is BibTeX, Version 0.99d (TeX Live 2010)
  The top-level auxiliary file: FregesTheorem.aux
  The style file: fregesthm.bst
  Database file #1: frege.bib
  Database file #2: heck.bib
  Database file #3: biblio.bib
  This is makeindex2
  FregesTheorem.idx
  ^^^
  Do you get something like this?
  ^^^
  This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
  
   restricted \write18 enabled.
  
  entering extended mode
  (./FregesTheorem.tex
  LaTeX2e 2009/09/24
  Babel v3.8l and hyphenation patterns for english, dumylang,
  nohyphenation, lo
  aded.
  
  This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
  
   restricted \write18 enabled.
  
  entering extended mode
  (./FregesTheorem.tex
  LaTeX2e 2009/09/24
  Babel v3.8l and hyphenation patterns for english, dumylang,
  nohyphenation, lo
  aded.
  
  This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
  
   restricted \write18 enabled.
  
  entering extended mode
  (./FregesTheorem.tex
  LaTeX2e 2009/09/24
  Babel v3.8l and hyphenation patterns for english, dumylang,
  nohyphenation, lo
  aded.
  
  Something similar should also be in the log, e.g.:
  
  
  (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty
  
  Package: makeidx 2000/03/29 v1.0m Standard LaTeX package
  
  )
  
  \@indexfile=\write3
  
  \openout3 = `FregesTheorem.idx'.
  
  Writing index file FregesTheorem.idx
  
   I have also another strange problems : since years, I maintain a LyX
   file with acronym definitions that I include in my different lyx
   documents (using the acronym environment). Now, for some
   documents,
   errors ! LaTeX Error: Something's wrong--perhaps a missing \item.
   occur for each acronym added, while for other it works fine.
   I try to remove my .lyx directory to see if it is related to the
   configuration, but both problems remain. Really strange.
  
  This is starting to seem as if there's a problem with your LaTeX
  installation. What OS are you on?
  
  Richard
-- 

Dr. Ir. Pascal Francq
BELGIUM



Re: Lyx 2.0.1 : Index errors

2011-09-11 Thread Pascal Francq
No errors in the LaTex output, and I have try to use the different index 
processors (makeindex, xindy and texindy) and nothing changes. I have try to 
reinstall Lyx 2.0.0, and the index still does not appear.  Can you provide me 
different parameters that appears in ToolsPreferencesOutputLaTeX.
I have also another strange problems : since years, I maintain a LyX file with 
acronym definitions that I include in my different lyx documents (using the 
acronym environment). Now, for some documents, errors ! LaTeX Error: 
Something's wrong--perhaps a missing \item. occur for each acronym added, 
while for other it works fine.
I try to remove my .lyx directory to see if it is related to the configuration, 
but both problems remain. Really strange.
I will try to use some backup version of files that weren't modify by LyX 2.0.1 
to see if it may be related to modifications in the file directly.

Le Samedi 10 Septembre 2011 17:48:50, Richard Heck a écrit :
 On 09/10/2011 10:12 AM, Pascal Francq wrote:
  Here is a simple Lyx file where the table of index is not printed. When
  I
  export it to Latex, I see the correct index commands.
 
 The index prints as normal for me.
 
 You might want to check under DocumentLaTeX Log after you ViewPDF and
 see if errors related to the index are being reported. You also want to
 look under ToolsPreferencesOutputLaTeX, and see what index processor
 LyX is configured to use.
 
 Richard
 
  Le Samedi 10 Septembre 2011 09:53:59, Richard Heck a écrit :
  On 09/10/2011 08:15 AM, Pascal Francq wrote:
  Hi,
  Since I have upgraded to LyX 2.0.1, the table of index is not shown
  when I produce the PDF document.
  Has something changed ?
  
  Hopefully not, but can you post a small example file that illustrates
  the problem? You might want to check the LaTeX export and make sure
  the
  index commands are all there.
  
  Richard
-- 

Dr. Ir. Pascal Francq
BELGIUM



Re: Lyx 2.0.1 : Index errors

2011-09-11 Thread Pascal Francq
I have the following messages :
Opening logfile /dev/null (done)
Reading indexstyle...
ERROR:  is not a valid filename !
line 273: multiple |'s
line 274: multiple |'s
Opening logfile /dev/null (done)
Reading indexstyle...
ERROR:  is not a valid filename !
The duplication is related to the fact that I use two index in the document.

Le Dimanche 11 Septembre 2011 09:14:41, Richard Heck a écrit :
 On 09/11/2011 05:58 AM, Pascal Francq wrote:
  No errors in the LaTex output, and I have try to use the different index
  processors (makeindex, xindy and texindy) and nothing changes. I have
  try to reinstall Lyx 2.0.0, and the index still does not appear.  Can
  you provide me different parameters that appears in
  ToolsPreferencesOutputLaTeX.
 Can you run LyX from a terminal? Watch what happens there when you try
 to generate output. Does makeindex (or whatever) get run? Here's what I see:
 
 This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
  restricted \write18 enabled.
 entering extended mode
 (./FregesTheorem.tex
 LaTeX2e 2009/09/24
 Babel v3.8l and hyphenation patterns for english, dumylang,
 nohyphenation, lo
 aded.
 
 This is makeindex2
 FregesTheorem.idx
 ^^^
 Do you get something like this?
 ^^^
 This is BibTeX, Version 0.99d (TeX Live 2010)
 The top-level auxiliary file: FregesTheorem.aux
 The style file: fregesthm.bst
 Database file #1: frege.bib
 Database file #2: heck.bib
 Database file #3: biblio.bib
 This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
  restricted \write18 enabled.
 entering extended mode
 (./FregesTheorem.tex
 LaTeX2e 2009/09/24
 Babel v3.8l and hyphenation patterns for english, dumylang,
 nohyphenation, lo
 aded.
 
 This is BibTeX, Version 0.99d (TeX Live 2010)
 The top-level auxiliary file: FregesTheorem.aux
 The style file: fregesthm.bst
 Database file #1: frege.bib
 Database file #2: heck.bib
 Database file #3: biblio.bib
 This is makeindex2
 FregesTheorem.idx
 ^^^
 Do you get something like this?
 ^^^
 This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
  restricted \write18 enabled.
 entering extended mode
 (./FregesTheorem.tex
 LaTeX2e 2009/09/24
 Babel v3.8l and hyphenation patterns for english, dumylang,
 nohyphenation, lo
 aded.
 
 This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
  restricted \write18 enabled.
 entering extended mode
 (./FregesTheorem.tex
 LaTeX2e 2009/09/24
 Babel v3.8l and hyphenation patterns for english, dumylang,
 nohyphenation, lo
 aded.
 
 This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
  restricted \write18 enabled.
 entering extended mode
 (./FregesTheorem.tex
 LaTeX2e 2009/09/24
 Babel v3.8l and hyphenation patterns for english, dumylang,
 nohyphenation, lo
 aded.
 
 Something similar should also be in the log, e.g.:
 
 
 (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty
 
 Package: makeidx 2000/03/29 v1.0m Standard LaTeX package
 
 )
 
 \@indexfile=\write3
 
 \openout3 = `FregesTheorem.idx'.
 
 Writing index file FregesTheorem.idx
 
  I have also another strange problems : since years, I maintain a LyX
  file with acronym definitions that I include in my different lyx
  documents (using the acronym environment). Now, for some documents,
  errors ! LaTeX Error: Something's wrong--perhaps a missing \item.
  occur for each acronym added, while for other it works fine.
  I try to remove my .lyx directory to see if it is related to the
  configuration, but both problems remain. Really strange.
 
 This is starting to seem as if there's a problem with your LaTeX
 installation. What OS are you on?
 
 Richard
-- 

Dr. Ir. Pascal Francq
BELGIUM



Re: Lyx 2.0.1 : Index errors

2011-09-11 Thread Pascal Francq
I have select texindy as the index processor and specified -L french in the 
options, and the tables of index  reappear.
I look now to see why my acronym file does work for all my documents...

Le Dimanche 11 Septembre 2011 16:04:16, Pascal Francq a écrit :
 I have the following messages :
   Opening logfile /dev/null (done)
   Reading indexstyle...
   ERROR:  is not a valid filename !
   line 273: multiple |'s
   line 274: multiple |'s
   Opening logfile /dev/null (done)
   Reading indexstyle...
   ERROR:  is not a valid filename !
 The duplication is related to the fact that I use two index in the document.
 Le Dimanche 11 Septembre 2011 09:14:41, Richard Heck a écrit :
  On 09/11/2011 05:58 AM, Pascal Francq wrote:
   No errors in the LaTex output, and I have try to use the different
   index processors (makeindex, xindy and texindy) and nothing
   changes. I have try to reinstall Lyx 2.0.0, and the index still
   does not appear.  Can you provide me different parameters that
   appears in
   ToolsPreferencesOutputLaTeX.
  
  Can you run LyX from a terminal? Watch what happens there when you try
  to generate output. Does makeindex (or whatever) get run? Here's what I
  see:
  
  This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
  
   restricted \write18 enabled.
  
  entering extended mode
  (./FregesTheorem.tex
  LaTeX2e 2009/09/24
  Babel v3.8l and hyphenation patterns for english, dumylang,
  nohyphenation, lo
  aded.
  
  This is makeindex2
  FregesTheorem.idx
  ^^^
  Do you get something like this?
  ^^^
  This is BibTeX, Version 0.99d (TeX Live 2010)
  The top-level auxiliary file: FregesTheorem.aux
  The style file: fregesthm.bst
  Database file #1: frege.bib
  Database file #2: heck.bib
  Database file #3: biblio.bib
  This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
  
   restricted \write18 enabled.
  
  entering extended mode
  (./FregesTheorem.tex
  LaTeX2e 2009/09/24
  Babel v3.8l and hyphenation patterns for english, dumylang,
  nohyphenation, lo
  aded.
  
  This is BibTeX, Version 0.99d (TeX Live 2010)
  The top-level auxiliary file: FregesTheorem.aux
  The style file: fregesthm.bst
  Database file #1: frege.bib
  Database file #2: heck.bib
  Database file #3: biblio.bib
  This is makeindex2
  FregesTheorem.idx
  ^^^
  Do you get something like this?
  ^^^
  This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
  
   restricted \write18 enabled.
  
  entering extended mode
  (./FregesTheorem.tex
  LaTeX2e 2009/09/24
  Babel v3.8l and hyphenation patterns for english, dumylang,
  nohyphenation, lo
  aded.
  
  This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
  
   restricted \write18 enabled.
  
  entering extended mode
  (./FregesTheorem.tex
  LaTeX2e 2009/09/24
  Babel v3.8l and hyphenation patterns for english, dumylang,
  nohyphenation, lo
  aded.
  
  This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
  
   restricted \write18 enabled.
  
  entering extended mode
  (./FregesTheorem.tex
  LaTeX2e 2009/09/24
  Babel v3.8l and hyphenation patterns for english, dumylang,
  nohyphenation, lo
  aded.
  
  Something similar should also be in the log, e.g.:
  
  
  (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty
  
  Package: makeidx 2000/03/29 v1.0m Standard LaTeX package
  
  )
  
  \@indexfile=\write3
  
  \openout3 = `FregesTheorem.idx'.
  
  Writing index file FregesTheorem.idx
  
   I have also another strange problems : since years, I maintain a LyX
   file with acronym definitions that I include in my different lyx
   documents (using the acronym environment). Now, for some
   documents,
   errors ! LaTeX Error: Something's wrong--perhaps a missing \item.
   occur for each acronym added, while for other it works fine.
   I try to remove my .lyx directory to see if it is related to the
   configuration, but both problems remain. Really strange.
  
  This is starting to seem as if there's a problem with your LaTeX
  installation. What OS are you on?
  
  Richard
-- 

Dr. Ir. Pascal Francq
BELGIUM



Re: Lyx 2.0.1 : Index errors

2011-09-11 Thread Pascal Francq
No errors in the LaTex output, and I have try to use the different index 
processors (makeindex, xindy and texindy) and nothing changes. I have try to 
reinstall Lyx 2.0.0, and the index still does not appear.  Can you provide me 
different parameters that appears in Tools>Preferences>Output>LaTeX.
I have also another strange problems : since years, I maintain a LyX file with 
acronym definitions that I include in my different lyx documents (using the 
"acronym" environment). Now, for some documents, errors "! LaTeX Error: 
Something's wrong--perhaps a missing \item." occur for each acronym added, 
while for other it works fine.
I try to remove my .lyx directory to see if it is related to the configuration, 
but both problems remain. Really strange.
I will try to use some backup version of files that weren't modify by LyX 2.0.1 
to see if it may be related to modifications in the file directly.

Le Samedi 10 Septembre 2011 17:48:50, Richard Heck a écrit :
> On 09/10/2011 10:12 AM, Pascal Francq wrote:
> > Here is a simple Lyx file where the table of index is not printed. When
> > I
> > export it to Latex, I see the correct index commands.
> 
> The index prints as normal for me.
> 
> You might want to check under Document>LaTeX Log after you View>PDF and
> see if errors related to the index are being reported. You also want to
> look under Tools>Preferences>Output>LaTeX, and see what index processor
> LyX is configured to use.
> 
> Richard
> 
> > Le Samedi 10 Septembre 2011 09:53:59, Richard Heck a écrit :
> >> On 09/10/2011 08:15 AM, Pascal Francq wrote:
> >>> Hi,
> >>> Since I have upgraded to LyX 2.0.1, the table of index is not shown
> >>> when I produce the PDF document.
> >>> Has something changed ?
> >> 
> >> Hopefully not, but can you post a small example file that illustrates
> >> the problem? You might want to check the LaTeX export and make sure
> >> the
> >> index commands are all there.
> >> 
> >> Richard
-- 

Dr. Ir. Pascal Francq
BELGIUM



Re: Lyx 2.0.1 : Index errors

2011-09-11 Thread Pascal Francq
I have the following messages :
Opening logfile "/dev/null" (done)
Reading indexstyle...
ERROR: "" is not a valid filename !
line 273: multiple |'s
line 274: multiple |'s
Opening logfile "/dev/null" (done)
Reading indexstyle...
ERROR: "" is not a valid filename !
The duplication is related to the fact that I use two index in the document.

Le Dimanche 11 Septembre 2011 09:14:41, Richard Heck a écrit :
> On 09/11/2011 05:58 AM, Pascal Francq wrote:
> > No errors in the LaTex output, and I have try to use the different index
> > processors (makeindex, xindy and texindy) and nothing changes. I have
> > try to reinstall Lyx 2.0.0, and the index still does not appear.  Can
> > you provide me different parameters that appears in
> > Tools>Preferences>Output>LaTeX.
> Can you run LyX from a terminal? Watch what happens there when you try
> to generate output. Does makeindex (or whatever) get run? Here's what I see:
> 
> This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
>  restricted \write18 enabled.
> entering extended mode
> (./FregesTheorem.tex
> LaTeX2e <2009/09/24>
> Babel  and hyphenation patterns for english, dumylang,
> nohyphenation, lo
> aded.
> 
> This is makeindex2
> FregesTheorem.idx
> ^^^
> Do you get something like this?
> ^^^
> This is BibTeX, Version 0.99d (TeX Live 2010)
> The top-level auxiliary file: FregesTheorem.aux
> The style file: fregesthm.bst
> Database file #1: frege.bib
> Database file #2: heck.bib
> Database file #3: biblio.bib
> This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
>  restricted \write18 enabled.
> entering extended mode
> (./FregesTheorem.tex
> LaTeX2e <2009/09/24>
> Babel  and hyphenation patterns for english, dumylang,
> nohyphenation, lo
> aded.
> 
> This is BibTeX, Version 0.99d (TeX Live 2010)
> The top-level auxiliary file: FregesTheorem.aux
> The style file: fregesthm.bst
> Database file #1: frege.bib
> Database file #2: heck.bib
> Database file #3: biblio.bib
> This is makeindex2
> FregesTheorem.idx
> ^^^
> Do you get something like this?
> ^^^
> This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
>  restricted \write18 enabled.
> entering extended mode
> (./FregesTheorem.tex
> LaTeX2e <2009/09/24>
> Babel  and hyphenation patterns for english, dumylang,
> nohyphenation, lo
> aded.
> 
> This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
>  restricted \write18 enabled.
> entering extended mode
> (./FregesTheorem.tex
> LaTeX2e <2009/09/24>
> Babel  and hyphenation patterns for english, dumylang,
> nohyphenation, lo
> aded.
> 
> This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
>  restricted \write18 enabled.
> entering extended mode
> (./FregesTheorem.tex
> LaTeX2e <2009/09/24>
> Babel  and hyphenation patterns for english, dumylang,
> nohyphenation, lo
> aded.
> 
> Something similar should also be in the log, e.g.:
> 
> 
> (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty
> 
> Package: makeidx 2000/03/29 v1.0m Standard LaTeX package
> 
> )
> 
> \@indexfile=\write3
> 
> \openout3 = `FregesTheorem.idx'.
> 
> Writing index file FregesTheorem.idx
> 
> > I have also another strange problems : since years, I maintain a LyX
> > file with acronym definitions that I include in my different lyx
> > documents (using the "acronym" environment). Now, for some documents,
> > errors "! LaTeX Error: Something's wrong--perhaps a missing \item."
> > occur for each acronym added, while for other it works fine.
> > I try to remove my .lyx directory to see if it is related to the
> > configuration, but both problems remain. Really strange.
> 
> This is starting to seem as if there's a problem with your LaTeX
> installation. What OS are you on?
> 
> Richard
-- 

Dr. Ir. Pascal Francq
BELGIUM



Re: Lyx 2.0.1 : Index errors

2011-09-11 Thread Pascal Francq
I have select texindy as the index processor and specified "-L french" in the 
options, and the tables of index  reappear.
I look now to see why my "acronym" file does work for all my documents...

Le Dimanche 11 Septembre 2011 16:04:16, Pascal Francq a écrit :
> I have the following messages :
>   Opening logfile "/dev/null" (done)
>   Reading indexstyle...
>   ERROR: "" is not a valid filename !
>   line 273: multiple |'s
>   line 274: multiple |'s
>   Opening logfile "/dev/null" (done)
>   Reading indexstyle...
>   ERROR: "" is not a valid filename !
> The duplication is related to the fact that I use two index in the document.
> Le Dimanche 11 Septembre 2011 09:14:41, Richard Heck a écrit :
> > On 09/11/2011 05:58 AM, Pascal Francq wrote:
> > > No errors in the LaTex output, and I have try to use the different
> > > index processors (makeindex, xindy and texindy) and nothing
> > > changes. I have try to reinstall Lyx 2.0.0, and the index still
> > > does not appear.  Can you provide me different parameters that
> > > appears in
> > > Tools>Preferences>Output>LaTeX.
> > 
> > Can you run LyX from a terminal? Watch what happens there when you try
> > to generate output. Does makeindex (or whatever) get run? Here's what I
> > see:
> > 
> > This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
> > 
> >  restricted \write18 enabled.
> > 
> > entering extended mode
> > (./FregesTheorem.tex
> > LaTeX2e <2009/09/24>
> > Babel  and hyphenation patterns for english, dumylang,
> > nohyphenation, lo
> > aded.
> > 
> > This is makeindex2
> > FregesTheorem.idx
> > ^^^
> > Do you get something like this?
> > ^^^
> > This is BibTeX, Version 0.99d (TeX Live 2010)
> > The top-level auxiliary file: FregesTheorem.aux
> > The style file: fregesthm.bst
> > Database file #1: frege.bib
> > Database file #2: heck.bib
> > Database file #3: biblio.bib
> > This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
> > 
> >  restricted \write18 enabled.
> > 
> > entering extended mode
> > (./FregesTheorem.tex
> > LaTeX2e <2009/09/24>
> > Babel  and hyphenation patterns for english, dumylang,
> > nohyphenation, lo
> > aded.
> > 
> > This is BibTeX, Version 0.99d (TeX Live 2010)
> > The top-level auxiliary file: FregesTheorem.aux
> > The style file: fregesthm.bst
> > Database file #1: frege.bib
> > Database file #2: heck.bib
> > Database file #3: biblio.bib
> > This is makeindex2
> > FregesTheorem.idx
> > ^^^
> > Do you get something like this?
> > ^^^
> > This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
> > 
> >  restricted \write18 enabled.
> > 
> > entering extended mode
> > (./FregesTheorem.tex
> > LaTeX2e <2009/09/24>
> > Babel  and hyphenation patterns for english, dumylang,
> > nohyphenation, lo
> > aded.
> > 
> > This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
> > 
> >  restricted \write18 enabled.
> > 
> > entering extended mode
> > (./FregesTheorem.tex
> > LaTeX2e <2009/09/24>
> > Babel  and hyphenation patterns for english, dumylang,
> > nohyphenation, lo
> > aded.
> > 
> > This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
> > 
> >  restricted \write18 enabled.
> > 
> > entering extended mode
> > (./FregesTheorem.tex
> > LaTeX2e <2009/09/24>
> > Babel  and hyphenation patterns for english, dumylang,
> > nohyphenation, lo
> > aded.
> > 
> > Something similar should also be in the log, e.g.:
> > 
> > 
> > (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty
> > 
> > Package: makeidx 2000/03/29 v1.0m Standard LaTeX package
> > 
> > )
> > 
> > \@indexfile=\write3
> > 
> > \openout3 = `FregesTheorem.idx'.
> > 
> > Writing index file FregesTheorem.idx
> > 
> > > I have also another strange problems : since years, I maintain a LyX
> > > file with acronym definitions that I include in my different lyx
> > > documents (using the "acronym" environment). Now, for some
> > > documents,
> > > errors "! LaTeX Error: Something's wrong--perhaps a missing \item."
> > > occur for each acronym added, while for other it works fine.
> > > I try to remove my .lyx directory to see if it is related to the
> > > configuration, but both problems remain. Really strange.
> > 
> > This is starting to seem as if there's a problem with your LaTeX
> > installation. What OS are you on?
> > 
> > Richard
-- 

Dr. Ir. Pascal Francq
BELGIUM



Lyx 2.0.1 : Index errors

2011-09-10 Thread Pascal Francq
Hi,
Since I have upgraded to LyX 2.0.1, the table of index is not shown when I 
produce the PDF document.
Has something changed ?
Thanks.
-- 

Dr. Ir. Pascal Francq
BELGIUM



Re: Lyx 2.0.1 : Index errors

2011-09-10 Thread Pascal Francq
Here is a simple Lyx file where the table of index is not printed. When I 
export it to Latex, I see the correct index commands.

Le Samedi 10 Septembre 2011 09:53:59, Richard Heck a écrit :
 On 09/10/2011 08:15 AM, Pascal Francq wrote:
  Hi,
  Since I have upgraded to LyX 2.0.1, the table of index is not shown when
  I produce the PDF document.
  Has something changed ?
 
 Hopefully not, but can you post a small example file that illustrates
 the problem? You might want to check the LaTeX export and make sure the
 index commands are all there.
 
 Richard
-- 

Dr. Ir. Pascal Francq
BELGIUM


test.lyx
Description: application/lyx
%% LyX 2.0.1 created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[english]{article}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{makeidx}
\makeindex
\usepackage{babel}
\begin{document}
This is a test\index{test}.

\printindex{}
\end{document}


Lyx 2.0.1 : Index errors

2011-09-10 Thread Pascal Francq
Hi,
Since I have upgraded to LyX 2.0.1, the table of index is not shown when I 
produce the PDF document.
Has something changed ?
Thanks.
-- 

Dr. Ir. Pascal Francq
BELGIUM



Re: Lyx 2.0.1 : Index errors

2011-09-10 Thread Pascal Francq
Here is a simple Lyx file where the table of index is not printed. When I 
export it to Latex, I see the correct index commands.

Le Samedi 10 Septembre 2011 09:53:59, Richard Heck a écrit :
 On 09/10/2011 08:15 AM, Pascal Francq wrote:
  Hi,
  Since I have upgraded to LyX 2.0.1, the table of index is not shown when
  I produce the PDF document.
  Has something changed ?
 
 Hopefully not, but can you post a small example file that illustrates
 the problem? You might want to check the LaTeX export and make sure the
 index commands are all there.
 
 Richard
-- 

Dr. Ir. Pascal Francq
BELGIUM


test.lyx
Description: application/lyx
%% LyX 2.0.1 created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[english]{article}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{makeidx}
\makeindex
\usepackage{babel}
\begin{document}
This is a test\index{test}.

\printindex{}
\end{document}


Lyx 2.0.1 : Index errors

2011-09-10 Thread Pascal Francq
Hi,
Since I have upgraded to LyX 2.0.1, the table of index is not shown when I 
produce the PDF document.
Has something changed ?
Thanks.
-- 

Dr. Ir. Pascal Francq
BELGIUM



Re: Lyx 2.0.1 : Index errors

2011-09-10 Thread Pascal Francq
Here is a simple Lyx file where the table of index is not printed. When I 
export it to Latex, I see the correct index commands.

Le Samedi 10 Septembre 2011 09:53:59, Richard Heck a écrit :
> On 09/10/2011 08:15 AM, Pascal Francq wrote:
> > Hi,
> > Since I have upgraded to LyX 2.0.1, the table of index is not shown when
> > I produce the PDF document.
> > Has something changed ?
> 
> Hopefully not, but can you post a small example file that illustrates
> the problem? You might want to check the LaTeX export and make sure the
> index commands are all there.
> 
> Richard
-- 

Dr. Ir. Pascal Francq
BELGIUM


test.lyx
Description: application/lyx
%% LyX 2.0.1 created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[english]{article}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{makeidx}
\makeindex
\usepackage{babel}
\begin{document}
This is a test\index{test}.

\printindex{}
\end{document}


Index Title Style

2011-09-01 Thread Pascal Francq
Hi,
I using the multiple index feature of Lyx in a book document. I also change 
the style of a chapter with the following commands:

\renewcommand\chapter{\@startsection
{chapter}{0}{0mm}%
{\baselineskip}%
{0.5\baselineskip}%
{\normalfont\Large\bfseries}}

But the index title still uses the default style of chapter defines in book 
rather than the one specified. I suppose I have to apply the same approach for 
an index depending command, but I don't find it.
Thanks.
-- 

Dr. Ir. Pascal Francq
BELGIUM



Index Title Style

2011-09-01 Thread Pascal Francq
Hi,
I using the multiple index feature of Lyx in a book document. I also change 
the style of a chapter with the following commands:

\renewcommand\chapter{\@startsection
{chapter}{0}{0mm}%
{\baselineskip}%
{0.5\baselineskip}%
{\normalfont\Large\bfseries}}

But the index title still uses the default style of chapter defines in book 
rather than the one specified. I suppose I have to apply the same approach for 
an index depending command, but I don't find it.
Thanks.
-- 

Dr. Ir. Pascal Francq
BELGIUM



Index Title Style

2011-09-01 Thread Pascal Francq
Hi,
I using the multiple index feature of Lyx in a book document. I also change 
the style of a chapter with the following commands:

\renewcommand\chapter{\@startsection
{chapter}{0}{0mm}%
{\baselineskip}%
{0.5\baselineskip}%
{\normalfont\Large\bfseries}}

But the index title still uses the default style of chapter defines in "book" 
rather than the one specified. I suppose I have to apply the same approach for 
an index depending command, but I don't find it.
Thanks.
-- 

Dr. Ir. Pascal Francq
BELGIUM



Split one lyx file into multiple books

2011-08-24 Thread Pascal Francq
Hi,
I am finishing a book (one lyx file), but my editor asked me to split it into 
two volumes. Since there are a lot of references to section between those 
volumes, I want to known if there exists a way to manage these references 
automatically (with something like I.1.2 or II.2.3).
Thanks.
-- 

Dr. Ir. Pascal Francq
BELGIUM


signature.asc
Description: This is a digitally signed message part.


Re: Split one lyx file into multiple books

2011-08-24 Thread Pascal Francq
I found a link that explains how to do it :
http://marc.info/?l=lyx-usersm3241857032092w=2
It is not particularly intuitive, but it seems to work (I will try it in the
following days). It needs to manipulate LaTeX files (so exporting the LyX file
every time a change occurs in the section numbering).
It could perhaps be an interesting feature for future versions of LyX by
importing directly all the references declared in a given LyX file.

Le Mercredi 24 Août 2011 11:59:48, Richard Heck a écrit :
 On 08/24/2011 11:12 AM, Pascal Francq wrote:
  Hi,
  I am finishing a book (one lyx file), but my editor asked me to split it
  into two volumes. Since there are a lot of references to section
  between those volumes, I want to known if there exists a way to manage
  these references automatically (with something like I.1.2 or II.2.3).

 Yes, this can be done with the xr package, but I do not know how much
 native support LyX has for this kind of thing.

 Richard
--

Dr. Ir. Pascal Francq
BELGIUM


signature.asc
Description: This is a digitally signed message part.


Split one lyx file into multiple books

2011-08-24 Thread Pascal Francq
Hi,
I am finishing a book (one lyx file), but my editor asked me to split it into 
two volumes. Since there are a lot of references to section between those 
volumes, I want to known if there exists a way to manage these references 
automatically (with something like I.1.2 or II.2.3).
Thanks.
-- 

Dr. Ir. Pascal Francq
BELGIUM


signature.asc
Description: This is a digitally signed message part.


Re: Split one lyx file into multiple books

2011-08-24 Thread Pascal Francq
I found a link that explains how to do it :
http://marc.info/?l=lyx-usersm3241857032092w=2
It is not particularly intuitive, but it seems to work (I will try it in the
following days). It needs to manipulate LaTeX files (so exporting the LyX file
every time a change occurs in the section numbering).
It could perhaps be an interesting feature for future versions of LyX by
importing directly all the references declared in a given LyX file.

Le Mercredi 24 Août 2011 11:59:48, Richard Heck a écrit :
 On 08/24/2011 11:12 AM, Pascal Francq wrote:
  Hi,
  I am finishing a book (one lyx file), but my editor asked me to split it
  into two volumes. Since there are a lot of references to section
  between those volumes, I want to known if there exists a way to manage
  these references automatically (with something like I.1.2 or II.2.3).

 Yes, this can be done with the xr package, but I do not know how much
 native support LyX has for this kind of thing.

 Richard
--

Dr. Ir. Pascal Francq
BELGIUM


signature.asc
Description: This is a digitally signed message part.


Split one lyx file into multiple books

2011-08-24 Thread Pascal Francq
Hi,
I am finishing a book (one lyx file), but my editor asked me to split it into 
two volumes. Since there are a lot of references to section between those 
volumes, I want to known if there exists a way to manage these references 
automatically (with something like I.1.2 or II.2.3).
Thanks.
-- 

Dr. Ir. Pascal Francq
BELGIUM


signature.asc
Description: This is a digitally signed message part.


Re: Split one lyx file into multiple books

2011-08-24 Thread Pascal Francq
I found a link that explains how to do it :
http://marc.info/?l=lyx-users3241857032092=2
It is not particularly intuitive, but it seems to work (I will try it in the
following days). It needs to manipulate LaTeX files (so exporting the LyX file
every time a change occurs in the section numbering).
It could perhaps be an interesting feature for future versions of LyX by
importing directly all the references declared in a given LyX file.

Le Mercredi 24 Août 2011 11:59:48, Richard Heck a écrit :
> On 08/24/2011 11:12 AM, Pascal Francq wrote:
> > Hi,
> > I am finishing a book (one lyx file), but my editor asked me to split it
> > into two volumes. Since there are a lot of references to section
> > between those volumes, I want to known if there exists a way to manage
> > these references automatically (with something like I.1.2 or II.2.3).
>
> Yes, this can be done with the xr package, but I do not know how much
> "native" support LyX has for this kind of thing.
>
> Richard
--

Dr. Ir. Pascal Francq
BELGIUM


signature.asc
Description: This is a digitally signed message part.


Re: HTML export from LyX

2011-05-17 Thread Pascal Francq
Thanks, it works. 

On lundi 16 mai 2011, Guenter Milde wrote:
 On 2011-05-16, Richard Heck wrote:
  On 05/16/2011 06:35 AM, Pascal Francq wrote:
  How can I, from the command line, export a given LyX document into
  a HTML document in another directory (in LyX, the document is always
  exported in the same directory).
  
  There's no support presently in LyX for naming the export directory,
  either for XHTML or for any other format. There is a bug about this
  already.
 
 For the time being, you can use the external elyxer (works even
 without a LyX installation):
 
 # elyxer --help
 
   * Usage: elyxer.py [options] [filein] [fileout]
   * Convert LyX input file filein to HTML file fileout.
   * If filein (or fileout) is not given use standard input (or output).
   * Main program of the eLyXer package (http://elyxer.nongnu.org/).
 
 ...
 
 
 Günter


-- 

Dr. Ir. Pascal Francq
BELGIUM


signature.asc
Description: This is a digitally signed message part.


Re: HTML export from LyX

2011-05-17 Thread Pascal Francq
Thanks, it works. 

On lundi 16 mai 2011, Guenter Milde wrote:
 On 2011-05-16, Richard Heck wrote:
  On 05/16/2011 06:35 AM, Pascal Francq wrote:
  How can I, from the command line, export a given LyX document into
  a HTML document in another directory (in LyX, the document is always
  exported in the same directory).
  
  There's no support presently in LyX for naming the export directory,
  either for XHTML or for any other format. There is a bug about this
  already.
 
 For the time being, you can use the external elyxer (works even
 without a LyX installation):
 
 # elyxer --help
 
   * Usage: elyxer.py [options] [filein] [fileout]
   * Convert LyX input file filein to HTML file fileout.
   * If filein (or fileout) is not given use standard input (or output).
   * Main program of the eLyXer package (http://elyxer.nongnu.org/).
 
 ...
 
 
 Günter


-- 

Dr. Ir. Pascal Francq
BELGIUM


signature.asc
Description: This is a digitally signed message part.


Re: HTML export from LyX

2011-05-17 Thread Pascal Francq
Thanks, it works. 

On lundi 16 mai 2011, Guenter Milde wrote:
> On 2011-05-16, Richard Heck wrote:
> > On 05/16/2011 06:35 AM, Pascal Francq wrote:
> >> How can I, from the command line, export a given LyX document into
> >> a HTML document in another directory (in LyX, the document is always
> >> exported in the same directory).
> > 
> > There's no support presently in LyX for naming the export directory,
> > either for XHTML or for any other format. There is a bug about this
> > already.
> 
> For the time being, you can use the external elyxer (works even
> without a LyX installation):
> 
> #> elyxer --help
> 
>   * Usage: elyxer.py [options] [filein] [fileout]
>   * Convert LyX input file "filein" to HTML file "fileout".
>   * If filein (or fileout) is not given use standard input (or output).
>   * Main program of the eLyXer package (http://elyxer.nongnu.org/).
> 
> ...
> 
> 
> Günter


-- 

Dr. Ir. Pascal Francq
BELGIUM


signature.asc
Description: This is a digitally signed message part.


HTML export from LyX

2011-05-16 Thread Pascal Francq
Hi,
How can I, from the command line, export a given LyX document into a HTML 
document in another directory (in LyX, the document is always exported in the 
same directory).
Thanks.
-- 

Dr. Ir. Pascal Francq
BELGIUM


signature.asc
Description: This is a digitally signed message part.


HTML export from LyX

2011-05-16 Thread Pascal Francq
Hi,
How can I, from the command line, export a given LyX document into a HTML 
document in another directory (in LyX, the document is always exported in the 
same directory).
Thanks.
-- 

Dr. Ir. Pascal Francq
BELGIUM


signature.asc
Description: This is a digitally signed message part.


HTML export from LyX

2011-05-16 Thread Pascal Francq
Hi,
How can I, from the command line, export a given LyX document into a HTML 
document in another directory (in LyX, the document is always exported in the 
same directory).
Thanks.
-- 

Dr. Ir. Pascal Francq
BELGIUM


signature.asc
Description: This is a digitally signed message part.


LyX, index and Hyperef

2011-05-09 Thread Pascal Francq
Hi,
I use Lyx 2.0 to manage multiple index. Since I want that some page numbers 
appear in italic in the index, I add to several index declaration the option 
|textit. Strangely, in the generated PDF file, these page numbers written in 
italic are not hyperlinks (such as the normal page numbers).
-- 

Dr. Ir. Pascal Francq
BELGIUM


signature.asc
Description: This is a digitally signed message part.


LyX, index and Hyperef

2011-05-09 Thread Pascal Francq
Hi,
I use Lyx 2.0 to manage multiple index. Since I want that some page numbers 
appear in italic in the index, I add to several index declaration the option 
|textit. Strangely, in the generated PDF file, these page numbers written in 
italic are not hyperlinks (such as the normal page numbers).
-- 

Dr. Ir. Pascal Francq
BELGIUM


signature.asc
Description: This is a digitally signed message part.


LyX, index and Hyperef

2011-05-09 Thread Pascal Francq
Hi,
I use Lyx 2.0 to manage multiple index. Since I want that some page numbers 
appear in italic in the index, I add to several index declaration the option 
"|textit". Strangely, in the generated PDF file, these page numbers written in 
italic are not hyperlinks (such as the "normal" page numbers).
-- 

Dr. Ir. Pascal Francq
BELGIUM


signature.asc
Description: This is a digitally signed message part.


Lyx and xindy

2011-05-02 Thread Pascal Francq
Hi,
I try to change from makeindex to xindy to manage two index in the document 
from LyX. I have just selected xindy in ToolsPreferencesOutputLatex 
(adding the option -l french for the French language).
Now, when I create the PDF document, no index is build (while it was with 
makeindex). I Suppose that I miss something. Any idea ?
Thanks.
-- 

Dr. Ir. Pascal Francq
BELGIUM


signature.asc
Description: This is a digitally signed message part.


Lyx and xindy

2011-05-02 Thread Pascal Francq
Hi,
I try to change from makeindex to xindy to manage two index in the document 
from LyX. I have just selected xindy in ToolsPreferencesOutputLatex 
(adding the option -l french for the French language).
Now, when I create the PDF document, no index is build (while it was with 
makeindex). I Suppose that I miss something. Any idea ?
Thanks.
-- 

Dr. Ir. Pascal Francq
BELGIUM


signature.asc
Description: This is a digitally signed message part.


Lyx and xindy

2011-05-02 Thread Pascal Francq
Hi,
I try to change from makeindex to xindy to manage two index in the document 
from LyX. I have just selected xindy in "Tools>Preferences>Output>Latex" 
(adding the option "-l french" for the French language).
Now, when I create the PDF document, no index is build (while it was with 
makeindex). I Suppose that I miss something. Any idea ?
Thanks.
-- 

Dr. Ir. Pascal Francq
BELGIUM


signature.asc
Description: This is a digitally signed message part.


Stupid question about index

2010-11-30 Thread Pascal Francq
Hi,
I am using the multiple index feature include in Lyx 2.0 (beta1). It's working 
well. When the index are printed, their format is index, page1, page2 I 
want that they are printed with the format index : page1, page2
Anyone an idea ?
Thanks.
-- 

Dr. Ir. Pascal Francq
BELGIUM


signature.asc
Description: This is a digitally signed message part.


Stupid question about index

2010-11-30 Thread Pascal Francq
Hi,
I am using the multiple index feature include in Lyx 2.0 (beta1). It's working 
well. When the index are printed, their format is index, page1, page2 I 
want that they are printed with the format index : page1, page2
Anyone an idea ?
Thanks.
-- 

Dr. Ir. Pascal Francq
BELGIUM


signature.asc
Description: This is a digitally signed message part.


Stupid question about index

2010-11-30 Thread Pascal Francq
Hi,
I am using the multiple index feature include in Lyx 2.0 (beta1). It's working 
well. When the index are printed, their format is "index, page1, page2...". I 
want that they are printed with the format "index : page1, page2...".
Anyone an idea ?
Thanks.
-- 

Dr. Ir. Pascal Francq
BELGIUM


signature.asc
Description: This is a digitally signed message part.


Re: Lyx, pdflatex and pstool

2010-08-21 Thread Pascal Francq
Thanks, it works fine.
I have try to insert a .fig figure (since I use xfig to make my graphics), 
hoping that Lyx would handle it also. When I try to view the pdf document 
(with pdflatex) I have the following error : 
Missing $ inserted
I've inserted a begin-math/end-math symbol since I think
you left one out. Proceed, with fingers crossed.
Have you perhaps an idea (else I simply export all my figures in eps) ?


On vendredi 20 août 2010, Julien Rioux wrote:
 On 20/08/2010 5:57 AM, Pascal Francq wrote:
  Hi,
  I use the pstool package to combine psfrag and pdflatex and it works
  well. In practice, to include a graphic I need a 'file.eps' and I use
  the \psfragfig
  
  command of the form :
  \psfragfig[some options such as those of graphicx]{file.eps}{psfrag
  code}
  
  I use the latex insets to add this graphic. Of course, I cannot see the
  file in Lyx. My question is : is it possible to configure Lyx in such a
  way that, when a graphic is included, it uses the psfragfig. In
  particular, in Lyx 2.0, it seems to add some external objects such as
  xfig files. Where can I found some information to create such an
  external object ?
  Thanks.
 
 Hi,
 
 This solution is not using the external objects, but you could give it a
 try (only partially tested on a minimal example, but I got it to work):
 
 1) Add, at the *end* of your preamble (Document  Settings  LaTeX
 Preamble) [1]:
 
 \usepackage{pstool}
 \EndPreamble
 \let\includegraphics\pstool
 
 2) Use the usual mechanism for graphic insertion in LyX, specify your
 .eps file.
 
 3) Put the {psfrag code} part in TeX code right after the graphic [2].
 
 4) Define a new file format: In Tools  Preferences  File Handling 
 File Format
 
 Click New... and enter the following
 Format: PDF (pstool)
 Doc format: yes
 Vector graphics format: yes
 Short name: pdf4
 Extension: pdf
 Viewer: auto
 Click Apply
 
 5) Define a new converter: In Tools  Preferences  File Handling 
 Converters
 
 Select these:
  From format: LaTeX (plain)
 To format: PDF (pstool)
 Enter this:
 Converter: pdflatex -shell-escape $$i
 Extra flag: latex
 Click Add, then Apply
 
 Cheers,
 Julien
 
 [1] Note that something more robust could be done, to cope with cases
 where you would forget to add {} in TeX code when there are no psfrag
 replacements for that figure. Left as an exercise.
 
 [2] Activate the View  View Source option in LyX to help you out
 while doing that. Make sure the LaTeX code corresponds to what you want
 to achieve.


-- 

Dr. Ir. Pascal Francq
BELGIUM


signature.asc
Description: This is a digitally signed message part.


Re: Lyx, pdflatex and pstool

2010-08-21 Thread Pascal Francq
Thanks, it works fine.
I have try to insert a .fig figure (since I use xfig to make my graphics), 
hoping that Lyx would handle it also. When I try to view the pdf document 
(with pdflatex) I have the following error : 
Missing $ inserted
I've inserted a begin-math/end-math symbol since I think
you left one out. Proceed, with fingers crossed.
Have you perhaps an idea (else I simply export all my figures in eps) ?


On vendredi 20 août 2010, Julien Rioux wrote:
 On 20/08/2010 5:57 AM, Pascal Francq wrote:
  Hi,
  I use the pstool package to combine psfrag and pdflatex and it works
  well. In practice, to include a graphic I need a 'file.eps' and I use
  the \psfragfig
  
  command of the form :
  \psfragfig[some options such as those of graphicx]{file.eps}{psfrag
  code}
  
  I use the latex insets to add this graphic. Of course, I cannot see the
  file in Lyx. My question is : is it possible to configure Lyx in such a
  way that, when a graphic is included, it uses the psfragfig. In
  particular, in Lyx 2.0, it seems to add some external objects such as
  xfig files. Where can I found some information to create such an
  external object ?
  Thanks.
 
 Hi,
 
 This solution is not using the external objects, but you could give it a
 try (only partially tested on a minimal example, but I got it to work):
 
 1) Add, at the *end* of your preamble (Document  Settings  LaTeX
 Preamble) [1]:
 
 \usepackage{pstool}
 \EndPreamble
 \let\includegraphics\pstool
 
 2) Use the usual mechanism for graphic insertion in LyX, specify your
 .eps file.
 
 3) Put the {psfrag code} part in TeX code right after the graphic [2].
 
 4) Define a new file format: In Tools  Preferences  File Handling 
 File Format
 
 Click New... and enter the following
 Format: PDF (pstool)
 Doc format: yes
 Vector graphics format: yes
 Short name: pdf4
 Extension: pdf
 Viewer: auto
 Click Apply
 
 5) Define a new converter: In Tools  Preferences  File Handling 
 Converters
 
 Select these:
  From format: LaTeX (plain)
 To format: PDF (pstool)
 Enter this:
 Converter: pdflatex -shell-escape $$i
 Extra flag: latex
 Click Add, then Apply
 
 Cheers,
 Julien
 
 [1] Note that something more robust could be done, to cope with cases
 where you would forget to add {} in TeX code when there are no psfrag
 replacements for that figure. Left as an exercise.
 
 [2] Activate the View  View Source option in LyX to help you out
 while doing that. Make sure the LaTeX code corresponds to what you want
 to achieve.


-- 

Dr. Ir. Pascal Francq
BELGIUM


signature.asc
Description: This is a digitally signed message part.


Re: Lyx, pdflatex and pstool

2010-08-21 Thread Pascal Francq
Thanks, it works fine.
I have try to insert a ".fig" figure (since I use xfig to make my graphics), 
hoping that Lyx would handle it also. When I try to view the pdf document 
(with pdflatex) I have the following error : 
"Missing $ inserted"
"I've inserted a begin-math/end-math symbol since I think
you left one out. Proceed, with fingers crossed."
Have you perhaps an idea (else I simply export all my figures in eps) ?


On vendredi 20 août 2010, Julien Rioux wrote:
> On 20/08/2010 5:57 AM, Pascal Francq wrote:
> > Hi,
> > I use the pstool package to combine psfrag and pdflatex and it works
> > well. In practice, to include a graphic I need a 'file.eps' and I use
> > the \psfragfig
> > 
> > command of the form :
> > \psfragfig[some options such as those of graphicx]{file.eps}{psfrag
> > code}
> > 
> > I use the latex insets to add this graphic. Of course, I cannot see the
> > file in Lyx. My question is : is it possible to configure Lyx in such a
> > way that, when a graphic is included, it uses the psfragfig. In
> > particular, in Lyx 2.0, it seems to add some "external objects" such as
> > xfig files. Where can I found some information to create such an
> > external object ?
> > Thanks.
> 
> Hi,
> 
> This solution is not using the external objects, but you could give it a
> try (only partially tested on a minimal example, but I got it to work):
> 
> 1) Add, at the *end* of your preamble ("Document > Settings > LaTeX
> Preamble") [1]:
> 
> \usepackage{pstool}
> \EndPreamble
> \let\includegraphics\pstool
> 
> 2) Use the usual mechanism for graphic insertion in LyX, specify your
> .eps file.
> 
> 3) Put the {psfrag code} part in TeX code right after the graphic [2].
> 
> 4) Define a new file format: In "Tools > Preferences > File Handling >
> File Format"
> 
> Click "New..." and enter the following
> Format: PDF (pstool)
> Doc format: yes
> Vector graphics format: yes
> Short name: pdf4
> Extension: pdf
> Viewer: auto
> Click Apply
> 
> 5) Define a new converter: In "Tools > Preferences > File Handling >
> Converters"
> 
> Select these:
>  From format: LaTeX (plain)
> To format: PDF (pstool)
> Enter this:
> Converter: pdflatex -shell-escape $$i
> Extra flag: latex
> Click Add, then Apply
> 
> Cheers,
> Julien
> 
> [1] Note that something more robust could be done, to cope with cases
> where you would forget to add {} in TeX code when there are no psfrag
> replacements for that figure. Left as an exercise.
> 
> [2] Activate the "View > View Source" option in LyX to help you out
> while doing that. Make sure the LaTeX code corresponds to what you want
> to achieve.


-- 

Dr. Ir. Pascal Francq
BELGIUM


signature.asc
Description: This is a digitally signed message part.


Lyx, pdflatex and pstool

2010-08-20 Thread Pascal Francq
Hi,
I use the pstool package to combine psfrag and pdflatex and it works well. In 
practice, to include a graphic I need a 'file.eps' and I use the \psfragfig 
command of the form :
\psfragfig[some options such as those of graphicx]{file.eps}{psfrag 
code}
I use the latex insets to add this graphic. Of course, I cannot see the file 
in Lyx. My question is : is it possible to configure Lyx in such a way that, 
when a graphic is included, it uses the psfragfig. In particular, in Lyx 2.0, 
it seems to add some external objects such as xfig files. Where can I found 
some information to create such an external object ?
Thanks.
-- 

Dr. Ir. Pascal Francq
BELGIUM


signature.asc
Description: This is a digitally signed message part.


Lyx, pdflatex and pstool

2010-08-20 Thread Pascal Francq
Hi,
I use the pstool package to combine psfrag and pdflatex and it works well. In 
practice, to include a graphic I need a 'file.eps' and I use the \psfragfig 
command of the form :
\psfragfig[some options such as those of graphicx]{file.eps}{psfrag 
code}
I use the latex insets to add this graphic. Of course, I cannot see the file 
in Lyx. My question is : is it possible to configure Lyx in such a way that, 
when a graphic is included, it uses the psfragfig. In particular, in Lyx 2.0, 
it seems to add some external objects such as xfig files. Where can I found 
some information to create such an external object ?
Thanks.
-- 

Dr. Ir. Pascal Francq
BELGIUM


signature.asc
Description: This is a digitally signed message part.


Lyx, pdflatex and pstool

2010-08-20 Thread Pascal Francq
Hi,
I use the pstool package to combine psfrag and pdflatex and it works well. In 
practice, to include a graphic I need a 'file.eps' and I use the \psfragfig 
command of the form :
\psfragfig[some options such as those of graphicx]{file.eps}{psfrag 
code}
I use the latex insets to add this graphic. Of course, I cannot see the file 
in Lyx. My question is : is it possible to configure Lyx in such a way that, 
when a graphic is included, it uses the psfragfig. In particular, in Lyx 2.0, 
it seems to add some "external objects" such as xfig files. Where can I found 
some information to create such an external object ?
Thanks.
-- 

Dr. Ir. Pascal Francq
BELGIUM


signature.asc
Description: This is a digitally signed message part.


PDFLatex and psfrag

2010-08-12 Thread Pascal Francq
Hi,
I am using the psfrag package to modify the text included in graphics. When I 
use pdflatex from Lyx (2.0 beta 5), the psfrag modifications are not take into 
account, while when I use postscript there are no problem.
When I use ps2pdf, I have another problem because Lyx (in fact latex) says 
that it cannot determine the size of the graphic.
Any idea ?
Thanks.
-- 

Dr. Ir. Pascal Francq
BELGIUM


signature.asc
Description: This is a digitally signed message part.


PDFLatex and psfrag

2010-08-12 Thread Pascal Francq
Hi,
I am using the psfrag package to modify the text included in graphics. When I 
use pdflatex from Lyx (2.0 beta 5), the psfrag modifications are not take into 
account, while when I use postscript there are no problem.
When I use ps2pdf, I have another problem because Lyx (in fact latex) says 
that it cannot determine the size of the graphic.
Any idea ?
Thanks.
-- 

Dr. Ir. Pascal Francq
BELGIUM


signature.asc
Description: This is a digitally signed message part.


PDFLatex and psfrag

2010-08-12 Thread Pascal Francq
Hi,
I am using the psfrag package to modify the text included in graphics. When I 
use pdflatex from Lyx (2.0 beta 5), the psfrag modifications are not take into 
account, while when I use postscript there are no problem.
When I use ps2pdf, I have another problem because Lyx (in fact latex) says 
that it "cannot determine the size of the graphic".
Any idea ?
Thanks.
-- 

Dr. Ir. Pascal Francq
BELGIUM


signature.asc
Description: This is a digitally signed message part.


Appendices and Bibliographie

2010-07-27 Thread Pascal Francq
Hi,
I am currently writing a book with Lyx (book class). It finish with an 
appendix (it is a normal chapter with a start appendices here before) et 
then a bibliography (simply insert TOC). When a produce the final document, in 
the table of content, the entry (and the internal link of the PDF output) of 
the bibliography points to the first page of the appendix and not the first 
page of the bibliography. I suppose that there is something to configure 
somewhere to avoid that, anyone a clue ?
Thanks
-- 

Dr. Ir. Pascal Francq
BELGIUM


signature.asc
Description: This is a digitally signed message part.


Appendices and Bibliographie

2010-07-27 Thread Pascal Francq
Hi,
I am currently writing a book with Lyx (book class). It finish with an 
appendix (it is a normal chapter with a start appendices here before) et 
then a bibliography (simply insert TOC). When a produce the final document, in 
the table of content, the entry (and the internal link of the PDF output) of 
the bibliography points to the first page of the appendix and not the first 
page of the bibliography. I suppose that there is something to configure 
somewhere to avoid that, anyone a clue ?
Thanks
-- 

Dr. Ir. Pascal Francq
BELGIUM


signature.asc
Description: This is a digitally signed message part.


Appendices and Bibliographie

2010-07-27 Thread Pascal Francq
Hi,
I am currently writing a book with Lyx (book class). It finish with an 
appendix (it is a normal chapter with a "start appendices here" before) et 
then a bibliography (simply insert TOC). When a produce the final document, in 
the table of content, the entry (and the internal link of the PDF output) of 
the bibliography points to the first page of the appendix and not the first 
page of the bibliography. I suppose that there is something to configure 
somewhere to avoid that, anyone a clue ?
Thanks
-- 

Dr. Ir. Pascal Francq
BELGIUM


signature.asc
Description: This is a digitally signed message part.


Problems with Lyx 2.0 alpha4 - XFig files

2010-06-18 Thread Pascal Francq
Hi,
I have download and compile the alpha version of the next 2.0 release, and I 
have small problem concerning files created with xfig when I create, from LyX, 
a 
PDF file (the same LyX file works fro 1.6.x series). LyX (or LaTeX to be more 
precise) says that it cannot determine the size of the graphic.
I know that in this new version, you can use the insert external object 
option, which works for xfig files. The problem is that I combine xfig files 
with 
the /psfrag to replace some text in the xfig files with some LaTeX stuff 
(like 
formulas). And with the insert external object, it does not take into 
account these commands.
A tip how to manage that ?
Thanks.
-- 
Dr. Ir. Pascal Francq
Belgium


signature.asc
Description: This is a digitally signed message part.


Problems with Lyx 2.0 alpha4 - XFig files

2010-06-18 Thread Pascal Francq
Hi,
I have download and compile the alpha version of the next 2.0 release, and I 
have small problem concerning files created with xfig when I create, from LyX, 
a 
PDF file (the same LyX file works fro 1.6.x series). LyX (or LaTeX to be more 
precise) says that it cannot determine the size of the graphic.
I know that in this new version, you can use the insert external object 
option, which works for xfig files. The problem is that I combine xfig files 
with 
the /psfrag to replace some text in the xfig files with some LaTeX stuff 
(like 
formulas). And with the insert external object, it does not take into 
account these commands.
A tip how to manage that ?
Thanks.
-- 
Dr. Ir. Pascal Francq
Belgium


signature.asc
Description: This is a digitally signed message part.


Problems with Lyx 2.0 alpha4 - XFig files

2010-06-18 Thread Pascal Francq
Hi,
I have download and compile the alpha version of the next 2.0 release, and I 
have small problem concerning files created with xfig when I create, from LyX, 
a 
PDF file (the same LyX file works fro 1.6.x series). LyX (or LaTeX to be more 
precise) says that it cannot determine the size of the graphic.
I know that in this new version, you can use the "insert external object" 
option, which works for xfig files. The problem is that I combine xfig files 
with 
the "/psfrag" to replace some text in the xfig files with some LaTeX stuff 
(like 
formulas). And with the "insert external object", it does not take into 
account these commands.
A tip how to manage that ?
Thanks.
-- 
Dr. Ir. Pascal Francq
Belgium


signature.asc
Description: This is a digitally signed message part.


Creating macros in Lyx

2009-02-05 Thread Pascal Francq
Hi,
Does anybody know if it is possible to create macro in Lyx and how to do it ?
In practice, I want to add some shortcuts to action such as putting the text 
in red or the text is in English.
Thanks.
-- 

Pascal Francq


signature.asc
Description: This is a digitally signed message part.


Re: Creating macros in Lyx

2009-02-05 Thread Pascal Francq
Thanks. In fact, when I using the dialog box to modify the character type, it 
does not show any function in the status bar. Moreover, when I use textstyle-
update color 3, the color is set to red, but other attributes are reset (such 
as an italic text becomes regular). I think I have to play with this function.

On jeudi 05 février 2009, rgheck wrote:
 Pascal Francq wrote:
  Hi,
  Does anybody know if it is possible to create macro in Lyx and how to do
  it ? In practice, I want to add some shortcuts to action such as putting
  the text in red or the text is in English.
  Thanks.

 Anything you can do in LyX---any sequence of actions---can be assigned
 (bound) to a key. Two ways. (i) The file that sets the bindings is just
 a text file, *.bind; you can find out which one you are using in
 ToolsPreferencesEditingShortcuts. Copy that file to your LyX user
 directory, and then edit as you wish. The syntax is reasonably
 straightforward. (ii) Use the Shortcuts editor in
 ToolsPreferencesEditingShortcuts.

 The only problem now is to know function what to assign. The available
 functions are described in HelpLyX Functions, so you can look them up
 there. But an easier way is to watch the status line when you perform
 some action: LyX will usually pop up the name of the function you just
 used. If you want to perform a sequence of actions, then you'll need to
 use the command-sequence LFUN to do it, e.g.:
 command-sequence word-select; textstyle-update color 3
 That selects the current word and makes it red. (Getting the
 textstyle-update syntax right is less easy than with other things.)

 rh


-- 

Pascal Francq



signature.asc
Description: This is a digitally signed message part.


Creating macros in Lyx

2009-02-05 Thread Pascal Francq
Hi,
Does anybody know if it is possible to create macro in Lyx and how to do it ?
In practice, I want to add some shortcuts to action such as putting the text 
in red or the text is in English.
Thanks.
-- 

Pascal Francq


signature.asc
Description: This is a digitally signed message part.


Re: Creating macros in Lyx

2009-02-05 Thread Pascal Francq
Thanks. In fact, when I using the dialog box to modify the character type, it 
does not show any function in the status bar. Moreover, when I use textstyle-
update color 3, the color is set to red, but other attributes are reset (such 
as an italic text becomes regular). I think I have to play with this function.

On jeudi 05 février 2009, rgheck wrote:
 Pascal Francq wrote:
  Hi,
  Does anybody know if it is possible to create macro in Lyx and how to do
  it ? In practice, I want to add some shortcuts to action such as putting
  the text in red or the text is in English.
  Thanks.

 Anything you can do in LyX---any sequence of actions---can be assigned
 (bound) to a key. Two ways. (i) The file that sets the bindings is just
 a text file, *.bind; you can find out which one you are using in
 ToolsPreferencesEditingShortcuts. Copy that file to your LyX user
 directory, and then edit as you wish. The syntax is reasonably
 straightforward. (ii) Use the Shortcuts editor in
 ToolsPreferencesEditingShortcuts.

 The only problem now is to know function what to assign. The available
 functions are described in HelpLyX Functions, so you can look them up
 there. But an easier way is to watch the status line when you perform
 some action: LyX will usually pop up the name of the function you just
 used. If you want to perform a sequence of actions, then you'll need to
 use the command-sequence LFUN to do it, e.g.:
 command-sequence word-select; textstyle-update color 3
 That selects the current word and makes it red. (Getting the
 textstyle-update syntax right is less easy than with other things.)

 rh


-- 

Pascal Francq



signature.asc
Description: This is a digitally signed message part.


Creating macros in Lyx

2009-02-05 Thread Pascal Francq
Hi,
Does anybody know if it is possible to create macro in Lyx and how to do it ?
In practice, I want to add some shortcuts to action such as "putting the text 
in red" or "the text is in English".
Thanks.
-- 

Pascal Francq


signature.asc
Description: This is a digitally signed message part.


Re: Creating macros in Lyx

2009-02-05 Thread Pascal Francq
Thanks. In fact, when I using the dialog box to modify the character type, it 
does not show any function in the status bar. Moreover, when I use "textstyle-
update color 3", the color is set to red, but other attributes are reset (such 
as an italic text becomes regular). I think I have to play with this function.

On jeudi 05 février 2009, rgheck wrote:
> Pascal Francq wrote:
> > Hi,
> > Does anybody know if it is possible to create macro in Lyx and how to do
> > it ? In practice, I want to add some shortcuts to action such as "putting
> > the text in red" or "the text is in English".
> > Thanks.
>
> Anything you can do in LyX---any sequence of actions---can be assigned
> (bound) to a key. Two ways. (i) The file that sets the bindings is just
> a text file, *.bind; you can find out which one you are using in
> Tools>Preferences>Editing>Shortcuts. Copy that file to your LyX user
> directory, and then edit as you wish. The syntax is reasonably
> straightforward. (ii) Use the Shortcuts editor in
> Tools>Preferences>Editing>Shortcuts.
>
> The only problem now is to know function what to assign. The available
> functions are described in Help>LyX Functions, so you can look them up
> there. But an easier way is to watch the status line when you perform
> some action: LyX will usually pop up the name of the function you just
> used. If you want to perform a sequence of actions, then you'll need to
> use the command-sequence LFUN to do it, e.g.:
> command-sequence word-select; textstyle-update color 3
> That selects the current word and makes it red. (Getting the
> textstyle-update syntax right is less easy than with other things.)
>
> rh


-- 

Pascal Francq



signature.asc
Description: This is a digitally signed message part.


LyX 1.6.0 freezes

2008-11-25 Thread Pascal Francq
Hi,
I am using Lyx 1.6.0 with KUbuntu 8.10 (KDE 4.1.3) on a 64 bit architecture. 
When I am working, sometimes Lyx freezes, at least the GUI. I a send a TERM 
signal to the application, when I restart LyX it tries to recover the unsaved 
files which confirms that it is probably a GUI problem.
Anyone an idea ?
-- 

Prof. Pascal Francq
Université Libre de Bruxelles
Avenue F.D. Roosevelt 50, CP 165/14
B-1050 Brussels
BELGIUM



signature.asc
Description: This is a digitally signed message part.


LyX 1.6.0 freezes

2008-11-25 Thread Pascal Francq
Hi,
I am using Lyx 1.6.0 with KUbuntu 8.10 (KDE 4.1.3) on a 64 bit architecture. 
When I am working, sometimes Lyx freezes, at least the GUI. I a send a TERM 
signal to the application, when I restart LyX it tries to recover the unsaved 
files which confirms that it is probably a GUI problem.
Anyone an idea ?
-- 

Prof. Pascal Francq
Université Libre de Bruxelles
Avenue F.D. Roosevelt 50, CP 165/14
B-1050 Brussels
BELGIUM



signature.asc
Description: This is a digitally signed message part.


LyX 1.6.0 freezes

2008-11-25 Thread Pascal Francq
Hi,
I am using Lyx 1.6.0 with KUbuntu 8.10 (KDE 4.1.3) on a 64 bit architecture. 
When I am working, sometimes Lyx freezes, at least the GUI. I a send a "TERM" 
signal to the application, when I restart LyX it tries to recover the unsaved 
files which confirms that it is probably a GUI problem.
Anyone an idea ?
-- 

Prof. Pascal Francq
Université Libre de Bruxelles
Avenue F.D. Roosevelt 50, CP 165/14
B-1050 Brussels
BELGIUM



signature.asc
Description: This is a digitally signed message part.


Re: Pseudocode in LyX?

2008-08-07 Thread Pascal Francq
Crtl+L

On Jeudi 7 Août 2008, bigblop wrote:
 Are there any build in pseudocode editor in LyX or is it only possible to
 write pseudocode by inserting a raw latex environment in the lyx file?


-- 


Prof. Pascal Francq
Digital Information Chair
Université libre de Bruxelles
Department of Information and Communication Sciences
Avenue F.D. Roosevelt, 50
CP 123
B-1050 Brussels
BELGIUM
Tel. +32-2-650 47 65
Fax +32-2-650 39 21



signature.asc
Description: This is a digitally signed message part.


Re: Pseudocode in LyX?

2008-08-07 Thread Pascal Francq
Crtl+L

On Jeudi 7 Août 2008, bigblop wrote:
 Are there any build in pseudocode editor in LyX or is it only possible to
 write pseudocode by inserting a raw latex environment in the lyx file?


-- 


Prof. Pascal Francq
Digital Information Chair
Université libre de Bruxelles
Department of Information and Communication Sciences
Avenue F.D. Roosevelt, 50
CP 123
B-1050 Brussels
BELGIUM
Tel. +32-2-650 47 65
Fax +32-2-650 39 21



signature.asc
Description: This is a digitally signed message part.


Re: Pseudocode in LyX?

2008-08-07 Thread Pascal Francq
Crtl+L

On Jeudi 7 Août 2008, bigblop wrote:
> Are there any build in pseudocode editor in LyX or is it only possible to
> write pseudocode by inserting a raw latex environment in the lyx file?


-- 


Prof. Pascal Francq
Digital Information Chair
Université libre de Bruxelles
Department of Information and Communication Sciences
Avenue F.D. Roosevelt, 50
CP 123
B-1050 Brussels
BELGIUM
Tel. +32-2-650 47 65
Fax +32-2-650 39 21



signature.asc
Description: This is a digitally signed message part.


Lyx Layout for Octavo?

2007-07-01 Thread Pascal Francq
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,
I currently writte a book that should be printed in A5 size. The 
default 'boox' layout is not optimized for such a page size. I found a latex 
package called 'Octavo' that seems to better fit. Have someone a Lyx layout 
file for this package? Are there other lyx book layouts that are more adapted 
to A5?
Thanks.
- -- 

Prof. Pascal Francq
Digital Information Chair
Université Libre de Bruxelles
Department of Information and Communication Sciences
Avenue F.D. Roosevelt, 50
CP 123
B-1050 Brussels
BELGIUM
Phone: +32-2-650 47 65
Fax: +32-2-650 39 21
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGh7eJoiZc4N+hp30RAibWAJ9rfa0ueMVP0hKJ+Aogy//kPMJ+1wCfYVTe
Z5l9Rr4ZfQAbgCgoCikRats=
=r/5y
-END PGP SIGNATURE-


Re: index

2007-07-01 Thread Pascal Francq
Add after the title the latex code 
\addcontentsline{toc}{chapter}{The title of your chapter}

On dimanche 01 juillet 2007, Giuseppe Vitalone wrote:
 Hi, is it possible to have a section of type Chapter* indexed?
 Thanks, Giuseppe



-- 

Prof. Pascal Francq
Digital Information Chair
Université Libre de Bruxelles
Department of Information and Communication Sciences
Avenue F.D. Roosevelt, 50
CP 123
B-1050 Brussels
BELGIUM
Phone: +32-2-650 47 65
Fax: +32-2-650 39 21


signature.asc
Description: This is a digitally signed message part.


Lyx Layout for Octavo?

2007-07-01 Thread Pascal Francq
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,
I currently writte a book that should be printed in A5 size. The 
default 'boox' layout is not optimized for such a page size. I found a latex 
package called 'Octavo' that seems to better fit. Have someone a Lyx layout 
file for this package? Are there other lyx book layouts that are more adapted 
to A5?
Thanks.
- -- 

Prof. Pascal Francq
Digital Information Chair
Université Libre de Bruxelles
Department of Information and Communication Sciences
Avenue F.D. Roosevelt, 50
CP 123
B-1050 Brussels
BELGIUM
Phone: +32-2-650 47 65
Fax: +32-2-650 39 21
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGh7eJoiZc4N+hp30RAibWAJ9rfa0ueMVP0hKJ+Aogy//kPMJ+1wCfYVTe
Z5l9Rr4ZfQAbgCgoCikRats=
=r/5y
-END PGP SIGNATURE-


Re: index

2007-07-01 Thread Pascal Francq
Add after the title the latex code 
\addcontentsline{toc}{chapter}{The title of your chapter}

On dimanche 01 juillet 2007, Giuseppe Vitalone wrote:
 Hi, is it possible to have a section of type Chapter* indexed?
 Thanks, Giuseppe



-- 

Prof. Pascal Francq
Digital Information Chair
Université Libre de Bruxelles
Department of Information and Communication Sciences
Avenue F.D. Roosevelt, 50
CP 123
B-1050 Brussels
BELGIUM
Phone: +32-2-650 47 65
Fax: +32-2-650 39 21


signature.asc
Description: This is a digitally signed message part.


Lyx Layout for Octavo?

2007-07-01 Thread Pascal Francq
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,
I currently writte a book that should be printed in A5 size. The 
default 'boox' layout is not optimized for such a page size. I found a latex 
package called 'Octavo' that seems to better fit. Have someone a Lyx layout 
file for this package? Are there other lyx book layouts that are more adapted 
to A5?
Thanks.
- -- 

Prof. Pascal Francq
Digital Information Chair
Université Libre de Bruxelles
Department of Information and Communication Sciences
Avenue F.D. Roosevelt, 50
CP 123
B-1050 Brussels
BELGIUM
Phone: +32-2-650 47 65
Fax: +32-2-650 39 21
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGh7eJoiZc4N+hp30RAibWAJ9rfa0ueMVP0hKJ+Aogy//kPMJ+1wCfYVTe
Z5l9Rr4ZfQAbgCgoCikRats=
=r/5y
-END PGP SIGNATURE-


Re: index

2007-07-01 Thread Pascal Francq
Add after the title the latex code 
\addcontentsline{toc}{chapter}{The title of your chapter}

On dimanche 01 juillet 2007, Giuseppe Vitalone wrote:
> Hi, is it possible to have a section of type "Chapter*" indexed?
> Thanks, Giuseppe



-- 

Prof. Pascal Francq
Digital Information Chair
Université Libre de Bruxelles
Department of Information and Communication Sciences
Avenue F.D. Roosevelt, 50
CP 123
B-1050 Brussels
BELGIUM
Phone: +32-2-650 47 65
Fax: +32-2-650 39 21


signature.asc
Description: This is a digitally signed message part.


Problems with Fons and LyX fox Windows

2004-01-30 Thread Pascal Francq
Hi,
I have a native LyX version running on a Windows computer. When I insert a 
greek symbol in a formula, in LyX the symbol is not correctly showed, but 
when I preview it in DVI, there is no problem. I know this is a font problem, 
but I do not known how to fin this on Windows. Any idea?
Thanks.
-- 


Prof. Pascal Francq
Université Libre de Bruxelles
CAD/CAM Department
Avenue F.D. Roosevelt, 50
CP 165/14
B-1050 Brussels
BELGIUM
Tel. +32-2-650 47 65
Fax +32-2-650 47 24


Problems with Fons and LyX fox Windows

2004-01-30 Thread Pascal Francq
Hi,
I have a native LyX version running on a Windows computer. When I insert a 
greek symbol in a formula, in LyX the symbol is not correctly showed, but 
when I preview it in DVI, there is no problem. I know this is a font problem, 
but I do not known how to fin this on Windows. Any idea?
Thanks.
-- 


Prof. Pascal Francq
Université Libre de Bruxelles
CAD/CAM Department
Avenue F.D. Roosevelt, 50
CP 165/14
B-1050 Brussels
BELGIUM
Tel. +32-2-650 47 65
Fax +32-2-650 47 24


Problems with Fons and LyX fox Windows

2004-01-30 Thread Pascal Francq
Hi,
I have a native LyX version running on a Windows computer. When I insert a 
greek symbol in a formula, in LyX the symbol is not correctly showed, but 
when I preview it in DVI, there is no problem. I know this is a font problem, 
but I do not known how to fin this on Windows. Any idea?
Thanks.
-- 


Prof. Pascal Francq
Université Libre de Bruxelles
CAD/CAM Department
Avenue F.D. Roosevelt, 50
CP 165/14
B-1050 Brussels
BELGIUM
Tel. +32-2-650 47 65
Fax +32-2-650 47 24


Problems with Kluwer style

2003-07-07 Thread Pascal Francq
Hi,
I have a problem with the kluwer package. When I create a table in my LyX 
document, the table does not appear. I export the whole file as LaTeX, and 
when I compile the LaTeX document, the table does also not appear. Is there 
something I miss?
-- 


Dr Ir Pascal Francq
Researcher
Université Libre de Bruxelles
CAD/CAM Department
Avenue F.D. Roosevelt, 50
CP 165/14
B-1050 Brussels
BELGIUM
Tel. +32-2-650 47 65
Fax +32-2-650 47 24
ICQ: 91206668



Problems with Kluwer style

2003-07-07 Thread Pascal Francq
Hi,
I have a problem with the kluwer package. When I create a table in my LyX 
document, the table does not appear. I export the whole file as LaTeX, and 
when I compile the LaTeX document, the table does also not appear. Is there 
something I miss?
-- 


Dr Ir Pascal Francq
Researcher
Université Libre de Bruxelles
CAD/CAM Department
Avenue F.D. Roosevelt, 50
CP 165/14
B-1050 Brussels
BELGIUM
Tel. +32-2-650 47 65
Fax +32-2-650 47 24
ICQ: 91206668



Problems with Kluwer style

2003-07-07 Thread Pascal Francq
Hi,
I have a problem with the kluwer package. When I create a table in my LyX 
document, the table does not appear. I export the whole file as LaTeX, and 
when I compile the LaTeX document, the table does also not appear. Is there 
something I miss?
-- 


Dr Ir Pascal Francq
Researcher
Université Libre de Bruxelles
CAD/CAM Department
Avenue F.D. Roosevelt, 50
CP 165/14
B-1050 Brussels
BELGIUM
Tel. +32-2-650 47 65
Fax +32-2-650 47 24
ICQ: 91206668



Merging two ps files

2003-04-04 Thread Pascal Francq
Hi,
I have two ps files, one generated by LyX (the core of my thesis) and another 
one generated by LaTeX (the title page). Since the title page has to respect 
a convention and the laTeX template cannot be imported in lyX, I have to work 
with these files. How can I merge the two files?
Thanks.
-- 


Ir Pascal Francq
Researcher
Université Libre de Bruxelles
CAD/CAM Department
Avenue F.D. Roosevelt, 50
CP 165/14
B-1050 Brussels
BELGIUM
Tel. +32-2-650 47 65
Fax +32-2-650 47 24
ICQ: 91206668



Merging two ps files

2003-04-04 Thread Pascal Francq
Hi,
I have two ps files, one generated by LyX (the core of my thesis) and another 
one generated by LaTeX (the title page). Since the title page has to respect 
a convention and the laTeX template cannot be imported in lyX, I have to work 
with these files. How can I merge the two files?
Thanks.
-- 


Ir Pascal Francq
Researcher
Université Libre de Bruxelles
CAD/CAM Department
Avenue F.D. Roosevelt, 50
CP 165/14
B-1050 Brussels
BELGIUM
Tel. +32-2-650 47 65
Fax +32-2-650 47 24
ICQ: 91206668



Merging two ps files

2003-04-04 Thread Pascal Francq
Hi,
I have two ps files, one generated by LyX (the core of my thesis) and another 
one generated by LaTeX (the title page). Since the title page has to respect 
a convention and the laTeX template cannot be imported in lyX, I have to work 
with these files. How can I merge the two files?
Thanks.
-- 


Ir Pascal Francq
Researcher
Université Libre de Bruxelles
CAD/CAM Department
Avenue F.D. Roosevelt, 50
CP 165/14
B-1050 Brussels
BELGIUM
Tel. +32-2-650 47 65
Fax +32-2-650 47 24
ICQ: 91206668



Question about minipage

2003-01-16 Thread Pascal Francq
Hi,
I want that a series of paragraph have a smaller length that the default 
\linewidth and are center. So I create a minipage environment to do so. The 
problem is that the minipage are handle as float, i.e. if the content of the 
minipage is to important to be put at the end of a page, the whole content is 
put at the beginning of the next page. I want that LyX (or LaTeX) splits it 
automatically to fill the end of the page first and then put the rest of the 
paragraphs on the next page. An idea?
-- 


Ir Pascal Francq
Researcher
Université Libre de Bruxelles
CAD/CAM Department
Avenue F.D. Roosevelt, 50
CP 165/14
B-1050 Brussels
BELGIUM
Tel. +32-2-650 47 65
Fax +32-2-650 47 24
ICQ: 91206668




Question about minipage

2003-01-16 Thread Pascal Francq
Hi,
I want that a series of paragraph have a smaller length that the default 
\linewidth and are center. So I create a minipage environment to do so. The 
problem is that the minipage are handle as float, i.e. if the content of the 
minipage is to important to be put at the end of a page, the whole content is 
put at the beginning of the next page. I want that LyX (or LaTeX) splits it 
automatically to fill the end of the page first and then put the rest of the 
paragraphs on the next page. An idea?
-- 


Ir Pascal Francq
Researcher
Université Libre de Bruxelles
CAD/CAM Department
Avenue F.D. Roosevelt, 50
CP 165/14
B-1050 Brussels
BELGIUM
Tel. +32-2-650 47 65
Fax +32-2-650 47 24
ICQ: 91206668




Question about minipage

2003-01-16 Thread Pascal Francq
Hi,
I want that a series of paragraph have a smaller length that the default 
"\linewidth" and are center. So I create a minipage environment to do so. The 
problem is that the minipage are handle as float, i.e. if the content of the 
minipage is to important to be put at the end of a page, the whole content is 
put at the beginning of the next page. I want that LyX (or LaTeX) splits it 
automatically to fill the end of the page first and then put the rest of the 
paragraphs on the next page. An idea?
-- 


Ir Pascal Francq
Researcher
Université Libre de Bruxelles
CAD/CAM Department
Avenue F.D. Roosevelt, 50
CP 165/14
B-1050 Brussels
BELGIUM
Tel. +32-2-650 47 65
Fax +32-2-650 47 24
ICQ: 91206668




Convert PS to EPS

2002-11-26 Thread Pascal Francq
Hi,
I have a .ps file and I want to convert it to an .eps file. 
What is the right way to do?
-- 


Ir Pascal Francq
Researcher
Université Libre de Bruxelles
CAD/CAM Department
Avenue F.D. Roosevelt, 50
CP 165/14
B-1050 Brussels
BELGIUM
Tel. +32-2-650 47 65
Fax +32-2-650 47 24
ICQ: 91206668




Convert PS to EPS

2002-11-26 Thread Pascal Francq
Hi,
I have a .ps file and I want to convert it to an .eps file. 
What is the right way to do?
-- 


Ir Pascal Francq
Researcher
Université Libre de Bruxelles
CAD/CAM Department
Avenue F.D. Roosevelt, 50
CP 165/14
B-1050 Brussels
BELGIUM
Tel. +32-2-650 47 65
Fax +32-2-650 47 24
ICQ: 91206668




Convert PS to EPS

2002-11-26 Thread Pascal Francq
Hi,
I have a ".ps" file and I want to convert it to an ".eps" file. 
What is the right way to do?
-- 


Ir Pascal Francq
Researcher
Université Libre de Bruxelles
CAD/CAM Department
Avenue F.D. Roosevelt, 50
CP 165/14
B-1050 Brussels
BELGIUM
Tel. +32-2-650 47 65
Fax +32-2-650 47 24
ICQ: 91206668




Lyx and .cls/.bst

2002-10-22 Thread Pascal Francq
Hi,
I have receive a '.cls' and a '.bst' to publish in a journal. The draft of the 
article was written using Lyx. Is it possible to create a LyX document class 
based on this file, or must I export the LyX in LaTeX and rework the 
document?
-- 


Ir Pascal Francq
Researcher
Université Libre de Bruxelles
CAD/CAM Department
Avenue F.D. Roosevelt, 50
CP 165/14
B-1050 Brussels
BELGIUM
Tel. +32-2-650 47 65
Fax +32-2-650 47 24
ICQ: 91206668




Lyx and .cls/.bst

2002-10-22 Thread Pascal Francq
Hi,
I have receive a '.cls' and a '.bst' to publish in a journal. The draft of the 
article was written using Lyx. Is it possible to create a LyX document class 
based on this file, or must I export the LyX in LaTeX and rework the 
document?
-- 


Ir Pascal Francq
Researcher
Université Libre de Bruxelles
CAD/CAM Department
Avenue F.D. Roosevelt, 50
CP 165/14
B-1050 Brussels
BELGIUM
Tel. +32-2-650 47 65
Fax +32-2-650 47 24
ICQ: 91206668




Lyx and ".cls/.bst"

2002-10-22 Thread Pascal Francq
Hi,
I have receive a '.cls' and a '.bst' to publish in a journal. The draft of the 
article was written using Lyx. Is it possible to create a LyX document class 
based on this file, or must I export the LyX in LaTeX and rework the 
document?
-- 


Ir Pascal Francq
Researcher
Université Libre de Bruxelles
CAD/CAM Department
Avenue F.D. Roosevelt, 50
CP 165/14
B-1050 Brussels
BELGIUM
Tel. +32-2-650 47 65
Fax +32-2-650 47 24
ICQ: 91206668




Memory problem with LaTeX

2002-09-23 Thread Pascal Francq

Hi,
When compiling a docment, I have the following error:
LaTeX capacity exceeded, sorry [main memory=351000]
I know that it can be change, but I don't remember the name of the config file 
and the command to run after the changes to make it effectiv.
Anyone an idea?
-- 


Ir Pascal Francq
Researcher
Université Libre de Bruxelles
CAD/CAM Department
Avenue F.D. Roosevelt, 50
CP 165/14
B-1050 Brussels
BELGIUM
Tel. +32-2-650 47 65
Fax +32-2-650 47 24
ICQ: 91206668




Memory problem with LaTeX

2002-09-23 Thread Pascal Francq

Hi,
When compiling a docment, I have the following error:
LaTeX capacity exceeded, sorry [main memory=351000]
I know that it can be change, but I don't remember the name of the config file 
and the command to run after the changes to make it effectiv.
Anyone an idea?
-- 


Ir Pascal Francq
Researcher
Université Libre de Bruxelles
CAD/CAM Department
Avenue F.D. Roosevelt, 50
CP 165/14
B-1050 Brussels
BELGIUM
Tel. +32-2-650 47 65
Fax +32-2-650 47 24
ICQ: 91206668




Memory problem with LaTeX

2002-09-23 Thread Pascal Francq

Hi,
When compiling a docment, I have the following error:
"LaTeX capacity exceeded, sorry [main memory=351000]"
I know that it can be change, but I don't remember the name of the config file 
and the command to run after the changes to make it effectiv.
Anyone an idea?
-- 


Ir Pascal Francq
Researcher
Université Libre de Bruxelles
CAD/CAM Department
Avenue F.D. Roosevelt, 50
CP 165/14
B-1050 Brussels
BELGIUM
Tel. +32-2-650 47 65
Fax +32-2-650 47 24
ICQ: 91206668




Algorithm in Lyx 1.2.0

2002-09-21 Thread Pascal Francq

Hi,
I am using the algorithm package. In the preamble of my LyX document, I have 
inserted \usepackage[chapter]{algorithm}. When I insert an algorithm trough 
the corresponding float menu in LyX, the algorithm numerotation is global 
(1,2,3, ...) rather chapter specific (1.1,1.2,2.1,).
Any ideas?
-- 


Ir Pascal Francq
Researcher
Université Libre de Bruxelles
CAD/CAM Department
Avenue F.D. Roosevelt, 50
CP 165/14
B-1050 Brussels
BELGIUM
Tel. +32-2-650 47 65
Fax +32-2-650 47 24
ICQ: 91206668




  1   2   >