diff options
| author | Fuwn <[email protected]> | 2023-03-17 21:21:57 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-03-17 21:21:57 -0700 |
| commit | 1a7fb0dcaa48ddee474e1a10d332218cb67ab642 (patch) | |
| tree | 5f9350bccb2fa0e59633d7acdb8b64f311d5b256 | |
| parent | feat: complete book (diff) | |
| download | wri_350_documentation_log_assignment-1a7fb0dcaa48ddee474e1a10d332218cb67ab642.tar.xz wri_350_documentation_log_assignment-1a7fb0dcaa48ddee474e1a10d332218cb67ab642.zip | |
feat(preamble): additional styling
| -rw-r--r-- | src/2023/March/12.tex | 2 | ||||
| -rw-r--r-- | 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 |