Re: Changing font size on reference pages?

2002-12-05 Thread Jeroen Vriesman
http://www.educat.hu-berlin.de/~voss/lyx/fonts/fonts.phtml

shows the size of large, Large, small etc. in terms of points.

Jeroen.

On Thu, 5 Dec 2002 15:20:15 -0500
Nirmal Govind <[EMAIL PROTECTED]> wrote:

> > 
> > How do I force the use of 12 point font in my autogenerated reference
> > pages?
> > 
> 
> Hi.. I was just trying to do this yesterday on some slides actually..
> and this is what worked for me - right before your Bibliography inset,
> insert ERT and put {\large and right after the inset, insert another ERT
> box and put } in there... so it'll look like:
> 
> ERT: {\large
> BibInset
> ERT: }
> 
> You might want to change the large to get the correct font size. I'm not
> sure what large corresponds to in terms of pt.
> 
> nirmal
> 
> 
> 



Re: formatting page numbers

2002-12-04 Thread Jeroen Vriesman
On Wed, 04 Dec 2002 16:30:25 -0500
Frederic Leymarie <[EMAIL PROTECTED]> wrote:

> Hi there
> 
> I need to do the following (would someone
> have an example of LaTeX commands for it ?):
> 
> On pages with major (chapter) headings, 
> the arabic numerals should be centered at 
> the bottom of the page. On all other pages,
> they should be placed flush with the margin
> at the top right hand corner of the page,
> 2cm below the top edge.
> 
> ---
> Frederic
> 

use fancy headers, you can define them separate for fancy and plain style.
\fancypagestyle{plain}{

\fancyfoot[C]{\thepage}
}

\pagestyle{fancy}{

\rhead{\thepage}

}

and some other stuff, this is just a hint to get started.

Jeroen.



Re: please help with toc..

2002-12-04 Thread Jeroen Vriesman
Thanks, I didn't got your previous email, don't know why, but
thanks for your patience.

It looks better now, but when I have long title's for a chapter name it does this:

Hoofdstuk I Very long chapter titel is
here and 
looks a bit
ugly.   10

While I want this:

Hoofdstuk I This very long chapter title
looks better this way.  10

Any ideas, anyone?

Cheers,
Jeroen.


On Wed, 4 Dec 2002 13:24:31 +0200
Dekel Tsur <[EMAIL PROTECTED]> wrote:

