Newer
Older
masterarbeit / text / thesis / Acd.tex
@Jan-Peter Hohloch Jan-Peter Hohloch on 17 Nov 2016 838 bytes minor improvements
\chapter{Contents on CD}
\label{app:cd}
\begin{forest}
  for tree={
    font=\ttfamily,
    grow'=0,
    child anchor=west,
    parent anchor=south,
    anchor=west,
    calign=first,
    edge path={
      \noexpand\path [draw, \forestoption{edge}]
      (!u.south west) +(7.5pt,0) |- node[fill,inner sep=1.25pt] {} (.child anchor)\forestoption{edge label};
    },
    before typesetting nodes={
      if n=1
        {insert before={[,phantom]}}
        {}
    },
    fit=band,
    before computing xy={l=15pt},
  }
[CD
  [matlabCode
    [topoplot
        [plotOneSubjectOneDay.m]
        [topoplot\_martin.m]
        [topoplot\_Wrapper.m]
    ]
    [T
        [O
            [DO]
        ]
    ]
  ]
  [bashscripts
    [noSynergies.bash]
    [runOnEciton.bash]
    [runOnEcitonPos.bash]
  ]
  [thesis
    [thesis.pdf]
  ]
]
\end{forest}