diff options
| author | Darkelarious <darkelarious@333networks.com> | 2021-01-22 19:20:10 +0000 |
|---|---|---|
| committer | Darkelarious <darkelarious@333networks.com> | 2021-01-22 19:20:10 +0000 |
| commit | d39db7650b22d1ebf1d077dfc7a6ba5a36e5df0b (patch) | |
| tree | 1874dd76a8424fcaf2f4662382328f3f9858838d /src/layout | |
| parent | 6b7437536bbf9fa1219ed2657fe53b4767fdda1d (diff) | |
| download | MasterServer-Documentation-d39db7650b22d1ebf1d077dfc7a6ba5a36e5df0b.tar.gz MasterServer-Documentation-d39db7650b22d1ebf1d077dfc7a6ba5a36e5df0b.zip | |
handwritten notes to Tikz, add list of issues to appendices
Diffstat (limited to 'src/layout')
| -rwxr-xr-x | src/layout/headers.tex | 39 |
1 files changed, 38 insertions, 1 deletions
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 +} + |
