Re: alphabetic order for style list?

2003-02-21 Thread Jean-Marc Lasgouttes
 Ralph == Ralph P Boland [EMAIL PROTECTED] writes:

Ralph Note that in order to do this to the amsart.layout file I had
Ralph to put a copy of it in my .lyx/layouts directory and modify it.

Ralph This is certainly clumsy and risky in that subsequent versions
Ralph of lyx might modify the amsart.layout file and I would still be
Ralph using my now out of date version.

Ralph If I could simply put this information in a file, say,

Ralph .lyx/layouts/amsart.styleOrder

Ralph or .lyx/styleOrder/amsart.styleOrder

Ralph that would be much simpler. I would also want to be able to
Ralph break the information in amsart.styleorder into subfiles and
Ralph use the Include command. e.g. stdlists.inc.styleOrder.

Yes, something like that would be possible to implement, but I suspect
this is getting unnecessarily complicated.

Ralph Also note that to add anything to the amsart.layout file I had
Ralph to copy the whole thing. It would have been nice if I could
Ralph have had a file amsart.layout containing something like:


Ralph Some of my private stuff.

Ralph # get the standard version of amsart.layout Include super
Ralph amsart.layout

Ralph More of my private stuff.

What we could have (like in gcc C preprocessor) is a special version
of Input (say Input*) that does not search in .lyx. This way you could
have your own amsart.layout that can include the real amsart.layout.

I think this would solve all your problems in a more elegant way.

JMarc



svjour layout

2003-02-21 Thread Hoffmann, Rainer
Hello,

I've found the layouts based on svjour.cls: svjog.layout and
svprobth.layout. Unfortunately, when I reconfigure lyx (version 1.2.2) I
always get the message
+checking for document class svjog [svjour,svjog.clo]... no

Is there anything else I have to do?

Thanks,
Rainer Hoffmann







Hoffmann, Rainer.vcf
Description: Binary data


Re: alphabetic order for style list?

2003-02-21 Thread Amir Seginer
Hello,

This might be difficult to implement, or simply undesired, but how about 
detachable groups like in the symbols in the math-panel (in 1.3.0-Qt 
this seems very convenient). I could then detach a sections panel 
with, say, chapter, section, subsection,... and another, say, 
mathematical panel with theorem, lemma, proof, ...

It would of course be nice, if I could somehow also create my own panels 
(by editing some text file for example).

I do agree however that a full list should appear somewhere (maybe 
detach the panels from the list).

Amir.

Owen Lucas wrote:
Although it probably goes against the LyX GUI feel I think that once you 
know what you want, using the keyboard is a much faster and convenient 
way to select the style.


Paul Medwell wrote:

You can manually change the ordering of the styles by using something
like the following in your .layout file.


Bo Peng wrote:

 Will it be better if the environment/style list is ordered
 alphabetically? I frequently have trouble in finding the environment I
 need especially when the list is long.













German ui?

2003-02-21 Thread Andre Poenitz

What exactly do I have to do on a plain english setup to make LyX appear
with German dialogs etc?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: crazy crazy symbol question

2003-02-21 Thread Dekel Tsur
On Fri, Feb 21, 2003 at 08:19:36AM +1030, owen lucas wrote:
 Do you try to use these symbol in math mode ?
 If not, give a short example file.
 
 
 The symbols don't work at all in Maths mode. I was entering them as ERT. 
 An example is attached.

I have no problem with your file (not that the symbols should not be used in
math mode).
You have a problem with your latex installation.



Re: German ui?

2003-02-21 Thread Angus Leeming
Andre Poenitz wrote:

 
 What exactly do I have to do on a plain english setup to make LyX appear
 with German dialogs etc?

Well, if you insist on not _installing_ LyX then you'll need to run a script 
in you builddir po file to put the stuff where gettext expects to find it.

I have run this in the past (attached). Thereafter, you'll have to tell 
gettext to look in this directory. A quick grep of the sources should dig 
out the appropriate environment variable if nobody else puts you out of 
your misery ;-)

-- 
Angus


locale.sh
Description: application/shellscript


Re: German ui?

2003-02-21 Thread Andre Poenitz
On Fri, Feb 21, 2003 at 11:39:49AM +, Angus Leeming wrote:
 I have run this in the past (attached). Thereafter, you'll have to tell 
 gettext to look in this directory. A quick grep of the sources should dig 
 out the appropriate environment variable if nobody else puts you out of 
 your misery ;-)

My misery is the misery of the Project if that helps ;-)

I am preparing a talk for next week's LinuxTag in Chemnitz (with a few
thousand attendees ;-|) and it would be really bad if I were not able to
demonstrate a German fontend...

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: alphabetic order for style list?

2003-02-21 Thread Amir Seginer
Hello,

This might be difficult to implement, or simply undesired, but how about 
detachable groups like in the symbols in the math-panel (in 1.3.0-Qt 
this seems very convenient). I could then detach a sections panel 
with, say, chapter, section, subsection,... and another, say, 
mathematical panel with theorem, lemma, proof, ...

It would of course be nice, if I could somehow also create my own panels 
(by editing some text file for example).

I do agree however that a full list should appear somewhere (maybe 
detach the panels from the list).

Amir.


Bo Peng wrote:
Dear List,

Will it be better if the environment/style list is ordered 
alphabetically? I frequently have trouble in finding the environment I 
need especially when the list is long.

Thanks.







Re: German ui?

2003-02-21 Thread Angus Leeming
On Friday 21 February 2003 12:17 pm, Andre Poenitz wrote:
 On Fri, Feb 21, 2003 at 11:39:49AM +, Angus Leeming wrote:
  I have run this in the past (attached). Thereafter, you'll have to tell
  gettext to look in this directory.

 Doesn't work ...

 Am I right in assuming that all I need is to copy

   lyx-devel/po/de.gmo

 to

   lyx-build/po/de/LC_MESSAGES/de.mo

... and tell gettext to look in this dir by setting an environment variable.
(I forget which. Look at the source.)

Angus



Re: German ui?

2003-02-21 Thread Andre Poenitz
On Fri, Feb 21, 2003 at 12:20:52PM +, Angus Leeming wrote:
 ... and tell gettext to look in this dir by setting an environment variable.
 (I forget which. Look at the source.)

setenv is only used in filetools.C by PutEnv. This in turn is only used by
PutEnvPath, and this is never used?

how else can an env variable be set?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



lyx font in LyX 1.3.0

2003-02-21 Thread Lorenzo Campos Venuti
Hi guys,

I just installed the new LyX 1.3.0 with QT GUI. It looks very good but 
he cannot render many characters like \sum \int all the greek alphabet 
and so on.
Does any of you have an idea where the problem is?

thanks a lot

lorenzo




Re: German ui?

