DOCBOOK-APPS: Different recto and verso margins ...

2001-04-24 Thread Richard Sharpe

Hi,

I have got my two-side stuff seemingly working, with the appropriate things
set in JadeTex and so forth.

However, if I use different left and right margins, to allow for the
binding that will occur, I do not seem to get these alternating on recto
and verso pages. They are the same on each page, which will create a funny
effect.

Does anyone know how to get recto and verso pages alternating their margins?

Regards
---
Richard Sharpe, [EMAIL PROTECTED]
Samba (Team member, www.samba.org), Ethereal (Team member, www.ethereal.com)
Contributing author, SAMS Teach Yourself Samba in 24 Hours
Author, Special Edition, Using Samba



--
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: [EMAIL PROTECTED]



Re: DOCBOOK-APPS: Where do I put my customization file?

2001-04-24 Thread Jon Willeke

Here's one answer from the docbook-apps archive, addressing XSL:


   
   http://www.w3.org/1999/XSL/Transform";
version="1.0">
 

 
 0

 
   

If you're using DSSSL, check the new FAQ:




At 07:54 AM 4/24/01 -0400, Richard Sharpe wrote:
>I want to move most of my changes out to a customization file ... :-)
>
>Where do I put that file so that it is picked up?

--
Jon Willeke, Quality Engineer
InterSystems Corp.
One Memorial Drive, Cambridge, MA 02142


--
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: [EMAIL PROTECTED]



Re: DOCBOOK-APPS: Where do I put my customization file?

2001-04-24 Thread Juan R. Migoya

You can put it anywhere, provided the relative paths to other
files (distribution) are correct.

Regards,

Juan R. Migoya

Richard Sharpe wrote:

> Hi,
>
> I want to move most of my changes out to a customization file ... :-)
>
> Where do I put that file so that it is picked up?
>
> Regards
> ---
> Richard Sharpe, [EMAIL PROTECTED]
> Samba (Team member, www.samba.org), Ethereal (Team member, www.ethereal.com)
> Contributing author, SAMS Teach Yourself Samba in 24 Hours
> Author, Special Edition, Using Samba
>
> --
> To unsubscribe from this elist send a message with the single word
> "unsubscribe" in the body to: [EMAIL PROTECTED]


--
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: [EMAIL PROTECTED]



DOCBOOK-APPS: DocBook DSSSL FAQ: SGML version

2001-04-24 Thread Michael Wiedmann

As suggested by a few members of this ML I make the SGML version of the
'DocBook DSSSL Stylesheet FAQ' available online too:

http://www.miwie.org/docbook-dsssl-faq.sgml

The HTML version is available at the usual place:

http://www.miwie.org/docbook-dsssl-faq.html

Beginning from Thursday I will be away from my email for 2 weeks thus
there will be no new version of the FAQ before I return. Of course no
contribution to the FAQ will be lost - I hope there will be quite
a few waiting for me...

Michael
-- 
[EMAIL PROTECTED]  http://www.miwie.org
[EMAIL PROTECTED]


--
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: [EMAIL PROTECTED]



Re: DOCBOOK-APPS: qandaentry/question id

2001-04-24 Thread Dave Pawson

At 07:57 PM 4/23/01, Michael Wiedmann wrote:
>Carsten Wartmann pointed me to a problem in the generated HTML version
>of the "DocBook DSSSL FAQ":
>
>All links for s were pointing to "#.QQ" because of
>missing id's for every . After supplying every question with a
>'id' attribute the links are correct (pointing e.g. to '#H1').
>
>Is there a more or less automatic procedure to generate the id's
>instead of doing this by hand?


I use docbook under Norms website.

I have no problems creating the links
in fact the stylesheet does it all for me.

Regards DaveP
www.dpawson.co.uk/xsl



--
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: [EMAIL PROTECTED]



DOCBOOK-APPS: Where do I put my customization file?

2001-04-24 Thread Richard Sharpe

Hi,

I want to move most of my changes out to a customization file ... :-)

Where do I put that file so that it is picked up?



Regards
---
Richard Sharpe, [EMAIL PROTECTED]
Samba (Team member, www.samba.org), Ethereal (Team member, www.ethereal.com)
Contributing author, SAMS Teach Yourself Samba in 24 Hours
Author, Special Edition, Using Samba



