diff options
Diffstat (limited to 'lib/coderay/encoders/_map.rb')
-rw-r--r-- | lib/coderay/encoders/_map.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/coderay/encoders/_map.rb b/lib/coderay/encoders/_map.rb index fdd8ae4..8e9732b 100644 --- a/lib/coderay/encoders/_map.rb +++ b/lib/coderay/encoders/_map.rb @@ -2,7 +2,8 @@ module CodeRay module Encoders map :stats => :statistic, - :plain => :text + :plain => :text, + :tex => :latex end end |