2003-02-21 Thread Angus Leeming
Andre Poenitz wrote:

 On Fri, Feb 21, 2003 at 12:20:52PM +, Angus Leeming wrote:
 ... and tell gettext to look in this dir by setting an environment
 variable. (I forget which. Look at the source.)
 
 setenv is only used in filetools.C by PutEnv. This in turn is only used by
 PutEnvPath, and this is never used?
 
 how else can an env variable be set?


int main(int argc, char * argv[])
{
os::init(argc, argv);

// lyx_localedir is used by gettext_init() is we have
//   i18n support built-in
string lyx_localedir = GetEnvPath(LYX_LOCALEDIR);

Does setting this to lyx-build/po solve your problems?

-- 
Angus




Re: German ui?

2003-02-21 Thread Andre Poenitz
On Fri, Feb 21, 2003 at 01:33:45PM +0100, Andre' Poenitz wrote:
  Does setting this to lyx-build/po solve your problems?
 
 No.

Ok, maybe I should just install the beast.

Are the Standard rpms relocatable?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: lyx font in LyX 1.3.0

2003-02-21 Thread Angus Leeming
Lorenzo Campos Venuti wrote:

 Hi guys,
 
 I just installed the new LyX 1.3.0 with QT GUI. It looks very good but
 he cannot render many characters like \sum \int all the greek alphabet
 and so on.
 Does any of you have an idea where the problem is?
 
 thanks a lot
 
 lorenzo

From INSTALL:

* Qt frontend

Note that if Qt is using Xft2/fontconfig, you may need to install the
latex-ttf-fonts package, to be found on ftp://ftp.lyx.org/ to get maths
symbols displayed properly. To find out, type:
ldd `which lyx` | grep fontconfig
at the console. Both RH8 and Debian unstable distributions are known
to use fontconfig.

If, however, your version of Qt does not use fontconfig, then the
/usr/local/share/lyx/xfonts directory (or equivalent) should be added to
the font path. This is done automatically by LyX if LyX is run on
the local machine, and the X server supports Postscript fonts. If, however,
you're running LyX remotely, then you'll have to do this step yourself.
'man xset' is your friend.


-- 
Angus




Re: German ui?

2003-02-21 Thread Jean-Marc Lasgouttes
 Andre == Andre Poenitz [EMAIL PROTECTED] writes:

Andre On Fri, Feb 21, 2003 at 11:39:49AM +, Angus Leeming wrote:
 I have run this in the past (attached). Thereafter, you'll have to
 tell gettext to look in this directory.

Andre Doesn't work ...

Andre Am I right in assuming that all I need is to copy

Andre   lyx-devel/po/de.gmo

Andre to
  
Andre   lyx-build/po/de/LC_MESSAGES/de.mo

Andre ?

And you need to make LYX_LOCALEDIR point to /foo/lyx-build/po/

JMarc



Re: crazy crazy symbol question

2003-02-21 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE-

On Freitag, 21. Februar 2003 12:34, Dekel Tsur wrote:
 On Fri, Feb 21, 2003 at 08:19:36AM +1030, owen lucas wrote:
  Do you try to use these symbol in math mode ?
  If not, give a short example file.
 
  The symbols don't work at all in Maths mode. I was entering them as ERT.
  An example is attached.

 I have no problem with your file (not that the symbols should not be used
 in math mode).
 You have a problem with your latex installation.

I have same problems. Try to display as postscript. No problems with
ERT, therefore (I think) no problems with latex.

Kornel
- -- 
Kornel Benko
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQCVAwUBPlYiJbewfbDGmeqhAQFo4wQAgRF/bb4r55LDj2O3a3hmlDGbtch39gCM
cxc9WaF3f95a6lOLpreadjCQOmidQ4kXqClXzbx8d3IO/bjHLcmaV4+2fO55mh9a
jqsU7MSRSwLdHIB4UGKUBoVqNqW/qyyB/dlrRQ7rjVtR5AuF9FajpAiM747Wbwo/
80EPK2CaLqk=
=XfGo
-END PGP SIGNATURE-




RE : lyx font in LyX 1.3.0

2003-02-21 Thread EXT / TEAMLOG MELLERIN Pierrick
Hi guys,

I just installed the new LyX 1.3.0 with QT GUI. It looks very good but 
he cannot render many characters like \sum \int all the greek alphabet 
and so on.
Does any of you have an idea where the problem is?

thanks a lot

lorenzo

Hello,

Do you have installed the latex-ttf.rpm (something like that ...) which is
in the same folder that lyx-1.3.0-1qt.rpm on the lyx's ftp server ?

Pierrick.



superscript and textrm

2003-02-21 Thread Max Bian
Hello,

I am trying to insert a math symbol into the super script, but latex
seems to hate it very much.

I know I can use ERT and make it like $^{\mu}$.  However it appears in
itallic shape.  I guess \textrm will make it stand straight. But if I
put  math symbol in like \textrm{\mu}, latex complains.

Is there other way to do it?

Thank you!

Max



header question

2003-02-21 Thread Kirk R. Wythers
I want to add a header to an document (article class). I've tried
document-pagestyle-fancy, along with Herbert's 

Author-/Titlename in header
Write in latex preamble:


\let\oldAuthor\author
\renewcommand{\author}[1]{\newcommand{\myAuthor}{#1}\oldAuthor{#1}} 
\let\oldTitle\title
\renewcommand{\title}[1]{\newcommand{\myTitle}{#1}\oldTitle{#1}} 
%
% for example title on the left and author on the right (with package fanyhdr)
%
\lhead{\myTitle}
\rhead{\myAuthor}

in the preamble... However, im this case the title is too long and there are too
many authors. Therefor the whole header gets run together...

I think what I'm looking to do is put a shortened title on the left, and first author 
only on the right. How should I approach this?

Thanks,

Kirk

-- 
Kirk R. Wythers Department of Forest Resources  
Tel: 612.625.2261   University of Minnesota
Fax: 612.625.5211530 Cleveland Ave. N
Email: [EMAIL PROTECTED] Saint Paul, MN 55108 USA




lyx 1.3.0 with qt and instant preview

2003-02-21 Thread Uwe Brauer
Hello 

I downloaded 1.3.0, configured and compiled it in the without
problems.
However I could not see that qt was used, instead it seemed to me the
old xform library had been used. Do I have to force lyx using the qt
library (I have 2.3.0)

2. Instant preview was announced, but how do I enable it. I looked up
   in the help and the icon, nothing

Thanks

Uwe Brauer




Re: lyx 1.3.0 with qt and instant preview

2003-02-21 Thread Angus Leeming
Uwe Brauer wrote:

 Hello
 
 I downloaded 1.3.0, configured and compiled it in the without
 problems.
 However I could not see that qt was used, instead it seemed to me the
 old xform library had been used. Do I have to force lyx using the qt
 library (I have 2.3.0)

configure --with-frontend=qt

 2. Instant preview was announced, but how do I enable it. I looked up
in the help and the icon, nothing

Edit-Preferences dialog.
With the xforms GUI, checkbutton 'Instant Preview' on the 
Look 'n' Feel-Misc  tab.

With the Qt GUI, find it under Look and Feel-Graphics.

-- 
Angus




Re: lyx 1.3.0 with qt and instant preview

2003-02-21 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE-

On Freitag, 21. Februar 2003 20:24, Uwe Brauer wrote:
 2. Instant preview was announced, but how do I enable it. I looked up
in the help and the icon, nothing

Edit-Preferencies...-Graphics

Kornel
- -- 
Kornel Benko
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQCVAwUBPlZw6bewfbDGmeqhAQHbbwP/S87Xe1lXKlAX2ApDLY3k0IqcoAKniUc6
5jZzS1hAyWTcvwfteFEBbG4pKHiIVFrn1SbUERr4lV6rgERZPwyJgGbvVBznP4Se
2NK3BxnXBsIXkqEhdjpmWmxA3NVxba/+Eal0KZcA6OXR+YVsFyxlXXN/G7/eHS8g
5tEEJ6N66Kg=
=ajzi
-END PGP SIGNATURE-




help to build a macro or substitution

2003-02-21 Thread Paco Cruz
Hello all

I am using the all-new Lyx 1.3.0 with the Qt GUI on Mandrake 9 and I
must say it is superb. Lots of kudos to the development team :-)


I have a document with a myriad of acronyms (3 or 4 letters) in it.
There is not a clear pattern on those acronyms to do a search  replace
on them.

Well, I  need to build a macro (or something :-) ) to do the following:

I mark the acronym in the document (i.e. EFDO), run the macro
(preferably via a key binding) and the acronym is put in ERT as follow
\lsc{EFDO}

I have searched both the docs and H. Voss' Tips  Tricks site looking
for macros, substitution and anything related, to no avail. 

Where could I find information about doing this macro-substitution thing
in lyx/latex? 

Thank you all

Paco




Re: svjour layout

2003-02-21 Thread I Wayan Warmada

On Fri, 21 Feb 2003, Hoffmann, Rainer wrote:

| I've found the layouts based on svjour.cls: svjog.layout and
| svprobth.layout. Unfortunately, when I reconfigure lyx (version 1.2.2) I
| always get the message +checking for document class svjog
| [svjour,svjog.clo]... no

have you had svjour.cls and svjog.clo installed in your texmf directory
tree? And have you run texhash after copying such files?

You can install those file in /lyx/tex which is linked in texmf directory.

I have installed in following directory [for lyx-1.2.x]
/usr/local/share/lyx1.2/tex

and made a link in /texmf/tex/latex/lyx link to that directory...

run texhash after installation...

Regards,

Wayan



Greek / pdf

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

Thank you,
G.M.

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





Re: help to build a macro or substitution

2003-02-21 Thread Christian Ridderström
On 21 Feb 2003, Paco Cruz wrote:

 Hello all
 
 I have a document with a myriad of acronyms (3 or 4 letters) in it.
 There is not a clear pattern on those acronyms to do a search  replace
 on them.
 
 Well, I  need to build a macro (or something :-) ) to do the following:
 
 I mark the acronym in the document (i.e. EFDO), run the macro
 (preferably via a key binding) and the acronym is put in ERT as follow
 \lsc{EFDO}
 
Have a look here, I think it should do what you want:

 http://ev-en.org/wiki/moin.cgi/LyxCommandSequences

/Christian

PS. Does anyone know of an LFUN for marking the word that the cursor is 
either inside, or just next to? DS

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: superscript and textrm

2003-02-21 Thread Peter Clark
On Friday 21 February 2003 11:29 am, Max Bian wrote:
 I know I can use ERT and make it like $^{\mu}$.  However it appears in
 itallic shape.  I guess \textrm will make it stand straight. But if I
 put  math symbol in like \textrm{\mu}, latex complains.

 Is there other way to do it?
Have a look at 
http://www.educat.hu-berlin.de/~voss/lyx/mathstuff/mathmode.phtml#bold_2
:Peter
-- 
Oh what a tangled web they weave who try a new word to conceive!


Re: alphabetic order for style list?

2003-02-21 Thread Jean-Marc Lasgouttes
 Ralph == Ralph P Boland [EMAIL PROTECTED] writes:

Ralph Note that in order to do this to the amsart.layout file I had
Ralph to put a copy of it in my .lyx/layouts directory and modify it.

Ralph This is certainly clumsy and risky in that subsequent versions
Ralph of lyx might modify the amsart.layout file and I would still be
Ralph using my now out of date version.

Ralph If I could simply put this information in a file, say,

Ralph .lyx/layouts/amsart.styleOrder

Ralph or .lyx/styleOrder/amsart.styleOrder

Ralph that would be much simpler. I would also want to be able to
Ralph break the information in amsart.styleorder into subfiles and
Ralph use the Include command. e.g. stdlists.inc.styleOrder.

Yes, something like that would be possible to implement, but I suspect
this is getting unnecessarily complicated.

Ralph Also note that to add anything to the amsart.layout file I had
Ralph to copy the whole thing. It would have been nice if I could
Ralph have had a file amsart.layout containing something like:


Ralph Some of my private stuff.

Ralph # get the standard version of amsart.layout Include super
Ralph amsart.layout

Ralph More of my private stuff.

What we could have (like in gcc C preprocessor) is a special version
of Input (say Input*) that does not search in .lyx. This way you could
have your own amsart.layout that can include the real amsart.layout.

I think this would solve all your problems in a more elegant way.

JMarc



svjour layout

2003-02-21 Thread Hoffmann, Rainer
Hello,

I've found the layouts based on svjour.cls: svjog.layout and
svprobth.layout. Unfortunately, when I reconfigure lyx (version 1.2.2) I
always get the message
+checking for document class svjog [svjour,svjog.clo]... no

Is there anything else I have to do?

Thanks,
Rainer Hoffmann







Hoffmann, Rainer.vcf
Description: Binary data


Re: alphabetic order for style list?

2003-02-21 Thread Amir Seginer
Hello,

This might be difficult to implement, or simply undesired, but how about 
detachable groups like in the symbols in the math-panel (in 1.3.0-Qt 
this seems very convenient). I could then detach a sections panel 
with, say, chapter, section, subsection,... and another, say, 
mathematical panel with theorem, lemma, proof, ...

It would of course be nice, if I could somehow also create my own panels 
(by editing some text file for example).

I do agree however that a full list should appear somewhere (maybe 
detach the panels from the list).

Amir.

Owen Lucas wrote:
Although it probably goes against the LyX GUI feel I think that once you 
know what you want, using the keyboard is a much faster and convenient 
way to select the style.


Paul Medwell wrote:

You can manually change the ordering of the styles by using something
like the following in your .layout file.


Bo Peng wrote:

 Will it be better if the environment/style list is ordered
 alphabetically? I frequently have trouble in finding the environment I
 need especially when the list is long.













German ui?

2003-02-21 Thread Andre Poenitz

What exactly do I have to do on a plain english setup to make LyX appear
with German dialogs etc?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: crazy crazy symbol question

2003-02-21 Thread Dekel Tsur
On Fri, Feb 21, 2003 at 08:19:36AM +1030, owen lucas wrote:
 Do you try to use these symbol in math mode ?
 If not, give a short example file.
 
 
 The symbols don't work at all in Maths mode. I was entering them as ERT. 
 An example is attached.

I have no problem with your file (not that the symbols should not be used in
math mode).
You have a problem with your latex installation.



Re: German ui?

2003-02-21 Thread Angus Leeming
Andre Poenitz wrote:

 
 What exactly do I have to do on a plain english setup to make LyX appear
 with German dialogs etc?

Well, if you insist on not _installing_ LyX then you'll need to run a script 
in you builddir po file to put the stuff where gettext expects to find it.

I have run this in the past (attached). Thereafter, you'll have to tell 
gettext to look in this directory. A quick grep of the sources should dig 
out the appropriate environment variable if nobody else puts you out of 
your misery ;-)

-- 
Angus


locale.sh
Description: application/shellscript


Re: German ui?

2003-02-21 Thread Andre Poenitz
On Fri, Feb 21, 2003 at 11:39:49AM +, Angus Leeming wrote:
 I have run this in the past (attached). Thereafter, you'll have to tell 
 gettext to look in this directory. A quick grep of the sources should dig 
 out the appropriate environment variable if nobody else puts you out of 
 your misery ;-)

