summaryrefslogtreecommitdiffstats
path: root/ausarbeitung/maindoc.log
blob: de4b2e94089ae1bb8085431c5fab7beed4555823 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Arch Linux) (format=pdflatex 2010.1.19)  20 JAN 2010 15:17
entering extended mode
 restricted \write18 enabled.
 %&-line parsing enabled.
**maindoc.tex
(./maindoc.tex
LaTeX2e <2009/09/24>
Babel <v3.8l> and hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, german-x-2009-06-19, ngerman-x-2009-06-19, ancientgreek, ibycus, ar
abic, basque, bulgarian, catalan, pinyin, coptic, croatian, czech, danish, dutc
h, esperanto, estonian, farsi, finnish, french, galician, german, ngerman, mono
greek, greek, hungarian, icelandic, indonesian, interlingua, irish, italian, ku
rmanji, latin, latvian, lithuanian, mongolian, mongolian2a, bokmal, nynorsk, po
lish, portuguese, romanian, russian, sanskrit, serbian, slovak, slovenian, span
ish, swedish, turkish, ukenglish, ukrainian, uppersorbian, welsh, loaded.
(/usr/share/texmf-dist/tex/latex/koma-script/scrartcl.cls
Document Class: scrartcl 2009/07/24 v3.04a KOMA-Script document class (article)

(/usr/share/texmf-dist/tex/latex/koma-script/scrkbase.sty
Package: scrkbase 2009/07/24 v3.04a KOMA-Script package (KOMA-Script-dependent 
basics and keyval usage)

(/usr/share/texmf-dist/tex/latex/koma-script/scrbase.sty
Package: scrbase 2009/07/24 v3.04a KOMA-Script package (KOMA-Script-independent
 basics and keyval usage)

(/usr/share/texmf-dist/tex/latex/graphics/keyval.sty
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
\KV@toks@=\toks14
)
(/usr/share/texmf-dist/tex/latex/koma-script/scrlfile.sty
Package: scrlfile 2009/03/25 v3.03 KOMA-Script package (loading files)

Package scrlfile, 2009/03/25 v3.03 KOMA-Script package (loading files)
                  Copyright (C) Markus Kohm

))) (/usr/share/texmf-dist/tex/latex/koma-script/tocbasic.sty
Package: tocbasic 2009/06/08 v3.03b KOMA-Script package (handling toc-files)
)
Package tocbasic Info: omitting babel extension for `toc'
(tocbasic)             because of feature `nobabel' available
(tocbasic)             for `toc' on input line 115.
Package tocbasic Info: omitting babel extension for `lof'
(tocbasic)             because of feature `nobabel' available
(tocbasic)             for `lof' on input line 116.
Package tocbasic Info: omitting babel extension for `lot'
(tocbasic)             because of feature `nobabel' available
(tocbasic)             for `lot' on input line 117.
Package scrartcl Info: You've used obsolete option `12pt'.
(scrartcl)             \KOMAExecuteOptions{fontsize=12pt} will be
(scrartcl)             used instead.
(scrartcl)             You may simply replace `12pt'
(scrartcl)             by `fontsize=12pt'.
Class scrartcl Info: File `scrsize12pt.clo' used to setup font sizes on input l
ine 1171.

(/usr/share/texmf-dist/tex/latex/koma-script/scrsize12pt.clo
File: scrsize12pt.clo 2009/07/24 v3.04a KOMA-Script font size class option (12p
t)
)
(/usr/share/texmf-dist/tex/latex/koma-script/typearea.sty
Package: typearea 2009/07/24 v3.04a KOMA-Script package (type area)

Package typearea, 2009/07/24 v3.04a KOMA-Script package (type area)
                  Copyright (C) Frank Neukam, 1992-1994
                  Copyright (C) Markus Kohm, 1994-

\ta@bcor=\skip41
\ta@div=\count79
Package typearea Info: You've used standard option `a4paper'.
(typearea)             This is correct!
(typearea)             Internaly I'm using `paper=a4'.
(typearea)             If you'd like to set the option with \KOMAoptions,
(typearea)             you'd have to use `paper=a4' there
(typearea)             instead of `a4paper', too.
\ta@hblk=\skip42
\ta@vblk=\skip43
\ta@temp=\skip44
Package typearea Info: These are the values describing the layout:
(typearea)             DIV  = 12
(typearea)             BCOR = 0.0pt
(typearea)             \paperwidth      = 597.50793pt
(typearea)              \textwidth      = 448.13095pt
(typearea)              DIV departure   = -6%
(typearea)              \evensidemargin = 2.4185pt
(typearea)              \oddsidemargin  = 2.4185pt
(typearea)             \paperheight     = 845.04694pt
(typearea)              \textheight     = 635.5pt
(typearea)              \topmargin      = -41.72441pt
(typearea)              \headheight     = 18.125pt
(typearea)              \headsep        = 21.75pt
(typearea)              \topskip        = 12.0pt
(typearea)              \footskip       = 50.75pt
(typearea)              \baselineskip   = 14.5pt
(typearea)              on input line 1115.
)
\c@part=\count80
\c@section=\count81
\c@subsection=\count82
\c@subsubsection=\count83
\c@paragraph=\count84
\c@subparagraph=\count85
\abovecaptionskip=\skip45
\belowcaptionskip=\skip46
\c@pti@nb@sid@b@x=\box26
\c@figure=\count86
\c@table=\count87
\bibindent=\dimen102
) (/usr/share/texmf-dist/tex/latex/base/inputenc.sty
Package: inputenc 2008/03/30 v1.1d Input encoding file
\inpenc@prehook=\toks15
\inpenc@posthook=\toks16

(/usr/share/texmf-dist/tex/latex/ucs/utf8x.def
File: utf8x.def 2004/10/17 UCS: Input encoding UTF-8
))
(/usr/share/texmf-dist/tex/latex/ucs/ucs.sty
Package: ucs 2004/10/17 UCS: Unicode input support

(/usr/share/texmf-dist/tex/latex/ucs/data/uni-global.def
File: uni-global.def 2004/10/17 UCS: Unicode global data
)
\uc@secondtry=\count88
\uc@combtoks=\toks17
\uc@combtoksb=\toks18
\uc@temptokena=\toks19
)
(/usr/share/texmf-dist/tex/generic/babel/babel.sty
Package: babel 2008/07/06 v3.8l The Babel package

(/usr/share/texmf-dist/tex/generic/babel/ngermanb.ldf
Language: ngermanb 2008/07/06 v2.6n new German support from the babel system

(/usr/share/texmf-dist/tex/generic/babel/babel.def
File: babel.def 2008/07/06 v3.8l Babel common definitions
\babel@savecnt=\count89
\U@D=\dimen103
)
\l@naustrian = a dialect from \language\l@ngerman 
Package babel Info: Making " an active character on input line 92.
))
(/usr/share/texmf-dist/tex/latex/marvosym/marvosym.sty
Package: marvosym 2006/05/11 v2.1 Martin Vogel's Symbols font definitions
)
(/usr/share/texmf-dist/tex/latex/tools/tabularx.sty
Package: tabularx 1999/01/07 v2.07 `tabularx' package (DPC)

(/usr/share/texmf-dist/tex/latex/tools/array.sty
Package: array 2008/09/09 v2.4c Tabular extension package (FMi)
\col@sep=\dimen104
\extrarowheight=\dimen105
\NC@list=\toks20
\extratabsurround=\skip47
\backup@length=\skip48
)
\TX@col@width=\dimen106
\TX@old@table=\dimen107
\TX@old@col=\dimen108
\TX@target=\dimen109
\TX@delta=\dimen110
\TX@cols=\count90
\TX@ftn=\toks21
)
(/usr/share/texmf-dist/tex/latex/graphics/graphicx.sty
Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)

(/usr/share/texmf-dist/tex/latex/graphics/graphics.sty
Package: graphics 2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR)

(/usr/share/texmf-dist/tex/latex/graphics/trig.sty
Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
)
(/usr/share/texmf-dist/tex/latex/latexconfig/graphics.cfg
File: graphics.cfg 2009/08/28 v1.8 graphics configuration of TeX Live
)
Package graphics Info: Driver file: pdftex.def on input line 91.

(/usr/share/texmf-dist/tex/latex/pdftex-def/pdftex.def
File: pdftex.def 2009/08/25 v0.04m Graphics/color for pdfTeX
\Gread@gobject=\count91
))
\Gin@req@height=\dimen111
\Gin@req@width=\dimen112
)
(/usr/share/texmf-dist/tex/latex/ltxmisc/url.sty
\Urlmuskip=\muskip10
Package: url 2006/04/12  ver 3.3  Verb mode for urls, etc.
)
(/usr/share/texmf-dist/tex/latex/natbib/natbib.sty
Package: natbib 2009/11/07 8.31a (PWD, AO)
\bibhang=\skip49
\bibsep=\skip50
LaTeX Info: Redefining \cite on input line 694.
\c@NAT@ctr=\count92
)
(/usr/share/texmf-dist/tex/latex/ltxmisc/a4wide.sty
Package: a4wide 1994/08/30

(/usr/share/texmf-dist/tex/latex/ntgclass/a4.sty
Package: a4 2004/04/15 v1.2g A4 based page layout
))
(/usr/share/texmf-dist/tex/latex/amsfonts/amsfonts.sty
Package: amsfonts 2009/06/22 v3.00 Basic AMSFonts support
\@emptytoks=\toks22
\symAMSa=\mathgroup4
\symAMSb=\mathgroup5
LaTeX Font Info:    Overwriting math alphabet `\mathfrak' in version `bold'
(Font)                  U/euf/m/n --> U/euf/b/n on input line 96.
)
(/usr/share/texmf-dist/tex/latex/amsmath/amsmath.sty
Package: amsmath 2000/07/18 v2.13 AMS math features
\@mathmargin=\skip51

For additional information on amsmath, use the `?' option.
(/usr/share/texmf-dist/tex/latex/amsmath/amstext.sty
Package: amstext 2000/06/29 v2.01

(/usr/share/texmf-dist/tex/latex/amsmath/amsgen.sty
File: amsgen.sty 1999/11/30 v2.0
\@emptytoks=\toks23
\ex@=\dimen113
))
(/usr/share/texmf-dist/tex/latex/amsmath/amsbsy.sty
Package: amsbsy 1999/11/29 v1.2d
\pmbraise@=\dimen114
)
(/usr/share/texmf-dist/tex/latex/amsmath/amsopn.sty
Package: amsopn 1999/12/14 v2.01 operator names
)
\inf@bad=\count93
LaTeX Info: Redefining \frac on input line 211.
\uproot@=\count94
\leftroot@=\count95
LaTeX Info: Redefining \overline on input line 307.
\classnum@=\count96
\DOTSCASE@=\count97
LaTeX Info: Redefining \ldots on input line 379.
LaTeX Info: Redefining \dots on input line 382.
LaTeX Info: Redefining \cdots on input line 467.
\Mathstrutbox@=\box27
\strutbox@=\box28
\big@size=\dimen115
LaTeX Font Info:    Redeclaring font encoding OML on input line 567.
LaTeX Font Info:    Redeclaring font encoding OMS on input line 568.
\macc@depth=\count98
\c@MaxMatrixCols=\count99
\dotsspace@=\muskip11
\c@parentequation=\count100
\dspbrk@lvl=\count101
\tag@help=\toks24
\row@=\count102
\column@=\count103
\maxfields@=\count104
\andhelp@=\toks25
\eqnshift@=\dimen116
\alignsep@=\dimen117
\tagshift@=\dimen118
\tagwidth@=\dimen119
\totwidth@=\dimen120
\lineht@=\dimen121
\@envbody=\toks26
\multlinegap=\skip52
\multlinetaggap=\skip53
\mathdisplay@stack=\toks27
LaTeX Info: Redefining \[ on input line 2666.
LaTeX Info: Redefining \] on input line 2667.
)
(/usr/share/texmf-dist/tex/latex/amsfonts/amssymb.sty
Package: amssymb 2009/06/22 v3.00
)
(/usr/share/texmf-dist/tex/latex/jknapltx/mathrsfs.sty
Package: mathrsfs 1996/01/01 Math RSFS package v1.0 (jk)
\symrsfs=\mathgroup6
)
(/usr/share/texmf-dist/tex/latex/mh/empheq.sty
Package: empheq 2007/12/03 v2.12 Emphasizing equations (MH)

(/usr/share/texmf-dist/tex/latex/mh/mhsetup.sty
Package: mhsetup 2007/12/03 v1.2 programming setup (MH)
)
(/usr/share/texmf-dist/tex/latex/mh/mathtools.sty
Package: mathtools 2008/08/01 v1.06 mathematical typesetting tools (MH)

(/usr/share/texmf-dist/tex/latex/tools/calc.sty
Package: calc 2007/08/22 v4.3 Infix arithmetic (KKT,FJ)
\calc@Acount=\count105
\calc@Bcount=\count106
\calc@Adimen=\dimen122
\calc@Bdimen=\dimen123
\calc@Askip=\skip54
\calc@Bskip=\skip55
LaTeX Info: Redefining \setlength on input line 76.
LaTeX Info: Redefining \addtolength on input line 77.
\calc@Ccount=\count107
\calc@Cskip=\skip56
)
\g_MT_multlinerow_int=\count108
\l_MT_multwidth_dim=\dimen124
)
\l_EQ_equationtype_int=\count109
\l_EQ_alignmentmode_int=\count110
\l_EQ_totalwidth_dim=\dimen125
\l_EQ_displaywidth_dim=\dimen126
\l_EQ_temp_linewidth_dim=\dimen127
\EmphEqdelimitershortfall=\dimen128
\EmphEqdelimiterfactor=\count111
\g_EQ_toptag_height_dim=\dimen129
\g_EQ_bottomtag_depth_dim=\dimen130
\g_EQ_toprow_height_dim=\dimen131
\g_EQ_bottomrow_depth_dim=\dimen132
\g_EQ_widesttag_dim=\dimen133
\EQ_mathdisplay_box=\box29
\EQ_tag_box=\box30
\g_EQ_temprow_int=\count112
)
(/usr/share/texmf-dist/tex/latex/tools/theorem.sty
Package: theorem 1995/11/23 v2.2c Theorem extension package (FMi)
\theorem@style=\toks28
\theorem@bodyfont=\toks29
\theorempreskipamount=\skip57
\theorempostskipamount=\skip58

(/usr/share/texmf-dist/tex/latex/tools/thp.sty
File: thp.sty 1995/11/23 v2.2c Theorem extension package (FMi)
))
(/usr/share/texmf-dist/tex/latex/psnfss/mathptmx.sty
Package: mathptmx 2005/04/12 PSNFSS-v9.2a Times w/ Math, improved (SPQR, WaS) 
LaTeX Font Info:    Redeclaring symbol font `operators' on input line 28.
LaTeX Font Info:    Overwriting symbol font `operators' in version `normal'
(Font)                  OT1/cmr/m/n --> OT1/ztmcm/m/n on input line 28.
LaTeX Font Info:    Overwriting symbol font `operators' in version `bold'
(Font)                  OT1/cmr/bx/n --> OT1/ztmcm/m/n on input line 28.
LaTeX Font Info:    Redeclaring symbol font `letters' on input line 29.
LaTeX Font Info:    Overwriting symbol font `letters' in version `normal'
(Font)                  OML/cmm/m/it --> OML/ztmcm/m/it on input line 29.
LaTeX Font Info:    Overwriting symbol font `letters' in version `bold'
(Font)                  OML/cmm/b/it --> OML/ztmcm/m/it on input line 29.
LaTeX Font Info:    Redeclaring symbol font `symbols' on input line 30.
LaTeX Font Info:    Overwriting symbol font `symbols' in version `normal'
(Font)                  OMS/cmsy/m/n --> OMS/ztmcm/m/n on input line 30.
LaTeX Font Info:    Overwriting symbol font `symbols' in version `bold'
(Font)                  OMS/cmsy/b/n --> OMS/ztmcm/m/n on input line 30.
LaTeX Font Info:    Redeclaring symbol font `largesymbols' on input line 31.
LaTeX Font Info:    Overwriting symbol font `largesymbols' in version `normal'
(Font)                  OMX/cmex/m/n --> OMX/ztmcm/m/n on input line 31.
LaTeX Font Info:    Overwriting symbol font `largesymbols' in version `bold'
(Font)                  OMX/cmex/m/n --> OMX/ztmcm/m/n on input line 31.
\symbold=\mathgroup7
\symitalic=\mathgroup8
LaTeX Font Info:    Redeclaring math alphabet \mathbf on input line 34.
LaTeX Font Info:    Overwriting math alphabet `\mathbf' in version `normal'
(Font)                  OT1/cmr/bx/n --> OT1/ptm/bx/n on input line 34.
LaTeX Font Info:    Overwriting math alphabet `\mathbf' in version `bold'
(Font)                  OT1/cmr/bx/n --> OT1/ptm/bx/n on input line 34.
LaTeX Font Info:    Redeclaring math alphabet \mathit on input line 35.
LaTeX Font Info:    Overwriting math alphabet `\mathit' in version `normal'
(Font)                  OT1/cmr/m/it --> OT1/ptm/m/it on input line 35.
LaTeX Font Info:    Overwriting math alphabet `\mathit' in version `bold'
(Font)                  OT1/cmr/bx/it --> OT1/ptm/m/it on input line 35.
LaTeX Info: Redefining \hbar on input line 50.
)
(/usr/share/texmf-dist/tex/latex/eqlist/eqlist.sty
eqlist.sty by M. Vaeth: Revision 2.1
Package: eqlist 2002/08/15 v2.1
(/usr/share/texmf-dist/tex/latex/eqparbox/eqparbox.sty
Package: eqparbox 2010/01/01 v3.1 Create equal-widthed boxes
\eqp@tempdima=\skip59
\eqp@tempdimb=\skip60
)
\eql@cnt=\count113
)
(/usr/share/texmf-dist/tex/latex/hyperref/hyperref.sty
Package: hyperref 2010/01/08 v6.80a Hypertext links for LaTeX

(/usr/share/texmf-dist/tex/generic/oberdiek/ifpdf.sty
Package: ifpdf 2009/04/10 v2.0 Provides the ifpdf switch (HO)
Package ifpdf Info: pdfTeX in pdf mode detected.
)
(/usr/share/texmf-dist/tex/generic/oberdiek/ifvtex.sty
Package: ifvtex 2008/11/04 v1.4 Switches for detecting VTeX and its modes (HO)
Package ifvtex Info: VTeX not detected.
)
(/usr/share/texmf-dist/tex/generic/ifxetex/ifxetex.sty
Package: ifxetex 2009/01/23 v0.5 Provides ifxetex conditional
)
(/usr/share/texmf-dist/tex/latex/oberdiek/hycolor.sty
Package: hycolor 2009/12/12 v1.6 Color options of hyperref/bookmark (HO)

(/usr/share/texmf-dist/tex/latex/oberdiek/xcolor-patch.sty
Package: xcolor-patch 2009/12/12 xcolor patch
))
\@linkdim=\dimen134
\Hy@linkcounter=\count114
\Hy@pagecounter=\count115

(/usr/share/texmf-dist/tex/latex/hyperref/pd1enc.def
File: pd1enc.def 2010/01/08 v6.80a Hyperref: PDFDocEncoding definition (HO)
)
(/usr/share/texmf-dist/tex/generic/oberdiek/pdftexcmds.sty
Package: pdftexcmds 2009/12/12 v0.7 Utility functions of pdfTeX for LuaTeX (HO)


(/usr/share/texmf-dist/tex/generic/oberdiek/infwarerr.sty
Package: infwarerr 2007/09/09 v1.2 Providing info/warning/message (HO)
)
(/usr/share/texmf-dist/tex/generic/oberdiek/ifluatex.sty
Package: ifluatex 2009/04/17 v1.2 Provides the ifluatex switch (HO)
Package ifluatex Info: LuaTeX not detected.
)
(/usr/share/texmf-dist/tex/generic/oberdiek/ltxcmds.sty
Package: ltxcmds 2009/12/12 v1.1 LaTeX kernel commands for general use (HO)
)
Package pdftexcmds Info: LuaTeX not detected.
Package pdftexcmds Info: \pdf@primitive is available.
Package pdftexcmds Info: \pdf@ifprimitive is available.
)
(/usr/share/texmf-dist/tex/generic/oberdiek/etexcmds.sty
Package: etexcmds 2007/12/12 v1.2 Prefix for e-TeX command names (HO)
Package etexcmds Info: Could not find \expanded.
(etexcmds)             That can mean that you are not using pdfTeX 1.50 or
(etexcmds)             that some package has redefined \expanded.
(etexcmds)             In the latter case, load this package earlier.
)
(/usr/share/texmf-dist/tex/generic/oberdiek/intcalc.sty
Package: intcalc 2007/09/27 v1.1 Expandable integer calculations (HO)
)
(/usr/share/texmf-dist/tex/latex/latexconfig/hyperref.cfg
File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive
)
(/usr/share/texmf-dist/tex/latex/oberdiek/kvoptions.sty
Package: kvoptions 2009/12/08 v3.6 Keyval support for LaTeX options (HO)

(/usr/share/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty
Package: kvsetkeys 2009/12/22 v1.7 Key value parser (HO)
))
Package hyperref Info: Option `pdfpagelabels' set `true' on input line 3076.
Package hyperref Info: Option `plainpages' set `false' on input line 3076.
Package hyperref Info: Option `colorlinks' set `true' on input line 3076.
Package hyperref Info: Hyper figures OFF on input line 3157.
Package hyperref Info: Link nesting OFF on input line 3162.
Package hyperref Info: Hyper index ON on input line 3165.
Package hyperref Info: Plain pages OFF on input line 3172.
Package hyperref Info: Backreferencing OFF on input line 3177.

Implicit mode ON; LaTeX internals redefined
Package hyperref Info: Bookmarks ON on input line 3373.
LaTeX Info: Redefining \url on input line 3610.
(/usr/share/texmf-dist/tex/generic/oberdiek/bitset.sty
Package: bitset 2007/09/28 v1.0 Data type bit set (HO)

(/usr/share/texmf-dist/tex/generic/oberdiek/bigintcalc.sty
Package: bigintcalc 2007/11/11 v1.1 Expandable big integer calculations (HO)
))
\Fld@menulength=\count116
\Field@Width=\dimen135
\Fld@charsize=\dimen136
\Field@toks=\toks30
Package hyperref Info: Hyper figures OFF on input line 4570.
Package hyperref Info: Link nesting OFF on input line 4575.
Package hyperref Info: Hyper index ON on input line 4578.
Package hyperref Info: backreferencing OFF on input line 4585.
Package hyperref Info: Link coloring ON on input line 4588.
Package hyperref Info: Link coloring with OCG OFF on input line 4595.
Package hyperref Info: PDF/A mode OFF on input line 4600.

(/usr/share/texmf-dist/tex/generic/oberdiek/atbegshi.sty
Package: atbegshi 2009/12/02 v1.10 At begin shipout hook (HO)
)
\Hy@abspage=\count117
\c@Item=\count118
)
*hyperref using driver hpdftex*
(/usr/share/texmf-dist/tex/latex/hyperref/hpdftex.def
File: hpdftex.def 2010/01/08 v6.80a Hyperref driver for pdfTeX

(/usr/share/texmf-dist/tex/generic/oberdiek/atveryend.sty
Package: atveryend 2009/12/11 v1.3 Hooks at very end of document (HO)
Package atveryend Info: \enddocument detected (standard).
)
\Fld@listcount=\count119
\c@bookmark@seq@number=\count120

(/usr/share/texmf-dist/tex/generic/oberdiek/rerunfilecheck.sty
Package: rerunfilecheck 2009/12/18 v1.2 Rerun checks for auxiliary files (HO)

(/usr/share/texmf-dist/tex/generic/oberdiek/uniquecounter.sty
Package: uniquecounter 2009/12/18 v1.1 Provides unlimited unique counter (HO)
)
Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 3
26.
)
\Hy@SectionHShift=\skip61
)
(/usr/share/texmf-dist/tex/latex/listings/listings.sty
\lst@mode=\count121
\lst@gtempboxa=\box31
\lst@token=\toks31
\lst@length=\count122
\lst@currlwidth=\dimen137
\lst@column=\count123
\lst@pos=\count124
\lst@lostspace=\dimen138
\lst@width=\dimen139
\lst@newlines=\count125
\lst@lineno=\count126
\lst@maxwidth=\dimen140

(/usr/share/texmf-dist/tex/latex/listings/lstmisc.sty
File: lstmisc.sty 2007/02/22 1.4 (Carsten Heinz)
\c@lstnumber=\count127
\lst@skipnumbers=\count128
\lst@framebox=\box32
)
(/usr/share/texmf-dist/tex/latex/listings/listings.cfg
File: listings.cfg 2007/02/22 1.4 listings configuration
))
Package: listings 2007/02/22 1.4 (Carsten Heinz)

