r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[PDF-Maker] discuss Gabriele's pdf-maker

Gabriele
26-Aug-2010
[774x2]
b: layout-pdf [[textbox ["Image: " box 60 60 10 [image xbl ybl 40 
40 load http://www.rebol.com/graphics/reb-logo.gif] " inside text"]]]
That puts the image inside the text correctly. v2 should also give 
you an error when the dialect is wrong, while v1 did just fail silently.
Graham
26-Aug-2010
[776x2]
so this syntax doesn't work with pdf maker 1 ?
so I got the silent fail
Gabriele
26-Aug-2010
[778x2]
no. v1 does not flow text automatically across pages, does not allow 
putting graphics within text, does not have the TeX engine, and so 
on.
v1 also does not evaluate arguments to dialect commands so you have 
to use compose etc.
Graham
26-Aug-2010
[780x2]
ah... I've been using V1
I have this ...

if not value? 'layout-pdf [ *do %pdf-maker.r ]
Gabriele
26-Aug-2010
[782]
v1 is very stable, v2 has never been exstensively tested. so it's 
not a easy choice i guess :)
Graham
26-Aug-2010
[783x3]
so Cheyenne already had v1 loaded and didn't load v2 for me !
I'd suggest that perhaps this is because you never managed to write 
the user documentation!
I should have a layout-pdf2 .... so I can use both
Gabriele
26-Aug-2010
[786]
v1 had much less docs than v2 :-)
Graham
26-Aug-2010
[787]
Hmm... quantively or qualitatively?
Gabriele
26-Aug-2010
[788]
I think the main reason is that v2 was never really "finished" and 
published as such. it's missing many little things (though, it should 
do all that v1 does and more... it is slower though as it's missing 
optimization and the ability to turn off the TeX engine when you 
don't need it)
Graham
26-Aug-2010
[789]
a lot of people managed to use V1 .. I've never seen anyone use V2
Gabriele
26-Aug-2010
[790]
well... the "tutorial" for v1 mostly works for v2 as well, as it 
only covers very basic functionality.
Graham
26-Aug-2010
[791]
text and bezier curves :)
Gabriele
26-Aug-2010
[792]
(but more importantly... why do you guys always expect me to do all 
the work? :P )
Graham
26-Aug-2010
[793x2]
we don't ... you said you couldn't .. hence the questions :)
At least you don't use mirror writing
Gabriele
26-Aug-2010
[795]
ah, that's an interesting idea to try...
Graham
26-Aug-2010
[796:last]
PDF documentation a la Leonardo ?