On Fri, Aug 20, 2010 at 7:13 AM, Andre Majorel wrote:
> OK, so pic is out (and so is tbl unless I kludge the arrows in).
> For the moment, I'm following the path of least resistance :
Have you considered graphviz? Here is graph.dot for your example.
digraph g {
rankdir=LR
X -> Y [label=
Thanks very much, Brian and Larry. Both approaches work. You've
given me food for thought about what is possible with groff.
Ken
On Fri, Aug 28, 2009 at 10:53 PM, Larry Kollar wrote:
>
> Ken Smith wrote:
>
>> Is there a way to conditionally define the .XN macro so that,
I ended up choosing to continue using groff instead of pdfroff for the
moment because my needs are still rather simple but I am using the
recent spdf and pdfmark packages to get the navigation index. This
requires me to use spdf's .XN macro for my section headings which
causes the HTML output to h
On Fri, Aug 28, 2009 at 8:18 AM, Werner LEMBERG wrote:
>
>> I am using groff 1.18.1 and the mm macro package to generate a PDF
>> document. I would like to be able to have a hyperlinked table of
>> contents and a PDF index which will open in a side pane in most PDF
>> viewers containing the same l
w I'm building my pdf.
groff -mm -T ps doc.mm | ps2pdf - - > arch.pdf
Warm regards,
Ken Smith