You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"I'm a generated method. I'm just here to help remembering how the class was generated. I should only be executed in presence of the configurationBuilder contained in the Chrysal package. Indeed the item objects only exist at compile-time and STON will recreate them.
38
+
Here is a sketch how the methods of the class can be regenerated.
#explanation : ''Identify the file to be taken as input for the bibliography. This is the .bib file used to resolve the ${cite:ref=Key}$ annotation.''
51
+
},
52
+
StringConfigurationItem {
53
+
#propertyName : #title,
54
+
#default : ''my super cool book''
55
+
},
56
+
StringConfigurationItem {
57
+
#propertyName : #attribution,
58
+
#default : ''me, myself and I''
59
+
},
60
+
NumberConfigurationItem {
61
+
#propertyName : #headingLevelOffset,
62
+
#default : 0,
63
+
#explanation : ''Indicate how to convert from the level of a heading to the level of heading in your exported document.\r\tFor example, a headingLevelOffset of 3 converts a 1st level heading to an <h4>in HTML''
#explanation : ''The file that must be transformed. You can also specify an input file at the end of the command-line interface. Previously there was no default value''
#explanation : ''The string that separates lines in the exported document. This is often either LF or CR\\+LF but any string is possible. Values are #(#cr #lf #crlf #unix #mac #dos #platform)'',
110
+
#defaultKey : #platform
111
+
},
112
+
StringConfigurationItem {
113
+
#propertyName : #latexWriter,
114
+
#default : #''miclatex:sbabook''
115
+
},
116
+
StringConfigurationItem {
117
+
#propertyName : #htmlWriter,
118
+
#default : #michtml
119
+
},
120
+
NumberConfigurationItem {
121
+
#propertyName : #slideInTemplateForDeckJS,
122
+
#default : 1,
123
+
#explanation : ''Number of slides in Template: Indicate the number of slides created by the DeckJS template. This is important to create anchors.''
124
+
},
125
+
ListConfigurationItem {
126
+
#propertyName : #levels,
127
+
#default : #OrderedCollection,
128
+
#element : #levelSpecification
129
+
},
130
+
PathConfigurationItem {
131
+
#propertyName : #tocFile,
132
+
#default : ''.'',
133
+
#explanation : ''Identify the file to be taken as input for the root of the table of contents. When it is not specified, the table of contents will not be computed and displayed''
134
+
},
135
+
ListConfigurationItem {
136
+
#propertyName : #onlyCheckers,
137
+
#default : #OrderedCollection,
138
+
#explanation : ''Identify the checker names that should only be considered. The list given by ignoredCheckers is not considered. Still checkers can be configured via checkerConfigurations field.'',
139
+
#element : #value
140
+
},
141
+
ListConfigurationItem {
142
+
#propertyName : #ignoredCheckers,
143
+
#default : #OrderedCollection,
144
+
#explanation : ''Identify the checker names that should be ignored when onlyCheckers is not used.'',
145
+
#element : #value
146
+
},
147
+
ListConfigurationItem {
148
+
#propertyName : #checkerConfigurations,
149
+
#default : #OrderedCollection,
150
+
#explanation : ''Specify some configurations for each of the checkers mentioned either in onlyCheckers or ignoredCheckers.'',
"I'm a generated method. I'm just here to help remembering how the class was generated. I should only be executed in presence of the configurationBuilder contained in the Chrysal package. Indeed the item objects only exist at compile-time and STON will recreate them."
0 commit comments