> On Tue, Dec 03, 2002 at 05:10:57PM +0100, Jeroen Vriesman wrote:
> > My table of content in amsbook does the following:
> > 
> > Hoofdstuk I   Name1   10
> > Hoofdstuk II   Name2  20
> > Hoofdstuk III   Name3 30
> > 
> > while I want this:
> > 
> > Hoofdstuk I   Name1   10
> > Hoofdstuk II  Name2   20
> > Hoofdstuk III Name3   30
> > 
> > If someone could please help me 
> 
> I already gave you an answer for this question few weeks ago.
> Here it is again:
> 
> Add the following line to the preamble:
> 
> \newlength{\tmp}
> \settowidth{\tmp}{Hoofdstuk VIII}
> \renewcommand{\tocchapter}[3]{%
>   \indentlabel{\@ifnotempty{#2}{%
>   \makebox[\tmp][l]{\ignorespaces #1 #2.}\quad}}#3}
> 



more about toc

2002-12-03 Thread Jeroen Vriesman
Hi again,

When I use e.g. a section, and I make the section bold, it also appears bold in the
table of content.

Does anyone know how I can make the table of content just use the normal font, 
independent of the section header being written bold or e.g. italic?

Cheers,
Jeroen.



please help with toc..

2002-12-03 Thread Jeroen Vriesman
Hi all,

I got a deadline which is actually my lifeline.

My table of content in amsbook does the following:

Hoofdstuk I   Name1   10
Hoofdstuk II   Name2  20
Hoofdstuk III   Name3 30

while I want this:

Hoofdstuk I   Name1   10
Hoofdstuk II  Name2   20
Hoofdstuk III Name3   30

If someone could please help me 

eternal gratitude in advance,
Jeroen.



tocloft

2002-12-03 Thread Jeroen Vriesman
Hi,

When I put \usepackage{tocloft} in my preamble, using amsbook style,
I get an error: 'Can be used only in preamble' at every \end{quote}

Does anyone have any idea why that is?

Cheers,
Jeroen.



Re: Herbert's pages down?

2002-12-03 Thread Jeroen Vriesman
Works for me too.


On Tue, 3 Dec 2002 10:46:31 +0100
Christian Ridderström <[EMAIL PROTECTED]> wrote:

> Is it just me, or are Herbert's pages not workign?
> 
>   http://www.educat.hu-berlin.de/~voss/lyx/index.phtml
> 
> /Christian
> 
> -- 
> Christian Ridderström, +46-8-790 91 37   http://www.md.kth.se/~chr
> Mechatronics lab, Dept. of Machine Designhttp://www.md.kth.se
> 
> 
> 
> 



Re: chapter headings in fancyheader

2002-12-02 Thread Jeroen Vriesman
Sorry, the small font is working when I put it in my fancyheader.

Just too blind to see it, and quick to ask


On Tue, 3 Dec 2002 00:01:20 +0100
Jeroen Vriesman <[EMAIL PROTECTED]> wrote:

> Great, thanks it's working.
> 
> But it's hard for people who are blond.
> 
> I also tried to make the font of that chaptername small, I can put \small in the 
>\def or in the fancyhead[C], but... it's not working.
> 
> Latex is great, but hard to learn.
> But by the time I'm a latex guru, I will implement all this stuff in lyx.
> 
> Another thing, maybe someone alse also has it, might be a bug.
> I have lyx-1.2.1 running on Mandrake 9.0, and I've inserted a tiff image, works 
>great, but when I use the 'Additional Latex options' from the lyx graphics inset, it 
>doesn't seem to remember what I type there.
> I inserted /caption{Diamant}, but the next time I look at it, it's gone.
> 
> Is anyone else having the same thing?
> 
> Cheers,
> Jeroen.
> 
> 
> On Tue, 3 Dec 2002 00:29:45 +0200
> Dekel Tsur <[EMAIL PROTECTED]> wrote:
> 
> > On Mon, Dec 02, 2002 at 10:57:32PM +0100, Jeroen Vriesman wrote:
> > > I tried that, but it gives me 'CHAPTER. chaptername', in stead of just the
> > > chaptername.
> > > 
> > > that's the problem. (I'm using amsbook style, does that have something
> > > to do with it?)
> > 
> > Put the following line in the preamble:
> >   \def\chaptermark#1{\markboth{#1}{}}
> > 
> 



Re: chapter headings in fancyheader

2002-12-02 Thread Jeroen Vriesman
Great, thanks it's working.

But it's hard for people who are blond.

I also tried to make the font of that chaptername small, I can put \small in the \def 
or in the fancyhead[C], but... it's not working.

Latex is great, but hard to learn.
But by the time I'm a latex guru, I will implement all this stuff in lyx.

Another thing, maybe someone alse also has it, might be a bug.
I have lyx-1.2.1 running on Mandrake 9.0, and I've inserted a tiff image, works great, 
but when I use the 'Additional Latex options' from the lyx graphics inset, it doesn't 
seem to remember what I type there.
I inserted /caption{Diamant}, but the next time I look at it, it's gone.

Is anyone else having the same thing?

Cheers,
Jeroen.


On Tue, 3 Dec 2002 00:29:45 +0200
Dekel Tsur <[EMAIL PROTECTED]> wrote:

> On Mon, Dec 02, 2002 at 10:57:32PM +0100, Jeroen Vriesman wrote:
> > I tried that, but it gives me 'CHAPTER. chaptername', in stead of just the
> > chaptername.
> > 
> > that's the problem. (I'm using amsbook style, does that have something
> > to do with it?)
> 
> Put the following line in the preamble:
>   \def\chaptermark#1{\markboth{#1}{}}
> 



Re: chapter headings in fancyheader

2002-12-02 Thread Jeroen Vriesman
No, not just the chapter name, also some graphics and a line.

On Mon, 2 Dec 2002 16:52:56 -0500
Nirmal Govind <[EMAIL PROTECTED]> wrote:

> > 
> > In my fancyheader I want the chaptername, but when I use \chaptername
> > or \thechapter, I don't get the name of the chapter in my headings.
> > 
> 
> If you just want the chapter name in the heading, then won't the
> "headings" pagestyle be sufficient? That's what I use and it works fine
> in the book class..
> 
> nirmal
> 
> 
> 



Re: chapter headings in fancyheader

2002-12-02 Thread Jeroen Vriesman
I tried that, but it gives me 'CHAPTER. chaptername', in stead of just the
chaptername.

that's the problem. (I'm using amsbook style, does that have something to do with it?)

cheers,
Jeroen.


On Mon, 2 Dec 2002 23:08:10 +0200
Dekel Tsur <[EMAIL PROTECTED]> wrote:

> On Mon, Dec 02, 2002 at 09:43:13PM +0100, Jeroen Vriesman wrote:
> > a question which I should be able to find myself... but I seem to be missing 
>something.
> > 
> > In my fancyheader I want the chaptername, but when I use \chaptername or 
>\thechapter,
> > I don't get the name of the chapter in my headings.
> > 
> > Which \chapter.. do I need for it?
> 
> \leftmark
> 



table of content

2002-12-02 Thread Jeroen Vriesman
Hi all, 

more newbe questions.

I use amsbook style, but the table of content is ugly.

Which other packages can I use for toc?

I did an \usepackage{minitoc} in the preamble, what more do I need to do to actualy see
it working?

sorry for the stupidity...

cheers,
Jeroen.



chapter headings in fancyheader

2002-12-02 Thread Jeroen Vriesman
Hi,

a question which I should be able to find myself... but I seem to be missing something.

In my fancyheader I want the chaptername, but when I use \chaptername or \thechapter,
I don't get the name of the chapter in my headings.

Which \chapter.. do I need for it?

Thanks in advance,
Jeroen.



paragraph startig on new page.

2002-11-29 Thread Jeroen Vriesman
Hello all,

doe anyone know how to do this:

I've set the distance between alinea's to a fixed 4mm, but sometimes, when a new 
alinea starts it starts on the end of a page, having only one or two lines on the end 
of the page.
Which is ugly.
How can I make an alinea start on a new page if it would have less than 4 lines on the 
page where it normally starts?

Thanks in advance,
Jeroen.



Partial table of content

2002-11-29 Thread Jeroen Vriesman
Hi all,

I'm using amsbook for a large dutch book.

I (well, actualy the writer... not me) want to start every chapter with a page with 
the chapter name and a table of content containing only the contents of that chapter.

Doe anyone know how to do that?

Cheers,
Jeroen.



Re: native Windows LyX?

2002-11-28 Thread Jeroen Vriesman
A solution to your whole cygwin install party, might be:

take one unix machine, make accounts, and let the windows users use an x server like 
xwin32.

You can make a nice x-login with xdmcp, or just give them putty also, so they can ssh, 
and set the DISPLAY to the remote ip_addess:0 in their profiles.

I did that with some other applications about 2 years ago, the users got used to the 
Linux applications so much, that half of the company is now using Linux.

Good luck.


On Wed, 27 Nov 2002 13:24:49 -0500
Nirmal Govind <[EMAIL PROTECTED]> wrote:

> Hi.. I'm guessing someone's asked this before but anyways - is there any
> plan to have a Windows version of LyX, i.e. a native Win version (so
> that one doesn't need Cygwin and an X server).. reason I ask is I made a
> presentation on LyX (actually, more of a demo) in my department here and
> a LOT of people were really interested.. but many of them were deterred
> by the long installation procedure (ofcourse, the comparison of this
> install was with double-clicking an exe file to do the install).. so
> I've been more or less trying to do demos of Cygwin, X and LyX installs
> on computers in the labs... it would be really nice to have a pure
> windows version but I guess the amount of work involved is not trivial
> at all.. 
> 
> Thanks,
> nirmal
> 
> 
> 



Re: Convert PS to EPS

2002-11-26 Thread Jeroen Vriesman
Somewhere in my memory there is a note about pstoeps (or ps2eps) being part of 
¨gsview¨.

On Tue, 26 Nov 2002 10:57:17 +0100
Pascal Francq <[EMAIL PROTECTED]> wrote:

> Hi,
> I have a ".ps" file and I want to convert it to an ".eps" file. 
> What is the right way to do?
> -- 
> 
> 
> Ir Pascal Francq
> Researcher
> Université Libre de Bruxelles
> CAD/CAM Department
> Avenue F.D. Roosevelt, 50
> CP 165/14
> B-1050 Brussels
> BELGIUM
> Tel. +32-2-650 47 65
> Fax +32-2-650 47 24
> ICQ: 91206668
> 
> 



page stype at beginning of chapter.

2002-11-25 Thread Jeroen Vriesman
Hi all,

Hope someone can give me a hint about the following:

I use amsbook style, and have a fancyheader with some graphics in the preamble.
Looks allright, but on every first page of a chapter, ir defines:

\thispagestyle{plain}

in amsbook.cls, but I also want my fancyheader on the first pages of the chapter.

How can I do that without editing amsbook.cls (I tried, but it mixed up everything).

Cheers,
Jeroen.



font vertor file in pdf export

2002-11-22 Thread Jeroen Vriesman
Hi!

Thanks to this list the book I'm working on is almost ready to print.

The company who is going to print it has a question, and I hope someone here can help 
me.

I export a pdf file, and the one who is going to print it opens it on a mac.
The mac machine doesn't have the font I use, and replaces it with a spandard -ugly- 
font.
It seems to be possible to include the fonts in the pdf file as a so called 'vector 
file'.
Does anyone know how to generate such a pdf file?

Cheers,
Jeroen.



Re: FAQ at http://ev-en.org/wiki/moin.cgi/LyxFAQ

2002-11-21 Thread Jeroen Vriesman
Maybe people aren't so ugly after all, maybe if enough people believe that people 
aren't ugly, it will actually become true,
but that's a paradox, because I cannot believe something and at the same time say that 
it still has to become true.

huh?




On Thu, 21 Nov 2002 15:39:49 -0500 (EST)
Matej Cepl <[EMAIL PROTECTED]> wrote:

> On Thu, 21 Nov 2002, Paul E Johnson wrote:
> 
> > I have been studying WikiWiki for an hour and I'm totally baffled why 
> > anybody would write anything important in there. Any person, without 
> > even giving an email address, can come along and erase it all!
> > 
> > Without some minimial form of security, I don't see how this could work.
> 
> I have been baffled myself too when I saw my first WikiWiki too,
> but the fact is that there are plenty of WikiWikis around which
> are working pretty well (see the original WikiWiki at
> http://c2.com/cgi/wiki?WikiWikiWeb). So, either people are not so
> ugly after all, or they have pretty good backups. Pick your
> choice.
> 
> Matej
> 
> 



Re: lyx pdf and ps viewing

2002-11-20 Thread Jeroen Vriesman
If you start lyx from the command prompt, you should see which program lyx is trying 
to start to view ps and/or pdf.

Try to start that programs from the command prompt as a user, maybe they are not in 
your path, or they are not accessible.



On Wed, 20 Nov 2002 17:10:56 -0500
Jonathan Murray <[EMAIL PROTECTED]> wrote:

> I am using lyx version 1.2.1 on linux 2.4.9-31
> When I am root, I can use the drop down menus to view .lyx documents as 
> pdf and .ps formats. If I am any other user, including myself, I get an 
> error that says " An error has occured, you should fix it "
> 
> What do I need to set so all users can view their .lyx documents as .pdf 
> or .ps?
> 
> Thank you
> 
> 
> -- 
> =
>Jonathan Murray
>Computer and Information Services
>Woods Hole Oceanographic Institution  http://www.whoi.edu
>Woods Hole, MA  02543-1541 voice: (508) 289-2877
>fax: (508) 457-2174   e-mail: [EMAIL PROTECTED]
> =
> 
> 
> 
> 
> 
> 
> 
> 



toc in AMS-book

2002-11-20 Thread Jeroen Vriesman
Hi,

I use roman chapter numbering in AMS-book, by putting:

\renewcommand*{\thechapter}{\Roman{chapter}}

in a dutch book.

When I look at the table of content it does this:

Hoofdstuk I.Dit is hoofdstuk 1   3
Hoofdstuk II.Dit is hoofdstuk 2  7
Hoofdstuk III.Dit is hoofdstuk 315

While I want this:

Hoofdstuk I.Dit is hoofdstuk 1   3
Hoofdstuk II.   Dit is hoofdstuk 2   7
Hoofdstuk III.  Dit is hoofdstuk 3  15

How can I correct that?

thnx again,
Jeroen.



Re: quote spacing

2002-11-19 Thread Jeroen Vriesman
When I do that, I get an extra space between paragraphs.

When call a text 'Quote' the space above and below the quote is much more than my 
-fixed- paragraph spacing.
I would like to have the same fixed 'Quote' spacing, the spacing is now variable, 
which is ugly.

that's the point I guess,
cheers again,
Jeroen.


On Tue, 19 Nov 2002 21:38:06 +0100
Christian Ridderström <[EMAIL PROTECTED]> wrote:

> On Tue, 19 Nov 2002, Jeroen Vriesman wrote:
> 
> > Hi!
> > 
> > How do I change the spacing above and below when I use 'Quote', when I look in the 
>command reference I just see that you can begin and end a quote.
> > 
> > The question seems stupid, but I cannot find the answer myself, sorry.
> > 
> > Cheers,
> > Jeroen.
> > 
> What about Layout->Paragraph  and then change vertical spacing above and 
> below the paragraph?
> 
> /Christian
> 
> -- 
> Christian Ridderström, +46-8-790 91 37   http://www.md.kth.se/~chr
> Mechatronics lab, Dept. of Machine Designhttp://www.md.kth.se
> 
> 
> 
> 



tables with multiline cells

2002-11-19 Thread Jeroen Vriesman
Yet another thing I cannot do.

I have a table with some text in every cell.
When I try to insert->special character->linebreak, it doesn't work in my table.
How do I put a multiline text in a table cell?

... howto unnewbe me...

thkx.
Jeroen.



quote spacing

2002-11-19 Thread Jeroen Vriesman
Hi!

How do I change the spacing above and below when I use 'Quote', when I look in the 
command reference I just see that you can begin and end a quote.

The question seems stupid, but I cannot find the answer myself, sorry.

Cheers,
Jeroen.



Re: chapter numbering

2002-11-18 Thread Jeroen Vriesman
It gives a LaTeX error:

\labelchapter undefined


On Mon, 18 Nov 2002 16:07:44 -0500
Matej Cepl <[EMAIL PROTECTED]> wrote:

> Jeroen Vriesman wrote:
> > I have a book with AMS-book style, but I would like the
> > chapters to be numbered with roman numbers, like; chapter I,
> > chapter II, ... chapter XI etc. In stead of 1,2,3..
> 
> What does these command put into Layout/Preamble do?
> 
>   \renewcommand*{\labelchapter}{\Roman{\thechapter}}
> 
> Matej
> 
> -- 
> Matej Cepl, [EMAIL PROTECTED],
> Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
> 138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
>  
> As a rule of thumb, the more qualifiers there are before the name
> of a country, the more corrupt the rulers. A country called The
> Socialist People's Democratic Republic of X is probably the last
> place in the world you'd want to live.
>   -- Paul Graham discussing (not only) Nigerian spam
>  (http://www.paulgraham.com/spam.html)
> 
> 



chapter numbering

2002-11-18 Thread Jeroen Vriesman
Hi,

finally -thanks to this list- I'm getting a bit used to lyx/tex.

Yet another question -within a few incarnations I hope to actually be able to answer 
questions on this list- :

I have a book with AMS-book style, but I would like the chapters to be numbered with 
roman numbers, like; chapter I, chapter II, ... chapter XI etc. In stead of 1,2,3..

How do I do that?

Cheers,
Jeroen.



Re:re: hypenation in Dutch

2002-11-18 Thread Jeroen Vriesman
Hmmm, 

I don't seem to have 'dutch hyphenation patterns' in my texconfig menu.

Do I need to install something extra for that?

Cheers,
Jeroen.




On Fri, Nov 15, 2002 at 04:14:56PM +0100, Jeroen Vriesman wrote:

> But the hyphenation babel dutch thing keeps making one serious mistake,
> almost all the words with 'ij' in it get split between the i and the j,
> like:

Do you have the Dutch hyphenation patterns enabled ?
If not, you can change this with texconfig.



hyphenation in Dutch

2002-11-15 Thread Jeroen Vriesman
Hi,

I using a dutch text for a book, and in the preamble I have:

\usepackage[dutch]{babel}

Hyphenation works rigth most of the time, but ofcourse I needed to specify some 
exeptions with:

\hyphenation{ uit-zon-de-ring ... }

But the hyphenation babel dutch thing keeps making one serious mistake, almost all the 
words with 'ij' in it get split between the i and the j, like:

begrijpeli-jk
waarschi-jnlijk

Wich is very wrong, and when I put them in my \hyphenation list it's allright, but 
there are so many words with 'ij' that the \hyphenation list becomes very large.

Is there a way to correct this babel mistake?

Cheers,
Jeroen.



tex to quarkexpress

2002-11-08 Thread Jeroen Vriesman
Hi,

Does anyone know about a way to make quarkexpress and latex communicate?

Is there a plugin for quarkexpress to read tex?

Or is there a tex exportable format, usefull for quarkxpress?

Cheers,
Jeroen.



fonts (still newbe)

2002-11-02 Thread Jeroen Vriesman
Hi,

I seem to have been able to install a font (called allrunes) in tex, but I've got no 
idea how to test it.
When I do reconfigure from lyx, I expected it to be in the layout charcter or layour 
document window.

it turned out to be an illusion, after generating all kind of files with latex and 
doing a texhash, lyx doesn't seem to know anything about it.

How can I make lyx know about a new font?

and... what kind of electroshock therapy is needed to make the latex/lyx stuff become 
clear and simple :-) ?

Cheers,
Jeroen.



Re: extracting a figure from .ps file

2002-11-02 Thread Jeroen Vriesman
The xpdf program also installs an executable called pdfimages,
so you could use ps2pdf and pdfimages to extract the image.

Good luck,
Jeroen.

On Fri, 1 Nov 2002 19:54:00 +0100
Matthieu Amiguet <[EMAIL PROTECTED]> wrote:

> [This is not really a lyx question, although I'm confonted to in my use of 
> lyx. Please direct me to another more appropriate list if necessary]
> 
> I'm looking for a way to extract a figure from a .ps file to include it in 
> lyx. I know I can print the file and scan the required figure ;-) or try a 
> direct conversion to a bitmap format and edit the file in gimp to get the 
> part I want, but if there's a way to get the vectorial form of it, I would of 
> course prefer it.
> 
> Thank you for your help, 
> 
> Matthieu
> 



totally lost newby (yes I'm blond) question.

2002-10-30 Thread Jeroen Vriesman
Well, I'm still very new to lyx (second day I'm trying it),

on this list it was suggested to use new layout files from ctan, so I tried.

I downloaded:

script10.sty  script12.sty  script.cls script_l.cls
script11.sty  script18.sty  script_s.cls

Some kind of mix of cls and sty files (do they need each other or are they the same 
stuff in another format?)

I've put them all under ~/.lyx/layouts, or should the sty files or cls files go 
somewhere else?

As in the Customization help file, I copied a layout file, end edited it like shown in 
the help file.

When I run reconfigure from lyx, I get:

+checking for document class mybook [book,script10.sty,script11.sty]... no

Why not?

And something else, I'm trying to work with a pretty plain dutch story book, with some 
pictures, which one of the styles (there are so many...) would be best to use, most of 
them seem to be for scientifical stuff.

Thnx,
Jeroen.



newbe question

2002-10-30 Thread Jeroen Vriesman
Hello,
 
I'm new to lyx, and I'm trying produce an -already written- book with lyx.

I have a very simple question:

When I make a one-word text, and call it a title, I see that it's placed in the 
middle, above the text, which is what I want.

When I look at the dvi preview, it produces an entire page with the title, and the 
date, and it puts the text on the next page -I use "book" as document style-, which is 
not what I want.

The standard set of text types doesn't seem to have what I want.

Q:
Is there a collection of extra text types and documents styles, and how do I install 
it?

Is there a good howto about how to write my own types and document styles?

b.t.w. I really like the lyx way of doing things, it's great.

Cheers,
Jeroen.