From 45497bfc73168721bec808c5547f9467d45464fb Mon Sep 17 00:00:00 2001 From: Kenneth Odle Date: Sat, 20 Jul 2024 21:24:07 -0400 Subject: [PATCH] =?UTF-8?q?Added=20Venn=20diagram=20to=20=C2=ABtomorrow?= =?UTF-8?q?=C2=BB=20section?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 005/codex-005.tex | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/005/codex-005.tex b/005/codex-005.tex index 35e3095..3c521fb 100644 --- a/005/codex-005.tex +++ b/005/codex-005.tex @@ -115,6 +115,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Just for Issue #005 %%%%%%%%%%%%%%%%%%%%%% \usepackage{outlines} +\usepackage{tikz} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -405,6 +406,26 @@ Fortunately there there's a sweet spot in all of that that is small but doable. Technical writing—that is, writing instruction manuals and work instructions and translating what the chemists and engineers wrote into something that regular people can understand—is what I need to do do because it lands smack dab in the middle of this Venn diagram: +\begin{center} +\scalebox{0.8}{ % begin scalebox +\begin{tikzpicture} + \draw (0,0) ellipse (50mm and 15mm); + \draw (0,0) ellipse (15mm and 50mm); + \draw[rotate around={45:(0,0)}] (0,0) ellipse (15mm and 50mm); + \draw[rotate around={45:(0,0)}] (0,0) ellipse (50mm and 15mm); + \node[align=center, text width=2cm, scale=1.4] at (0,0) {Technical Writing}; + \node[align=center, text width=2cm, scale=0.8] at (0,3.5) {Things I'm Good At}; + \node[align=center, text width=2cm, scale=0.8] at (0,-3.5) {People Will Pay You To Do This}; + \node[align=center, text width=2cm, scale=0.8] at (3.5,0) {Things That Don't Bore Me}; + \node[align=center, text width=2cm, scale=0.8] at (-3.5,0) {Not Entirely Selling My Soul}; + \node[align=center, text width=2cm, scale=0.8] at (2.5,2.5) {Teaching}; + \node[align=center, text width=2cm, scale=0.8] at (-2.5,2.5) {Something I Like Doing}; + \node[align=center, text width=2cm, scale=0.8] at (2.5,-2.5) {Writing}; + \node[align=center, text width=2cm, scale=0.8] at (-2.5,-2.5) {Improving People's Lives}; +\end{tikzpicture} +} % end scalebox +\end{center} + That's what I'm shooting for. I'm a good writer and I'm a good teacher, so it makes sense to try to put these things together. The problem is that while I've pretty much spent my life doing technical writing, my resume doesn't reflect that. I have always been a jack-of-all-trades/master-of-none so I need to make sure my cover letter reflects that. We shall see how it goes.\footnote{I have a lot to save about this, but I'll hold my tongue for now.}