My misery is the misery of the Project if that helps ;-)

I am preparing a talk for next week's LinuxTag in Chemnitz (with a few
thousand attendees ;-|) and it would be really bad if I were not able to
demonstrate a German fontend...

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: alphabetic order for style list?

2003-02-21 Thread Amir Seginer
Hello,

This might be difficult to implement, or simply undesired, but how about 
detachable groups like in the symbols in the math-panel (in 1.3.0-Qt 
this seems very convenient). I could then detach a sections panel 
with, say, chapter, section, subsection,... and another, say, 
mathematical panel with theorem, lemma, proof, ...

It would of course be nice, if I could somehow also create my own panels 
(by editing some text file for example).

I do agree however that a full list should appear somewhere (maybe 
detach the panels from the list).

Amir.


Bo Peng wrote:
Dear List,

Will it be better if the environment/style list is ordered 
alphabetically? I frequently have trouble in finding the environment I 
need especially when the list is long.

Thanks.







Re: German ui?

2003-02-21 Thread Andre Poenitz
On Fri, Feb 21, 2003 at 11:39:49AM +, Angus Leeming wrote:
 I have run this in the past (attached). Thereafter, you'll have to tell 
 gettext to look in this directory.

Doesn't work ...

Am I right in assuming that all I need is to copy 

  lyx-devel/po/de.gmo

