I can't believe I have a (semi) finished version
This commit is contained in:
@ -53,6 +53,7 @@
|
||||
\definecolor{lightgray}{rgb}{0.95,0.95,0.95}
|
||||
\definecolor{darkviolet}{rgb}{0.58, 0.0, 0.83}
|
||||
\definecolor{royalblue}{rgb}{0.25, 0.41, 0.88}
|
||||
\definecolor{black}{rgb}{0,0,0}
|
||||
|
||||
\lstdefinestyle{csharp}{
|
||||
language=csh,
|
||||
@ -137,6 +138,7 @@
|
||||
identifierstyle=\color{cyan},
|
||||
backgroundcolor=\color{white}
|
||||
}
|
||||
|
||||
\lstdefinestyle{xml}{
|
||||
basicstyle=\scriptsize\ttfamily, % print whole listing small
|
||||
% default behavior: comments in italic, to change use
|
||||
@ -163,6 +165,61 @@
|
||||
{Á}{{\'A}}1 {É}{{\'E}}1 {Í}{{\'I}}1 {Ó}{{\'O}}1 {Ö}{{\"O}}1 {Ő}{{\H{O}}}1 {Ú}{{\'U}}1 {Ü}{{\"U}}1 {Ű}{{\H{U}}}1
|
||||
}
|
||||
|
||||
\lstdefinestyle{dockerfile}{
|
||||
basicstyle=\scriptsize\ttfamily,
|
||||
numbers=left,
|
||||
numberstyle=\tiny,
|
||||
numbersep=5pt,
|
||||
tabsize=2,
|
||||
extendedchars=true,
|
||||
breaklines=true,
|
||||
frame=b,
|
||||
stringstyle=\color{red}\ttfamily,
|
||||
showspaces=false,
|
||||
captionpos=b,
|
||||
showtabs=false,
|
||||
xleftmargin=17pt,
|
||||
framexleftmargin=17pt,
|
||||
framexrightmargin=5pt,
|
||||
framexbottommargin=4pt,
|
||||
commentstyle=\color{green},
|
||||
morestring=*[d]{"},
|
||||
showstringspaces=false,
|
||||
keywordstyle=\color{blue},
|
||||
morekeywords={FROM, AS, WORKDIR, RUN, COPY, ENTRYPOINT},
|
||||
keywordstyle={[2]\color{orange}},
|
||||
keywordstyle={[3]\color{lightblue}},
|
||||
identifierstyle=\color{black},
|
||||
backgroundcolor=\color{white}
|
||||
}
|
||||
|
||||
\lstdefinestyle{docker-compose}{
|
||||
basicstyle=\scriptsize\ttfamily, % print whole listing small
|
||||
% default behavior: comments in italic, to change use
|
||||
% commentstyle=\color{green}, % for e.g. green comments
|
||||
showstringspaces=false, % no special string spaces
|
||||
aboveskip=3pt,
|
||||
belowskip=3pt,
|
||||
stringstyle=\color{red}\ttfamily,
|
||||
backgroundcolor=\color{white},
|
||||
keywordstyle=\color{blue},
|
||||
identifierstyle=\color{red},
|
||||
columns=flexible,
|
||||
keepspaces=true,
|
||||
escapeinside={(*@}{@*)},
|
||||
captionpos=b,
|
||||
breaklines=true,
|
||||
frame=b,
|
||||
float=!ht,
|
||||
tabsize=2,
|
||||
morestring=*[d]{"},
|
||||
morestring=*[d]{'},
|
||||
morekeywords={version, services, db, image, environment, birdmap, api, ports, volumes, build, context, dockerfile, depends_on},
|
||||
literate=*
|
||||
{á}{{\'a}}1 {é}{{\'e}}1 {í}{{\'i}}1 {ó}{{\'o}}1 {ö}{{\"o}}1 {ő}{{\H{o}}}1 {ú}{{\'u}}1 {ü}{{\"u}}1 {ű}{{\H{u}}}1
|
||||
{Á}{{\'A}}1 {É}{{\'E}}1 {Í}{{\'I}}1 {Ó}{{\'O}}1 {Ö}{{\"O}}1 {Ő}{{\H{O}}}1 {Ú}{{\'U}}1 {Ü}{{\"U}}1 {Ű}{{\H{U}}}1
|
||||
}
|
||||
|
||||
%--------------------------------------------------------------------------------------
|
||||
% Set up theorem-like environments
|
||||
%--------------------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user