Re: [BUG] Latex Tikz graph previews are upside down

2025-06-19 Thread Ihor Radchenko
Ihor Radchenko writes: > I do not think that it is a bug on Org side. Org correctly messages that > there are problems when exporting to pdf. No objections on this statement for over a month. Canceled. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at

Re: [BUG] Latex Tikz graph previews are upside down

2025-05-18 Thread Ihor Radchenko
William Brusa writes: > -- Snippet 1 -- > \begin{tikzpicture} > \usetikzlibrary {graphs,graphdrawing} > \tikz \graph [tree layout, nodes={draw,circle}, sibling sep=0pt] >   { c -> { a, , ,b -> {c,d}, ,e} }; > \end{tikzpicture} > -- End of Snippet 1 -- > ... > Steps to reproduce: > 1. emacs -q >

[BUG] Latex Tikz graph previews are upside down

2025-05-12 Thread William Brusa
Hello, when I preview tikz graph fragments they are rotated 180 degrees and flipped horizontally. But when exported to pdf they are correctly displayed. An example below: -- Snippet 1 -- \begin{tikzpicture} \usetikzlibrary {graphs,graphdrawing} \tikz \graph [tree layout, nodes={draw,circle}, s