The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
74 views

LyX: Paragraphs ignored in PDF output

I have a document with article class. Here's the minimal example: #LyX 2.0 created this file. For more info see http://www.lyx.org/ \lyxformat 413 \begin_document \begin_header \textclass article ...
4
votes
1answer
45 views

Dirtree and lstset side by side

A \dirtree and a \lstset should be shown side by side. With the code below the \dirtree is vertically not on the same level as the \lstset (above the \dirtree is some empty space). How can I fix that? ...
1
vote
0answers
92 views

How to scale a dirtree inside a figure?

I drew a tree structure with \dirtree. This tree is located in a {figure} environment. It is possible to adjust the size of the figure? With \includegraphics one can do it with scale. Is there a ...
5
votes
1answer
102 views

Centering a dirtree

I would like to center a directory tree produced by the package dirtree but the following code fails. Just look at the 2nd tree... All the texts are centered. :-( M(not)WE \documentclass{scrartcl} ...
4
votes
1answer
104 views

Framebox and subfigure with dirtree package

I've integrated dirtree package in my manuscript but having issues with the following. Framebox: I consistently frame all figures in my manuscript using \framebox, however, applying this to dirtree ...
4
votes
1answer
79 views

floatrow and dirtree clash

I am using dirtree to visualize a directory structure. It needs to be embedded into a float as to avoid problems when a pagebreak occours. This works fine except when loading floatrow which i use to ...
5
votes
1answer
106 views

How to use macros in command \dirtree of package dirtree?

I want to print a tree structure and started using the package dirtree (v0.32, see Making a (simple) directory tree). Following calls work smooth: \dirtree{.1 root. .2 child1. .2 child2. .3 ...
3
votes
1answer
106 views

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 ...
1
vote
1answer
67 views

file extensions in dirtree [closed]

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. ...
7
votes
1answer
296 views

Easiest way of having directory tree with hyperref links

I would like to have a dirtree like structure which allows me to have hyperrefs for sections labeled as the file nodes. Something like this: root | |--- dir1 | | | |-- ...
0
votes
1answer
436 views

A more see-through Tex distribution for Mac?

I know everybody like Mactex (I like it too). I'm looking for a distribution that sets up a a simpler tex tree. Since Maxtex is designed to be able to have multiple distributions on one computer, tex ...
3
votes
2answers
540 views

Recommended directory structure for separating presentation and content

For my bachelor thesis I am going to structure the files for my LaTeX document in a more sophisticated way, which means I would like to use different folders for different file types. Is there a ...
6
votes
3answers
726 views

tree list in a table

I would like to put a tree list into a table environment. Smth. like: +--------------------------+---------------------------+-------------+ | Heading 1 | Heading 2 | ...
5
votes
1answer
781 views

Dirtree pagebreak issue

I have a (rather long-ish) hierarchical structure, typeset with the dirtree package. However, I have some issues when breaking the tree over to a new page -- the line may protrude up to the very top ...