Skip to content

Commit 75e1472

Browse files
committed
improved tree structure
1 parent 54734c5 commit 75e1472

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

lab.tex

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
\usepackage[defaultfam,tabular,lining]{montserrat}
1313
\usepackage[T1]{fontenc}
1414
\usepackage{wrapfig}
15+
\usepackage{pmboxdraw}
1516

1617

1718
\graphicspath{{images/}}
@@ -117,14 +118,13 @@ \section*{Creation and Deletion}
117118
We'll walk you through the process of replicating (then partially deleting) the folder structure below.
118119

119120
\begin{verbatim}
120-
~\
121-
|-foo
122-
| \-bar.baz
123-
|
124-
\-public_html
125-
|-index.html
126-
\-css
127-
\-app.css
121+
~
122+
├── foo
123+
│ └── bar.baz
124+
└── public_html
125+
├── css
126+
│ └── app.css
127+
└── index.html
128128
\end{verbatim}
129129

130130
While in the home directory, we create the \texttt{foo} directory and it's \texttt{bar.baz} file:

0 commit comments

Comments
 (0)