From 97eed0e5d61bdb3aa50b351f2cdae80c39e6bad7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 28 Feb 2019 22:37:22 +0000 Subject: listings (28feb19) git-svn-id: svn://tug.org/texlive/trunk@50175 c570f23f-e606-0410-a88d-b1316a301751 --- .../tex/latex/listings/listings-hansl.prf | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/listings/listings-hansl.prf (limited to 'Master/texmf-dist/tex/latex/listings/listings-hansl.prf') diff --git a/Master/texmf-dist/tex/latex/listings/listings-hansl.prf b/Master/texmf-dist/tex/latex/listings/listings-hansl.prf new file mode 100644 index 00000000000..018bd68bdf8 --- /dev/null +++ b/Master/texmf-dist/tex/latex/listings/listings-hansl.prf @@ -0,0 +1,48 @@ +%% +%% This is file `listings-hansl.prf', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% lstdrvrs.dtx (with options: `hansl-prf') +%% +%% The listings package is copyright 1996--2004 Carsten Heinz, and +%% continued maintenance on the package is copyright 2006--2007 Brooks +%% Moses. From 2013 on the maintenance is done by Jobst Hoffmann. +%% The drivers are copyright 1997/1998/1999/2000/2001/2002/2003/2004/2006/ +%% 2007/2013 any individual author listed in this file. +%% +%% This file is distributed under the terms of the LaTeX Project Public +%% License from CTAN archives in directory macros/latex/base/lppl.txt. +%% Either version 1.3c or, at your option, any later version. +%% +%% This file is completely free and comes without any warranty. +%% +%% Send comments and ideas on the package, error reports and additional +%% programming languages to Jobst Hoffmann at . +%% +\ProvidesFile{listings-hansl.prf} + [2019/02/27 1.8b listings language file] +\usepackage[rgb, x11names]{xcolor} + +\lstdefinestyle{hanslbw}{% + keywordstyle = \bfseries, + keywordstyle = [2]\bfseries, + keywordstyle = [3]\itshape, + keywordstyle = [4]\underbar, + commentstyle = \ttfamily, + stringstyle = \ttfamily +} +\lstdefinestyle{hanslcolor}{% + basicstyle = \small\ttfamily, + keywordstyle = \color{red}, + keywordstyle = [2]\color{green}, + keywordstyle = [3]\color{cyan}, + keywordstyle = [4]\color{olive}, + commentstyle = \color{blue}\rmfamily, % + stringstyle = \color{magenta}, + moredelim = [l][\color{green}]{--} +}% +\endinput +%% +%% End of file `listings-hansl.prf'. -- cgit v1.2.3