Re: adding bibtex styles

2001-03-02 Thread Jan Goebel
Hello, i don't know about an asa style, but you can try makebst to create your own style (pretty god AND easy to use). On my box (Linux, SuSE) it is located at: /usr/share/texmf/doc/latex/custom-bib/makebst.dvi /usr/share/texmf/tex/latex/custom-bib/makebst.tex best jan On Thu, 01 Mar 2001, M

Classical Greek

2001-03-02 Thread Guido Milanese
Dear all, I am a very happy user of LyX. However, most of my scholarly work needs quotations or extensive texts written in classical (polytoniko) Greek. I have a question. If there is a plan to implement this in the future, I will wait. Otherwise, I have developed a very simple system to write

Re: LyX deletes text

2001-03-02 Thread EagleIce
On Friday 02 March 2001 04:49, Matej Cepl wrote: > > Whoops! You sure got a point there, now it's a c++ file.:-) > > But how about this one: one of my .lyx files uses a java (JBuilder) > > file > > > > Would you elaborate on it a little bit? What do you mean by "uses Java"? > That you

Re: LyX deletes text

2001-03-02 Thread EagleIce
On Thursday 01 March 2001 23:27, Lars Gullik Bjønnes wrote: > | > It should certainly be off -- your documents are not supposed to be > | > executable, are they? > > Hmpfr, why not? > > ../UserGuide.lyx > > > #!/usr/bin/lyx > #LyX 1.1. create... > \lyxformat ... > > > > > would perh

Re: Classical Greek

2001-03-02 Thread Guido Milanese
In my previous message I forgot to say that I had already done a program to obtain Greek LaTeX text -- I was using NotaBene, a splendid Dos program (now unfortunately a Windows program) as a preprocessor. But with LyX things are much better, so I abandoned my old program, still available but n

Re: LyX deletes text

2001-03-02 Thread Lars Gullik Bjønnes
EagleIce <[EMAIL PROTECTED]> writes: | On Thursday 01 March 2001 23:27, Lars Gullik Bjønnes wrote: | > | > It should certainly be off -- your documents are not supposed to be | > | > executable, are they? | > | > Hmpfr, why not? | > | > ../UserGuide.lyx | > | > | > #!/usr/bin/lyx | > #LyX 1.

1.1.6fix1: printing fails when print_adapt_output=true and print_spool_command=""

2001-03-02 Thread Jose M. Alcaide
Hello, I have dvips configured to send output to the right printer if the "-P" option is used. Then, I edited lyxrc and defined: \print_adapt_output true \print_spool_command "" and printing did not work, because LyX calls dvips without passing the file argument to it. However, if I define \pri

Re: LyX deletes text

2001-03-02 Thread Andre Poenitz
> add: "#! Problem with this approach is of course that one needs to know the full path to the LyX binary... Andre' -- André Pönitz [EMAIL PROTECTED]

Re: LyX deletes text

2001-03-02 Thread John Levon
On Fri, 2 Mar 2001, Andre Poenitz wrote: > > add: "#! > > Problem with this approach is of course that one needs to know the full > path to the LyX binary... > > Andre' Nahh #! /usr/bin/env lyx john -- "I hear you have four hundred and eighty six PCs for sale ?" - Some Fool

Re: LyX deletes text

2001-03-02 Thread Andre Poenitz
> #! /usr/bin/env lyx Every day a surprise... I did not know that 'env' could do anything else than showing the current environment... Andre' -- André Pönitz [EMAIL PROTECTED]

Re: LyX deletes text

2001-03-02 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | > add: "#! | | Problem with this approach is of course that one needs to know the full | path to the LyX binary... Well I guess that can be handled as well... Just use: #!/usr/bin/env lyx ... Lgb

Re[2]: LyX deletes text

2001-03-02 Thread Guenter Milde
On Fri, 2 Mar 2001 10:58:30 +0100 EagleIce <[EMAIL PROTECTED]> wrote: > What I'm after > is just that I'm wondering why my .lyx files use all kinds of different > icons, most of them use the C++ icon, many use the textfile icon, sometimes > they use the icon for executable files, and now a cou

Re: Re[2]: LyX deletes text

