Myriam Abramson | 1 Feb 2004 01:36

adding a bibliography style


Hi!

I've added IEEEtran.bst to /usr/share/texmf/bibtex/bst/base,
ran texhash and reconfigured Lyx but the IEEEtran style still 
does not appear in the menu of the bibliography styles in 
Lyx (1.3.2 on RH 9). Did I miss anything? 

Thanks,

                                   myriam

Tim Scheele | 1 Feb 2004 10:08
Picon
Picon

Problems with the title and Page-numbering

Hello.
I'm writing my Diplomarbeit with Lyx (the windows port). But I have some 
problems to costumizing the document format. Most of all, I can't get 
the title-page look the right way. In the report(koma-script) class are 
some environments, which may be usefull, but all of them are only 
one-line. When I mark more than one line with, say 'Author', only the 
last line appears in the dvi document.  So here ist a scheme of the 
title-page which I have to use, beginning every line with the style of 
the line:

title:    My Diplom Title
subtitle:    A Diplomarbeit at the University of Bielefeld
date:    March 2004
author:    Tim Scheele
(space)
my workgroup and stuff:   guide / examiner:
first guide:   Prof. Dr. ....
second guide:    Dr....
address:   University of Bielefeld
                Technische Fakultät
                AG Wissensbasierte Systeme
                Universitätsstr. 25
                33615 Bielefeld

I tried to add a new Style into the srcreprt.layout file:
# ScdPublishers style definition
Style ScdPublishers
  CopyStyle             Author
  LatexName             scdpublishers
End
(Continue reading)

Anca Tibor- Attila | 1 Feb 2004 11:27
Picon
Favicon

Re: Lyx is overrideing Layout-Preferences

Am Samstag, 31. Januar 2004 19:54 schrieb Juergen Spitzmueller:
> Anca Tibor- Attila wrote:
> > > Works here too. But not if I enter "2,5" instead of "2.5". Maybe
> > > Anca Tibor- Attila tried that?
> >
> > Definitely not. If I try that within lyx, the dialog box gets red.
>
> Huh? Didn't you say you are using the qt frontend? At least in 1.3.x
> this feature does only exist in the xforms frontend. This could mean
> that we are searching at the wrong end.

Well, I do not understand a lot of the frontends. I am just working with 
KDE, so I supposed, it must be a qt-frontend. Does this contribute to 
the understanding of my problem?

> P.S.: what is your first name, actually? Anca or Tibor-Attila?

My first names "are" Tibor- Attila, family name Anca, age .... :-)

Thanks,
--

-- 

Anca Tibor- Attila <tibor-attila.anca <at> urz.uni-hd.de>

Tara Pantoufle | 1 Feb 2004 11:39
Picon

Problems with pdf ans ps - Export

Hello,
I have some Problems, I don't really understand. I'm writing my thesis with 
Lyx, it is a big document with 300 pages and many *.eps images (diagrams and 
tables).

When I produce a pdf, everything is fine. When I need to send a part of the 
pdf so my friends to read the document, there are several ways to do it. But 
all of them are buggy.

When I try to print from acrobat to kprinter's pdf-printer, there is this 
error-message: "/undefined filename in pdf" or there is a conflict with 
Qt-symbols (?). But it does never produce a new file.

When I try to produce a ps from LyX, there are no Images at all in the 
document, they are just missing (they are not missing in the pdf).

When I say, ok. doesn't matter, and I produce a ps and use psselect afterwards 
to produce a part of it and in a third step make ps2pdf to produce my pdf. 
The resulting pdf can't be read with acroread (it is not a pdf-document tells 
acreread)

