scicom 0.2.3.1-java → 0.3.0-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bda077d5a5aa2fd50de447a81789171e6aac0df8
4
- data.tar.gz: 2163ec4d4b4a2708ab8f6c7e186d6afdc4cec176
3
+ metadata.gz: 3591845889915f7a4faf6057a3cb94d2bc773ff2
4
+ data.tar.gz: 25c6212971ec9b0a10a4397b99baa9cacc738a60
5
5
  SHA512:
6
- metadata.gz: c64a7ea73f2f208f8b167a1288ca3f182caf97c459ac187d1a77378dd62ca815630711dbf5733b2e8828c76eed2209218ce6d7a41469c5e01df5385585ed8143
7
- data.tar.gz: 4d68557c3a9739024017cc7f4100cce8251a268287437e8ca26c1221a0c0ad8821cbd6e1f22ed660e697bb8cf32ad08ff277fb90c99448b7cf8342f2033ad63b
6
+ metadata.gz: 586f7a124a3fb21de912aa50a34e6a32cf3eaf041f4a38acca8eadf86f345aee216a0695832b2981fed8c57329498c1adca2f52d4f030c0e3dc4dd7a629a8c01
7
+ data.tar.gz: cf0541cd4b4b02c3ffe4563547a82aac573943185668dbf7ffb29c7f1a52ddf5f2a7a3260a568a99e81a57bbf9c5a60bbe3485faa7a41fbb3a37d14e50e44e84
data/config.rb CHANGED
@@ -5,14 +5,17 @@ require 'rbconfig'
5
5
  ##########################################################################################
6
6
 
7
7
  # set to true if development environment
8
- # $DVLP = true
8
+ $DVLP = true
9
9
 
10
10
  # Set to 'cygwin' when in cygwin
11
11
  # $ENV = 'cygwin'
12
12
 
13
13
  # Set development dependency: those are gems that are also in development and thus not
14
- # installed in the gem directory. Need a way of accessing them
15
- # $DEPEND=["MDArray"]
14
+ # installed in the gem directory. Need a way of accessing them if we are in development
15
+ # otherwise gem install will install the dependency
16
+ if $DVLP
17
+ $DEPEND=["MDArray"]
18
+ end
16
19
 
17
20
  ##########################################################################################
18
21
 
@@ -56,7 +59,7 @@ end
56
59
  if $ENV == 'cygwin'
57
60
 
58
61
  #---------------------------------------------------------------------------------------
59
- # Return the cygpath of a path
62
+ # Return the cygpath (windows format) of a path in POSIX format, i.e., /home/...
60
63
  #---------------------------------------------------------------------------------------
61
64
 
62
65
  def set_path(path)
@@ -66,7 +69,7 @@ if $ENV == 'cygwin'
66
69
  else
67
70
 
68
71
  #---------------------------------------------------------------------------------------
69
- # Return the path
72
+ # Return the given path. When not in cygwin then just use the given path
70
73
  #---------------------------------------------------------------------------------------
71
74
 
72
75
  def set_path(path)
@@ -94,6 +97,7 @@ class SciCom
94
97
  @target_dir = SciCom.home_dir + "/target"
95
98
  @test_dir = SciCom.home_dir + "/test"
96
99
  @vendor_dir = SciCom.home_dir + "/vendor"
100
+ @cran_dir = SciCom.home_dir + "/cran"
97
101
 
98
102
  class << self
99
103
  attr_reader :project_dir
@@ -103,6 +107,7 @@ class SciCom
103
107
  attr_reader :target_dir
104
108
  attr_reader :test_dir
105
109
  attr_reader :vendor_dir
110
+ attr_reader :cran_dir
106
111
  end
107
112
 
108
113
  @build_dir = SciCom.src_dir + "/build"
@@ -161,3 +166,5 @@ if ($DVLP == true)
161
166
 
162
167
  end
163
168
 
