Re: lyx make error on ubuntu feisty 7.04

2009-09-24 Thread BuZZ-dEE

Enrico Forestieri schrieb:

BuZZ-dEE writes:

  
Hello, I want to install lyx-1.6.4.1 from source but i get an error 
during make. configure before was successfull. i want to install lyx in 
a non-standard directory. further i have the newest qt version installed 
from source in a non-standard directory.


what can i do now?


[...]
  

checking for QT4_CORE... yes
checking for QT4_FRONTEND... yes
checking for moc-qt4... /usr/bin/moc-qt4
checking for uic-qt4... /usr/bin/uic-qt4
checking for rcc-qt4... no
checking for rcc... /home/schlatow/Programme/bin/rcc



The configure script is using the system moc and uic. This is because
moc-qt4 and uic-qt4 are tried first and I bet they are the Qt 4.2 versions.
In the /home/schlatow/Programme/bin directory you should have moc and uic,
so try renaming them as moc-qt4 and uic-qt4 and reconfigure. If that does
not help, try using --with-qt4-dir=/home/schlatow/Programme with the
configure command. If it still fails, rename /usr/bin/moc-qt4 and
/usr/bin/uic-qt4 as /usr/bin/moc-qt4.old and /usr/bin/uic-qt4.old,
for example. Now it should definitely work.

  
Hello, thank you for your answer. :) That was the problem, but i have 
already solved the problem. :) I have edited the Makefiles. I replaced 
/usr/bin/moc-qt4 with /home/schlatow/Programme/bin/moc and 
/usr/bin/uic-qt4 with /home/schlatow/Programme/bin/uic.


Another possibility is:

ln -s ~/Programme/bin/uic ~/Programme/bin/uic-qt4
ln -s ~/Programme/bin/moc ~/Programme/bin/moc-qt4


I think.


Re: \sideset command supported?

2009-09-24 Thread Ignacio García
Manoj Rajagopalan rma...@... writes:

 
 Hi,
 
   LaTeX allows the \sideset command to position superscripts and subscripts 
 on 
 the left side also. For example,
 
\sideset{_a^b}{_c^d} M prints 'M' with 'a' at its lower-left, 'b' at is 
 upper-left, and with 'c' and 'd' at normal subscript and superscript 
 positions.
 
   Can this effect be invoked in LyX?
 

If I understand well, you want something as
a c
 M
b d

This doesn't need to be done with \sideset

In math mode you can insert superscripts and subscripts in first place, e.g.

Ctrl-M ^a space _b space M etc.

To insert complex superscripts and subscripts (e.g. isotope-like) 
and to adjust the spaces you can have a look at sections 3.7 and 20 in HelpMath
manual

Regards
Ignacio García





LaTeX/LyX 2html in reasonable way?

2009-09-24 Thread s0r05000

Hi.

My problem is this:
I have fair documentation written with lyx, and i'm having trouble
converting it to html in such way, that tree view would be shown on the left
in htm.
I've tried latex2html and elyxer, but neither have option to hardcode frames
into html. So all my results end in having html that is very similar to dpf
output i get straight from lyx.
Real problem is the navigation inside the html. With normal tools we'll have
settle for browsing through the manual with up/next/previous without seeing
the tree.

I could do the frames by hand, but then i would need to do them again every
time that i make changes to the documentation.

Closest thing i came across while googling was Doxygen. Which is good, but
doesn't translate latex/lyx files. Instead it just merely uses them as tools
in generating docs from source code of applications.

Anyone know a tool to convert lyx/latex to html in same way that doxygen's
doxywizard does?
Anyone had success in forcing elyxer/latex2html to do the frames?
-- 
View this message in context: 
http://n2.nabble.com/LaTeX-LyX-2html-in-reasonable-way-tp3705722p3705722.html
Sent from the LyX - Users mailing list archive at Nabble.com.


Fehlermaeldung

2009-09-24 Thread micha
 k = $1,38
