Am Sonntag, dem 19.12.2021 um 18:36 +0100 schrieb Jürgen Spitzmüller
via lyx-users:
> I suppose things went wrong on pasting into the ERT (paste into ERT
> with Paste Special > Plain Text to avoid this).

BTW as for your diagram, I would probably go with tikz directly rather
than with forest. Like this (polishing needed):

\usepackage{tikz}

...

\begin{tikzpicture}
\draw[anchor=mid]
      (0,0) node (a) {a}
      (1,0) node (b) {b}
      (0,-1) node (c) {c}
      (1,-1) node (d) {d};
\node (e) at (1,-2) {e};
\node (f) at (1,-3) {f};
\draw (a) -- (c);
\draw (a.south) -- (d.north);
\draw (c.north) -- (b.south);
\draw (b) -- (d);
\draw (d) -- (e);
\draw (e) -- (f);
\end{tikzpicture}

Jürgen

Attachment: signature.asc
Description: This is a digitally signed message part

-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users

Reply via email to