to
  
  lyx-build/po/de/LC_MESSAGES/de.mo

?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: German ui?

2003-02-21 Thread Angus Leeming
On Friday 21 February 2003 12:17 pm, Andre Poenitz wrote:
 On Fri, Feb 21, 2003 at 11:39:49AM +, Angus Leeming wrote:
  I have run this in the past (attached). Thereafter, you'll have to tell
  gettext to look in this directory.

 Doesn't work ...

 Am I right in assuming that all I need is to copy

   lyx-devel/po/de.gmo

 to

   lyx-build/po/de/LC_MESSAGES/de.mo

... and tell gettext to look in this dir by setting an environment variable.
(I forget which. Look at the source.)

Angus



Re: German ui?

2003-02-21 Thread Andre Poenitz
On Fri, Feb 21, 2003 at 12:20:52PM +, Angus Leeming wrote:
 ... and tell gettext to look in this dir by setting an environment variable.
 (I forget which. Look at the source.)

setenv is only used in filetools.C by PutEnv. This in turn is only used by
PutEnvPath, and this is never used?

how else can an env variable be set?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



lyx font in LyX 1.3.0

2003-02-21 Thread Lorenzo Campos Venuti
Hi guys,

I just installed the new LyX 1.3.0 with QT GUI. It looks very good but 
he cannot render many characters like \sum \int all the greek alphabet 
and so on.
Does any of you have an idea where the problem is?

thanks a lot

lorenzo




Re: German ui?

2003-02-21 Thread Angus Leeming
Andre Poenitz wrote:

 On Fri, Feb 21, 2003 at 12:20:52PM +, Angus Leeming wrote:
 ... and tell gettext to look in this dir by setting an environment
 variable. (I forget which. Look at the source.)
 
 setenv is only used in filetools.C by PutEnv. This in turn is only used by
 PutEnvPath, and this is never used?
 
 how else can an env variable be set?