(/usr/share/texmf-dist/tex/latex/base/makeidx.sty
Package: makeidx 2000/03/29 v1.0m Standard LaTeX package
)
(/usr/share/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty
\fancy@headwidth=\skip62
\f@ncyO@elh=\skip63
\f@ncyO@erh=\skip64
\f@ncyO@olh=\skip65
\f@ncyO@orh=\skip66
\f@ncyO@elf=\skip67
\f@ncyO@erf=\skip68
\f@ncyO@olf=\skip69
\f@ncyO@orf=\skip70
)
(/usr/share/texmf-dist/tex/latex/psnfss/pifont.sty
Package: pifont 2005/04/12 PSNFSS-v9.2a Pi font support (SPQR) 
LaTeX Font Info:    Try loading font information for U+pzd on input line 63.

(/usr/share/texmf-dist/tex/latex/psnfss/upzd.fd
File: upzd.fd 2001/06/04 font definitions for U/pzd.
)
LaTeX Font Info:    Try loading font information for U+psy on input line 64.

(/usr/share/texmf-dist/tex/latex/psnfss/upsy.fd
File: upsy.fd 2001/06/04 font definitions for U/psy.
))
(/usr/share/texmf-dist/tex/latex/subfigure/subfigure.sty
Package: subfigure 2002/03/15 v2.1.5 subfigure package
\subfigtopskip=\skip71
\subfigcapskip=\skip72
\subfigcaptopadj=\dimen141
\subfigbottomskip=\skip73
\subfigcapmargin=\dimen142
\subfiglabelskip=\skip74
\c@subfigure=\count129
\c@lofdepth=\count130
\c@subtable=\count131
\c@lotdepth=\count132

****************************************
* Local config file subfigure.cfg used *
****************************************
(/usr/share/texmf-dist/tex/latex/subfigure/subfigure.cfg)
\subfig@top=\skip75
\subfig@bottom=\skip76
) (./maindoc.aux
(./Title.aux) (./Erklaerung.aux) (./Einleitung.aux) (./Tutorial.aux)
(./Friend_Finder.aux) (./Ausblick.aux) (./Anhang.aux))
\openout1 = `maindoc.aux'.

LaTeX Font Info:    Checking defaults for OML/cmm/m/it on input line 105.
LaTeX Font Info:    ... okay on input line 105.
LaTeX Font Info:    Checking defaults for T1/cmr/m/n on input line 105.
LaTeX Font Info:    ... okay on input line 105.
LaTeX Font Info:    Checking defaults for OT1/cmr/m/n on input line 105.
LaTeX Font Info:    ... okay on input line 105.
LaTeX Font Info:    Checking defaults for OMS/cmsy/m/n on input line 105.
LaTeX Font Info:    ... okay on input line 105.
LaTeX Font Info:    Checking defaults for OMX/cmex/m/n on input line 105.
LaTeX Font Info:    ... okay on input line 105.
LaTeX Font Info:    Checking defaults for U/cmr/m/n on input line 105.
LaTeX Font Info:    ... okay on input line 105.
LaTeX Font Info:    Checking defaults for PD1/pdf/m/n on input line 105.
LaTeX Font Info:    ... okay on input line 105.
LaTeX Font Info:    Try loading font information for OT1+ptm on input line 105.


(/usr/share/texmf-dist/tex/latex/psnfss/ot1ptm.fd
File: ot1ptm.fd 2001/06/04 font definitions for OT1/ptm.
)
(/usr/share/texmf-dist/tex/latex/ucs/ucsencs.def
File: ucsencs.def 2003/11/29 Fixes to fontencodings LGR, T3
)
(/usr/share/texmf-dist/tex/context/base/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
\scratchcounter=\count133
\scratchdimen=\dimen143
\scratchbox=\box33
\nofMPsegments=\count134
\nofMParguments=\count135
\everyMPshowfont=\toks32
\MPscratchCnt=\count136
\MPscratchDim=\dimen144
\MPnumerator=\count137
\everyMPtoPDFconversion=\toks33
) (/usr/share/texmf-dist/tex/latex/graphics/color.sty
Package: color 2005/11/14 v1.0j Standard LaTeX Color (DPC)

(/usr/share/texmf-dist/tex/latex/latexconfig/color.cfg
File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive
)
Package color Info: Driver file: pdftex.def on input line 130.
)
Package hyperref Info: Link coloring ON on input line 105.

(/usr/share/texmf-dist/tex/latex/hyperref/nameref.sty
Package: nameref 2009/12/18 v2.35 Cross-referencing by name of section

(/usr/share/texmf-dist/tex/latex/oberdiek/refcount.sty
Package: refcount 2008/08/11 v3.1 Data extraction from references (HO)
)
(/usr/share/texmf-dist/tex/generic/oberdiek/gettitlestring.sty
Package: gettitlestring 2009/12/18 v1.3 Cleanup title references (HO)
)
\c@section@level=\count138
)
LaTeX Info: Redefining \ref on input line 105.
LaTeX Info: Redefining \pageref on input line 105.
 (./maindoc.out) (./maindoc.out)
\@outlinefile=\write3
\openout3 = `maindoc.out'.