10^{-23}VAs/K$ die Boltzmannkonstante \tabularnewline
I wasn't able to read the size data for this font,
so I will ignore the font specification.
[Wizards can fix TFM files using TFtoPL/PLtoTF.]
You might try inserting a different font spec;
e.g., type `I\fontsame font id=substitute font name'.

is showen when i make a pdf...




Re: LaTeX/LyX 2html in reasonable way?

2009-09-24 Thread Murat Yildizoglu
I have not used Latex2Html for some years, but I seem to remember that
it has an option for generating html pages in a frame (with a TOC in
an other frame).

Murat

2009/9/24 s0r05000 pekkis5...@luukku.com:

 Hi.

 My problem is this:
 I have fair documentation written with lyx, and i'm having trouble
 converting it to html in such way, that tree view would be shown on the left
 in htm.
 I've tried latex2html and elyxer, but neither have option to hardcode frames
 into html. So all my results end in having html that is very similar to dpf
 output i get straight from lyx.
 Real problem is the navigation inside the html. With normal tools we'll have
 settle for browsing through the manual with up/next/previous without seeing
 the tree.

 I could do the frames by hand, but then i would need to do them again every
 time that i make changes to the documentation.

 Closest thing i came across while googling was Doxygen. Which is good, but
 doesn't translate latex/lyx files. Instead it just merely uses them as tools
 in generating docs from source code of applications.

 Anyone know a tool to convert lyx/latex to html in same way that doxygen's
 doxywizard does?
 Anyone had success in forcing elyxer/latex2html to do the frames?
 --
 View this message in context: 
 http://n2.nabble.com/LaTeX-LyX-2html-in-reasonable-way-tp3705722p3705722.html
 Sent from the LyX - Users mailing list archive at Nabble.com.




-- 
Prof. Murat Yildizoglu
Université Paul Cézanne (Aix-Marseille 3)
GREQAM (UMR CNRS 6579)
Centre de la Vieille Charité
2, rue de la Charité
13236 Marseille cedex 02

Bureau 320
Tel : +33 4 91 14 07 27 (standard)
Tel : +33 4 91 14 07 70 (secrétariat)
Tel : +33 4 91 14 07 47 (bureau)
Fax : +33 4 91 90 02 27

e-mail: murat.yildizo...@univ-cezanne.fr
www : http://www.vcharite.univ-mrs.fr/PP/yildi/index.html
http://www.twitter.com/yildizoglu
__


Re: Fehlermeldung

2009-09-24 Thread Guenter Milde
On 2009-09-24, micha wrote:
  k = $1,38
 10^{-23}VAs/K$ die Boltzmannkonstante \tabularnewline
 I wasn't able to read the size data for this font,
 so I will ignore the font specification.
 [Wizards can fix TFM files using TFtoPL/PLtoTF.]
 You might try inserting a different font spec;
 e.g., type `I\fontsame font id=substitute font name'.

 is showen when i make a pdf...

