An example of placing a brace notation in the document. The result can be found in page 35 of CO 255 notes. BFS $x=\begin{pmatrix} 0 & 4 & 0 & 0 & 5 \end{pmatrix}^T$ \tikzmark{right} \tikzmark{2nd} Obj. value = 12. \tikzmark{4th} \begin{tikzpicture}[overlay, remember picture] \node[anchor=base] (a) at (pic cs:2nd) {\vphanto... Read more 19 Oct 2020 - less than 1 minute read
Sometimes we want to have some annotations around the text by drawing some arrows towards the text. By doing the following, we can have annotations around the text with tikz tricks. \tikz[baseline=(a.base)]{ \node[inner sep=1.5pt] (a) {$x$}; \node[overlay,below =1em of a] (text) {\scriptsize\color{gray} set}; \draw[overlay,->,shorten <... Read more 13 Sep 2020 - less than 1 minute read
Check this link for the fancy font. To use it, make sure you include \usepackage{euscript} and then \EuScript{C}. Read more 15 May 2020 - less than 1 minute read
Since we were impacted by COVID-19 this term, in MUSIC 254 the listening quizzes and listening portion from the final exam were merged into this big listening assignment. We were allowed to be creative: letter, a series of texts… as long as we mentioned the info of three pieces. Here I used chat history template from here. I also made some mino... Read more 30 Apr 2020 - less than 1 minute read
In this course, we are required to do a timeline assignment. Here I used this answer and here as a starting point and produced the following: I only keep two entries for demonstrating purpose. I have attached my code below. \documentclass{standalone} \usepackage[utf8]{inputenc} \usepackage[TS1,T1]{fontenc} \usepackage{fourier, heuristica} ... Read more 17 Apr 2020 - 1 minute read