\AtBeginShipoutBox=\box34
\c@lstlisting=\count139
\openout2 = `Title.aux'.

 (./Title.tex
<Bilder/siegel.png, id=147, 568.2831pt x 568.2831pt>
File: Bilder/siegel.png Graphic file (type png)
 <use Bilder/siegel.png>
(/usr/share/texmf-dist/tex/latex/ucs/data/uni-0.def
File: uni-0.def 2004/10/17 UCS: Unicode data U+0000..U+00FF
) [1


{/usr/share/texmf-var/fonts/map/pdftex/updmap/pdftex.map} <./Bilder/siegel.png>
]) (./maindoc.toc
Class scrartcl Info: You've told me to use the font selection of the element
(scrartcl)           `sectioning' that is an alias of element `disposition'
(scrartcl)            on input line 2.
Class scrartcl Info: You've told me to use the font selection of the element
(scrartcl)           `sectioning' that is an alias of element `disposition'
(scrartcl)            on input line 3.
LaTeX Font Info:    Try loading font information for OT1+ztmcm on input line 4.


(/usr/share/texmf-dist/tex/latex/psnfss/ot1ztmcm.fd
File: ot1ztmcm.fd 2000/01/03 Fontinst v1.801 font definitions for OT1/ztmcm.
)
LaTeX Font Info:    Try loading font information for OML+ztmcm on input line 4.