169
+ # Add cran directory to the $LOAD_PATH search path
170
+ mklib(SciCom.cran_dir, false)
@@ -0,0 +1,25 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <metadata modelVersion="1.1.0">
3
+ <groupId>org.renjin.cran</groupId>
4
+ <artifactId>AppliedPredictiveModeling</artifactId>
5
+ <version>1.1-1-SNAPSHOT</version>
6
+ <versioning>
7
+ <snapshot>
8
+ <timestamp>20130715.023524</timestamp>
9
+ <buildNumber>2</buildNumber>
10
+ </snapshot>
11
+ <lastUpdated>20130715023524</lastUpdated>
12
+ <snapshotVersions>
13
+ <snapshotVersion>
14
+ <extension>jar</extension>
15
+ <value>1.1-1-20130715.023524-2</value>
16
+ <updated>20130715023524</updated>
17
+ </snapshotVersion>
18
+ <snapshotVersion>
19
+ <extension>pom</extension>
20
+ <value>1.1-1-20130715.023524-2</value>
21
+ <updated>20130715023524</updated>
22
+ </snapshotVersion>
23
+ </snapshotVersions>
24
+ </versioning>
25
+ </metadata>
Binary file
@@ -0,0 +1,25 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <metadata modelVersion="1.1.0">
3
+ <groupId>org.renjin.cran</groupId>
4
+ <artifactId>AssetPricing</artifactId>
5
+ <version>0.0-11-SNAPSHOT</version>
6
+ <versioning>
7
+ <snapshot>
8
+ <timestamp>20130714.222821</timestamp>
9
+ <buildNumber>4</buildNumber>
10
+ </snapshot>
11
+ <lastUpdated>20130714222821</lastUpdated>
12
+ <snapshotVersions>
13
+ <snapshotVersion>
14
+ <extension>jar</extension>
15
+ <value>0.0-11-20130714.222821-4</value>
16
+ <updated>20130714222821</updated>
17
+ </snapshotVersion>
18
+ <snapshotVersion>
19
+ <extension>pom</extension>
20
+ <value>0.0-11-20130714.222821-4</value>
21
+ <updated>20130714222821</updated>
22
+ </snapshotVersion>
23
+ </snapshotVersions>
24
+ </versioning>
25
+ </metadata>
@@ -0,0 +1,4 @@
1
+
2
+ \del{SciCom Manual}\label{ID_1820666172}
3
+ \chapter{Quick tour of SciCom}\label{ID_560041241}
4
+ \chapter{Vectors}\label{ID_1854584854}
@@ -0,0 +1,14 @@
1
+
2
+ \section{Vectors}\label{ID_1854584854}
3
+ \begin{lstlisting}
4
+
5
+ vec = R.d(10)
6
+
7
+ vec.pp
8
+
9
+ array = MDArray.double([3, 4])
10
+
11
+ array.print
12
+
13
+ \end{lstlisting}
14
+
@@ -0,0 +1,10 @@
1
+ \relax
2
+ \newlabel{ID_1820666172}{{}{1}}
3
+ \@writefile{toc}{\contentsline {chapter}{\numberline {1}Quick tour of SciCom}{1}}
4
+ \@writefile{lof}{\addvspace {10\p@ }}
5
+ \@writefile{lot}{\addvspace {10\p@ }}
6
+ \newlabel{ID_560041241}{{1}{1}}
7
+ \@writefile{toc}{\contentsline {chapter}{\numberline {2}Vectors}{2}}
8
+ \@writefile{lof}{\addvspace {10\p@ }}
9
+ \@writefile{lot}{\addvspace {10\p@ }}
10
+ \newlabel{ID_1854584854}{{2}{2}}
@@ -0,0 +1,655 @@
1
+ This is pdfTeX, Version 3.1415926-2.5-1.40.14 (MiKTeX 2.9) (preloaded format=pdflatex 2015.1.6) 6 JAN 2015 20:54
2
+ entering extended mode
3
+ **hearder.tex
4
+ (T:\Rodrigo\Desenv\SciCom\doc\hearder.tex
5
+ LaTeX2e <2011/06/27>
6
+ Babel <v3.8m> and hyphenation patterns for english, afrikaans, ancientgreek, ar
7
+ abic, armenian, assamese, basque, bengali, bokmal, bulgarian, catalan, coptic,
8
+ croatian, czech, danish, dutch, esperanto, estonian, farsi, finnish, french, ga
9
+ lician, german, german-x-2013-05-26, greek, gujarati, hindi, hungarian, iceland
10
+ ic, indonesian, interlingua, irish, italian, kannada, kurmanji, latin, latvian,
11
+ lithuanian, malayalam, marathi, mongolian, mongolianlmc, monogreek, ngerman, n
12
+ german-x-2013-05-26, nynorsk, oriya, panjabi, pinyin, polish, portuguese, roman
13
+ ian, russian, sanskrit, serbian, slovak, slovenian, spanish, swedish, swissgerm
14
+ an, tamil, telugu, turkish, turkmen, ukenglish, ukrainian, uppersorbian, usengl
15
+ ishmax, welsh, loaded.
16
+
17
+ (D:\rbotafogo\cygwin\PortableApps\PortableApps\MikTex\tex\latex\base\report.cls
18
+ Document Class: report 2007/10/19 v1.4h Standard LaTeX document class
19
+
20
+ (D:\rbotafogo\cygwin\PortableApps\PortableApps\MikTex\tex\latex\base\size11.clo
21
+ File: size11.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
22
+ )
23
+ \c@part=\count79
24
+ \c@chapter=\count80
25
+ \c@section=\count81
26
+ \c@subsection=\count82
27
+ \c@subsubsection=\count83
28
+ \c@paragraph=\count84
29
+ \c@subparagraph=\count85
30
+ \c@figure=\count86
31
+ \c@table=\count87
32
+ \abovecaptionskip=\skip41
33
+ \belowcaptionskip=\skip42
34
+ \bibindent=\dimen102
35
+ )
36
+ (D:\rbotafogo\cygwin\PortableApps\PortableApps\MikTex\tex\latex\base\inputenc.s
37
+ ty
38
+ Package: inputenc 2008/03/30 v1.1d Input encoding file
39
+ \inpenc@prehook=\toks14
40
+ \inpenc@posthook=\toks15
41
+
42
+ (D:\rbotafogo\cygwin\PortableApps\PortableApps\MikTex\tex\latex\base\utf8.def
43
+ File: utf8.def 2008/04/05 v1.1m UTF-8 support for inputenc
44
+ Now handling font encoding OML ...
45
+ ... no UTF-8 mapping file for font encoding OML
46
+ Now handling font encoding T1 ...
47
+ ... processing UTF-8 mapping file for font encoding T1
48
+
49
+ (D:\rbotafogo\cygwin\PortableApps\PortableApps\MikTex\tex\latex\base\t1enc.dfu
50
+ File: t1enc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc
51
+ defining Unicode char U+00A1 (decimal 161)
52
+ defining Unicode char U+00A3 (decimal 163)
53
+ defining Unicode char U+00AB (decimal 171)
54
+ defining Unicode char U+00BB (decimal 187)
55
+ defining Unicode char U+00BF (decimal 191)
56
+ defining Unicode char U+00C0 (decimal 192)
57
+ defining Unicode char U+00C1 (decimal 193)
58
+ defining Unicode char U+00C2 (decimal 194)
59
+ defining Unicode char U+00C3 (decimal 195)
60
+ defining Unicode char U+00C4 (decimal 196)
61
+ defining Unicode char U+00C5 (decimal 197)
62
+ defining Unicode char U+00C6 (decimal 198)
63
+ defining Unicode char U+00C7 (decimal 199)
64
+ defining Unicode char U+00C8 (decimal 200)
65
+ defining Unicode char U+00C9 (decimal 201)
66
+ defining Unicode char U+00CA (decimal 202)
67
+ defining Unicode char U+00CB (decimal 203)
68
+ defining Unicode char U+00CC (decimal 204)
69
+ defining Unicode char U+00CD (decimal 205)
70
+ defining Unicode char U+00CE (decimal 206)
71
+ defining Unicode char U+00CF (decimal 207)
72
+ defining Unicode char U+00D0 (decimal 208)
73
+ defining Unicode char U+00D1 (decimal 209)
74
+ defining Unicode char U+00D2 (decimal 210)
75
+ defining Unicode char U+00D3 (decimal 211)
76
+ defining Unicode char U+00D4 (decimal 212)
77
+ defining Unicode char U+00D5 (decimal 213)
78
+ defining Unicode char U+00D6 (decimal 214)
79
+ defining Unicode char U+00D8 (decimal 216)
80
+ defining Unicode char U+00D9 (decimal 217)
81
+ defining Unicode char U+00DA (decimal 218)
82
+ defining Unicode char U+00DB (decimal 219)
83
+ defining Unicode char U+00DC (decimal 220)
84
+ defining Unicode char U+00DD (decimal 221)
85
+ defining Unicode char U+00DE (decimal 222)
86
+ defining Unicode char U+00DF (decimal 223)
87
+ defining Unicode char U+00E0 (decimal 224)
88
+ defining Unicode char U+00E1 (decimal 225)
89
+ defining Unicode char U+00E2 (decimal 226)
90
+ defining Unicode char U+00E3 (decimal 227)
91
+ defining Unicode char U+00E4 (decimal 228)
92
+ defining Unicode char U+00E5 (decimal 229)
93
+ defining Unicode char U+00E6 (decimal 230)
94
+ defining Unicode char U+00E7 (decimal 231)
95
+ defining Unicode char U+00E8 (decimal 232)
96
+ defining Unicode char U+00E9 (decimal 233)
97
+ defining Unicode char U+00EA (decimal 234)
98
+ defining Unicode char U+00EB (decimal 235)
99
+ defining Unicode char U+00EC (decimal 236)
100
+ defining Unicode char U+00ED (decimal 237)
101
+ defining Unicode char U+00EE (decimal 238)
102
+ defining Unicode char U+00EF (decimal 239)
103
+ defining Unicode char U+00F0 (decimal 240)
104
+ defining Unicode char U+00F1 (decimal 241)
105
+ defining Unicode char U+00F2 (decimal 242)
106
+ defining Unicode char U+00F3 (decimal 243)
107
+ defining Unicode char U+00F4 (decimal 244)
108
+ defining Unicode char U+00F5 (decimal 245)
109
+ defining Unicode char U+00F6 (decimal 246)
110
+ defining Unicode char U+00F8 (decimal 248)
111
+ defining Unicode char U+00F9 (decimal 249)
112
+ defining Unicode char U+00FA (decimal 250)
113
+ defining Unicode char U+00FB (decimal 251)
114
+ defining Unicode char U+00FC (decimal 252)
115
+ defining Unicode char U+00FD (decimal 253)
116
+ defining Unicode char U+00FE (decimal 254)
117
+ defining Unicode char U+00FF (decimal 255)
118
+ defining Unicode char U+0102 (decimal 258)
119
+ defining Unicode char U+0103 (decimal 259)
120
+ defining Unicode char U+0104 (decimal 260)
121
+ defining Unicode char U+0105 (decimal 261)
122
+ defining Unicode char U+0106 (decimal 262)
123
+ defining Unicode char U+0107 (decimal 263)
124
+ defining Unicode char U+010C (decimal 268)
125
+ defining Unicode char U+010D (decimal 269)
126
+ defining Unicode char U+010E (decimal 270)
127
+ defining Unicode char U+010F (decimal 271)
128
+ defining Unicode char U+0110 (decimal 272)
129
+ defining Unicode char U+0111 (decimal 273)
130
+ defining Unicode char U+0118 (decimal 280)
131
+ defining Unicode char U+0119 (decimal 281)
132
+ defining Unicode char U+011A (decimal 282)
133
+ defining Unicode char U+011B (decimal 283)
134
+ defining Unicode char U+011E (decimal 286)
135
+ defining Unicode char U+011F (decimal 287)
136
+ defining Unicode char U+0130 (decimal 304)
137
+ defining Unicode char U+0131 (decimal 305)
138
+ defining Unicode char U+0132 (decimal 306)
139
+ defining Unicode char U+0133 (decimal 307)
140
+ defining Unicode char U+0139 (decimal 313)
141
+ defining Unicode char U+013A (decimal 314)
142
+ defining Unicode char U+013D (decimal 317)
143
+ defining Unicode char U+013E (decimal 318)
144
+ defining Unicode char U+0141 (decimal 321)
145
+ defining Unicode char U+0142 (decimal 322)
146
+ defining Unicode char U+0143 (decimal 323)
147
+ defining Unicode char U+0144 (decimal 324)
148
+ defining Unicode char U+0147 (decimal 327)
149
+ defining Unicode char U+0148 (decimal 328)
150
+ defining Unicode char U+014A (decimal 330)
151
+ defining Unicode char U+014B (decimal 331)
152
+ defining Unicode char U+0150 (decimal 336)
153
+ defining Unicode char U+0151 (decimal 337)
154
+ defining Unicode char U+0152 (decimal 338)
155
+ defining Unicode char U+0153 (decimal 339)
156
+ defining Unicode char U+0154 (decimal 340)
157
+ defining Unicode char U+0155 (decimal 341)
158
+ defining Unicode char U+0158 (decimal 344)
159
+ defining Unicode char U+0159 (decimal 345)
160
+ defining Unicode char U+015A (decimal 346)
161
+ defining Unicode char U+015B (decimal 347)
162
+ defining Unicode char U+015E (decimal 350)
163
+ defining Unicode char U+015F (decimal 351)
164
+ defining Unicode char U+0160 (decimal 352)
165
+ defining Unicode char U+0161 (decimal 353)
166
+ defining Unicode char U+0162 (decimal 354)
167
+ defining Unicode char U+0163 (decimal 355)
168
+ defining Unicode char U+0164 (decimal 356)
169
+ defining Unicode char U+0165 (decimal 357)
170
+ defining Unicode char U+016E (decimal 366)
171
+ defining Unicode char U+016F (decimal 367)
172
+ defining Unicode char U+0170 (decimal 368)
173
+ defining Unicode char U+0171 (decimal 369)
174
+ defining Unicode char U+0178 (decimal 376)
175
+ defining Unicode char U+0179 (decimal 377)
176
+ defining Unicode char U+017A (decimal 378)
177
+ defining Unicode char U+017B (decimal 379)
178
+ defining Unicode char U+017C (decimal 380)
179
+ defining Unicode char U+017D (decimal 381)
180
+ defining Unicode char U+017E (decimal 382)
181
+ defining Unicode char U+200C (decimal 8204)
182
+ defining Unicode char U+2013 (decimal 8211)
183
+ defining Unicode char U+2014 (decimal 8212)
184
+ defining Unicode char U+2018 (decimal 8216)
185
+ defining Unicode char U+2019 (decimal 8217)
186
+ defining Unicode char U+201A (decimal 8218)
187
+ defining Unicode char U+201C (decimal 8220)
188
+ defining Unicode char U+201D (decimal 8221)
189
+ defining Unicode char U+201E (decimal 8222)
190
+ defining Unicode char U+2030 (decimal 8240)
191
+ defining Unicode char U+2031 (decimal 8241)
192
+ defining Unicode char U+2039 (decimal 8249)
193
+ defining Unicode char U+203A (decimal 8250)
194
+ defining Unicode char U+2423 (decimal 9251)
195
+ )
196
+ Now handling font encoding OT1 ...
197
+ ... processing UTF-8 mapping file for font encoding OT1
198
+
199
+ (D:\rbotafogo\cygwin\PortableApps\PortableApps\MikTex\tex\latex\base\ot1enc.dfu
200
+ File: ot1enc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc
201
+ defining Unicode char U+00A1 (decimal 161)
202
+ defining Unicode char U+00A3 (decimal 163)
203
+ defining Unicode char U+00B8 (decimal 184)
204
+ defining Unicode char U+00BF (decimal 191)
205
+ defining Unicode char U+00C5 (decimal 197)
206
+ defining Unicode char U+00C6 (decimal 198)
207
+ defining Unicode char U+00D8 (decimal 216)
208
+ defining Unicode char U+00DF (decimal 223)
209
+ defining Unicode char U+00E6 (decimal 230)
210
+ defining Unicode char U+00EC (decimal 236)
211
+ defining Unicode char U+00ED (decimal 237)
212
+ defining Unicode char U+00EE (decimal 238)
213
+ defining Unicode char U+00EF (decimal 239)
214
+ defining Unicode char U+00F8 (decimal 248)
215
+ defining Unicode char U+0131 (decimal 305)
216
+ defining Unicode char U+0141 (decimal 321)
217
+ defining Unicode char U+0142 (decimal 322)
218
+ defining Unicode char U+0152 (decimal 338)
219
+ defining Unicode char U+0153 (decimal 339)
220
+ defining Unicode char U+2013 (decimal 8211)
221
+ defining Unicode char U+2014 (decimal 8212)
222
+ defining Unicode char U+2018 (decimal 8216)
223
+ defining Unicode char U+2019 (decimal 8217)
224
+ defining Unicode char U+201C (decimal 8220)
225
+ defining Unicode char U+201D (decimal 8221)
226
+ )
227
+ Now handling font encoding OMS ...
228
+ ... processing UTF-8 mapping file for font encoding OMS
229
+
230
+ (D:\rbotafogo\cygwin\PortableApps\PortableApps\MikTex\tex\latex\base\omsenc.dfu
231
+ File: omsenc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc
232
+ defining Unicode char U+00A7 (decimal 167)
233
+ defining Unicode char U+00B6 (decimal 182)
234
+ defining Unicode char U+00B7 (decimal 183)
235
+ defining Unicode char U+2020 (decimal 8224)
236
+ defining Unicode char U+2021 (decimal 8225)
237
+ defining Unicode char U+2022 (decimal 8226)
238
+ )
239
+ Now handling font encoding OMX ...
240
+ ... no UTF-8 mapping file for font encoding OMX
241
+ Now handling font encoding U ...
242
+ ... no UTF-8 mapping file for font encoding U
243
+ defining Unicode char U+00A9 (decimal 169)
244
+ defining Unicode char U+00AA (decimal 170)
245
+ defining Unicode char U+00AE (decimal 174)
246
+ defining Unicode char U+00BA (decimal 186)
247
+ defining Unicode char U+02C6 (decimal 710)
248
+ defining Unicode char U+02DC (decimal 732)
249
+ defining Unicode char U+200C (decimal 8204)
250
+ defining Unicode char U+2026 (decimal 8230)
251
+ defining Unicode char U+2122 (decimal 8482)
252
+ defining Unicode char U+2423 (decimal 9251)
253
+ ))
254
+ (D:\rbotafogo\cygwin\PortableApps\PortableApps\MikTex\tex\latex\geometry\geomet
255
+ ry.sty
256
+ Package: geometry 2010/09/12 v5.6 Page Geometry
257
+
258
+ (D:\rbotafogo\cygwin\PortableApps\PortableApps\MikTex\tex\latex\graphics\keyval
259
+ .sty
260
+ Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
261
+ \KV@toks@=\toks16
262
+ )
263
+ (D:\rbotafogo\cygwin\PortableApps\PortableApps\MikTex\tex\generic\oberdiek\ifpd
264
+ f.sty
265
+ Package: ifpdf 2011/01/30 v2.3 Provides the ifpdf switch (HO)
266
+ Package ifpdf Info: pdfTeX in PDF mode is detected.
267
+ )
268
+ (D:\rbotafogo\cygwin\PortableApps\PortableApps\MikTex\tex\generic\oberdiek\ifvt
269
+ ex.sty
270
+ Package: ifvtex 2010/03/01 v1.5 Detect VTeX and its facilities (HO)
271
+ Package ifvtex Info: VTeX not detected.
272
+ )
273
+ (D:\rbotafogo\cygwin\PortableApps\PortableApps\MikTex\tex\generic\ifxetex\ifxet
274
+ ex.sty
275
+ Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional
276
+ )
277
+ \Gm@cnth=\count88
278
+ \Gm@cntv=\count89
279
+ \c@Gm@tempcnt=\count90
280
+ \Gm@bindingoffset=\dimen103
281
+ \Gm@wd@mp=\dimen104
282
+ \Gm@odd@mp=\dimen105
283
+ \Gm@even@mp=\dimen106
284
+ \Gm@layoutwidth=\dimen107
285
+ \Gm@layoutheight=\dimen108
286
+ \Gm@layouthoffset=\dimen109
287
+ \Gm@layoutvoffset=\dimen110
288
+ \Gm@dimlist=\toks17
289
+
290
+ (D:\rbotafogo\cygwin\PortableApps\PortableApps\MikTex\tex\latex\geometry\geomet
291
+ ry.cfg))
292
+ (D:\rbotafogo\cygwin\PortableApps\PortableApps\MikTex\tex\latex\graphics\graphi
293
+ cx.sty
294
+ Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
295
+
296
+ (D:\rbotafogo\cygwin\PortableApps\PortableApps\MikTex\tex\latex\graphics\graphi
297
+ cs.sty
298
+ Package: graphics 2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR)
299
+
300
+ (D:\rbotafogo\cygwin\PortableApps\PortableApps\MikTex\tex\latex\graphics\trig.s
301
+ ty
302
+ Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
303
+ )
304
+ (D:\rbotafogo\cygwin\PortableApps\PortableApps\MikTex\tex\latex\00miktex\graphi
305
+ cs.cfg
306
+ File: graphics.cfg 2007/01/18 v1.5 graphics configuration of teTeX/TeXLive
307
+ )
308
+ Package graphics Info: Driver file: pdftex.def on input line 91.
309
+
310
+ (D:\rbotafogo\cygwin\PortableApps\PortableApps\MikTex\tex\latex\pdftex-def\pdft
311
+ ex.def
312
+ File: pdftex.def 2011/05/27 v0.06d Graphics/color for pdfTeX
313
+
314
+ (D:\rbotafogo\cygwin\PortableApps\PortableApps\MikTex\tex\generic\oberdiek\infw
315
+ arerr.sty
316
+ Package: infwarerr 2010/04/08 v1.3 Providing info/warning/error messages (HO)
317
+ )
318
+ (D:\rbotafogo\cygwin\PortableApps\PortableApps\MikTex\tex\generic\oberdiek\ltxc
319
+ mds.sty
320
+ Package: ltxcmds 2011/11/09 v1.22 LaTeX kernel commands for general use (HO)
321
+ )
322
+ \Gread@gobject=\count91
323
+ ))
324
+ \Gin@req@height=\dimen111
325
+ \Gin@req@width=\dimen112
326
+ )
327
+ (D:\rbotafogo\cygwin\PortableApps\PortableApps\MikTex\tex\latex\booktabs\bookta
328
+ bs.sty
329
+ Package: booktabs 2005/04/14 v1.61803 publication quality tables
330
+ \heavyrulewidth=\dimen113
331
+ \lightrulewidth=\dimen114
332
+ \cmidrulewidth=\dimen115
333
+ \belowrulesep=\dimen116
334
+ \belowbottomsep=\dimen117
335
+ \aboverulesep=\dimen118
336
+ \abovetopsep=\dimen119
337
+ \cmidrulesep=\dimen120
338
+ \cmidrulekern=\dimen121
339
+ \defaultaddspace=\dimen122
340
+ \@cmidla=\count92
341
+ \@cmidlb=\count93
342
+ \@aboverulesep=\dimen123
343
+ \@belowrulesep=\dimen124
344
+ \@thisruleclass=\count94
345
+ \@lastruleclass=\count95
346
+ \@thisrulewidth=\dimen125
347
+ )
348
+ (D:\rbotafogo\cygwin\PortableApps\PortableApps\MikTex\tex\latex\tools\array.sty
349
+ Package: array 2008/09/09 v2.4c Tabular extension package (FMi)
350
+ \col@sep=\dimen126
351
+ \extrarowheight=\dimen127
352
+ \NC@list=\toks18
353
+ \extratabsurround=\skip43
354
+ \backup@length=\skip44
355
+ )
356
+ (D:\rbotafogo\cygwin\PortableApps\PortableApps\MikTex\tex\latex\paralist\parali
357
+ st.sty
358
+ Package: paralist 2013/06/09 v2.4 Extended list environments
359
+ \pltopsep=\skip45
360
+ \plpartopsep=\skip46
361
+ \plitemsep=\skip47
362
+ \plparsep=\skip48
363
+ \pl@lab=\toks19
364
+ )
365
+ (D:\rbotafogo\cygwin\PortableApps\PortableApps\MikTex\tex\latex\tools\verbatim.
366
+ sty
367
+ Package: verbatim 2003/08/22 v1.5q LaTeX2e package for verbatim enhancements
368
+ \every@verbatim=\toks20
369
+ \verbatim@line=\toks21
370
+ \verbatim@in@stream=\read1
371
+ )
372
+ (D:\rbotafogo\cygwin\PortableApps\PortableApps\MikTex\tex\latex\subfig\subfig.s
373
+ ty
374
+ Package: subfig 2005/06/28 ver: 1.3 subfig package
375
+
376
+ (D:\rbotafogo\cygwin\PortableApps\PortableApps\MikTex\tex\latex\caption\caption
377
+ .sty
378
+ Package: caption 2013/05/02 v3.3-89 Customizing captions (AR)
379
+
380
+ (D:\rbotafogo\cygwin\PortableApps\PortableApps\MikTex\tex\latex\caption\caption
381
+ 3.sty
382
+ Package: caption3 2013/05/02 v1.6-88 caption3 kernel (AR)
383
+ Package caption3 Info: TeX engine: e-TeX on input line 57.
384
+ \captionmargin=\dimen128
385
+ \captionmargin@=\dimen129
386
+ \captionwidth=\dimen130
387
+ \caption@tempdima=\dimen131
388
+ \caption@indent=\dimen132
389
+ \caption@parindent=\dimen133
390
+ \caption@hangindent=\dimen134
391
+ )
392
+ \c@ContinuedFloat=\count96
393
+ )
394
+ \c@KVtest=\count97
395
+ \sf@farskip=\skip49
396
+ \sf@captopadj=\dimen135
397
+ \sf@capskip=\skip50
398
+ \sf@nearskip=\skip51
399
+ \c@subfigure=\count98
400
+ \c@subfigure@save=\count99
401
+ \c@lofdepth=\count100
402
+ \c@subtable=\count101
403
+ \c@subtable@save=\count102
404
+ \c@lotdepth=\count103
405
+ \sf@top=\skip52
406
+ \sf@bottom=\skip53
407
+ )
408
+ (D:\rbotafogo\cygwin\PortableApps\PortableApps\MikTex\tex\latex\graphics\color.
409
+ sty
410
+ Package: color 2005/11/14 v1.0j Standard LaTeX Color (DPC)
411
+
412
+ (D:\rbotafogo\cygwin\PortableApps\PortableApps\MikTex\tex\latex\00miktex\color.
413
+ cfg
414
+ File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive
415
+ )
416
+ Package color Info: Driver file: pdftex.def on input line 130.
417
+ )
418
+ (D:\rbotafogo\cygwin\PortableApps\PortableApps\MikTex\tex\latex\xcolor\xcolor.s
419
+ ty
420
+ Package: xcolor 2007/01/21 v2.11 LaTeX color extensions (UK)
421
+
422
+ (D:\rbotafogo\cygwin\PortableApps\PortableApps\MikTex\tex\latex\00miktex\color.
423
+ cfg
424
+ File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive
425
+ )
426
+ Package xcolor Info: Driver file: pdftex.def on input line 225.
427
+ LaTeX Info: Redefining \color on input line 702.
428
+ Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1337.
429
+ Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1341.
430
+ Package xcolor Info: Model `RGB' extended on input line 1353.
431
+ Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1355.
432
+ Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1356.
433
+ Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1357.
434
+ Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1358.
435
+ Package xcolor Info: Model `Gray' substituted by `gray' on input line 1359.
436
+ Package xcolor Info: Model `wave' substituted by `hsb' on input line 1360.
437
+ )
438
+ (D:\rbotafogo\cygwin\PortableApps\PortableApps\MikTex\tex\latex\listings\listin
439
+ gs.sty
440
+ \lst@mode=\count104
441
+ \lst@gtempboxa=\box26
442
+ \lst@token=\toks22
443
+ \lst@length=\count105
444
+ \lst@currlwidth=\dimen136
445
+ \lst@column=\count106
446
+ \lst@pos=\count107
447
+ \lst@lostspace=\dimen137
448
+ \lst@width=\dimen138
449
+ \lst@newlines=\count108
450
+ \lst@lineno=\count109
451
+ \lst@maxwidth=\dimen139
452
+
453
+ (D:\rbotafogo\cygwin\PortableApps\PortableApps\MikTex\tex\latex\listings\lstmis
454
+ c.sty
455
+ File: lstmisc.sty 2014/09/06 1.5e (Carsten Heinz)
456
+ \c@lstnumber=\count110
457
+ \lst@skipnumbers=\count111
458
+ \lst@framebox=\box27
459
+ )
460
+ (D:\rbotafogo\cygwin\PortableApps\PortableApps\MikTex\tex\latex\listings\listin
461
+ gs.cfg
462
+ File: listings.cfg 2014/09/06 1.5e listings configuration
463
+ ))
464
+ Package: listings 2014/09/06 1.5e (Carsten Heinz)
465
+
466
+ (D:\rbotafogo\cygwin\PortableApps\PortableApps\MikTex\tex\latex\listings\lstlan
467
+ g1.sty
468
+ File: lstlang1.sty 2014/09/06 1.5e listings language file
469
+ )
470
+ (D:\rbotafogo\cygwin\PortableApps\PortableApps\MikTex\tex\latex\listings\lstlan
471
+ g2.sty
472
+ File: lstlang2.sty 2014/09/06 1.5e listings language file
473
+ )
474
+ (D:\rbotafogo\cygwin\PortableApps\PortableApps\MikTex\tex\latex\fancyhdr\fancyh
475
+ dr.sty
476
+ \fancy@headwidth=\skip54
477
+ \f@ncyO@elh=\skip55
478
+ \f@ncyO@erh=\skip56
479
+ \f@ncyO@olh=\skip57
480
+ \f@ncyO@orh=\skip58
481
+ \f@ncyO@elf=\skip59
482
+ \f@ncyO@erf=\skip60
483
+ \f@ncyO@olf=\skip61
484
+ \f@ncyO@orf=\skip62
485
+ )
486
+ (D:\rbotafogo\cygwin\PortableApps\PortableApps\MikTex\tex\latex\sectsty\sectsty
487
+ .sty
488
+ Package: sectsty 2002/02/25 v2.0.2 Commands to change all sectional heading sty
489
+ les
490
+ )
491
+ (D:\rbotafogo\cygwin\PortableApps\PortableApps\MikTex\tex\latex\tocbibind\tocbi
492
+ bind.sty
493
+ Package: tocbibind 2010/10/13 v1.5k extra ToC listings
494
+ Package tocbibind Info: The document has chapter divisions on input line 50.
495
+
496
+
497
+ Package tocbibind Note: Using chapter style headings, unless overridden.
498
+
499
+ )
500
+ (D:\rbotafogo\cygwin\PortableApps\PortableApps\MikTex\tex\latex\tocloft\tocloft
501
+ .sty
502
+ Package: tocloft 2013/05/02 v2.3f parameterised ToC, etc., typesetting
503
+ Package tocloft Info: The document has chapter divisions on input line 44.
504
+ \cftparskip=\skip63
505
+ \cftbeforetoctitleskip=\skip64
506
+ \cftaftertoctitleskip=\skip65
507
+ \cftbeforepartskip=\skip66
508
+ \cftpartnumwidth=\skip67
509
+ \cftpartindent=\skip68
510
+ \cftbeforechapskip=\skip69
511
+ \cftchapindent=\skip70
512
+ \cftchapnumwidth=\skip71
513
+ \cftbeforesecskip=\skip72
514
+ \cftsecindent=\skip73
515
+ \cftsecnumwidth=\skip74
516
+ \cftbeforesubsecskip=\skip75
517
+ \cftsubsecindent=\skip76
518
+ \cftsubsecnumwidth=\skip77
519
+ \cftbeforesubsubsecskip=\skip78
520
+ \cftsubsubsecindent=\skip79
521
+ \cftsubsubsecnumwidth=\skip80
522
+ \cftbeforeparaskip=\skip81
523
+ \cftparaindent=\skip82
524
+ \cftparanumwidth=\skip83
525
+ \cftbeforesubparaskip=\skip84
526
+ \cftsubparaindent=\skip85
527
+ \cftsubparanumwidth=\skip86
528
+ \cftbeforeloftitleskip=\skip87
529
+ \cftafterloftitleskip=\skip88
530
+ \cftbeforefigskip=\skip89
531
+ \cftfigindent=\skip90
532
+ \cftfignumwidth=\skip91
533
+ \cftbeforelottitleskip=\skip92
534
+ \cftafterlottitleskip=\skip93
535
+ \cftbeforetabskip=\skip94
536
+ \cfttabindent=\skip95
537
+ \cfttabnumwidth=\skip96
538
+ \cftbeforesubfigskip=\skip97
539
+ \cftsubfigindent=\skip98
540
+ \cftsubfignumwidth=\skip99
541
+ \cftbeforesubtabskip=\skip100
542
+ \cftsubtabindent=\skip101
543
+ \cftsubtabnumwidth=\skip102
544
+ ) (T:\Rodrigo\Desenv\SciCom\doc\hearder.aux)
545
+ LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 82.
546
+ LaTeX Font Info: ... okay on input line 82.
547
+ LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 82.
548
+ LaTeX Font Info: ... okay on input line 82.
549
+ LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 82.
550
+ LaTeX Font Info: ... okay on input line 82.
551
+ LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 82.
552
+ LaTeX Font Info: ... okay on input line 82.
553
+ LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 82.
554
+ LaTeX Font Info: ... okay on input line 82.
555
+ LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 82.
556
+ LaTeX Font Info: ... okay on input line 82.
557
+
558
+ *geometry* driver: auto-detecting
559
+ *geometry* detected driver: pdftex
560
+ *geometry* verbose mode - [ preamble ] result:
561
+ * driver: pdftex
562
+ * paper: a4paper
563
+ * layout: <same size as paper>
564
+ * layoutoffset:(h,v)=(0.0pt,0.0pt)
565
+ * modes:
566
+ * h-part:(L,W,R)=(89.62709pt, 418.25368pt, 89.6271pt)
567
+ * v-part:(T,H,B)=(101.40665pt, 591.5302pt, 152.11pt)
568
+ * \paperwidth=597.50787pt
569
+ * \paperheight=845.04684pt
570
+ * \textwidth=418.25368pt
571
+ * \textheight=591.5302pt
572
+ * \oddsidemargin=17.3571pt
573
+ * \evensidemargin=17.3571pt
574
+ * \topmargin=-7.86334pt
575
+ * \headheight=12.0pt
576
+ * \headsep=25.0pt
577
+ * \topskip=11.0pt
578
+ * \footskip=30.0pt
579
+ * \marginparwidth=59.0pt
580
+ * \marginparsep=10.0pt
581
+ * \columnsep=10.0pt
582
+ * \skip\footins=10.0pt plus 4.0pt minus 2.0pt
583
+ * \hoffset=0.0pt
584
+ * \voffset=0.0pt
585
+ * \mag=1000
586
+ * \@twocolumnfalse
587
+ * \@twosidefalse
588
+ * \@mparswitchfalse
589
+ * \@reversemarginfalse
590
+ * (1in=72.27pt=25.4mm, 1cm=28.453pt)
591
+
592
+
593
+ (D:\rbotafogo\cygwin\PortableApps\PortableApps\MikTex\tex\context\base\supp-pdf
594
+ .mkii
595
+ [Loading MPS to PDF converter (version 2006.09.02).]
596
+ \scratchcounter=\count112
597
+ \scratchdimen=\dimen140
598
+ \scratchbox=\box28
599
+ \nofMPsegments=\count113
600
+ \nofMParguments=\count114
601
+ \everyMPshowfont=\toks23
602
+ \MPscratchCnt=\count115
603
+ \MPscratchDim=\dimen141
604
+ \MPnumerator=\count116
605
+ \makeMPintoPDFobject=\count117
606
+ \everyMPtoPDFconversion=\toks24
607
+ )
608
+ Package caption Info: Begin \AtBeginDocument code.
609
+ Package caption Info: subfig package v1.3 is loaded.
610
+ Package caption Info: listings package is loaded.
611
+ Package caption Info: End \AtBeginDocument code.
612
+ \c@lstlisting=\count118
613
+ LaTeX Font Info: External font `cmex10' loaded for size
614
+ (Font) <12> on input line 83.
615
+ LaTeX Font Info: External font `cmex10' loaded for size
616
+ (Font) <8> on input line 83.
617
+ LaTeX Font Info: External font `cmex10' loaded for size
618
+ (Font) <6> on input line 83.
619
+ [1
620
+
621
+ {D:/rbotafogo/cygwin/PortableApps/PortableApps/MikTex/pdftex/config/pdftex.map}
622
+ ] (T:\Rodrigo\Desenv\SciCom\doc\SciCom.tex
623
+ Chapter 1.
624
+ [1
625
+
626
+ ]
627
+ Chapter 2.
628
+ )
629
+
630
+ Package caption Warning: Unused \captionsetup[lstlisting] on input line 41.
631
+ See the caption package documentation for explanation.
632
+
633
+ [2
634
+
635
+ ] (T:\Rodrigo\Desenv\SciCom\doc\hearder.aux) )
636
+ Here is how much of TeX's memory you used:
637
+ 5736 strings out of 493921
638
+ 85024 string characters out of 3137225
639
+ 165722 words of memory out of 3000000
640
+ 8970 multiletter control sequences out of 15000+200000
641
+ 9387 words of font info for 33 fonts, out of 3000000 for 9000
642
+ 841 hyphenation exceptions out of 8191
643
+ 44i,6n,43p,219b,219s stack positions out of 5000i,500n,10000p,200000b,50000s
644
+ <D:/rbotafogo/cygwin/PortableApps
645
+ /PortableApps/MikTex/fonts/type1/public/amsfonts/cm/cmr10.pfb><D:/rbotafogo/cyg
646
+ win/PortableApps/PortableApps/MikTex/fonts/type1/public/amsfonts/cm/cmr12.pfb><
647
+ D:/rbotafogo/cygwin/PortableApps/PortableApps/MikTex/fonts/type1/public/amsfont
648
+ s/cm/cmr17.pfb><D:/rbotafogo/cygwin/PortableApps/PortableApps/MikTex/fonts/type
649
+ 1/public/amsfonts/cm/cmss17.pfb>
650
+ Output written on hearder.pdf (3 pages, 41576 bytes).
651
+ PDF statistics:
652
+ 28 PDF objects out of 1000 (max. 8388607)
653
+ 0 named destinations out of 1000 (max. 500000)
654
+ 1 words of extra memory for PDF output out of 10000 (max. 10000000)
655
+