2001-03-02 Thread Andre Poenitz
> Is there a "standard" MIME type for LyX files? (I choose /text/x-lyx as it > resembles /text/x-tex for TeX files. There has been some discussion a while ago but there was no real result. Andre' -- André Pönitz [EMAIL PROTECTED]

Re: LyX deletes text

2001-03-02 Thread EagleIce
On Friday 02 March 2001 12:13, Lars Gullik Bjønnes wrote: > To any .lyx file: > > add: "#! > > at the top > > make the .lyx file executable: chmod a+rx <.lyx file> > > run it: ./<.lyx file> > > > This works on Linux, not sure if other os's will handle it the same > way. > > Lgb > OK, I got

Re: Re[2]: LyX deletes text

2001-03-02 Thread EagleIce
On Friday 02 March 2001 13:24, Guenter Milde wrote: > On Fri, 2 Mar 2001 10:58:30 +0100 EagleIce <[EMAIL PROTECTED]> wrote: > > What I'm after > > is just that I'm wondering why my .lyx files use all kinds of different > > icons, most of them use the C++ icon, many use the textfile icon, > > somet

Page number was first paragraph indent

2001-03-02 Thread Alexandre Gonçalves Jacarandá
Thanks for all help. I'm start to learn something in lyx, but what could make wrong in LaTex \fancypagestyle{plain}{% \fancyhf{}% \fancyhead{}% \fancyfoot[R]{\thepage}% \renewcommand{\headrulewidth}{0pt}} \usepackage{indentfirst} \newcommand{\myIndent}{\hspace{\parindent}} With this comman

Re: Page number was first paragraph indent

2001-03-02 Thread Herbert Voss
Alexandre Gonçalves Jacarandá wrote: > > Thanks for all help. I'm start to learn something in lyx, but what could > make wrong in LaTex > \fancypagestyle{plain}{% > \fancyhf{}% > \fancyhead{}% > \fancyfoot[R]{\thepage}% > \renewcommand{\headrulewidth}{0pt}} > \usepackage{indentfirst} > \newcomman

export

2001-03-02 Thread Darryl VanDorp
Is there a command to export to text directly from the commandline? Like : lyx --export tex somefile.lyx This works for tex output but what do you do to export .txt? --Darryl

Re: export

2001-03-02 Thread Andre Poenitz
> lyx --export tex somefile.lyx > > This works for tex output but what do you do to export .txt? --export text (or ascii) should do the trick... Andre' -- André Pönitz [EMAIL PROTECTED]

Re: LyX deletes text

2001-03-02 Thread Matej Cepl
- Original Message - > Oh I'm sorry, this was supposed to be java 'icon', not file. What I'm after > is just that I'm wondering why my .lyx files use all kinds of different > icons, most of them use the C++ icon, many use the textfile icon, sometimes > they use the icon for executab

Re: LyX deletes text

2001-03-02 Thread George De Bruin
> | > It should certainly be off -- your documents are not supposed to be > | > executable, are they? > > > #!/usr/bin/lyx > #LyX 1.1. create... > \lyxformat ... > > > would perhaps work > (It did work!) Yup, it did work I just had to try it. (Related but not the same...) For t

Re: LyX deletes text

2001-03-02 Thread George De Bruin
On Friday 02 March 2001 11:33, Andre Poenitz wrote: > > add: "#! > > Problem with this approach is of course that one needs to know the full > path to the LyX binary... Which can be found by typing 'which lyx' on the command line...:) // George

Re: LyX deletes text

2001-03-02 Thread Andre Poenitz
> > Problem with this approach is of course that one needs to know the full > > path to the LyX binary... > > Which can be found by typing 'which lyx' on the command line...:) Cool. Now please, tell me how I should teach my .lyx files to type 'which lyx' on the command line and to replace part

Memo layout

2001-03-02 Thread Kevin W. Bowman
Has anyone know where I can find a layout and/or class to do generic memos? Thanks! Kevin -- -| Kevin W. Bowman, PhD. Earth and Space Sciences Division Jet Propulsion Laboratory 4800 Oak Grove Drive, MS 183-301 Pasadena, CA 91

Index lost...

2001-03-02 Thread Alexandre Gonçalves Jacarandá
When I see the postscript of lyx the only thing that I can see is Summary and number page. What can I do? Alexandre Gonçalves Jacarandá -- clarkagjcris

Re: First paragraph indent

2001-03-02 Thread Alexandru Mustatea
On Thu, 1 Mar 2001, Herbert Voss wrote: > Alexandre Gonçalves Jacarandá wrote: > > > > On the preamble works only at third page after index and indent didn't > > work, because by default the first paragraph wasn't indented but I need, > > because I'm doing a conclusion research to my economic co

Re: First paragraph indent

2001-03-02 Thread Alexandre Gonçalves Jacarandá
In Brasil *every* paragraph gets indented, but if I use the option \usepackage{indentfirst} I get only the first one indented and I need to indent all then I use other tip \newcommand{\myIndent}{\hspace{\parindent}} Lyx is a good program but we need sometimes, more options to make

Re: export

2001-03-02 Thread Darryl VanDorp
Thanks --export ascii didn't work that's what my hang-up was :-) --export text works great ! --Darrryl > > lyx --export tex somefile.lyx > > > > This works for tex output but what do you do to export .txt? > >--export text (or ascii) should do the trick... > >Andre' > > >-- >André Pönitz ..

Re: Index lost...

2001-03-02 Thread Herbert Voss
Alexandre Gonçalves Jacarandá wrote: > > When I see the postscript of lyx the only thing that I can see is Summary > and number page. > What can I do? is there still no error message from lyx? can you give a short example file? Herbert -- [EMAIL PROTECTED] http://perce.de/lyx/

Re: Memo layout

2001-03-02 Thread Herbert Voss
"Kevin W. Bowman" wrote: > > Has anyone know where I can find a layout and/or class to do generic > memos? i dont know if this is the one you are searching for ftp://ftp.dante.de/tex-archive/macros/latex209/contrib/memo2/ Herbert -- [EMAIL PROTECTED] http://perce.de/lyx/