This package is designed to emulate the way Windows Explorer displays directory and file trees, with the root at top left, and each level of subtree displaying one step in to the right.
Questions tagged [dirtree]
36 questions
4
votes
1 answer
file extensions in dirtree
I am using dirtree to generate the tree structure for a directory.
The problem is I cannot use . between file name and file extension as it is
acting as delimiter between two nodes in a tree.
Can anybody help me?
Harsha
- 41
4
votes
2 answers
How to print a dot followed by a space inside a DirTree node?
The dirtree package uses a . followed by a whitespace as a sign to end a node. See documentation, page 2
This usually works pretty good, but I'd like to print correct format e.g. DD.MM.YYYY as a node for my DirTree. This causes a problem as the…
Nijin22
- 342
3
votes
1 answer
dirtree Template Formatting Changed
I've integrated dirtree package into a LaTeX document I am working on, but it appears to be interfering with the document format (see image here 1). How do I tell LaTeX to maintain original formatting after…
lightonphiri
- 343
2
votes
1 answer
LaTeX dirtree - Paragraph ended before \next was complete
As title suggests, I am having problem with creating a dirtree. Currently the problematic part is:
\section{Use Cases}
\par Some entry explaining why I will be writing this dirtree.
\begin{figure}%
\dirtree{%
.1 Customer tests
.1 Connection…
erewien
- 123
1
vote
0 answers
Problem drawing dirtree
I am trying to draw a dir tree using IEEE Access template but I keep getting errors. The problem is I have several papers only cited within the dir tree and I cannot take a snapshot as a result of this and the poor resolution. Any ideas on how to go…
Abdulhameed
- 661
0
votes
1 answer
Disconnected lines, spacing and sizing down dirtree
I am using dirtree to make a tree but I have noticed that adding numbers between parentheses at the end of some elements causes the tree's lines to disconnect. Is there any way to keep them connected? Is there a way to create a vertical space (maybe…
0
votes
1 answer
Words with special characters using dirtree package
I am using dirtree to generate the tree structure for a directory.
The problem is I cannot use special characters such as the underscore (_) or the dash (-) between words of a file or directory name.
For example, here's a brief tree showing what I'm…
Amos Cappellaro
- 3
- 2
0
votes
0 answers
Shifted first item in the output of package dirtree
I used the dirtree package to display a directory structure, like in the example below
\dirtree{%
.1 /.
.2 Directory1.
.3 Directory2.
.2 Directory3.
}
In the PDF output the first item is strangely shifted, like in the first image:
instead of…
Alex Konnen
- 163