So there are a couple of different problems with the pdf-Workflow (there are 
just more under Linux, I don't tell now). Has anybody ideas what's the 
problem with printing pdf from pdf, why there are no *eps in the ps-output of 
lyx or why psselect produces defect postscript files? 

Or maybe there are better ways to get a part of a lyx-document as pdf?

Thanks
Tara  
(Continue reading)

Angus Leeming | 1 Feb 2004 11:42
Favicon

Re: Compile Errors on Itanium

Jeremy Daily wrote:

> I just tried to compile lyx-1.3.3 on a dual Itanium machine running
> RedHat Advance Workstation 2.1.  The configure script executed just
> fine after

> The results of "make" are attached.
> P.S. I'm a user, not a developer (baby steps)

Hi, Jeremy. Extracting the error itself:
../../../../boost/boost/detail/limits.hpp:57:2: #error The file 
boost/detail/limits.hpp needs to be set up for your CPU type.

You need to add something to the #if block in this file.

#if defined(big endian architecture 1) || 
    defined(big endian architecture 2)
#define BOOST_BIG_ENDIAN
#elif defined(little endian architecture 1) ||
      defined(little endian architecture 2)
#define BOOST_LITTLE_ENDIAN
#else
#error The file boost/detail/limits.hpp needs to be set up for your 
CPU type.
#endif

Your task is to find the macro identifier used by your Itanium 
machine.

Regards,
(Continue reading)

Juergen Spitzmueller | 1 Feb 2004 14:12
Picon
Favicon

Re: Lyx is overrideing Layout-Preferences

Anca Tibor- Attila wrote:
> Well, I do not understand a lot of the frontends. I am just working with
> KDE, so I supposed, it must be a qt-frontend. 

No. If you compile from source, the default frontend (i.e. the toolkit LyX 
uses for its widgets) is xforms. If you compile --with-frontend=qt (and, on 
SuSE, --with-qt-dir=/usr/lib/qt3), then LyX uses the qt frontend.
It's a different look'n'feel (and a matter of taste). Compare those 
screenshots:
http://www.lyx.org/about/screenshots.php3 (qt frontend)
http://www.lyx.org/about/lgt-1.0/lgt.html (xforms frontend)

> Does this contribute to 
> the understanding of my problem?

Maybe (if it's an xforms specific problem). I'll check that (building against 
xforms now).

> > P.S.: what is your first name, actually? Anca or Tibor-Attila?
>
> My first names "are" Tibor- Attila, family name Anca, age .... :-)

I see. Thanks, Tibor-Attila.

Jürgen.

Juergen Spitzmueller | 1 Feb 2004 14:24
Picon
Favicon

Re: Lyx is overrideing Layout-Preferences

Juergen Spitzmueller wrote:
> > Does this contribute to
> > the understanding of my problem?
>
> Maybe (if it's an xforms specific problem). I'll check that (building
> against xforms now).

It is. I can reproduce your problem with the xforms frontend. So this is a 
bug. I'll try to investigate further.

Jürgen.

Picon

Re: Problems with the title and Page-numbering

> In the report(koma-script) class are 
> some environments, which may be usefull, but all of them are only 
> one-line.

I would propose to use the book(koma-script) class.

> When I mark more than one line with, say 'Author', only the 
> last line appears in the dvi document.

Don't mark all lines. Set the cursor in the first line and choose your environment. For multiple lines use
Strg-Enter to receive a linebreak, see the example below.

> The other Problem is, I don't know how to tell lyx to begin the page 
> numbering at chapter 1.

One solution is to number the first pages with roman numbers, look at the example. (When you use the package
hyperref don't forget to use the option 'pdfpagelabels'.)
Another one is to play with the page counters, look at Herberts page:
http://latex.s-v-p.de/

Here an example lyx-file:
------------------------------------------------------------------------
#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass scrbook
\options fleqn
\language ngerman
\inputencoding auto
\fontscheme ae
\graphics default
(Continue reading)

Herbert Voss | 1 Feb 2004 15:07
Picon

Re: Problems with the title and Page-numbering

Tim Scheele wrote:

> I'm writing my Diplomarbeit with Lyx (the windows port). But I have some 
> problems to costumizing the document format. Most of all, I can't get 
> the title-page look the right way. In the report(koma-script) class are 
> some environments, which may be usefull, but all of them are only 
> one-line. When I mark more than one line with, say 'Author', only the 
> last line appears in the dvi document.  So here ist a scheme of the 
> title-page which I have to use, beginning every line with the style of 
> the line:
> 
> title:    My Diplom Title
> subtitle:    A Diplomarbeit at the University of Bielefeld
> date:    March 2004
> author:    Tim Scheele
> (space)
> my workgroup and stuff:   guide / examiner:
> first guide:   Prof. Dr. ....
> second guide:    Dr....
> address:   University of Bielefeld
>                Technische Fakultät
>                AG Wissensbasierte Systeme
>                Universitätsstr. 25
>                33615 Bielefeld
> 
> I tried to add a new Style into the srcreprt.layout file:
> # ScdPublishers style definition
> Style ScdPublishers
>  CopyStyle             Author
>  LatexName             scdpublishers
(Continue reading)

Herbert Voss | 1 Feb 2004 15:09
Picon

Re: adding a bibliography style

Myriam Abramson wrote:
> 
> I've added IEEEtran.bst to /usr/share/texmf/bibtex/bst/base,
> ran texhash and reconfigured Lyx but the IEEEtran style still 
> does not appear in the menu of the bibliography styles in 
> Lyx (1.3.2 on RH 9). Did I miss anything? 

what does
kpsewhich IEEEtran.bst
says?

Herbert


Gmane