Class: Deplate::Particle::Space
- Inherits:
-
Deplate::Particle
- Object
- Deplate::Particle
- Deplate::Particle::Space
- Defined in:
- lib/deplate/mod/lang-zh_CN-autospace.rb,
lib/deplate/mod/lang-zh_CN.rb
Instance Method Summary collapse
Instance Method Details
#process ⇒ Object
37 38 39 40 41 42 43 |
# File 'lib/deplate/mod/lang-zh_CN.rb', line 37 def process if @deplate.formatter.matches?('latex') super else @elt = ' ' end end |
#setup ⇒ Object
79 80 81 |
# File 'lib/deplate/mod/lang-zh_CN-autospace.rb', line 79 def setup @elt = ' ' end |