Re: [Oorexx-devel] Docbook - keeping code sample on the same page

2013-03-04 Thread Oliver Sims
Hi Mark,
 
FYI - got this back from the Publican list:
 
On Sun, Mar 03, 2013 at 10:44:22PM -, peli...@simsassociates.co.uk
wrote:
 Is it possible to force a page-break just before the code listing so 
 that it appears all together, unbroken, at the top of the next page?

This may be helpful:  http://www.sagehill.net/docbookxsl/PageBreaking.html
http://www.sagehill.net/docbookxsl/PageBreaking.html

- -Eric

I checked it out and at first glance it's quite complicated. No time to try
it now - maybe sometime later.

--
Oliver Sims


  _  

From: Mark Miesfeld [mailto:miesf...@gmail.com] 
Sent: 03 March 2013 18:21
To: Open Object Rexx Developer Mailing List
Subject: Re: [Oorexx-devel] Docbook - keeping code sample on the same page


On Sun, Mar 3, 2013 at 4:14 AM, Oliver Sims
oliver.s...@simsassociates.co.uk wrote:



Is there any way in DocBook to prevent a code sample from splitting over a
page end? That is, a way to keep a code block 
(i.e. ![CDATA[ ... ]]) all on the same page?



As far as I know, there is no way to do that.  That is why I changed all the
old IBM railroad track diagrams to the format I'm using now in oodialog.pdf.

There may be a way to do it in Publican.  Again, the best bet might be to
ask these types of question on the Publican user list.

--
Mark Miesfeld

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


Re: [Oorexx-devel] Docbook - how get bold *and* italic?

2013-03-04 Thread Oliver Sims
Hi Mark,
 
FYI, I tried the same tag that David uses in Conventions.xml - replaceable
- but it didn't work. 
However, David had a command tag surrounding the text that included the
replaceable.../replaceable tag.
Maybe that makes it work.
 
But no time to experiment now - maybe later...
 
Atb,
Oliver
 

  _  

From: Mark Miesfeld [mailto:miesf...@gmail.com] 
Sent: 03 March 2013 18:19
To: Open Object Rexx Developer Mailing List
Subject: Re: [Oorexx-devel] Docbook - how get bold *and* italic?


On Sun, Mar 3, 2013 at 3:57 AM, Oliver Sims
oliver.s...@simsassociates.co.uk wrote:



How do I get emphasis of bold and italic? This is mentioned and exemplified
in the Preface under Typographic Conventions, but I can't find the .xml
file (Common_Content/Conventions.xml) for that section. Can anyone give me a
pointer to it please?




That file is part of the ooRexx brand.  David has them checked in at:

svn+ssh://miesf...@svn.code.sf.net/p/oorexx/code-0/docs/trunk/oorexx

 

 
I tried 
emphasis role=boldemphasis role=italicCustomerModel
BA0314/emphasis/emphasis
but this just gave bold. 
 
Googling docbook bold italic gave
https://lists.oasis-open.org/archives/docbook-apps/200612/msg00095.html
which said to use:
emphasis role=bold-italicbold and italic text/emphasis
But it also said I'd need 


  xsl:template match=emphasis[@role='bold-italic']
fo:inline font-weight=bold font-style=italic
  xsl:apply-templates/
/fo:inline
  /xsl:template

in my customisation layer.


I believe that Publican allows you to make some changes through your
brand.  You might try asking these types of questions on the Publican user
list.

--
Mark Miesfeld
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


Re: [Oorexx-devel] Docbook - keeping code sample on the same page

2013-03-04 Thread Rick McGuire
By my reading, this could be as simple as adding

*?dbfo keep-together=auto ?*


inside the code section.   This assumes the code tags recognize the
attribute.

Rick

On Mon, Mar 4, 2013 at 7:48 AM, Oliver Sims 
oliver.s...@simsassociates.co.uk wrote:

 **
 Hi Mark,

 FYI - got this back from the Publican list:


 On Sun, Mar 03, 2013 at 10:44:22PM -, peli...@simsassociates.co.ukwrote:
  Is it possible to force a page-break just before the code listing so
  that it appears all together, unbroken, at the top of the next page?

 This may be helpful:
 *http://www.sagehill.net/docbookxsl/PageBreaking.html*http://www.sagehill.net/docbookxsl/PageBreaking.html

 - -Eric

 I checked it out and at first glance it's quite complicated. No time to
 try it now - maybe sometime later.

 --
 Oliver Sims

  --
 *From:* Mark Miesfeld [mailto:miesf...@gmail.com]
 *Sent:* 03 March 2013 18:21
 *To:* Open Object Rexx Developer Mailing List
 *Subject:* Re: [Oorexx-devel] Docbook - keeping code sample on the same
 page

 On Sun, Mar 3, 2013 at 4:14 AM, Oliver Sims 
 oliver.s...@simsassociates.co.uk wrote:

 **
 Is there any way in DocBook to prevent a code sample from splitting over
 a page end? That is, a way to keep a code block
 (i.e. ![CDATA[ ... ]]) all on the same page?


 As far as I know, there is no way to do that.  That is why I changed all
 the old IBM railroad track diagrams to the format I'm using now in
 oodialog.pdf.

 There may be a way to do it in Publican.  Again, the best bet might be to
 ask these types of question on the Publican user list.

 --
 Mark Miesfeld



 --
 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_d2d_feb
 ___
 Oorexx-devel mailing list
 Oorexx-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/oorexx-devel


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


[Oorexx-devel] Announce: ooDialog 4.2.2 beta now available

2013-03-04 Thread Mark Miesfeld
Installation packages for ooDialog 4.2.1 beta are now available on SourceForge
at:

https://sourceforge.net/projects/oorexx/files/ooDialog/4.2.2.Beta/

ooDialog 4.2.2 is an enhancement release, with a large number of new
features.  The Release Notes and the ReadMe file that displays on the
SourceForge download page contain a list of the bug fixes, enhancements,
and other changes in 4.2.2.

Users of ooDialog should test the beta and report bugs or other problems
through the ooRexx  SourceForge tracker for bugs:

https://sourceforge.net/p/oorexx/bugs/

Beginning with the release of ooDialog 4.2.0, the installation of ooDialog
has been decoupled from the interpreter.  ooDialog 4.2.2 installs over the
top of any ooRexx installation.  It replaces the version of ooDialog in the
ooRexx installation with ooDialog 4.2.2.

This type of ooDialog installation is called an independent ooDialog
installation
to indicate the ooDialog installation is independent of an ooRexx
installation and, to a degree, the version of  ooRexx installed.

ooDialog 4.2.2 requires a minimum ooRexx version of 4.1.0 to be installed
on the target computer.

Installation is simple, done through a typical Windows installer.  Pick the
installation package that matches the bitness of the ooRexx installation.
 I.e., a 32-bit package for a 32-bit ooRexx and a 64-bit package for a
64-bit ooRexx.  Note that the bitness of the operating system is not
relevant here.  If you have installed a 32-bit ooRexx on a Windows 64-bit
system, you must install a 32-bit ooDialog.

The installer will detect the installed ooRexx, location, and version.  If
the ooRexx version is less than 4.1.0, or if there is no installed ooRexx,
the installer will abort with a message explaining the
problem.  Otherwise the installer will replace the current ooDialog with
ooDialog 4.2.2.

--
Mark Miesfeld for the ooRexx Development Team
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel