Skip to content

Commit

Permalink
improved tree structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Levelent committed Oct 21, 2021
1 parent 54734c5 commit 75e1472
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions lab.tex
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
\usepackage[defaultfam,tabular,lining]{montserrat}
\usepackage[T1]{fontenc}
\usepackage{wrapfig}
\usepackage{pmboxdraw}


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

\begin{verbatim}
~\
|-foo
| \-bar.baz
|
\-public_html
|-index.html
\-css
\-app.css
~
├── foo
│ └── bar.baz
└── public_html
├── css
│ └── app.css
└── index.html
\end{verbatim}

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

0 comments on commit 75e1472

Please sign in to comment.