Hiya lyx users,
I'm trying to diagram a directory layout using lyx that will export nicely to
ASCII and html. However I can't use spaces etc. in lyx. how would i do
something like
this:
.-- appname
| |-- inc
| | |-- functions.inc.php
| | |-- header.inc.php
| | |-- hook_preferences.inc.php
| | |-- hook_home.inc.php
| | `-- footer.inc.php
| |-- manual (no details for this yet)
| |-- setup
| | |-- baseline.inc.php
| | |-- droptables.inc.php
| | |-- newtables.inc.php
| | |-- upgradetables.inc.php
| | |-- config.inc.php
| | `-- register.inc.php
| `-- templates
| | `-- default
| | `-- images
| | `-- navbar.gif
| |--preferences.php
Any ideas?
--Darryl