Hi,

After reviewing the text I found that I had a title that was not
correctly defined. After correcting that the process finished
correctly, at least as far as asciidoc is concerned. I'm now having
problems with creating PDFs using FOP, and I don't know if it's a
problem with my text/markup.

I have two tables, one after another, defined as follows:

---- START OF TEXT ----

.Tabela de Verdade para OU
|===============================
|Parcela 1 |Parcela 2 |Resultado
|F         |F         |F
|F         |V         |V
|V         |F         |V
|V         |V         |V
|===============================

.Tabela de Verdade para E
|===============================
|Parcela 1 |Parcela 2 |Resultado
|F         |F         |F
|F         |V         |F
|V         |F         |F
|V         |V         |V
|===============================

---- END OF TEXT ----

The first table gets rendered OK in the resulting PDF, the second
table is rendered as a single line with several cells, more than the
expected 3.

I have some images that just don't show. If I use the syntax
image:<target> every image shows in the resulting PDF, but the width
is not respected, and seeing that the images are screenshots at
1024x768, they completely overflow the existing content area. If I use
the syntax image::<target>, note the use of two :, the width is
respected but some images are reported as missing. FOP throws a bunch
of errors about wrong URI.
I checked the .xml (docbook) and .fo file and the images that are
missing have an extra : at the begining of the URI, e.g.:

---- START OF TEXT ----

image::imagens/782/cb.associate.png[scaledwidth="90%",alt="Associar
Ficheiros de Código",align="center",title="Associar Ficheiros de
Código"]

Por fim temos acesso ao nosso IDE para podermos começar a trabalhar.

image::imagens/782/
cb.start.png[scaledwidth="90%",alt="IDE",align="center",title="IDE"]

Quando fecharmos o IDE, e dado que alterámos a interface inicial, ser-
nos-á perguntado se pretendemos gravar as alterações que fizémos.
Naturalmente, as alterações são para se manter pelo que as iremos
gravar.

image::imagens/782/cb.close.png[scaledwidth="90%",alt="Gravar
Alterações da Interface",align="center",title="Gravar Alterações da
Interface"]
---- END OF TEXT ----

The above text will result in a wrongly defined ":imagens/782/
cb.associate.png", a correct "imagens/782/cb.start.png" and another
wrong ":imagens/782/cb.close.png". The extra : in the URI will make
the images unavailable.

Aside from these problems I'm having trouble finding any reference to
justifying text and preventing tables from breaking across pages. I
would like to have the text justified and either force the tables not
to break or, even if they do break, the top line should be drowned.

-- 
You received this message because you are subscribed to the Google Groups 
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/asciidoc?hl=en.

Reply via email to