Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E00E5C3E6 for ; Tue, 11 Jun 2013 13:36:14 +0000 (UTC) Received: (qmail 40945 invoked by uid 500); 11 Jun 2013 13:36:12 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 40778 invoked by uid 500); 11 Jun 2013 13:36:12 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 40761 invoked by uid 99); 11 Jun 2013 13:36:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jun 2013 13:36:11 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ltheussl@gmail.com designates 209.85.214.50 as permitted sender) Received: from [209.85.214.50] (HELO mail-bk0-f50.google.com) (209.85.214.50) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jun 2013 13:36:07 +0000 Received: by mail-bk0-f50.google.com with SMTP id ik8so2091685bkc.37 for ; Tue, 11 Jun 2013 06:35:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=jopX3Y1ZhpYGjv5sn7V9fZasWrGo1ds7HfXJdjGOuOY=; b=FuSi33QiyJFSpkGTEULiJAmGqJhinXwNSEgXLvPWzPUgwXSJwCv0TlIA8gYVNPL7GZ 2oc4sMNu3XnmBtNwgfNGn07aV+ad8HlB0Lqc1BN/qYGDeCLCvlR/b1nxV6S8/BOqPQ3M 5P63WGKry+A2kzfn6dWgd9A6HiO93bZr29o/KiaFIV4J51mHJSGFAyJoOXgdvZBVo/cf qsPlNZfhAsTDnkmRhxIyJpTgakwBUrkWn+7frTHpRdMnVMF/9uSQJhm5U5QD7tXy2WhU oJqNO8nRsoVgTH8OwbyTHVQdJbVuOzpxC3QmP50dx9VQ6hqOKjF342cIuGOJmIKFWFE0 yVUA== X-Received: by 10.205.10.10 with SMTP id oy10mr2251753bkb.89.1370957745816; Tue, 11 Jun 2013 06:35:45 -0700 (PDT) Received: from localhost.localdomain ([2001:62a:4:411:c214:3dff:fed3:5a9]) by mx.google.com with ESMTPSA id jy7sm5752090bkb.6.2013.06.11.06.35.43 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 11 Jun 2013 06:35:44 -0700 (PDT) Sender: Lukas Theussl Message-ID: <51B727AF.20903@apache.org> Date: Tue, 11 Jun 2013 15:35:43 +0200 From: Lukas Theussl User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:20.0) Gecko/20100101 Firefox/20.0 SeaMonkey/2.17.1 MIME-Version: 1.0 To: Maven Users List Subject: Re: Converting preformatted APT to PDF References: <50EF419F.2050400@plord.co.uk> <50EFC07D.7@apache.org> <50EFC338.7050305@plord.co.uk> <50EFC9DF.3060804@apache.org> <50EFEE1D.5040701@plord.co.uk> <50EFF6E6.9060608@apache.org> <51B72641.3050104@plord.co.uk> In-Reply-To: <51B72641.3050104@plord.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Peter Lord wrote: > On 11/01/13 11:26, Lukas Theussl wrote: >> Peter Lord wrote: >> > On 11/01/13 08:14, Lukas Theussl wrote: >> >> My question was: is the wrapping different in the apt source and the >> >> pdf/html output? Pre-formatted text preserves line-breaks, so you >> would >> >> have to adjust the apt source to fit your needs. >> >> >> >> However, it seems to me that it should be possible to modify this >> >> behavior with some xsl-fo attributes as you have indicated. You'll >> have >> >> to play around with some keep-together settings, in particular >> >> keep-together.within-line, see >> >> >> http://stackoverflow.com/questions/2227797/xls-fo-fop-0-94-using-the-keep-together-with-wrap-option-wrap >> >> >> >> >> >> >> But I'm no fo expert, maybe try a specialized fo list/forum if you >> can't >> >> get it to work. >> > >> > Thanks again. >> > >> > I found that the maven generated .fo file is not removed - which helps >> > debugging!. Reading this I can get my pdf-config.xml to insert the fop >> > attributes in the correct place. >> > >> > However its still not wrapping. >> > >> > I understand that the FOP version used by the pdf plug-in (0.95) is now >> > old with line break related issues resolved. I think I'll need to >> wait >> > until the plug-in uses 1.0 or 1.1 >> >> >> Indeed, that's another issue I had forgotten. Unfortunately, the fop >> upgrade to 1.0 is stalled because of >> >> https://jira.codehaus.org/browse/DOXIA-409 >> >> and I just tried locally to use fop 1.1 and got stuck with a missing >> dependency which is apparently known to the fop people: >> >> http://comments.gmane.org/gmane.text.xml.fop.user/34912 >> >> So waiting for another fop release again... :( >> >> -Lukas >> > > Hi Lukas / all, > > Are you aware of any progress in these areas ? > > I tried using the trunk, 1.3-SNAPSHOT, but this brought in the same fop > version. I haven't checked anything for a long time but the latest FOP version is still 1.1, so I don't expect any progress here. Sorry... -Lukas > > Thanks again, > > Pete > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org