Skip to content

Commit

Permalink
Add coloredtext command
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartl committed Jun 20, 2014
1 parent 45d8985 commit ba9fea0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions lib/softcover/template/latex_styles/softcover.sty
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
\newcommand{\heading}[1]{\textbf{#1}}
\newcommand{\kodesize}{\smaller[0.75]}
\newcommand{\kode}[1]{\textcolor{darkgreen}{\textbf{\texttt{\kodesize #1}}}}
\newcommand{\coloredtext}[2]{\textcolor{#1}{#2}}

% Subtitle command
\usepackage{titling}
Expand Down
2 changes: 1 addition & 1 deletion lib/softcover/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Softcover
VERSION = "0.9.22"
VERSION = "0.9.23"
end
2 changes: 1 addition & 1 deletion softcover.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]

gem.add_dependency 'polytexnic', '~> 0.9.7'
gem.add_dependency 'polytexnic', '~> 0.9.10'
gem.add_dependency 'msgpack', '~> 0.4.2'
gem.add_dependency 'nokogiri', '~> 1.6.0'
gem.add_dependency 'thor', '~> 0.18.1'
Expand Down

0 comments on commit ba9fea0

Please sign in to comment.