(/usr/share/texmf-dist/tex/latex/psnfss/omlztmcm.fd
File: omlztmcm.fd 2000/01/03 Fontinst v1.801 font definitions for OML/ztmcm.
)
LaTeX Font Info:    Try loading font information for OMS+ztmcm on input line 4.


(/usr/share/texmf-dist/tex/latex/psnfss/omsztmcm.fd
File: omsztmcm.fd 2000/01/03 Fontinst v1.801 font definitions for OMS/ztmcm.
)
LaTeX Font Info:    Try loading font information for OMX+ztmcm on input line 4.


(/usr/share/texmf-dist/tex/latex/psnfss/omxztmcm.fd
File: omxztmcm.fd 2000/01/03 Fontinst v1.801 font definitions for OMX/ztmcm.
)
LaTeX Font Info:    Try loading font information for U+rsfs on input line 4.

(/usr/share/texmf-dist/tex/latex/jknapltx/ursfs.fd
File: ursfs.fd 1998/03/24 rsfs font definition file (jk)
)
LaTeX Font Info:    Font shape `OT1/ptm/bx/n' in size <12> not available
(Font)              Font shape `OT1/ptm/b/n' tried instead on input line 4.
LaTeX Font Info:    Font shape `OT1/ptm/bx/n' in size <9> not available
(Font)              Font shape `OT1/ptm/b/n' tried instead on input line 4.
LaTeX Font Info:    Font shape `OT1/ptm/bx/n' in size <7> not available
(Font)              Font shape `OT1/ptm/b/n' tried instead on input line 4.
Class scrartcl Info: You've told me to use the font selection of the element
(scrartcl)           `sectioning' that is an alias of element `disposition'
(scrartcl)            on input line 15.
Class scrartcl Info: You've told me to use the font selection of the element
(scrartcl)           `sectioning' that is an alias of element `disposition'
(scrartcl)            on input line 28.
)
\tf@toc=\write4
\openout4 = `maindoc.toc'.

 [1

]
\openout2 = `Erklaerung.aux'.

 (./Erklaerung.tex)pdfTeX warning (ext4): destination with the same identifier 