int main(int argc, char * argv[])
{
os::init(argc, argv);

// lyx_localedir is used by gettext_init() is we have
//   i18n support built-in
string lyx_localedir = GetEnvPath(LYX_LOCALEDIR);

Does setting this to lyx-build/po solve your problems?

-- 
Angus




Re: German ui?

2003-02-21 Thread Andre Poenitz
On Fri, Feb 21, 2003 at 01:33:45PM +0100, Andre' Poenitz wrote:
  Does setting this to lyx-build/po solve your problems?
 
 No.

Ok, maybe I should just install the beast.

Are the Standard rpms relocatable?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: lyx font in LyX 1.3.0

2003-02-21 Thread Angus Leeming
Lorenzo Campos Venuti wrote:

 Hi guys,
 
 I just installed the new LyX 1.3.0 with QT GUI. It looks very good but
 he cannot render many characters like \sum \int all the greek alphabet
 and so on.
 Does any of you have an idea where the problem is?
 
 thanks a lot
 
 lorenzo

From INSTALL:

* Qt frontend

Note that if Qt is using Xft2/fontconfig, you may need to install the
latex-ttf-fonts package, to be found on ftp://ftp.lyx.org/ to get maths
symbols displayed properly. To find out, type:
ldd `which lyx` | grep fontconfig
at the console. Both RH8 and Debian unstable distributions are known
to use fontconfig.

If, however, your version of Qt does not use fontconfig, then the
/usr/local/share/lyx/xfonts directory (or equivalent) should be added to
the font path. This is done automatically by LyX if LyX is run on
the local machine, and the X server supports Postscript fonts. If, however,
you're running LyX remotely, then you'll have to do this step yourself.
'man xset' is your friend.


-- 
Angus




Re: German ui?

2003-02-21 Thread Jean-Marc Lasgouttes
 Andre == Andre Poenitz [EMAIL PROTECTED] writes:

Andre On Fri, Feb 21, 2003 at 11:39:49AM +, Angus Leeming wrote:
 I have run this in the past (attached). Thereafter, you'll have to
 tell gettext to look in this directory.

Andre Doesn't work ...

Andre Am I right in assuming that all I need is to copy

Andre   lyx-devel/po/de.gmo

Andre to
  
Andre   lyx-build/po/de/LC_MESSAGES/de.mo

Andre ?

And you need to make LYX_LOCALEDIR point to /foo/lyx-build/po/

JMarc



Re: crazy crazy symbol question

2003-02-21 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE-

On Freitag, 21. Februar 2003 12:34, Dekel Tsur wrote:
 On Fri, Feb 21, 2003 at 08:19:36AM +1030, owen lucas wrote:
  Do you try to use these symbol in math mode ?
  If not, give a short example file.
 
  The symbols don't work at all in Maths mode. I was entering them as ERT.
  An example is attached.

 I have no problem with your file (not that the symbols should not be used
 in math mode).
 You have a problem with your latex installation.

I have same problems. Try to display as postscript. No problems with
ERT, therefore (I think) no problems with latex.

Kornel
- -- 
Kornel Benko
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQCVAwUBPlYiJbewfbDGmeqhAQFo4wQAgRF/bb4r55LDj2O3a3hmlDGbtch39gCM
cxc9WaF3f95a6lOLpreadjCQOmidQ4kXqClXzbx8d3IO/bjHLcmaV4+2fO55mh9a
jqsU7MSRSwLdHIB4UGKUBoVqNqW/qyyB/dlrRQ7rjVtR5AuF9FajpAiM747Wbwo/
80EPK2CaLqk=
=XfGo
-END PGP SIGNATURE-




RE : lyx font in LyX 1.3.0

2003-02-21 Thread EXT / TEAMLOG MELLERIN Pierrick
Hi guys,

I just installed the new LyX 1.3.0 with QT GUI. It looks very good but 
he cannot render many characters like \sum \int all the greek alphabet 
and so on.
Does any of you have an idea where the problem is?

thanks a lot

lorenzo

Hello,

Do you have installed the latex-ttf.rpm (something like that ...) which is
in the same folder that lyx-1.3.0-1qt.rpm on the lyx's ftp server ?

Pierrick.



superscript and textrm

2003-02-21 Thread Max Bian
Hello,

I am trying to insert a math symbol into the super script, but latex
seems to hate it very much.

I know I can use ERT and make it like $^{\mu}$.  However it appears in
itallic shape.  I guess \textrm will make it stand straight. But if I
put  math symbol in like \textrm{\mu}, latex complains.

Is there other way to do it?

Thank you!

Max



header question

2003-02-21 Thread Kirk R. Wythers
I want to add a header to an document (article class). I've tried
document-pagestyle-fancy, along with Herbert's 

Author-/Titlename in header
Write in latex preamble:


\let\oldAuthor\author
\renewcommand{\author}[1]{\newcommand{\myAuthor}{#1}\oldAuthor{#1}} 
\let\oldTitle\title
\renewcommand{\title}[1]{\newcommand{\myTitle}{#1}\oldTitle{#1}} 
%
% for example title on the left and author on the right (with package fanyhdr)
%
\lhead{\myTitle}
\rhead{\myAuthor}

in the preamble... However, im this case the title is too long and there are too
many authors. Therefor the whole header gets run together...

I think what I'm looking to do is put a shortened title on the left, and first author 
only on the right. How should I approach this?

Thanks,

Kirk

-- 
Kirk R. Wythers Department of Forest Resources  
Tel: 612.625.2261   University of Minnesota
Fax: 612.625.5211530 Cleveland Ave. N
Email: [EMAIL PROTECTED] Saint Paul, MN 55108 USA




lyx 1.3.0 with qt and instant preview

2003-02-21 Thread Uwe Brauer
Hello 

I downloaded 1.3.0, configured and compiled it in the without
problems.
However I could not see that qt was used, instead it seemed to me the
old xform library had been used. Do I have to force lyx using the qt
library (I have 2.3.0)

2. Instant preview was announced, but how do I enable it. I looked up
   in the help and the icon, nothing

Thanks

Uwe Brauer




Re: lyx 1.3.0 with qt and instant preview

2003-02-21 Thread Angus Leeming
Uwe Brauer wrote:

 Hello
 
 I downloaded 1.3.0, configured and compiled it in the without
 problems.
 However I could not see that qt was used, instead it seemed to me the
 old xform library had been used. Do I have to force lyx using the qt
 library (I have 2.3.0)

configure --with-frontend=qt

 2. Instant preview was announced, but how do I enable it. I looked up
in the help and the icon, nothing

Edit-Preferences dialog.
With the xforms GUI, checkbutton 'Instant Preview' on the 
Look 'n' Feel-Misc  tab.

With the Qt GUI, find it under Look and Feel-Graphics.

-- 
Angus




Re: lyx 1.3.0 with qt and instant preview

2003-02-21 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE-

On Freitag, 21. Februar 2003 20:24, Uwe Brauer wrote:
 2. Instant preview was announced, but how do I enable it. I looked up
in the help and the icon, nothing

Edit-Preferencies...-Graphics

Kornel
- -- 
Kornel Benko
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQCVAwUBPlZw6bewfbDGmeqhAQHbbwP/S87Xe1lXKlAX2ApDLY3k0IqcoAKniUc6
5jZzS1hAyWTcvwfteFEBbG4pKHiIVFrn1SbUERr4lV6rgERZPwyJgGbvVBznP4Se
2NK3BxnXBsIXkqEhdjpmWmxA3NVxba/+Eal0KZcA6OXR+YVsFyxlXXN/G7/eHS8g
5tEEJ6N66Kg=
=ajzi
-END PGP SIGNATURE-




help to build a macro or substitution

2003-02-21 Thread Paco Cruz
Hello all

I am using the all-new Lyx 1.3.0 with the Qt GUI on Mandrake 9 and I
must say it is superb. Lots of kudos to the development team :-)


I have a document with a myriad of acronyms (3 or 4 letters) in it.
There is not a clear pattern on those acronyms to do a search  replace
on them.

Well, I  need to build a macro (or something :-) ) to do the following:

I mark the acronym in the document (i.e. EFDO), run the macro
(preferably via a key binding) and the acronym is put in ERT as follow
\lsc{EFDO}

I have searched both the docs and H. Voss' Tips  Tricks site looking
for macros, substitution and anything related, to no avail. 

Where could I find information about doing this macro-substitution thing
in lyx/latex? 

Thank you all

Paco




Re: svjour layout

2003-02-21 Thread I Wayan Warmada

On Fri, 21 Feb 2003, Hoffmann, Rainer wrote:

| I've found the layouts based on svjour.cls: svjog.layout and
| svprobth.layout. Unfortunately, when I reconfigure lyx (version 1.2.2) I
| always get the message +checking for document class svjog
| [svjour,svjog.clo]... no

have you had svjour.cls and svjog.clo installed in your texmf directory
tree? And have you run texhash after copying such files?

You can install those file in /lyx/tex which is linked in texmf directory.

I have installed in following directory [for lyx-1.2.x]
/usr/local/share/lyx1.2/tex

and made a link in /texmf/tex/latex/lyx link to that directory...

run texhash after installation...

Regards,

Wayan



Greek / pdf

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

Thank you,
G.M.

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





Re: help to build a macro or substitution

2003-02-21 Thread Christian Ridderström
On 21 Feb 2003, Paco Cruz wrote:

 Hello all
 
 I have a document with a myriad of acronyms (3 or 4 letters) in it.
 There is not a clear pattern on those acronyms to do a search  replace
 on them.
 
 Well, I  need to build a macro (or something :-) ) to do the following:
 
 I mark the acronym in the document (i.e. EFDO), run the macro
 (preferably via a key binding) and the acronym is put in ERT as follow
 \lsc{EFDO}
 
Have a look here, I think it should do what you want:

 http://ev-en.org/wiki/moin.cgi/LyxCommandSequences

/Christian

PS. Does anyone know of an LFUN for marking the word that the cursor is 
either inside, or just next to? DS

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: superscript and textrm

2003-02-21 Thread Peter Clark
On Friday 21 February 2003 11:29 am, Max Bian wrote:
 I know I can use ERT and make it like $^{\mu}$.  However it appears in
 itallic shape.  I guess \textrm will make it stand straight. But if I
 put  math symbol in like \textrm{\mu}, latex complains.

 Is there other way to do it?
Have a look at 
http://www.educat.hu-berlin.de/~voss/lyx/mathstuff/mathmode.phtml#bold_2
:Peter
-- 
Oh what a tangled web they weave who try a new word to conceive!


Re: alphabetic order for style list?

2003-02-21 Thread Jean-Marc Lasgouttes
> "Ralph" == Ralph P Boland <[EMAIL PROTECTED]> writes:

Ralph> Note that in order to do this to the amsart.layout file I had
Ralph> to put a copy of it in my .lyx/layouts directory and modify it.

Ralph> This is certainly clumsy and risky in that subsequent versions
Ralph> of lyx might modify the amsart.layout file and I would still be
Ralph> using my now out of date version.

Ralph> If I could simply put this information in a file, say,

Ralph> .lyx/layouts/amsart.styleOrder

Ralph> or .lyx/styleOrder/amsart.styleOrder

Ralph> that would be much simpler. I would also want to be able to
Ralph> break the information in amsart.styleorder into subfiles and
Ralph> use the Include command. e.g. stdlists.inc.styleOrder.

Yes, something like that would be possible to implement, but I suspect
this is getting unnecessarily complicated.

Ralph> Also note that to add anything to the amsart.layout file I had
Ralph> to copy the whole thing. It would have been nice if I could
Ralph> have had a file amsart.layout containing something like:


Ralph> Some of my private stuff.

Ralph> # get the standard version of amsart.layout Include super
Ralph> amsart.layout

Ralph> More of my private stuff.

What we could have (like in gcc C preprocessor) is a special version
of Input (say Input*) that does not search in .lyx. This way you could
have your own amsart.layout that can include the real amsart.layout.

I think this would solve all your problems in a more elegant way.

JMarc



svjour layout

2003-02-21 Thread Hoffmann, Rainer
Hello,

I've found the layouts based on svjour.cls: svjog.layout and
svprobth.layout. Unfortunately, when I reconfigure lyx (version 1.2.2) I
always get the message
+checking for document class svjog [svjour,svjog.clo]... no

Is there anything else I have to do?

Thanks,
Rainer Hoffmann







Hoffmann, Rainer.vcf
Description: Binary data


Re: alphabetic order for style list?

2003-02-21 Thread Amir Seginer
Hello,

This might be difficult to implement, or simply undesired, but how about 
detachable groups like in the symbols in the math-panel (in 1.3.0-Qt 
this seems very convenient). I could then detach a "sections" panel 
with, say, chapter, section, subsection,... and another, say, 
"mathematical" panel with theorem, lemma, proof, ...

It would of course be nice, if I could somehow also create my own panels 
(by editing some text file for example).

I do agree however that a full list should appear somewhere (maybe 
detach the panels from the list).

Amir.

Owen Lucas wrote:
Although it probably goes against the LyX GUI feel I think that once you 
know what you want, using the keyboard is a much faster and convenient 
way to select the style.


Paul Medwell wrote:

You can manually change the ordering of the styles by using something
like the following in your .layout file.


Bo Peng wrote:

> Will it be better if the environment/style list is ordered
> alphabetically? I frequently have trouble in finding the environment I
> need especially when the list is long.













German ui?

2003-02-21 Thread Andre Poenitz

What exactly do I have to do on a "plain english setup" to make LyX appear
with German dialogs etc?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: crazy crazy symbol question

2003-02-21 Thread Dekel Tsur
On Fri, Feb 21, 2003 at 08:19:36AM +1030, owen lucas wrote:
> >Do you try to use these symbol in math mode ?
> >If not, give a short example file.
> >
> 
> The symbols don't work at all in Maths mode. I was entering them as ERT. 
> An example is attached.

I have no problem with your file (not that the symbols should not be used in
math mode).
You have a problem with your latex installation.



Re: German ui?

2003-02-21 Thread Angus Leeming
Andre Poenitz wrote:

> 
> What exactly do I have to do on a "plain english setup" to make LyX appear
> with German dialogs etc?

Well, if you insist on not _installing_ LyX then you'll need to run a script 
in you builddir po file to put the stuff where gettext expects to find it.

I have run this in the past (attached). Thereafter, you'll have to tell 
gettext to look in this directory. A quick grep of the sources should dig 
out the appropriate environment variable if nobody else puts you out of 
your misery ;-)

-- 
Angus


locale.sh
Description: application/shellscript


Re: German ui?

2003-02-21 Thread Andre Poenitz
On Fri, Feb 21, 2003 at 11:39:49AM +, Angus Leeming wrote:
> I have run this in the past (attached). Thereafter, you'll have to tell 
> gettext to look in this directory. A quick grep of the sources should dig 
> out the appropriate environment variable if nobody else puts you out of 
> your misery ;-)

