From 1a7fb0dcaa48ddee474e1a10d332218cb67ab642 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 17 Mar 2023 21:21:57 -0700 Subject: feat(preamble): additional styling --- src/2023/March/12.tex | 2 -- src/_preamble.tex | 23 ++++++++++++++++++++++- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/src/2023/March/12.tex b/src/2023/March/12.tex index b9e97d1..fedcd63 100644 --- a/src/2023/March/12.tex +++ b/src/2023/March/12.tex @@ -85,8 +85,6 @@ finally storing the result in one of the values. Reimplemented in C, that would look something like this: -\pagebreak - \begin{lstlisting}[language=c] int multiply(int first, int second) { /* Initialize the result to 0. */ diff --git a/src/_preamble.tex b/src/_preamble.tex index 1168bb6..9bc1c2f 100644 --- a/src/_preamble.tex +++ b/src/_preamble.tex @@ -2,10 +2,24 @@ \usepackage{tikz} \usepackage[super]{nth} + % \usepackage{parskip} + \usepackage{listings} -\usetikzlibrary{shapes,arrows} +\hypersetup{colorlinks,linkcolor=blue} + +\usetikzlibrary{automata,positioning,shapes,arrows} + +\topmargin=-0.45in +\evensidemargin=0in +\oddsidemargin=0in +\textheight=9.0in +\headsep=0.25in + +\linespread{1.6} + +\frenchspacing \tikzstyle{decision} = [diamond, draw, fill=blue!20, text width=4.5em, text badly centered, node distance=3cm, inner sep=0pt] @@ -33,6 +47,13 @@ \newcommand{\da}{Digital Art: Photoshop} \newcommand{\dd}{Documentation Development} +\newcommand{\hmwkTitle}{Documentation Log Assignment} +\newcommand{\hmwkDueDate}{March 10, 2023} +\newcommand{\hmwkClass}{Documentation Development} +\newcommand{\hmwkClassTime}{Section 01} +\newcommand{\hmwkClassInstructor}{Professor Jessica Scott} +\newcommand{\hmwkAuthorName}{\textbf{Zoltan Szabatin}} + \newread\mysource \begin{document} \ No newline at end of file -- cgit v1.2.3