(name{page.1}) has been already used, duplicate ignored
<to be read again> 
                   \relax 
l.116 \include{Erklaerung}
                           [1


]
\openout2 = `Einleitung.aux'.

 (./Einleitung.tex
Underfull \hbox (badness 10000) in paragraph at lines 3--4

 []


Underfull \hbox (badness 10000) in paragraph at lines 5--6

 []


Underfull \hbox (badness 10000) in paragraph at lines 7--8

 []


Underfull \hbox (badness 10000) in paragraph at lines 9--10

 []


Package natbib Warning: Citation `efl' on page 2 undefined on input line 11.

) [2


]
\openout2 = `Tutorial.aux'.

 (./Tutorial.tex

Package natbib Warning: Citation `efl' on page 3 undefined on input line 4.


Package natbib Warning: Citation `cegcc' on page 3 undefined on input line 8.

[3


]
Overfull \hbox (2.40399pt too wide) in paragraph at lines 74--74
[]\OT1/cmtt/m/n/12 export CPPFLAGS="-I$WINCE_PATH/include -I$WINCE_PATH/zlib-1.
2.3-dev/include[] 
 []


Overfull \hbox (14.754pt too wide) in paragraph at lines 74--74
[] \OT1/cmtt/m/n/12 -I$WINCE_PATH/win_iconv-dev/include -I/opt/mingw32ce/arm-mi
ngw32ce/include/"[] 
 []

[4] [5] [6]
Overfull \hbox (64.15402pt too wide) in paragraph at lines 195--195
[] \OT1/cmtt/m/n/12 cp $WINCE_PATH/cp libpng-1.2.33-dev/lib/pkgconfig/libpng* $
WINCE_PATH/lib/pkgconfig/[] 
 []


Overfull \hbox (95.02904pt too wide) in paragraph at lines 195--195
[] \OT1/cmtt/m/n/12 cp $WINCE_PATH/freetype-2.3.7-dev/lib/pkgconfig/freetype2.p
c $WINCE_PATH/lib/freetype2.pc[] 
 []


Overfull \hbox (20.929pt too wide) in paragraph at lines 210--210
[] \OT1/cmtt/m/n/12 ./autogen.sh --prefix=$WINCE_PATH --host=arm-mingw32ce --di
sable-async-events[] 
 []

[7]
Overfull \hbox (15.93102pt too wide) in paragraph at lines 225--227
[]\OT1/ptm/m/n/12 Allerdings wird sie im Ord-ner ''free-ty-pe2`` nicht ge-fun-d
en. Um dies zu um-ge-hen muss ''ft2build.h``
 []


Overfull \hbox (169.12907pt too wide) in paragraph at lines 230--230
[] \OT1/cmtt/m/n/12 cp $WINCE_PATH/freetype-2.3.7-dev/include/freetype2/ft2buil
d.h $WINCE_PATH/freetype-2.3.7-dev/include[] 
 []

[8]
Overfull \hbox (33.279pt too wide) in paragraph at lines 263--263
[] \OT1/cmtt/m/n/12 #define PROCESS_ALL_ACCESS         (STANDARD_RIGHTS_REQUIRE
D|SYNCHRONIZE|0xfff)[] 
 []

[9]
Overfull \hbox (119.72905pt too wide) in paragraph at lines 308--308
[] \OT1/cmtt/m/n/12 ./autogen.sh --prefix=$WINCE_PATH --host=arm-mingw32ce --wi
th-edje-cc=$WINCE_PATH/bin/edje_cc[] 
 []

) [10]
\openout2 = `Friend_Finder.aux'.

 (./Friend_Finder.tex
LaTeX Font Info:    Try loading font information for OMS+ptm on input line 12.
 (/usr/share/texmf-dist/tex/latex/psnfss/omsptm.fd
File: omsptm.fd 
)
LaTeX Font Info:    Font shape `OMS/ptm/m/n' in size <12> not available
(Font)              Font shape `OMS/cmsy/m/n' tried instead on input line 12.

[11


]
Underfull \hbox (badness 10000) in paragraph at lines 32--33

 []

) [12]
\openout2 = `Ausblick.aux'.

 (./Ausblick.tex

LaTeX Font Warning: Font shape `OT1/cmss/bx/it' undefined
(Font)              using `OT1/cmss/bx/n' instead on input line 21.

) [13


]
\openout2 = `Anhang.aux'.

 (./Anhang.tex
Overfull \hbox (57.77696pt too wide) in paragraph at lines 10--11
[]\OT1/ptm/m/n/12 zlib-1.2.3-bin.tar.bz2: [][]$\OT1/cmtt/m/n/12 http : / / sour
ceforge . net / projects / cegcc / files / ported % 20packages /
 []


Overfull \hbox (58.68912pt too wide) in paragraph at lines 11--12
[]\OT1/ptm/m/n/12 zlib-1.2.3-dev.tar.bz2: [][]$\OT1/cmtt/m/n/12 http : / / sour
ceforge . net / projects / cegcc / files / ported % 20packages /
 []


Overfull \hbox (60.93295pt too wide) in paragraph at lines 12--13
[]\OT1/ptm/m/n/12 libjpeg-6b-bin.tar.bz2: [][]$\OT1/cmtt/m/n/12 http : / / sour
ceforge . net / projects / cegcc / files / ported % 20packages /
 []


Overfull \hbox (62.025pt too wide) in paragraph at lines 13--14
[]\OT1/ptm/m/n/12 libjepg-6b-dev.tar.bz2: [][]$\OT1/cmtt/m/n/12 http : / / sour
ceforge . net / projects / cegcc / files / ported % 20packages /
 []


Overfull \hbox (11.16382pt too wide) in paragraph at lines 20--21
[]\OT1/ptm/m/n/12 freetype-2.3.7-bin.tar.bz2: [][]$\OT1/cmtt/m/n/12 http : / / 
sourceforge . net / projects / cegcc / files / ported %
 []


Overfull \hbox (12.07597pt too wide) in paragraph at lines 21--22
[]\OT1/ptm/m/n/12 freetype-2.3.7-dev.tar.bz2: [][]$\OT1/cmtt/m/n/12 http : / / 
sourceforge . net / projects / cegcc / files / ported %
 []


Overfull \hbox (8.524pt too wide) in paragraph at lines 22--23
[]\OT1/ptm/m/n/12 libpng-1.2.33-bin.tar.bz2: [][]$\OT1/cmtt/m/n/12 http : / / s
ourceforge . net / projects / cegcc / files / ported %
 []


Overfull \hbox (9.43616pt too wide) in paragraph at lines 23--24
[]\OT1/ptm/m/n/12 libpng-1.2.33-dev.tar.bz2: [][]$\OT1/cmtt/m/n/12 http : / / s
ourceforge . net / projects / cegcc / files / ported %
 []

[14


] [15]
Overfull \hbox (298.80414pt too wide) in paragraph at lines 119--119
[]\OT1/cmtt/m/n/12 cp lib/evas/modules/engines/buffer/mingw32ce-arm/module.dll 
efl/evas/modules/engines/buffer/mingw32ce-arm/engine_buffer.dll[] 
 []


Overfull \hbox (391.42918pt too wide) in paragraph at lines 119--119
[]\OT1/cmtt/m/n/12 cp lib/evas/modules/engines/software_16/mingw32ce-arm/module
.dll efl/evas/modules/engines/software_16/mingw32ce-arm/engine_software_16.dll[
] 
 []


Overfull \hbox (502.57924pt too wide) in paragraph at lines 119--119
[]\OT1/cmtt/m/n/12 cp lib/evas/modules/engines/software_16_wince/mingw32ce-arm/
module.dll efl/evas/modules/engines/software_16_wince/mingw32ce-arm/engine_soft
ware_16_wince.dll[] 
 []


Overfull \hbox (484.05423pt too wide) in paragraph at lines 119--119
[]\OT1/cmtt/m/n/12 cp lib/evas/modules/engines/software_generic/mingw32ce-arm/m
odule.dll efl/evas/modules/engines/software_generic/mingw32ce-arm/engine_softwa
re_generic.dll[] 
 []


Overfull \hbox (243.22911pt too wide) in paragraph at lines 119--119
[]\OT1/cmtt/m/n/12 cp lib/evas/modules/loaders/eet/mingw32ce-arm/module.dll efl
/evas/modules/loaders/eet/mingw32ce-arm/loader_eet.dll[] 
 []


Overfull \hbox (261.75412pt too wide) in paragraph at lines 119--119
[]\OT1/cmtt/m/n/12 cp lib/evas/modules/loaders/jpeg/mingw32ce-arm/module.dll ef
l/evas/modules/loaders/jpeg/mingw32ce-arm/loader_jpeg.dll[] 
 []


Overfull \hbox (280.27913pt too wide) in paragraph at lines 119--119
[]\OT1/cmtt/m/n/12 cp lib/evas/modules/loaders/pmaps/mingw32ce-arm/module.dll e
fl/evas/modules/loaders/pmaps/mingw32ce-arm/loader_pmaps.dll[] 
 []


Overfull \hbox (243.22911pt too wide) in paragraph at lines 119--119
[]\OT1/cmtt/m/n/12 cp lib/evas/modules/loaders/png/mingw32ce-arm/module.dll efl
/evas/modules/loaders/png/mingw32ce-arm/loader_png.dll[] 
 []


Overfull \hbox (243.22911pt too wide) in paragraph at lines 119--119
[]\OT1/cmtt/m/n/12 cp lib/evas/modules/loaders/xpm/mingw32ce-arm/module.dll efl
/evas/modules/loaders/xpm/mingw32ce-arm/loader_xpm.dll[] 
 []


Overfull \hbox (224.7041pt too wide) in paragraph at lines 119--119
[]\OT1/cmtt/m/n/12 cp lib/evas/modules/savers/eet/mingw32ce-arm/module.dll efl/
evas/modules/savers/eet/mingw32ce-arm/saver_eet.dll[] 
 []


Overfull \hbox (224.7041pt too wide) in paragraph at lines 119--119
[]\OT1/cmtt/m/n/12 cp lib/evas/modules/savers/png/mingw32ce-arm/module.dll efl/
evas/modules/savers/png/mingw32ce-arm/saver_png.dll[] 
 []


Overfull \hbox (51.80402pt too wide) in paragraph at lines 119--119
[]\OT1/cmtt/m/n/12 arm-mingw32ce-strip efl/evas/modules/engines/buffer/mingw32c
e-arm/engine_buffer.dll[] 
 []


Overfull \hbox (113.55405pt too wide) in paragraph at lines 119--119
[]\OT1/cmtt/m/n/12 arm-mingw32ce-strip efl/evas/modules/engines/software_16/min
gw32ce-arm/engine_software_16.dll[] 
 []


Overfull \hbox (187.65408pt too wide) in paragraph at lines 119--119
[]\OT1/cmtt/m/n/12 arm-mingw32ce-strip efl/evas/modules/engines/software_16_win
ce/mingw32ce-arm/engine_software_16_wince.dll[] 
 []


Overfull \hbox (175.30408pt too wide) in paragraph at lines 119--119
[]\OT1/cmtt/m/n/12 arm-mingw32ce-strip efl/evas/modules/engines/software_generi
c/mingw32ce-arm/engine_software_generic.dll[] 
 []


Overfull \hbox (14.754pt too wide) in paragraph at lines 119--119
[]\OT1/cmtt/m/n/12 arm-mingw32ce-strip efl/evas/modules/loaders/eet/mingw32ce-a
rm/loader_eet.dll[] 
 []


Overfull \hbox (27.104pt too wide) in paragraph at lines 119--119
[]\OT1/cmtt/m/n/12 arm-mingw32ce-strip efl/evas/modules/loaders/jpeg/mingw32ce-
arm/loader_jpeg.dll[] 
 []


Overfull \hbox (39.45401pt too wide) in paragraph at lines 119--119
[]\OT1/cmtt/m/n/12 arm-mingw32ce-strip efl/evas/modules/loaders/pmaps/mingw32ce
-arm/loader_pmaps.dll[] 
 []


Overfull \hbox (14.754pt too wide) in paragraph at lines 119--119
[]\OT1/cmtt/m/n/12 arm-mingw32ce-strip efl/evas/modules/loaders/png/mingw32ce-a
rm/loader_png.dll[] 
 []


Overfull \hbox (14.754pt too wide) in paragraph at lines 119--119
[]\OT1/cmtt/m/n/12 arm-mingw32ce-strip efl/evas/modules/loaders/xpm/mingw32ce-a
rm/loader_xpm.dll[] 
 []


Overfull \hbox (2.40399pt too wide) in paragraph at lines 119--119
[]\OT1/cmtt/m/n/12 arm-mingw32ce-strip efl/evas/modules/savers/eet/mingw32ce-ar
m/saver_eet.dll[] 
 []


Overfull \hbox (2.40399pt too wide) in paragraph at lines 119--119
[]\OT1/cmtt/m/n/12 arm-mingw32ce-strip efl/evas/modules/savers/png/mingw32ce-ar
m/saver_png.dll[] 
 []

[16]) [17]
No file maindoc.bbl.

