From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25198 invoked by alias); 21 May 2009 07:04:29 -0000 Received: (qmail 25182 invoked by uid 22791); 21 May 2009 07:04:26 -0000 X-SWARE-Spam-Status: No, hits=0.6 required=5.0 tests=BAYES_50,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from qw-out-1920.google.com (HELO qw-out-1920.google.com) (74.125.92.144) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 21 May 2009 07:04:21 +0000 Received: by qw-out-1920.google.com with SMTP id 4so558011qwk.24 for ; Thu, 21 May 2009 00:04:19 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.76.147 with SMTP id c19mr2409342vck.96.1242889459466; Thu, 21 May 2009 00:04:19 -0700 (PDT) Date: Thu, 21 May 2009 07:04:00 -0000 Message-ID: Subject: [docbook2pdf] How to generate horizontal lines in a PDF document? From: Yang SongXiang To: docbook-tools-discuss@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact docbook-tools-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: docbook-tools-discuss-owner@sourceware.org X-SW-Source: 2009/txt/msg00000.txt.bz2 Hi, all, I want to add 2 horizontal lines in my docbook, like this: -------------------- int i = 0; sample code; -------------------- But had no idea how to do that. I googled it, only found http://oreilly.com/catalog/docbook/book2/iso-box.html, but still don't know how to use it, since lack of demo sample. Can anyone provided a simple sample how to generate horizontal lines? Thanks -Scord