Forest beyond basics
Jürgen Spitzmüller
spitz at lyx.org
Sun Dec 19 18:03:46 UTC 2021
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: This is a digitally signed message part
URL: <http://lists.lyx.org/pipermail/lyx-users/attachments/20211219/07a843d2/attachment.asc>
More information about the lyx-users
mailing list