1
0
This commit is contained in:
Jeff 2024-07-05 20:06:48 +02:00
parent 3ef7d78729
commit d2c9dd127c
3 changed files with 6 additions and 6 deletions

Binary file not shown.

View File

@ -3,9 +3,9 @@
\input{jjpackages.tex}
\usepackage{pmboxdraw} % provides agled lines for tab:phylolevels
\usepackage{pmboxdraw}
% cladogram drawing stuff
\usepackage{tikz}
\usetikzlibrary{graphs, graphdrawing}
\usegdlibrary{phylogenetics, trees}
@ -18,9 +18,8 @@
}
}
\definecolor{treecolor-edge}{RGB}{120, 120, 120}
\definecolor{treecolor-event}{RGB}{0, 0, 0}
\definecolor{cladogramcolor-edge}{RGB}{120, 120, 120}
\definecolor{cladogramcolor-event}{RGB}{0, 0, 0}
%opening
@ -46,6 +45,7 @@
\section{Prokaryota, Eukaryota \& Archea}
\begin{figure}[!ht]
\sffamily
\tikz \graph [phylogenetic tree layout, grow'=right] {
a -- {
b [>length=2] --[length=1] { c, d },

View File

@ -1,7 +1,7 @@
%#######################################
% jjpackages.tex
% generic include for common LaTeX packages
% @author Jeff J https://gist.github.com/zlotap/43d796c70298018e29720f3e5380ac73
% @author Jeff J
% usage: \input{jjpackages.tex}
%
% v0.1 2024-05