[xep-support] I cannot understand

Jacques Foucry jacques at foucry.net
Sun Feb 20 01:17:54 PST 2011


Hello list,

I try to migrate my XEP PDF production to a Linux box.

Once again, the "No adjustColumnWidths function available" message appears. But I am almost sure that id should work.

Xalan and saxon are installed :

$ ls -al /usr/local/xalan/
total 4576
drwxr-xr-x  2 root root    4096 Feb 20 09:33 .
drwxr-xr-x 19 root root    4096 Feb 20 09:32 ..
-rw-r--r--  1 root root   57513 Feb 20 09:33 xalan27.jar
-rw-r--r--  1 root root 3176148 Feb 20 09:32 xalan.jar
-rw-r--r--  1 root root 1223877 Feb 20 09:32 xercesImpl.jar
-rw-r--r--  1 root root  194354 Feb 20 09:32 xml-apis.jar

$ ls -al /usr/local/saxon/
total 656
drwxr-xr-x  2 root root   4096 Feb 20 09:20 .
drwxr-xr-x 19 root root   4096 Feb 20 09:32 ..
-rw-r--r--  1 root root  80946 Feb 20 09:20 saxon65.jar
-rw-r--r--  1 root root 572551 Feb 20 08:51 saxon.jar

XEP is installed in the default directory : /usr/local/RenderX/XEP

and my CLASSPATH is define :

$ echo $CLASSPATH
/usr/local/saxon/saxon65.jar:/usr/local/xalan/xalan27.jar:/usr/local/RenderX/XEP/lib/saxon.jar:/usr/local/RenderX/XEP/lib

I use this command line :

/usr/local/RenderX/XEP/xep -xml "/data/sources/SnowLeopard/Test.xml" -xsl "/data/docbook-xsl/fo/profile-docbook.xsl" -param use.extensions=1 -pdf "/tmp/Test.pdf"

And, my Test.xml is :

<?xml version="1.0" encoding="utf-8"?>
<chapter xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="fr" xml:id="impression">
	<info>
		<title>Serveur d’impression</title>
		<releaseinfo>$Revision: 522 $</releaseinfo>
	</info>
	</indexterm>
	<para>
		Une fois l’imprimante sélectionnée, il faut choisir les protocoles acceptés par le serveur 
		d’impression que vous êtes en train de mettre en place (cf. <xref linkend="IMP-FIG002"/>).
		<figure xml:id="IMP-FIG002">
		<info><title>Impression — Paramètres des queues d’impression</title></info>
		<mediaobject>
			<imageobject>
				<imagedata align="center" fileref="images/Printing/Queue_Parameters.svg" format="SVG"/>
			</imageobject>
		</mediaobject>
		</figure>
		<area coords="" xml:id="Leo_Printer"/>
		<area coords="" xml:id="Leo_Kind"/>
		<calloutlist>
			<?dbfo label-witdh="3em"?>
			<callout arearefs="Leo_Printer">
				<para>
					Le nom de l’imprimante telle qu’elle se signale au serveur ;
				</para>
			</callout>
			<callout arearefs="Leo_Kind">
				<para>
					Le type d’imprimante ou plus exactement le pilote d’impression ;
				</para>
			</callout>
		</calloutlist>
	</para>
	<section>
		<info>
			<title>Paramètres des queues d’impression</title>
		</info>

		<para>Le serveur d’impression utilise un tableau de valeurs pour chacune des queues
			d’impression. Ce tableau est une liste de paramètres propres à chaque queue
			d’impression. La plupart des paramètres sont en fait les paramètres CUPS. Vous
			pourrez obtenir plus d’informations sur ceux-ci dans la documentation de CUPS<footnote>
				<para> Cette documentation est accessible sur le serveur d’impression
					lui-même à l’aide d’un navigateur à l’URL :
					<computeroutput>127.0.0.1:631/documentation.html</computeroutput></para>
			</footnote>.</para>
		<informaltable tabstyle="no_wrap" pgwide="1">
			<?dbfo table-width="100%" ?>
			<tgroup cols="2">
				<colspec colwidth="2*"/>
				<colspec colwidth="1*"/>
				<thead>
					<row>
						<entry align="center">Paramètre<computeroutput>(print:)</computeroutput></entry>
						<entry align="center">Description</entry>
					</row>
				</thead>
				<tbody>
					<row>
						<entry>queuesArray:_array_id:&lt;id&gt;:quotasEnforced</entry>
						<entry>Par défaut = <computeroutput>no</computeroutput>.
								<computeroutput>yes</computeroutput> applique les quotas
							d’impression pour la queue concernée.</entry>
					</row>
					<row>
						<entry>queuesArray:_array_id:&lt;id&gt;:sharinglist"_array_index:0:service</entry>
						<entry>Nom du service pour le protocole IPP (CUPS)</entry>
					</row>
					<row>
						<entry>queuesArray:_array_id:&lt;id&gt;:sharinglist"_array_index:0:sharingEnable</entry>
						<entry>Par défaut = <computeroutput>no</computeroutput>.
							<computeroutput>yes</computeroutput> partage en utilisant le
							protocole IPP.</entry>
					</row>
				</tbody>
			</tgroup>
		</informaltable>
	</section>
</chapter>

I must forgot something. I read and reread Bob's Stayton explaination, there still something wrong.

Help will be welcome,

Thanks in advance,
Jacques
!DSPAM:87,4d60dc4b63732801715846!




More information about the Xep-support mailing list