Re: using grapviz
Ronny Pfannschmidt <Ronny.Pfannschmidt <at> gmx.de>
2012-06-07 13:47:15 GMT
On 06/07/2012 03:27 PM, Roberto Alsina wrote:
> On 6/7/2012 10:23 AM, Ronny Pfannschmidt wrote:
>> On 06/07/2012 03:20 PM, Roberto Alsina wrote:
>>> On 6/7/2012 9:58 AM, Ronny Pfannschmidt wrote:
>>>> On 06/07/2012 02:55 PM, Roberto Alsina wrote:
>>>>> On 6/7/2012 9:51 AM, Ronny Pfannschmidt wrote:
>>>>>>
>>>>>> Is it documented somewhere?
>>>>> Forget it, I remembered the code wrong.
>>>>>
>>>>> The sphinx directive generates a custom node, and rst2pdf only has a way
>>>>> to handle the node.
>>>>> The "right" way to implement a graphviz directive would be (I believe)
>>>>> to make it just generate a figure
>>>>> with the rendered image in it, so it doesn't need to be reimplemented
>>>>> for every output format.
>>>> it needs reimplementation for different output formats anyway,
>>>> for a pdf or tex one needs a different output than for a website
>>>>
>>>> btw, i checked out rst2pdf, the output quality seems not that good
>>>> cant use it for my thesis if its like that
>>> It's probably using PNG, and you need to tweak it to use PDF output from
>>> graphviz.
>>> I have not used it much myself, I just wrote it
>>>
>>>> also it doesnt seem to have a good way to make a custom title page
>>>> (which is required)
>>> Actually, you can do anything for a title page. You could have a SVG as
>>> a title page
>>> if you wanted. It may or may not be difficult to do.
(Continue reading)