My misery is the misery of the Project if that helps ;-)

I am preparing a talk for next week's "LinuxTag" in Chemnitz (with a few
thousand attendees ;-|) and it would be really bad if I were not able to
demonstrate a German fontend...

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: alphabetic order for style list?

2003-02-21 Thread Amir Seginer
Hello,

This might be difficult to implement, or simply undesired, but how about 
detachable groups like in the symbols in the math-panel (in 1.3.0-Qt 
this seems very convenient). I could then detach a "sections" panel 
with, say, chapter, section, subsection,... and another, say, 
"mathematical" panel with theorem, lemma, proof, ...

It would of course be nice, if I could somehow also create my own panels 
(by editing some text file for example).

I do agree however that a full list should appear somewhere (maybe 
detach the panels from the list).

Amir.


Bo Peng wrote:
Dear List,

Will it be better if the environment/style list is ordered 
alphabetically? I frequently have trouble in finding the environment I 
need especially when the list is long.

Thanks.







Re: German ui?

2003-02-21 Thread Andre Poenitz
On Fri, Feb 21, 2003 at 11:39:49AM +, Angus Leeming wrote:
> I have run this in the past (attached). Thereafter, you'll have to tell 
> gettext to look in this directory.

Doesn't work ...

Am I right in assuming that all I need is to copy 

  lyx-devel/po/de.gmo

