Class: Deplate::Formatter::LaTeX::Styles

Inherits:
Object
  • Object
show all
Defined in:
lib/deplate/mod/latex-styles.rb

Overview

The dummy base style

Defined Under Namespace

Classes: TableBox, TableDense08, TableFootnotesize, TableFormal, TableGrid, TableLandscape, TableList, TableOverlay, TableScriptsize, TableSmall

Instance Method Summary collapse

Constructor Details

#initialize(deplate) ⇒ Styles



21
22
23
24
# File 'lib/deplate/mod/latex-styles.rb', line 21

def initialize(deplate)
    @deplate   = deplate
    @formatter = deplate.formatter
end

Instance Method Details

#format_table(rv, invoker, *args) ⇒ Object



26
27
28
# File 'lib/deplate/mod/latex-styles.rb', line 26

def format_table(rv, invoker, *args)
    rv
end

#table_args(rv, invoker) ⇒ Object



30
31
32
# File 'lib/deplate/mod/latex-styles.rb', line 30

def table_args(rv, invoker)
    rv
end

#table_begin_body(rv, invoker, rown) ⇒ Object



62
63
64
# File 'lib/deplate/mod/latex-styles.rb', line 62

def table_begin_body(rv, invoker, rown)
    rv
end

#table_begin_foot(rv, invoker, rown) ⇒ Object



70
71
72
# File 'lib/deplate/mod/latex-styles.rb', line 70

def table_begin_foot(rv, invoker, rown)
    rv
end

#table_begin_head(rv, invoker, rown) ⇒ Object



54
55
56
# File 'lib/deplate/mod/latex-styles.rb', line 54

def table_begin_head(rv, invoker, rown)
    rv
end

#table_bottom(rv, invoker, *args) ⇒ Object



34
35
36
# File 'lib/deplate/mod/latex-styles.rb', line 34

def table_bottom(rv, invoker, *args)
    rv
end

#table_caption(rv, invoker, *args) ⇒ Object



38
39
40
# File 'lib/deplate/mod/latex-styles.rb', line 38

def table_caption(rv, invoker, *args)
    rv
end

#table_caption_text(rv, invoker, *args) ⇒ Object



42
43
44
# File 'lib/deplate/mod/latex-styles.rb', line 42

def table_caption_text(rv, invoker, *args)
    rv
end

#table_cell(rv, invoker, *args) ⇒ Object



46
47
48
# File 'lib/deplate/mod/latex-styles.rb', line 46

def table_cell(rv, invoker, *args)
    rv
end

#table_cols(rv, invoker, *args) ⇒ Object



50
51
52
# File 'lib/deplate/mod/latex-styles.rb', line 50

def table_cols(rv, invoker, *args)
    rv
end

#table_end_body(rv, invoker, rown) ⇒ Object



66
67
68
# File 'lib/deplate/mod/latex-styles.rb', line 66

def table_end_body(rv, invoker, rown)
    rv
end

#table_end_foot(rv, invoker, rown) ⇒ Object



74
75
76
# File 'lib/deplate/mod/latex-styles.rb', line 74

def table_end_foot(rv, invoker, rown)
    rv
end

#table_end_head(rv, invoker, rown) ⇒ Object



58
59
60
# File 'lib/deplate/mod/latex-styles.rb', line 58

def table_end_head(rv, invoker, rown)
    rv
end

#table_foot_row(rv, invoker, *args) ⇒ Object



106
107
108
# File 'lib/deplate/mod/latex-styles.rb', line 106

def table_foot_row(rv, invoker, *args)
    rv
end

#table_head_row(rv, invoker, *args) ⇒ Object



78
79
80
# File 'lib/deplate/mod/latex-styles.rb', line 78

def table_head_row(rv, invoker, *args)
    rv
end

#table_high_row(rv, invoker, *args) ⇒ Object



110
111
112
# File 'lib/deplate/mod/latex-styles.rb', line 110

def table_high_row(rv, invoker, *args)
    rv
end

#table_horizontal_ruler(rv, invoker, *args) ⇒ Object



82
83
84
# File 'lib/deplate/mod/latex-styles.rb', line 82

def table_horizontal_ruler(rv, invoker, *args)
    rv
end

#table_horizontal_ruler_from_to(rv, invoker, *args) ⇒ Object



86
87
88
# File 'lib/deplate/mod/latex-styles.rb', line 86

def table_horizontal_ruler_from_to(rv, invoker, *args)
    rv
end

#table_indented_row(rv, invoker, row, indent, t) ⇒ Object



146
147
148
# File 'lib/deplate/mod/latex-styles.rb', line 146

def table_indented_row(rv, invoker, row, indent, t)
    rv
end

#table_longtable_bottom(rv, invoker, *args) ⇒ Object



90
91
92
# File 'lib/deplate/mod/latex-styles.rb', line 90

def table_longtable_bottom(rv, invoker, *args)
    rv
end

#table_longtable_top(rv, invoker, *args) ⇒ Object



94
95
96
# File 'lib/deplate/mod/latex-styles.rb', line 94

def table_longtable_top(rv, invoker, *args)
    rv
end

#table_normal_row(rv, invoker, *args) ⇒ Object



98
99
100
# File 'lib/deplate/mod/latex-styles.rb', line 98

def table_normal_row(rv, invoker, *args)
    rv
end

#table_table_bottom(rv, invoker, *args) ⇒ Object



114
115
116
# File 'lib/deplate/mod/latex-styles.rb', line 114

def table_table_bottom(rv, invoker, *args)
    rv
end

#table_table_top(rv, invoker, *args) ⇒ Object



118
119
120
# File 'lib/deplate/mod/latex-styles.rb', line 118

def table_table_top(rv, invoker, *args)
    rv
end

#table_tabular_bottom(rv, invoker) ⇒ Object



126
127
128
# File 'lib/deplate/mod/latex-styles.rb', line 126

def table_tabular_bottom(rv, invoker)
    rv
end

#table_tabular_top(rv, invoker) ⇒ Object



122
123
124
# File 'lib/deplate/mod/latex-styles.rb', line 122

def table_tabular_top(rv, invoker)
    rv
end

#table_top(rv, invoker, *args) ⇒ Object



130
131
132
# File 'lib/deplate/mod/latex-styles.rb', line 130

def table_top(rv, invoker, *args)
    rv
end

#tabular_col_justifications(rv, invoker, args) ⇒ Object



138
139
140
# File 'lib/deplate/mod/latex-styles.rb', line 138

def tabular_col_justifications(rv, invoker, args)
    rv
end

#tabular_col_widths(rv, invoker, args) ⇒ Object



134
135
136
# File 'lib/deplate/mod/latex-styles.rb', line 134

def tabular_col_widths(rv, invoker, args)
    rv
end

#tabular_vertical_rulers(rv, invoker, args) ⇒ Object



142
143
144
# File 'lib/deplate/mod/latex-styles.rb', line 142

def tabular_vertical_rulers(rv, invoker, args)
    rv
end