--
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: [EMAIL PROTECTED]



Re: DOCBOOK-APPS: Chunk wish

2001-04-24 Thread Norman Walsh

If you grab the XSL stylesheets from CVS, you'll find that I've added
two parameters to control chunking: chunk.sections and chunk.first.sections.

If you turn off chunk.sections, you'll get chapter-only level chunking.

If you turn on chunk.first.sections, you'll get a separate chunk for each
top-level section, including the first.

Be seeing you,
  norm

-- 
Norman Walsh <[EMAIL PROTECTED]>  | Sometimes in life situations
http://www.oasis-open.org/docbook/ | develop that only the half-crazy
Chair, DocBook Technical Committee | can get out of.--La Rochefoucauld

--
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: [EMAIL PROTECTED]



DOCBOOK-APPS: Re: DOCBOOK: Using a bitmap file as book title

2001-04-24 Thread Bob McIlvride

Guy Thomas wrote:
> 
> I want to use a jpeg file as the book title with the following xml code
...
> Where exactly do I put this code?

The position of many things on the title page, including graphics, is
determined by the stylesheet, at least for SGML/DSSSL.  Here is an
example of what we put in our DSSSL customization layer to order our
title page elements:

(define (set-titlepage-recto-elements)
  (list (normalize "mediaobject")
(normalize "title")
(normalize "subtitle")
(normalize "corpauthor")
(normalize "authorgroup")
(normalize "author")
(normalize "editor")
(normalize "copyright")
(normalize "releaseinfo")
(normalize "date")
(normalize "abstract")
(normalize "legalnotice")))

Changing the order of any of these changes the order they are displayed
on the title page.  Hope this helps.


Cheerio!

Bob

---
Robert McIlvride ([EMAIL PROTECTED])
Cogent Real-Time Systems (www.cogent.ca)

--
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: [EMAIL PROTECTED]



DOCBOOK-APPS: Table and figure quadding

2001-04-24 Thread Richard Sharpe

Hi,

I propose adding a variable to control the quadding of figures and tables
in the DSSSL print style sheets ... (althoug, not tonight).

Any comments

Regards
---
Richard Sharpe, [EMAIL PROTECTED]
Samba (Team member, www.samba.org), Ethereal (Team member, www.ethereal.com)
Contributing author, SAMS Teach Yourself Samba in 24 Hours
Author, Special Edition, Using Samba



--
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: [EMAIL PROTECTED]



Re: DOCBOOK-APPS: Aaargh, text with {...} causes pdfjadetex to blow up...

2001-04-24 Thread Richard Sharpe

At 10:19 AM 4/24/01 +0100, Sebastian Rahtz wrote:
>Richard Sharpe writes:
>
> > Run sed over the .tex output and convert all >> to >{>} and all << to <{<}
> > and it works ...
>
>thats another 100 years in purgatory for you :-}

OK, I promise that it is only a stop-gap, and I will work on OpenJade next
week.

>sebastian
>

Regards
---
Richard Sharpe, [EMAIL PROTECTED]
Samba (Team member, www.samba.org), Ethereal (Team member, www.ethereal.com)
Contributing author, SAMS Teach Yourself Samba in 24 Hours
Author, Special Edition, Using Samba



--
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: [EMAIL PROTECTED]



Re: DOCBOOK-APPS: Aaargh, text with {...} causes pdfjadetex to blow up...

2001-04-24 Thread Sebastian Rahtz

Richard Sharpe writes:

 > Run sed over the .tex output and convert all >> to >{>} and all << to <{<}
 > and it works ...

thats another 100 years in purgatory for you :-}

sebastian


--
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: [EMAIL PROTECTED]



DOCBOOK-APPS: Line spacing ...

2001-04-24 Thread Richard Sharpe

Hi,

I now seem to be plagued by too much space between the hrule and the footer
...

I have played around with line-spacing and other things, as well as
space-after and space-before, but can't get rid of about 4-6 pts of space.


Regards
---
Richard Sharpe, [EMAIL PROTECTED]
Samba (Team member, www.samba.org), Ethereal (Team member, www.ethereal.com)
Contributing author, SAMS Teach Yourself Samba in 24 Hours
Author, Special Edition, Using Samba



--
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: [EMAIL PROTECTED]