Package natbib Warning: There were undefined citations.

Package atveryend Info: Empty hook `BeforeClearDocument' on input line 129.
Package atveryend Info: Empty hook `AfterLastShipout' on input line 129.
(./maindoc.aux (./Title.aux) (./Erklaerung.aux) (./Einleitung.aux)
(./Tutorial.aux) (./Friend_Finder.aux) (./Ausblick.aux) (./Anhang.aux))
Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 129.
Package rerunfilecheck Info: File `maindoc.out' has not changed.
(rerunfilecheck)             Checksum: 1EC6B235DC07F00F7EA53C777A75F92A;2563.


LaTeX Font Warning: Some font shapes were not available, defaults substituted.

 ) 
Here is how much of TeX's memory you used:
 10793 strings out of 493847
 155384 string characters out of 3153979
 267114 words of memory out of 3000000
 13718 multiletter control sequences out of 15000+200000
 23091 words of font info for 58 fonts, out of 3000000 for 9000
 714 hyphenation exceptions out of 8191
 36i,12n,43p,755b,591s stack positions out of 5000i,500n,10000p,200000b,50000s
{/usr/share/texmf-dist/fonts/enc/dvips/base/8r.enc}</usr/share/texmf-dist/fon
ts/type1/public/amsfonts/cm/cmssbx10.pfb></usr/share/texmf-dist/fonts/type1/pub
lic/amsfonts/cm/cmsy10.pfb></usr/share/texmf-dist/fonts/type1/public/amsfonts/c
m/cmtt12.pfb></usr/share/texmf-dist/fonts/type1/urw/times/utmb8a.pfb></usr/shar
e/texmf-dist/fonts/type1/urw/times/utmr8a.pfb></usr/share/texmf-dist/fonts/type
1/urw/times/utmri8a.pfb>
Output written on maindoc.pdf (19 pages, 1117643 bytes).
PDF statistics:
 331 PDF objects out of 1000 (max. 8388607)
 62 named destinations out of 1000 (max. 500000)
 294 words of extra memory for PDF output out of 10000 (max. 10000000)