Drawing Subplots in LaTeX
설명
Putting multiple photos in a single line can actually be done just by resizing them as shown above.

To attach captions to each subplot and group them into a single Figure with numbering, the `subfig` package can be used.
- `\subfloat[caption]{figure}`
Note that it is `\subfloat` not `\subplot`.
```code2

## Full Code
```code3