Guest User

Kildekodevisning i latex

a guest
Jan 23rd, 2012
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.66 KB | None | 0 0
  1. %-------------------------------------------------------------------------% Kildekodevisning
  2. \lstset{
  3.     language=bash,
  4.     keywordstyle=\bfseries\ttfamily\color[rgb]{0,0,1},
  5.     identifierstyle=\ttfamily,
  6.     commentstyle=\color[rgb]{0.133,0.545,0.133},
  7.     stringstyle=\ttfamily\color[rgb]{0.627,0.126,0.941},
  8.     showstringspaces=false,
  9.     basicstyle=\small,
  10.     numberstyle=\footnotesize,
  11.     numbers=left,
  12.     stepnumber=1,
  13.     numbersep=10pt,
  14.     tabsize=2,
  15.     breaklines=true,
  16.     prebreak = \raisebox{0ex}[0ex][0ex]{\ensuremath{\hookleftarrow}},
  17.     breakatwhitespace=false,
  18.     aboveskip={1.5\baselineskip},
  19.   columns=fixed,
  20.   upquote=true,
  21.   extendedchars=true,
  22. % frame=single,
  23. % backgroundcolor=\color{lbcolor},
  24. }
Advertisement
Add Comment
Please, Sign In to add comment