to
  
  lyx-build/po/de/LC_MESSAGES/de.mo

?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: German ui?

2003-02-21 Thread Angus Leeming
On Friday 21 February 2003 12:17 pm, Andre Poenitz wrote:
> On Fri, Feb 21, 2003 at 11:39:49AM +, Angus Leeming wrote:
> > I have run this in the past (attached). Thereafter, you'll have to tell
> > gettext to look in this directory.
>
> Doesn't work ...
>
> Am I right in assuming that all I need is to copy
>
>   lyx-devel/po/de.gmo
>
> to
>
>   lyx-build/po/de/LC_MESSAGES/de.mo

... and tell gettext to look in this dir by setting an environment variable.
(I forget which. Look at the source.)

Angus



Re: German ui?

2003-02-21 Thread Andre Poenitz
On Fri, Feb 21, 2003 at 12:20:52PM +, Angus Leeming wrote:
> ... and tell gettext to look in this dir by setting an environment variable.
> (I forget which. Look at the source.)

setenv is only used in filetools.C by PutEnv. This in turn is only used by
PutEnvPath, and this is never used?

how else can an env variable be set?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



lyx font in LyX 1.3.0

2003-02-21 Thread Lorenzo Campos Venuti
Hi guys,

I just installed the new LyX 1.3.0 with QT GUI. It looks very good but 
he cannot render many characters like \sum \int all the greek alphabet 
and so on.
Does any of you have an idea where the problem is?

thanks a lot

lorenzo




Re: German ui?

2003-02-21 Thread Angus Leeming
Andre Poenitz wrote:

> On Fri, Feb 21, 2003 at 12:20:52PM +, Angus Leeming wrote:
>> ... and tell gettext to look in this dir by setting an environment
>> variable. (I forget which. Look at the source.)
> 
> setenv is only used in filetools.C by PutEnv. This in turn is only used by
> PutEnvPath, and this is never used?
> 
> how else can an env variable be set?


