# File lib/pdf/techbook.rb, line 670
670:   def techbook_directive_endcode(args)
671:     select_font @techbook_textfont, @techbook_encoding
672:     @techbook_lastmode, @techbook_mode = @techbook_mode, @techbook_lastmode
673:     @techbook_textopt  = { :justification => :full }
674:     @techbook_fontsize = 12
675:   end