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

Returns a new instance of Styles.



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

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

Instance Method Details

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



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

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

#table_args(rv, invoker) ⇒ Object



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

def table_args(rv, invoker)
    rv
end

#table_begin_body(rv, invoker, rown) ⇒ Object



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

def table_begin_body(rv, invoker, rown)
    rv
end

#table_begin_foot(rv, invoker, rown) ⇒ Object



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

def table_begin_foot(rv, invoker, rown)
    rv
end

#table_begin_head(rv, invoker, rown) ⇒ Object



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

def table_begin_head(rv, invoker, rown)
    rv
end

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



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

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

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



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

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

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



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

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

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



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

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

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



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

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

#table_end_body(rv, invoker, rown) ⇒ Object



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

def table_end_body(rv, invoker, rown)
    rv
end

#table_end_foot(rv, invoker, rown) ⇒ Object



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

def table_end_foot(rv, invoker, rown)
    rv
end

#table_end_head(rv, invoker, rown) ⇒ Object



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

def table_end_head(rv, invoker, rown)
    rv
end

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



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

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

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



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

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

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



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

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

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



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

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

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



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

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

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



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

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

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



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

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

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



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

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

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



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

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

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



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

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

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



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

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

#table_tabular_bottom(rv, invoker) ⇒ Object



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

def table_tabular_bottom(rv, invoker)
    rv
end

#table_tabular_top(rv, invoker) ⇒ Object



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

def table_tabular_top(rv, invoker)
    rv
end

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



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

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

#tabular_col_justifications(rv, invoker, args) ⇒ Object



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

def tabular_col_justifications(rv, invoker, args)
    rv
end

#tabular_col_widths(rv, invoker, args) ⇒ Object



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

def tabular_col_widths(rv, invoker, args)
    rv
end

#tabular_vertical_rulers(rv, invoker, args) ⇒ Object



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

def tabular_vertical_rulers(rv, invoker, args)
    rv
end