int main(int argc, char * argv[])
{
os::init(, );

// lyx_localedir is used by gettext_init() is we have
//   i18n support built-in
string lyx_localedir = GetEnvPath("LYX_LOCALEDIR");

Does setting this to lyx-build/po solve your problems?

-- 
Angus




Re: German ui?

2003-02-21 Thread Andre Poenitz
On Fri, Feb 21, 2003 at 01:33:45PM +0100, Andre' Poenitz wrote:
> > Does setting this to lyx-build/po solve your problems?
> 
> No.

Ok, maybe I should just install the beast.

Are the "Standard" rpms relocatable?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: lyx font in LyX 1.3.0

2003-02-21 Thread Angus Leeming
Lorenzo Campos Venuti wrote:

> Hi guys,
> 
> I just installed the new LyX 1.3.0 with QT GUI. It looks very good but
> he cannot render many characters like \sum \int all the greek alphabet
> and so on.
> Does any of you have an idea where the problem is?
> 
> thanks a lot
> 
> lorenzo

>From INSTALL:

* Qt frontend

Note that if Qt is using Xft2/fontconfig, you may need to install the
latex-ttf-fonts package, to be found on ftp://ftp.lyx.org/ to get maths
symbols displayed properly. To find out, type:
ldd `which lyx` | grep fontconfig
at the console. Both RH8 and Debian unstable distributions are known
to use fontconfig.

If, however, your version of Qt does not use fontconfig, then the
/usr/local/share/lyx/xfonts directory (or equivalent) should be added to
the font path. This is done automatically by LyX if LyX is run on
the local machine, and the X server supports Postscript fonts. If, however,
you're running LyX remotely, then you'll have to do this step yourself.
'man xset' is your friend.


-- 
Angus




Re: German ui?

2003-02-21 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:

Andre> On Fri, Feb 21, 2003 at 11:39:49AM +, Angus Leeming wrote:
>> I have run this in the past (attached). Thereafter, you'll have to
>> tell gettext to look in this directory.

Andre> Doesn't work ...

Andre> Am I right in assuming that all I need is to copy

Andre>   lyx-devel/po/de.gmo

Andre> to
  
Andre>   lyx-build/po/de/LC_MESSAGES/de.mo

Andre> ?

And you need to make LYX_LOCALEDIR point to /foo/lyx-build/po/

JMarc



Re: crazy crazy symbol question

2003-02-21 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE-

On Freitag, 21. Februar 2003 12:34, Dekel Tsur wrote:
> On Fri, Feb 21, 2003 at 08:19:36AM +1030, owen lucas wrote:
> > >Do you try to use these symbol in math mode ?
> > >If not, give a short example file.
> >
> > The symbols don't work at all in Maths mode. I was entering them as ERT.
> > An example is attached.
>
> I have no problem with your file (not that the symbols should not be used
> in math mode).
> You have a problem with your latex installation.

I have same problems. Try to display as postscript. No problems with
ERT, therefore (I think) no problems with latex.

Kornel
- -- 
Kornel Benko
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQCVAwUBPlYiJbewfbDGmeqhAQFo4wQAgRF/bb4r55LDj2O3a3hmlDGbtch39gCM
cxc9WaF3f95a6lOLpreadjCQOmidQ4kXqClXzbx8d3IO/bjHLcmaV4+2fO55mh9a
jqsU7MSRSwLdHIB4UGKUBoVqNqW/qyyB/dlrRQ7rjVtR5AuF9FajpAiM747Wbwo/
80EPK2CaLqk=
=XfGo
-END PGP SIGNATURE-




RE : lyx font in LyX 1.3.0

2003-02-21 Thread EXT / TEAMLOG MELLERIN Pierrick
>Hi guys,

>I just installed the new LyX 1.3.0 with QT GUI. It looks very good but 
>he cannot render many characters like \sum \int all the greek alphabet 
>and so on.
>Does any of you have an idea where the problem is?

>thanks a lot

>lorenzo

Hello,

Do you have installed the "latex-ttf.rpm" (something like that ...) which is
in the same folder that lyx-1.3.0-1qt.rpm on the lyx's ftp server ?

Pierrick.



superscript and textrm

2003-02-21 Thread Max Bian
Hello,

I am trying to insert a math symbol into the super script, but latex
seems to hate it very much.

I know I can use ERT and make it like "$^{\mu}$.  However it appears in
itallic shape.  I guess "\textrm" will make it stand straight. But if I
put  math symbol in like \textrm{\mu}, latex complains.

Is there other way to do it?

Thank you!

Max



header question

2003-02-21 Thread Kirk R. Wythers
I want to add a header to an document (article class). I've tried
document->pagestyle->fancy, along with Herbert's 

Author-/Titlename in header
Write in latex preamble:


\let\oldAuthor\author
\renewcommand{\author}[1]{\newcommand{\myAuthor}{#1}\oldAuthor{#1}} 
\let\oldTitle\title
\renewcommand{\title}[1]{\newcommand{\myTitle}{#1}\oldTitle{#1}} 
%
% for example title on the left and author on the right (with package fanyhdr)
%
\lhead{\myTitle}
\rhead{\myAuthor}

in the preamble... However, im this case the title is too long and there are too
many authors. Therefor the whole header gets run together...

I think what I'm looking to do is put a shortened title on the left, and first author 
only on the right. How should I approach this?

Thanks,

Kirk

-- 
Kirk R. Wythers Department of Forest Resources  
Tel: 612.625.2261   University of Minnesota
Fax: 612.625.5211530 Cleveland Ave. N
Email: [EMAIL PROTECTED] Saint Paul, MN 55108 USA




lyx 1.3.0 with qt and instant preview

2003-02-21 Thread Uwe Brauer
Hello 

I downloaded 1.3.0, configured and compiled it in the without
problems.
However I could not see that qt was used, instead it seemed to me the
old xform library had been used. Do I have to force lyx using the qt
library (I have 2.3.0)

2. Instant preview was announced, but how do I enable it. I looked up
   in the help and the icon, nothing

Thanks

Uwe Brauer




Re: lyx 1.3.0 with qt and instant preview

2003-02-21 Thread Angus Leeming
Uwe Brauer wrote:

> Hello
> 
> I downloaded 1.3.0, configured and compiled it in the without
> problems.
> However I could not see that qt was used, instead it seemed to me the
> old xform library had been used. Do I have to force lyx using the qt
> library (I have 2.3.0)

configure --with-frontend=qt

> 2. Instant preview was announced, but how do I enable it. I looked up
>in the help and the icon, nothing

Edit->Preferences dialog.
With the xforms GUI, checkbutton 'Instant Preview' on the 
"Look 'n' Feel->Misc " tab.

With the Qt GUI, find it under "Look and Feel->Graphics".

-- 
Angus




Re: lyx 1.3.0 with qt and instant preview

2003-02-21 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE-

On Freitag, 21. Februar 2003 20:24, Uwe Brauer wrote:
> 2. Instant preview was announced, but how do I enable it. I looked up
>in the help and the icon, nothing

Edit->Preferencies...->Graphics

Kornel
- -- 
Kornel Benko
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQCVAwUBPlZw6bewfbDGmeqhAQHbbwP/S87Xe1lXKlAX2ApDLY3k0IqcoAKniUc6
5jZzS1hAyWTcvwfteFEBbG4pKHiIVFrn1SbUERr4lV6rgERZPwyJgGbvVBznP4Se
2NK3BxnXBsIXkqEhdjpmWmxA3NVxba/+Eal0KZcA6OXR+YVsFyxlXXN/G7/eHS8g
5tEEJ6N66Kg=
=ajzi
-END PGP SIGNATURE-




help to build a macro or substitution

2003-02-21 Thread Paco Cruz
Hello all

I am using the all-new Lyx 1.3.0 with the Qt GUI on Mandrake 9 and I
must say it is superb. Lots of kudos to the development team :-)


I have a document with a myriad of acronyms (3 or 4 letters) in it.
There is not a clear pattern on those acronyms to do a search & replace
on them.

Well, I  need to build a macro (or something :-) ) to do the following:

I mark the acronym in the document (i.e. EFDO), run the macro
(preferably via a key binding) and the acronym is put in ERT as follow
\lsc{EFDO}

I have searched both the docs and H. Voss' Tips & Tricks site looking
for "macros", "substitution" and anything related, to no avail. 

Where could I find information about doing this macro-substitution thing
in lyx/latex? 

Thank you all

Paco




Re: svjour layout

2003-02-21 Thread I Wayan Warmada

On Fri, 21 Feb 2003, Hoffmann, Rainer wrote:

| I've found the layouts based on svjour.cls: svjog.layout and
| svprobth.layout. Unfortunately, when I reconfigure lyx (version 1.2.2) I
| always get the message +checking for document class svjog
| [svjour,svjog.clo]... no

have you had svjour.cls and svjog.clo installed in your texmf directory
tree? And have you run texhash after copying such files?

You can install those file in /lyx/tex which is linked in texmf directory.

I have installed in following directory [for lyx-1.2.x]
/usr/local/share/lyx1.2/tex

and made a link in /texmf/tex/latex/lyx link to that directory...

run texhash after installation...

Regards,

Wayan



Greek / pdf

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

Thank you,
G.M.

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





Re: help to build a macro or substitution

2003-02-21 Thread Christian Ridderström
On 21 Feb 2003, Paco Cruz wrote:

> Hello all
> 
> I have a document with a myriad of acronyms (3 or 4 letters) in it.
> There is not a clear pattern on those acronyms to do a search & replace
> on them.
> 
> Well, I  need to build a macro (or something :-) ) to do the following:
> 
> I mark the acronym in the document (i.e. EFDO), run the macro
> (preferably via a key binding) and the acronym is put in ERT as follow
> \lsc{EFDO}
> 
Have a look here, I think it should do what you want:

 http://ev-en.org/wiki/moin.cgi/LyxCommandSequences

/Christian

PS. Does anyone know of an LFUN for marking the word that the cursor is 
either inside, or just next to? DS

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: superscript and textrm

2003-02-21 Thread Peter Clark
On Friday 21 February 2003 11:29 am, Max Bian wrote:
> I know I can use ERT and make it like "$^{\mu}$.  However it appears in
> itallic shape.  I guess "\textrm" will make it stand straight. But if I
> put  math symbol in like \textrm{\mu}, latex complains.
>
> Is there other way to do it?
Have a look at 
http://www.educat.hu-berlin.de/~voss/lyx/mathstuff/mathmode.phtml#bold_2
:Peter
-- 
Oh what a tangled web they weave who try a new word to conceive!