Il 28/09/2011 01:02, Tommaso Cucinotta ha scritto:
Il 27/09/2011 23:49, Richard Heck ha scritto:
The mystery is why the fall-back to convert isn't employed here.
From my little investigation:

1) there's no path in the graph from ODG to EPS (pls, find attached the dumped list of registered edges in the graph)

on a related note, please, find attached the graph of transformations currently recognized on my system
(along with the graphviz code generating that).

As you can see, eps, png and ppm are really sink formats from where the reachability graph cannot (mostly) escape.

    T.

Attachment: edges.pdf
Description: Adobe PDF document

digraph G {
"latex" -> "dvi"
"pdflatex" -> "pdf2"
"xetex" -> "pdf4"
"latex" -> "lyx"
"literate" -> "lyx"
"sweave" -> "latex"
"sweave" -> "pdflatex"
"sweave" -> "xetex"
"sweave" -> "luatex"
"sweave" -> "r"
"lyx" -> "html"
"lyx" -> "wordhtml"
"sxw" -> "latex"
"odt" -> "latex"
"ps" -> "pdf"
"ps" -> "text3"
"ps" -> "eps"
"pdf" -> "ps"
"pdf" -> "eps"
"dvi" -> "ps"
"dvi" -> "pdf3"
"fig" -> "eps"
"fig" -> "ppm"
"fig" -> "png"
"fig" -> "pdftex"
"fig" -> "pstex"
"wmf" -> "eps"
"emf" -> "eps"
"eps" -> "pdf"
"dot" -> "eps"
"dot" -> "png"
"dia" -> "png"
"dia" -> "eps"
"odg" -> "eps"
"svg" -> "pdf"
"svg" -> "eps"
"svg" -> "png"
"gnumeric" -> "latex"
"oocalc" -> "latex"
"excel" -> "latex"
"lilypond" -> "eps"
"lilypond" -> "png"
"lilypond" -> "pdf"
"lyx" -> "lyxgz"
"csv" -> "lyx"
"date" -> "dateout"
"docbook" -> "docbook-xml"
"fen" -> "asciichess"
"lyx" -> "lyx13x"
"lyx" -> "lyx14x"
"lyx" -> "lyx15x"
"lyx" -> "lyx16x"
"lyx" -> "lyx20x"
"lyx" -> "clyx"
"lyx" -> "jlyx"
"lyx" -> "klyx"
"clyx" -> "lyx"
"jlyx" -> "lyx"
"klyx" -> "lyx"
"lyxpreview" -> "png"
"lyxpreview" -> "ppm"
"docbook" -> "dvi"
"docbook" -> "html"
}

Reply via email to