Please provide more input (selected font, ) or (best) a minimal example
(smallest possible LyX file that exhibits the problem.

Günter



Re: exported latex source code

2009-09-24 Thread Julien Rioux
rgheck rgh...@... writes:
 
 On 09/23/2009 10:19 AM, David Wang wrote:
  I found exported latex source (by File-Export-LaTex(plain)) is not
  terribly clean. Specifically, \begin{equation} and \end{equation} in general
  don't start at the first column and occupy one line each [...]
 
 
 This is probably a bug. The exported code is meant to be clean, in 
 this sense, and we do our best e.g. to break the lines at 80 characters, 
 etc, etc. So you should report this on the bug tracker. It's probably an 
 easy fix. I'm not sure, though, because there is a need here to make 
 sure we don't out output too many newlines. I.e., this is OK:
  blah blah blah
  \begin{equation}
  ...
 but we do not want:
  blah blah blah
 
  \begin{equation}
  ...

The way this is handled for e.g. \begin{figure} or \begin{table} is to insert a
comment mark (%) and a newline before the \begin{environment}. Applying this to
your example would produce:

  blah blah blah%
  \begin{equation}
  ...

or:
  blah blah blah
  %
  \begin{equation}
  ...

which I think looks very acceptable. The extra newlines would be ignored during
latex processing because of the comment mark. I do not know the details of the
code producing this latex output but this solution should be easy to implement.

Julien




WG: Problem with Xelatex and LyX

2009-09-24 Thread Klaus Mittag
Hello,

 

I`m just at the beginning of writing my diploma thesis with Lyx.

I`ve received a template for tex-files from my university where all
standards like the layout of the cover (and so on) are defined!

I was told, that it works only with Unicode and xelatex!

 

So I`ve made all changes described in http://wiki.lyx.org/LyX/XeTeX !

 

But when opening my master-document (the one with all definitions and
includes for the capters), it looks very weird and there are several errors
(see below)  when trying to create the dvi or pdf!

 

LaTeX Error: *** this package currently works only with XeTeX ***


Font EU1/lmr/m/n/10=[lmroman10-regular]:mapping=tex-text at 10.0pt not
loadable   ERROR-NR.1

Font \...@basefont=linuxlibertineo at 10.0pt not loadable: Metric (TFM) file
n ERROR-NR.2

Undefined control sequence.
ERROR-NR.3

 

Description for ERROR-NR.1:

\fontencoding\encodingdefault\selectfont

I wasn't able to read the size data for this font,

so I will ignore the font specification.

[Wizards can fix TFM files using TFtoPL/PLtoTF.]

You might try inserting a different font spec;

e.g., type `I\fontsame font id=substitute font name'.

 

Description for ERROR-NR.2:

\setmainfont{LinuxLibertineO}

% Schriftwahl in Xelatex über Fontspec (z

I wasn't able to read the size data for this font,

so I will ignore the font specification.

[Wizards can fix TFM files using TFtoPL/PLtoTF.]

You might try inserting a different font spec;

e.g., type `I\fontsame font id=substitute font name'.

 

Description for ERROR-NR.3:

\setmainfont{LinuxLibertineO}

% Schriftwahl in Xelatex über Fontspec (z

The control sequence at the end of the top line

of your error message was never \def'ed. If you have

misspelled it (e.g., `\hobx'), type `I' and the correct

spelling (e.g., `I\hbox'). Otherwise just continue,

and I'll forget about whatever was undefined.

 

 

It would be very nice, if anyone could help me soon, because I´m running out
of time and I don´t want to write with MS Word …

Thanks in advance

 

Sincerely

 

Klaus Mittag

-

klaus.mit...@ingolstadt-mail.de

 



Re: LaTeX/LyX 2html in reasonable way?

2009-09-24 Thread Alex Fernandez
Hi,

On Thu, Sep 24, 2009 at 2:02 PM, s0r05000 pekkis5...@luukku.com wrote:
 My problem is this:
 I have fair documentation written with lyx, and i'm having trouble
 converting it to html in such way, that tree view would be shown on the left
 in htm.
 I've tried latex2html and elyxer, but neither have option to hardcode frames
 into html. So all my results end in having html that is very similar to dpf
 output i get straight from lyx.
 Real problem is the navigation inside the html. With normal tools we'll have
 settle for browsing through the manual with up/next/previous without seeing
 the tree.

Within eLyXer there is no option currently to do what you want. But it
is planned as a future extension, and in fact if you run elyxer.py
--toc you will see a half-baked attempt at building a tree of links
(not yet an official option). If there is interest in this feature I
can try to fit it in the next release after this one (ETA couple of
weeks).

Keep in mind that it will generate a different HTML that points to the
first one, but everything will be in one big page as is now; the issue
of building the frames would be up to you. (Subdividing the generated
HTML is another planned extension but it would probably take longer.)

Alex.


Re: Fehlermeldung

2009-09-24 Thread micha
Guenter Milde mi...@... writes:

 
 On 2009-09-24, micha wrote:
   k = $1,38
  10^{-23}VAs/K$ die Boltzmannkonstante \tabularnewline
  I wasn't able to read the size data for this font,
  so I will ignore the font specification.
  [Wizards can fix TFM files using TFtoPL/PLtoTF.]
  You might try inserting a different font spec;
  e.g., type `I\fontsame font id=substitute font name'.
 
  is showen when i make a pdf...
 
 Please provide more input (selected font, ) or (best) a minimal example
 (smallest possible LyX file that exhibits the problem.
 
 Günter
 
 
OK...

I whant to use ° signe for my diploma and one time it ist no problem to make a
pdf out of my dokument and than afer a while lyx writes this massage. after i
eras all the ° it works and than i can put them back and i can print it whith °.
But afer a while the massage cames back...

.. it sunds a bit strange i now... :-(






Re: lyx make error on ubuntu feisty 7.04

2009-09-24 Thread BuZZ-dEE

Enrico Forestieri schrieb:

BuZZ-dEE writes:

  
Hello, I want to install lyx-1.6.4.1 from source but i get an error 
during make. configure before was successfull. i want to install lyx in 
a non-standard directory. further i have the newest qt version installed 
from source in a non-standard directory.


what can i do now?


[...]
  

checking for QT4_CORE... yes
checking for QT4_FRONTEND... yes
checking for moc-qt4... /usr/bin/moc-qt4
checking for uic-qt4... /usr/bin/uic-qt4
checking for rcc-qt4... no
checking for rcc... /home/schlatow/Programme/bin/rcc



The configure script is using the system moc and uic. This is because
moc-qt4 and uic-qt4 are tried first and I bet they are the Qt 4.2 versions.
In the /home/schlatow/Programme/bin directory you should have moc and uic,
so try renaming them as moc-qt4 and uic-qt4 and reconfigure. If that does
not help, try using --with-qt4-dir=/home/schlatow/Programme with the
configure command. If it still fails, rename /usr/bin/moc-qt4 and
/usr/bin/uic-qt4 as /usr/bin/moc-qt4.old and /usr/bin/uic-qt4.old,
for example. Now it should definitely work.

  
Hello, thank you for your answer. :) That was the problem, but i have 
already solved the problem. :) I have edited the Makefiles. I replaced 
/usr/bin/moc-qt4 with /home/schlatow/Programme/bin/moc and 
/usr/bin/uic-qt4 with /home/schlatow/Programme/bin/uic.


Another possibility is:

ln -s ~/Programme/bin/uic ~/Programme/bin/uic-qt4
ln -s ~/Programme/bin/moc ~/Programme/bin/moc-qt4


I think.


Re: \sideset command supported?

2009-09-24 Thread Ignacio García
Manoj Rajagopalan rma...@... writes:

 
 Hi,
 
   LaTeX allows the \sideset command to position superscripts and subscripts 
 on 
 the left side also. For example,
 
\sideset{_a^b}{_c^d} M prints 'M' with 'a' at its lower-left, 'b' at is 
 upper-left, and with 'c' and 'd' at normal subscript and superscript 
 positions.
 
   Can this effect be invoked in LyX?
 

If I understand well, you want something as
a c
 M
b d

This doesn't need to be done with \sideset

In math mode you can insert superscripts and subscripts in first place, e.g.

Ctrl-M ^a space _b space M etc.

To insert complex superscripts and subscripts (e.g. isotope-like) 
and to adjust the spaces you can have a look at sections 3.7 and 20 in HelpMath
manual

Regards
Ignacio García





LaTeX/LyX 2html in reasonable way?

2009-09-24 Thread s0r05000

Hi.

My problem is this:
I have fair documentation written with lyx, and i'm having trouble
converting it to html in such way, that tree view would be shown on the left
in htm.
I've tried latex2html and elyxer, but neither have option to hardcode frames
into html. So all my results end in having html that is very similar to dpf
output i get straight from lyx.
Real problem is the navigation inside the html. With normal tools we'll have
settle for browsing through the manual with up/next/previous without seeing
the tree.

I could do the frames by hand, but then i would need to do them again every
time that i make changes to the documentation.

Closest thing i came across while googling was Doxygen. Which is good, but
doesn't translate latex/lyx files. Instead it just merely uses them as tools
in generating docs from source code of applications.

Anyone know a tool to convert lyx/latex to html in same way that doxygen's
doxywizard does?
Anyone had success in forcing elyxer/latex2html to do the frames?
-- 
View this message in context: 
http://n2.nabble.com/LaTeX-LyX-2html-in-reasonable-way-tp3705722p3705722.html
Sent from the LyX - Users mailing list archive at Nabble.com.


Fehlermaeldung

2009-09-24 Thread micha
 k = $1,38
10^{-23}VAs/K$ die Boltzmannkonstante \tabularnewline
I wasn't able to read the size data for this font,
so I will ignore the font specification.
[Wizards can fix TFM files using TFtoPL/PLtoTF.]
You might try inserting a different font spec;
e.g., type `I\fontsame font id=substitute font name'.

is showen when i make a pdf...




Re: LaTeX/LyX 2html in reasonable way?

2009-09-24 Thread Murat Yildizoglu
I have not used Latex2Html for some years, but I seem to remember that
it has an option for generating html pages in a frame (with a TOC in
an other frame).

Murat

2009/9/24 s0r05000 pekkis5...@luukku.com:

 Hi.

 My problem is this:
 I have fair documentation written with lyx, and i'm having trouble
 converting it to html in such way, that tree view would be shown on the left
 in htm.
 I've tried latex2html and elyxer, but neither have option to hardcode frames
 into html. So all my results end in having html that is very similar to dpf
 output i get straight from lyx.
 Real problem is the navigation inside the html. With normal tools we'll have
 settle for browsing through the manual with up/next/previous without seeing
 the tree.

 I could do the frames by hand, but then i would need to do them again every
 time that i make changes to the documentation.

 Closest thing i came across while googling was Doxygen. Which is good, but
 doesn't translate latex/lyx files. Instead it just merely uses them as tools
 in generating docs from source code of applications.

 Anyone know a tool to convert lyx/latex to html in same way that doxygen's
 doxywizard does?
 Anyone had success in forcing elyxer/latex2html to do the frames?
 --
 View this message in context: 
 http://n2.nabble.com/LaTeX-LyX-2html-in-reasonable-way-tp3705722p3705722.html
 Sent from the LyX - Users mailing list archive at Nabble.com.




-- 
Prof. Murat Yildizoglu
Université Paul Cézanne (Aix-Marseille 3)
GREQAM (UMR CNRS 6579)
Centre de la Vieille Charité
2, rue de la Charité
13236 Marseille cedex 02

Bureau 320
Tel : +33 4 91 14 07 27 (standard)
Tel : +33 4 91 14 07 70 (secrétariat)
Tel : +33 4 91 14 07 47 (bureau)
Fax : +33 4 91 90 02 27

e-mail: murat.yildizo...@univ-cezanne.fr
www : http://www.vcharite.univ-mrs.fr/PP/yildi/index.html
http://www.twitter.com/yildizoglu
__


Re: Fehlermeldung

2009-09-24 Thread Guenter Milde
On 2009-09-24, micha wrote:
  k = $1,38
 10^{-23}VAs/K$ die Boltzmannkonstante \tabularnewline
 I wasn't able to read the size data for this font,
 so I will ignore the font specification.
 [Wizards can fix TFM files using TFtoPL/PLtoTF.]
 You might try inserting a different font spec;
 e.g., type `I\fontsame font id=substitute font name'.

 is showen when i make a pdf...

Please provide more input (selected font, ) or (best) a minimal example
(smallest possible LyX file that exhibits the problem.

Günter



Re: exported latex source code

2009-09-24 Thread Julien Rioux
rgheck rgh...@... writes:
 
 On 09/23/2009 10:19 AM, David Wang wrote:
  I found exported latex source (by File-Export-LaTex(plain)) is not
  terribly clean. Specifically, \begin{equation} and \end{equation} in general
  don't start at the first column and occupy one line each [...]
 
 
 This is probably a bug. The exported code is meant to be clean, in 
 this sense, and we do our best e.g. to break the lines at 80 characters, 
 etc, etc. So you should report this on the bug tracker. It's probably an 
 easy fix. I'm not sure, though, because there is a need here to make 
 sure we don't out output too many newlines. I.e., this is OK:
  blah blah blah
  \begin{equation}
  ...
 but we do not want:
  blah blah blah
 
  \begin{equation}
  ...

The way this is handled for e.g. \begin{figure} or \begin{table} is to insert a
comment mark (%) and a newline before the \begin{environment}. Applying this to
your example would produce:

  blah blah blah%
  \begin{equation}
  ...

or:
  blah blah blah
  %
  \begin{equation}
  ...

which I think looks very acceptable. The extra newlines would be ignored during
latex processing because of the comment mark. I do not know the details of the
code producing this latex output but this solution should be easy to implement.

Julien




WG: Problem with Xelatex and LyX

2009-09-24 Thread Klaus Mittag
Hello,

 

I`m just at the beginning of writing my diploma thesis with Lyx.

I`ve received a template for tex-files from my university where all
standards like the layout of the cover (and so on) are defined!

I was told, that it works only with Unicode and xelatex!

 

So I`ve made all changes described in http://wiki.lyx.org/LyX/XeTeX !

 

But when opening my master-document (the one with all definitions and
includes for the capters), it looks very weird and there are several errors
(see below)  when trying to create the dvi or pdf!

 

LaTeX Error: *** this package currently works only with XeTeX ***


Font EU1/lmr/m/n/10=[lmroman10-regular]:mapping=tex-text at 10.0pt not
loadable   ERROR-NR.1

Font \...@basefont=linuxlibertineo at 10.0pt not loadable: Metric (TFM) file
n ERROR-NR.2

Undefined control sequence.
ERROR-NR.3

 

Description for ERROR-NR.1:

\fontencoding\encodingdefault\selectfont

I wasn't able to read the size data for this font,

so I will ignore the font specification.

[Wizards can fix TFM files using TFtoPL/PLtoTF.]

You might try inserting a different font spec;

e.g., type `I\fontsame font id=substitute font name'.

 

Description for ERROR-NR.2:

\setmainfont{LinuxLibertineO}

% Schriftwahl in Xelatex über Fontspec (z

I wasn't able to read the size data for this font,

so I will ignore the font specification.

[Wizards can fix TFM files using TFtoPL/PLtoTF.]

You might try inserting a different font spec;

e.g., type `I\fontsame font id=substitute font name'.

 

Description for ERROR-NR.3:

\setmainfont{LinuxLibertineO}

% Schriftwahl in Xelatex über Fontspec (z

The control sequence at the end of the top line

of your error message was never \def'ed. If you have

misspelled it (e.g., `\hobx'), type `I' and the correct

spelling (e.g., `I\hbox'). Otherwise just continue,

and I'll forget about whatever was undefined.

 

 

It would be very nice, if anyone could help me soon, because I´m running out
of time and I don´t want to write with MS Word …

Thanks in advance

 

Sincerely

 

Klaus Mittag

-

klaus.mit...@ingolstadt-mail.de

 



Re: LaTeX/LyX 2html in reasonable way?

2009-09-24 Thread Alex Fernandez
Hi,

On Thu, Sep 24, 2009 at 2:02 PM, s0r05000 pekkis5...@luukku.com wrote:
 My problem is this:
 I have fair documentation written with lyx, and i'm having trouble
 converting it to html in such way, that tree view would be shown on the left
 in htm.
 I've tried latex2html and elyxer, but neither have option to hardcode frames
 into html. So all my results end in having html that is very similar to dpf
 output i get straight from lyx.
 Real problem is the navigation inside the html. With normal tools we'll have
 settle for browsing through the manual with up/next/previous without seeing
 the tree.

Within eLyXer there is no option currently to do what you want. But it
is planned as a future extension, and in fact if you run elyxer.py
--toc you will see a half-baked attempt at building a tree of links
(not yet an official option). If there is interest in this feature I
can try to fit it in the next release after this one (ETA couple of
weeks).

Keep in mind that it will generate a different HTML that points to the
first one, but everything will be in one big page as is now; the issue
of building the frames would be up to you. (Subdividing the generated
HTML is another planned extension but it would probably take longer.)

Alex.


Re: Fehlermeldung

2009-09-24 Thread micha
Guenter Milde mi...@... writes:

 
 On 2009-09-24, micha wrote:
   k = $1,38
  10^{-23}VAs/K$ die Boltzmannkonstante \tabularnewline
  I wasn't able to read the size data for this font,
  so I will ignore the font specification.
  [Wizards can fix TFM files using TFtoPL/PLtoTF.]
  You might try inserting a different font spec;
  e.g., type `I\fontsame font id=substitute font name'.
 
  is showen when i make a pdf...
 
 Please provide more input (selected font, ) or (best) a minimal example
 (smallest possible LyX file that exhibits the problem.
 
 Günter
 
 
OK...

I whant to use ° signe for my diploma and one time it ist no problem to make a
pdf out of my dokument and than afer a while lyx writes this massage. after i
eras all the ° it works and than i can put them back and i can print it whith °.
But afer a while the massage cames back...

.. it sunds a bit strange i now... :-(






Re: lyx make error on ubuntu feisty 7.04

2009-09-24 Thread BuZZ-dEE

Enrico Forestieri schrieb:

BuZZ-dEE writes:

  
Hello, I want to install lyx-1.6.4.1 from source but i get an error 
during make. configure before was successfull. i want to install lyx in 
a non-standard directory. further i have the newest qt version installed 
from source in a non-standard directory.


what can i do now?


[...]
  

checking for QT4_CORE... yes
checking for QT4_FRONTEND... yes
checking for moc-qt4... /usr/bin/moc-qt4
checking for uic-qt4... /usr/bin/uic-qt4
checking for rcc-qt4... no
checking for rcc... /home/schlatow/Programme/bin/rcc



The configure script is using the system moc and uic. This is because
moc-qt4 and uic-qt4 are tried first and I bet they are the Qt 4.2 versions.
In the /home/schlatow/Programme/bin directory you should have moc and uic,
so try renaming them as moc-qt4 and uic-qt4 and reconfigure. If that does
not help, try using --with-qt4-dir=/home/schlatow/Programme with the
configure command. If it still fails, rename /usr/bin/moc-qt4 and
/usr/bin/uic-qt4 as /usr/bin/moc-qt4.old and /usr/bin/uic-qt4.old,
for example. Now it should definitely work.

  
Hello, thank you for your answer. :) That was the problem, but i have 
already solved the problem. :) I have edited the Makefiles. I replaced 
/usr/bin/moc-qt4 with /home/schlatow/Programme/bin/moc and 
/usr/bin/uic-qt4 with /home/schlatow/Programme/bin/uic.


Another possibility is:

ln -s ~/Programme/bin/uic ~/Programme/bin/uic-qt4
ln -s ~/Programme/bin/moc ~/Programme/bin/moc-qt4


I think.


Re: \sideset command supported?

2009-09-24 Thread Ignacio García
Manoj Rajagopalan  writes:

> 
> Hi,
> 
>   LaTeX allows the \sideset command to position superscripts and subscripts 
> on 
> the left side also. For example,
> 
>\sideset{_a^b}{_c^d} M prints 'M' with 'a' at its lower-left, 'b' at is 
> upper-left, and with 'c' and 'd' at normal subscript and superscript 
> positions.
> 
>   Can this effect be invoked in LyX?
> 

If I understand well, you want something as
a c
 M
b d

This doesn't need to be done with \sideset

In math mode you can insert superscripts and subscripts in first place, e.g.

Ctrl-M ^a space _b space M etc.

To insert complex superscripts and subscripts (e.g. isotope-like) 
and to adjust the spaces you can have a look at sections 3.7 and 20 in Help>Math
manual

Regards
Ignacio García





LaTeX/LyX 2html in reasonable way?

2009-09-24 Thread s0r05000

Hi.

My problem is this:
I have fair documentation written with lyx, and i'm having trouble
converting it to html in such way, that tree view would be shown on the left
in htm.
I've tried latex2html and elyxer, but neither have option to hardcode frames
into html. So all my results end in having html that is very similar to dpf
output i get straight from lyx.
Real problem is the navigation inside the html. With normal tools we'll have
settle for browsing through the manual with up/next/previous without seeing
the tree.

I could do the frames by hand, but then i would need to do them again every
time that i make changes to the documentation.

Closest thing i came across while googling was Doxygen. Which is good, but
doesn't translate latex/lyx files. Instead it just merely uses them as tools
in generating docs from source code of applications.

Anyone know a tool to convert lyx/latex to html in same way that doxygen's
doxywizard does?
Anyone had success in forcing elyxer/latex2html to do the frames?
-- 
View this message in context: 
http://n2.nabble.com/LaTeX-LyX-2html-in-reasonable-way-tp3705722p3705722.html
Sent from the LyX - Users mailing list archive at Nabble.com.


Fehlermaeldung

2009-09-24 Thread micha
 k = $1,38
10^{-23}VAs/K$ die Boltzmannkonstante \tabularnewline
I wasn't able to read the size data for this font,
so I will ignore the font specification.
[Wizards can fix TFM files using TFtoPL/PLtoTF.]
You might try inserting a different font spec;
e.g., type `I\font='.

is showen when i make a pdf...




Re: LaTeX/LyX 2html in reasonable way?

2009-09-24 Thread Murat Yildizoglu
I have not used Latex2Html for some years, but I seem to remember that
it has an option for generating html pages in a frame (with a TOC in
an other frame).

Murat

2009/9/24 s0r05000 :
>
> Hi.
>
> My problem is this:
> I have fair documentation written with lyx, and i'm having trouble
> converting it to html in such way, that tree view would be shown on the left
> in htm.
> I've tried latex2html and elyxer, but neither have option to hardcode frames
> into html. So all my results end in having html that is very similar to dpf
> output i get straight from lyx.
> Real problem is the navigation inside the html. With normal tools we'll have
> settle for browsing through the manual with up/next/previous without seeing
> the tree.
>
> I could do the frames by hand, but then i would need to do them again every
> time that i make changes to the documentation.
>
> Closest thing i came across while googling was Doxygen. Which is good, but
> doesn't translate latex/lyx files. Instead it just merely uses them as tools
> in generating docs from source code of applications.
>
> Anyone know a tool to convert lyx/latex to html in same way that doxygen's
> doxywizard does?
> Anyone had success in forcing elyxer/latex2html to do the frames?
> --
> View this message in context: 
> http://n2.nabble.com/LaTeX-LyX-2html-in-reasonable-way-tp3705722p3705722.html
> Sent from the LyX - Users mailing list archive at Nabble.com.
>



-- 
Prof. Murat Yildizoglu
Université Paul Cézanne (Aix-Marseille 3)
GREQAM (UMR CNRS 6579)
Centre de la Vieille Charité
2, rue de la Charité
13236 Marseille cedex 02

Bureau 320
Tel : +33 4 91 14 07 27 (standard)
Tel : +33 4 91 14 07 70 (secrétariat)
Tel : +33 4 91 14 07 47 (bureau)
Fax : +33 4 91 90 02 27

e-mail: murat.yildizo...@univ-cezanne.fr
www : http://www.vcharite.univ-mrs.fr/PP/yildi/index.html
http://www.twitter.com/yildizoglu
__


Re: Fehlermeldung

2009-09-24 Thread Guenter Milde
On 2009-09-24, micha wrote:
>  k = $1,38
> 10^{-23}VAs/K$ die Boltzmannkonstante \tabularnewline
> I wasn't able to read the size data for this font,
> so I will ignore the font specification.
> [Wizards can fix TFM files using TFtoPL/PLtoTF.]
> You might try inserting a different font spec;
> e.g., type `I\font='.

> is showen when i make a pdf...

Please provide more input (selected font, ) or (best) a "minimal example"
(smallest possible LyX file that exhibits the problem.

Günter



Re: exported latex source code

2009-09-24 Thread Julien Rioux
rgheck  writes:
> 
> On 09/23/2009 10:19 AM, David Wang wrote:
> > I found exported latex source (by File->Export->LaTex(plain)) is not
> > terribly clean. Specifically, \begin{equation} and \end{equation} in general
> > don't start at the first column and occupy one line each [...]
> >
> >
> This is probably a bug. The exported code is meant to be "clean", in 
> this sense, and we do our best e.g. to break the lines at 80 characters, 
> etc, etc. So you should report this on the bug tracker. It's probably an 
> easy fix. I'm not sure, though, because there is a need here to make 
> sure we don't out output too many newlines. I.e., this is OK:
>  blah blah blah
>  \begin{equation}
>  ...
> but we do not want:
>  blah blah blah
> 
>  \begin{equation}
>  ...

The way this is handled for e.g. \begin{figure} or \begin{table} is to insert a
comment mark (%) and a newline before the \begin{environment}. Applying this to
your example would produce:

  blah blah blah%
  \begin{equation}
  ...

or:
  blah blah blah
  %
  \begin{equation}
  ...

which I think looks very acceptable. The extra newlines would be ignored during
latex processing because of the comment mark. I do not know the details of the
code producing this latex output but this solution should be easy to implement.

Julien




WG: Problem with Xelatex and LyX

2009-09-24 Thread Klaus Mittag
Hello,

 

I`m just at the beginning of writing my diploma thesis with Lyx.

I`ve received a template for tex-files from my university where all
standards like the layout of the cover (and so on) are defined!

I was told, that it works only with Unicode and xelatex!

 

So I`ve made all changes described in http://wiki.lyx.org/LyX/XeTeX !

 

But when opening my master-document (the one with all definitions and
includes for the capters), it looks very weird and there are several errors
(see below)  when trying to create the dvi or pdf!

 

LaTeX Error: *** this package currently works only with XeTeX ***


Font EU1/lmr/m/n/10=[lmroman10-regular]:mapping=tex-text at 10.0pt not
loadable   ERROR-NR.1

Font \...@basefont=linuxlibertineo at 10.0pt not loadable: Metric (TFM) file
n ERROR-NR.2

Undefined control sequence.
ERROR-NR.3

 

Description for ERROR-NR.1:

\fontencoding\encodingdefault\selectfont

I wasn't able to read the size data for this font,

so I will ignore the font specification.

[Wizards can fix TFM files using TFtoPL/PLtoTF.]

You might try inserting a different font spec;

e.g., type `I\font='.

 

Description for ERROR-NR.2:

\setmainfont{LinuxLibertineO}

% Schriftwahl in Xelatex über Fontspec (z

I wasn't able to read the size data for this font,

so I will ignore the font specification.

[Wizards can fix TFM files using TFtoPL/PLtoTF.]

You might try inserting a different font spec;

e.g., type `I\font='.

 

Description for ERROR-NR.3:

\setmainfont{LinuxLibertineO}

% Schriftwahl in Xelatex über Fontspec (z

The control sequence at the end of the top line

of your error message was never \def'ed. If you have

misspelled it (e.g., `\hobx'), type `I' and the correct

spelling (e.g., `I\hbox'). Otherwise just continue,

and I'll forget about whatever was undefined.

 

 

It would be very nice, if anyone could help me soon, because I´m running out
of time and I don´t want to write with MS Word …

Thanks in advance

 

Sincerely

 

Klaus Mittag

-

klaus.mit...@ingolstadt-mail.de

 



Re: LaTeX/LyX 2html in reasonable way?

2009-09-24 Thread Alex Fernandez
Hi,

On Thu, Sep 24, 2009 at 2:02 PM, s0r05000  wrote:
> My problem is this:
> I have fair documentation written with lyx, and i'm having trouble
> converting it to html in such way, that tree view would be shown on the left
> in htm.
> I've tried latex2html and elyxer, but neither have option to hardcode frames
> into html. So all my results end in having html that is very similar to dpf
> output i get straight from lyx.
> Real problem is the navigation inside the html. With normal tools we'll have
> settle for browsing through the manual with up/next/previous without seeing
> the tree.

Within eLyXer there is no option currently to do what you want. But it
is planned as a future extension, and in fact if you run elyxer.py
--toc you will see a half-baked attempt at building a tree of links
(not yet an official option). If there is interest in this feature I
can try to fit it in the next release after this one (ETA couple of
weeks).

Keep in mind that it will generate a different HTML that points to the
first one, but everything will be in one big page as is now; the issue
of building the frames would be up to you. (Subdividing the generated
HTML is another planned extension but it would probably take longer.)

Alex.


Re: Fehlermeldung

2009-09-24 Thread micha
Guenter Milde  writes:

> 
> On 2009-09-24, micha wrote:
> >  k = $1,38
> > 10^{-23}VAs/K$ die Boltzmannkonstante \tabularnewline
> > I wasn't able to read the size data for this font,
> > so I will ignore the font specification.
> > [Wizards can fix TFM files using TFtoPL/PLtoTF.]
> > You might try inserting a different font spec;
> > e.g., type `I\font='.
> 
> > is showen when i make a pdf...
> 
> Please provide more input (selected font, ) or (best) a "minimal example"
> (smallest possible LyX file that exhibits the problem.
> 
> Günter
> 
> 
OK...

I whant to use ° signe for my diploma and one time it ist no problem to make a
pdf out of my dokument and than afer a while lyx writes this massage. after i
eras all the ° it works and than i can put them back and i can print it whith °.
But afer a while the massage cames back...

.. it sunds a bit strange i now... :-(