rubypost 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
data/lib/objects.rb CHANGED
@@ -77,8 +77,14 @@ module RubyPost
77
77
  #option for metapost command line
78
78
  :metapost_options
79
79
 
80
- @@start_of_file = <<END_OF_STRING
80
+ @@start_of_file = <<END_OF_STRING
81
81
  prologues := 2;
82
+ filenametemplate "%j-%c.mps";
83
+ verbatimtex
84
+ %&latex
85
+ \\documentclass{minimal}
86
+ \\begin{document}
87
+ etex
82
88
  END_OF_STRING
83
89
 
84
90
  #input 'sarith' so that metapost can read exponential notation
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubypost
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -44,6 +44,15 @@ files:
44
44
  - lib/options.rb
45
45
  - lib/objects.rb
46
46
  - lib/revert_float_to_s.rb
47
+ - doc/String.html
48
+ - doc/index.html
49
+ - doc/RubyPost.html
50
+ - doc/Float.html
51
+ - doc/created.rid
52
+ - doc/Numeric.html
53
+ - doc/rdoc.css
54
+ - doc/README.html
55
+ - doc/Rational.html
47
56
  - README
48
57
  homepage: https://github.com/robbymckilliam/rubypost
49
58
  licenses: []