Sha256: 9fd1991d51bb4cf4950b193dc73d1348ffe02dc59fd2a4c3c06b5b4abcb9678d

Contents?: true

Size: 727 Bytes

Versions: 14

Compression:

Stored size: 727 Bytes

Contents

include "latex.outlang"

color "\textcolor{$style}{$text}"
bgcolor "\colorbox{$style}{$text}"

doctemplate
"% Generator: GNU source-highlight, by Lorenzo Bettini, http://www.gnu.org/software/src-highlite
\documentclass{article}
\usepackage[usenames,dvipsnames]{color}
$header
\title{$title}
\date{}
\begin{document}
\maketitle
\noindent
"
"
$footer
\end{document}
"
end


colormap
"green" "Green"
"red" "Red"
"darkred" "BrickRed"
"blue" "Blue"
"brown" "Brown"
"pink" "CarnationPink"
"yellow" "Yellow"
"cyan" "Cyan"
"purple" "Purple"
"orange" "Orange"
"brightorange" "YellowOrange"
"brightgreen" "YellowGreen"
"darkgreen" "ForestGreen"
"black" "Black"
"teal" "TealBlue"
"gray" "Gray"
"darkblue" "RoyalBlue"
default "Black"
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
FooBarWidget-mizuho-0.9.5 source-highlight/latexcolor.outlang
mizuho-0.9.20 source-highlight/latexcolor.outlang
mizuho-0.9.19 source-highlight/latexcolor.outlang
mizuho-0.9.18 source-highlight/latexcolor.outlang
mizuho-0.9.17 source-highlight/latexcolor.outlang
mizuho-0.9.15 source-highlight/latexcolor.outlang
mizuho-0.9.14 source-highlight/latexcolor.outlang
mizuho-0.9.13 source-highlight/latexcolor.outlang
mizuho-0.9.12 source-highlight/latexcolor.outlang
mizuho-0.9.11 source-highlight/latexcolor.outlang
mizuho-0.9.10 source-highlight/latexcolor.outlang
mizuho-0.9.9 source-highlight/latexcolor.outlang
mizuho-0.9.8 source-highlight/latexcolor.outlang
mizuho-0.9.6 source-highlight/latexcolor.outlang