From d39db7650b22d1ebf1d077dfc7a6ba5a36e5df0b Mon Sep 17 00:00:00 2001 From: Darkelarious Date: Fri, 22 Jan 2021 19:20:10 +0000 Subject: handwritten notes to Tikz, add list of issues to appendices --- src/layout/headers.tex | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) (limited to 'src/layout/headers.tex') diff --git a/src/layout/headers.tex b/src/layout/headers.tex index 73271d1..88709cb 100755 --- a/src/layout/headers.tex +++ b/src/layout/headers.tex @@ -31,7 +31,7 @@ \title{333networks masterserver technical reference} \author{Darkelarious} -\usetikzlibrary{shapes,arrows,plotmarks,shapes.multipart,calc} +\usetikzlibrary{shapes,arrows,angles, calc} \simplechapter @@ -63,3 +63,40 @@ filecolor=darkgray, urlcolor=blue } + +\definecolor{gray}{rgb}{0.5,0.5,0.5} +\definecolor{lightgray}{rgb}{0.95,0.95,0.95} +\definecolor{darkgray}{rgb}{.3,.3,.3} + + +\lstset{ + basicstyle=\footnotesize, % the size of the fonts that are used for the code + numbers=left, % where to put the line-numbers + numberstyle=\color{gray}, % the style that is used for the line-numbers + stepnumber=1, % the step between two line-numbers. If it's 1, each line + % will be numbered + numbersep=10pt, % how far the line-numbers are from the code + backgroundcolor=\color{lightgray}, % choose the background color. You must add \usepackage{color} + %showspaces=false, % show spaces adding particular underscores + %showstringspaces=false, % underline spaces within strings + %showtabs=false, % show tabs within strings adding particular underscores + frame=tb, % lines above and below + %rulecolor=\color{gray}, % colored in a slightly darker gray + %framesep=3pt, + %tabsize=2, % sets default tabsize to 2 spaces + %captionpos=b, % sets the caption-position to bottom + %breaklines=true, % sets automatic line breaking + %breakatwhitespace=true, % sets if automatic breaks should only happen at whitespace + %keywordstyle=\bfseries, % keywords are bold + %emphstyle=\itshape\color{green!30!black}, + %xleftmargin=5pt, + framexleftmargin=1cm, + xleftmargin=4cm, + xrightmargin=4cm, + %keywordstyle=\bfseries\color{green!40!black}, + %commentstyle=\itshape\color{gray!40!black}, + %identifierstyle=\color{black}, + %stringstyle=\color{orange}, + firstnumber=1 +} + -- cgit v1.2.3