We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54734c5 commit 75e1472Copy full SHA for 75e1472
lab.tex
@@ -12,6 +12,7 @@
12
\usepackage[defaultfam,tabular,lining]{montserrat}
13
\usepackage[T1]{fontenc}
14
\usepackage{wrapfig}
15
+\usepackage{pmboxdraw}
16
17
18
\graphicspath{{images/}}
@@ -117,14 +118,13 @@ \section*{Creation and Deletion}
117
118
We'll walk you through the process of replicating (then partially deleting) the folder structure below.
119
120
\begin{verbatim}
- ~\
121
- |-foo
122
- | \-bar.baz
123
- |
124
- \-public_html
125
- |-index.html
126
- \-css
127
- \-app.css
+ ~
+ ├── foo
+ │ └── bar.baz
+ └── public_html
+ ├── css
+ │ └── app.css
+ └── index.html
128
\end{verbatim}
129
130
While in the home directory, we create the \texttt{foo} directory and it's \texttt{bar.baz} file:
0 commit comments