Module: Mathtype
- Defined in:
- lib/records/ruler.rb,
lib/mathtype.rb,
lib/records/end.rb,
lib/records/mtef.rb,
lib/records/nudge.rb,
lib/file_parser/ole.rb,
lib/file_parser/wmf.rb,
lib/mathtype/version.rb,
lib/records/bintypes.rb,
lib/records/snapshot.rb,
lib/records/typesizes.rb,
lib/file_parser/parser.rb
Overview
Typesize records (10-14): Consists of: record type (10-14) These records are just short ways of specifying a simple typesize where dsize is zero. The tag value represents an lsize + 10. So if the tag value is 10, it means equation content following it will be Full size (szFULL), tag value 11 means szSUB, and so on. See typesize.
Defined Under Namespace
Modules: Snapshot Classes: Converter, Equation, FileParser, Mtef16, OleFileParser, RecordEnd, RecordFull, RecordNudge, RecordRuler, RecordSub, RecordSub2, RecordSubsym, RecordSym, WmfFileParser
Constant Summary collapse
- HALIGN =
{ 1 => "left", 2 => "center", 3 => "right", 4 => "al", # relational 5 => "dec" # decimal }
- VALIGN =
{ 0 => "top_baseline", 1 => "center_baseline", 2 => "bottom_baseline", 3 => "center", # vertical centering 4 => "axis" # math axis (center of +,-, brace points, etc.) }
- VERSION =
"0.1.0"