Changeset 1ebfa8e6


Ignore:
Timestamp:
09/02/2023 06:17:17 AM (10 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, 12.1-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
fd409751
Parents:
3182685
Message:

pdf: Allow breaking pages in version-check and kernel configuration

They are very long <screen> or <note>. By default they are attributed
"keep-together.within-column = always", override it to allow line break.

Fixes #5336.

Link: http://www.sagehill.net/docbookxsl/PageBreaking.html

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter02/hostreqs.xml

    r3182685 r1ebfa8e6  
    174174  the ability to compile programs, run the following commands:</para>
    175175
    176 <screen role="nodump"><userinput>cat &gt; version-check.sh &lt;&lt; "EOF"
     176<screen role="nodump"><?dbfo keep-together="auto"?><userinput>cat &gt; version-check.sh &lt;&lt; "EOF"
    177177<literal>#!/bin/bash
    178178# A script to list version numbers of critical development tools
  • chapter10/kernel.xml

    r3182685 r1ebfa8e6  
    123123
    124124    <note>
     125      <?dbfo keep-together="auto"?>
    125126      <para>A good starting place for setting up the kernel configuration is to
    126127      run <command>make defconfig</command>. This will set the base
Note: See TracChangeset for help on using the changeset viewer.