mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 22:41:13 +00:00
Medium syndication information
This commit is contained in:
parent
e5a96d735a
commit
c5ff5538a6
276 changed files with 371 additions and 80 deletions
|
@ -1,9 +1,12 @@
|
|||
---
|
||||
title: "Drawing Trees in LaTex with Tikz"
|
||||
date: 2022-12-06T11:01:24-05:00
|
||||
draft: false
|
||||
tags: ["LaTex"]
|
||||
date: 2022-12-06 11:01:24-05:00
|
||||
draft: false
|
||||
math: false
|
||||
medium_enabled: true
|
||||
medium_post_id: f80065fbf92f
|
||||
tags:
|
||||
- LaTex
|
||||
title: Drawing Trees in LaTex with Tikz
|
||||
---
|
||||
|
||||
For the longest time I've been avoiding Tikz because I imagined it being too difficult to learn. Usually I create a graphic using a program like [Draw.IO](https://draw.io) and import it as an image. Though this time around, I decided that I'm going to learn how to make trees in Tikz. It turns out, it's not as bad as I anticipated.
|
||||
|
@ -88,4 +91,4 @@ To show how the child nesting works, I'll finish by giving the right child two c
|
|||
\end{tikzpicture}
|
||||
```
|
||||
|
||||

|
||||

|
Loading…
Add table
Add a link
Reference in a new issue