-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththesis.log
More file actions
3317 lines (2785 loc) · 149 KB
/
thesis.log
File metadata and controls
3317 lines (2785 loc) · 149 KB
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
This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013/Debian) (format=pdflatex 2014.9.30) 13 OCT 2015 15:01
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
**thesis.tex
(./thesis.tex
LaTeX2e <2011/06/27>
Babel <3.9h> and hyphenation patterns for 9 languages loaded.
(/usr/share/texlive/texmf-dist/tex/latex/koma-script/scrbook.cls
Document Class: scrbook 2013/12/19 v3.12 KOMA-Script document class (book)
(/usr/share/texlive/texmf-dist/tex/latex/koma-script/scrkbase.sty
Package: scrkbase 2013/12/19 v3.12 KOMA-Script package (KOMA-Script-dependent b
asics and keyval usage)
(/usr/share/texlive/texmf-dist/tex/latex/koma-script/scrbase.sty
Package: scrbase 2013/12/19 v3.12 KOMA-Script package (KOMA-Script-independent
basics and keyval usage)
(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
\KV@toks@=\toks14
)
(/usr/share/texlive/texmf-dist/tex/latex/koma-script/scrlfile.sty
Package: scrlfile 2013/12/19 v3.12 KOMA-Script package (loading files)
Package scrlfile, 2013/12/19 v3.12 KOMA-Script package (loading files)
Copyright (C) Markus Kohm
))) (/usr/share/texlive/texmf-dist/tex/latex/koma-script/tocbasic.sty
Package: tocbasic 2013/12/19 v3.12 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 117.
Package tocbasic Info: omitting babel extension for `lof'
(tocbasic) because of feature `nobabel' available
(tocbasic) for `lof' on input line 118.
Package tocbasic Info: omitting babel extension for `lot'
(tocbasic) because of feature `nobabel' available
(tocbasic) for `lot' on input line 119.
Package tocbasic Info: defining new hook before heading of `' on input line 111
8.
Class scrbook Info: You've used standard option `openright'.
(scrbook) This is correct!
(scrbook) Internally I'm using `open=right'.
(scrbook) If you'd like to set the option with \KOMAoptions,
(scrbook) you'd have to use `open=right' there
(scrbook) instead of `openright', too.
Class scrbook Warning: You've used obsolete option `pointlessnumbers'.
(scrbook) Usage of this option indicates an old document and
(scrbook) is deprecated.
(scrbook) You should simply replace
(scrbook) usage of option `pointlessnumbers' by `numbers=noenddot'
.
Class scrbook Info: Switching compatibility level to `first'.
Class scrbook Warning: You've used obsolete option `bibtotoc'.
(scrbook) Usage of this option indicates an old document and
(scrbook) is deprecated.
(scrbook) You should simply replace
(scrbook) usage of option `bibtotoc' by `bibliography=totoc'.
Class scrbook Info: Switching compatibility level to `first'.
Class scrbook Info: File `scrsize11pt.clo' used to setup font sizes on input li
ne 1655.
(/usr/share/texlive/texmf-dist/tex/latex/koma-script/scrsize11pt.clo
File: scrsize11pt.clo 2013/12/19 v3.12 KOMA-Script font size class option (11pt
)
)
(/usr/share/texlive/texmf-dist/tex/latex/koma-script/typearea.sty
Package: typearea 2013/12/19 v3.12 KOMA-Script package (type area)
Package typearea, 2013/12/19 v3.12 KOMA-Script package (type area)
Copyright (C) Frank Neukam, 1992-1994
Copyright (C) Markus Kohm, 1994-
\ta@bcor=\skip41
\ta@div=\count79
\ta@hblk=\skip42
\ta@vblk=\skip43
\ta@temp=\skip44
\footheight=\skip45
Package typearea Info: These are the values describing the layout:
(typearea) DIV = 10
(typearea) BCOR = 0.0pt
(typearea) \paperwidth = 597.50793pt
(typearea) \textwidth = 418.25555pt
(typearea) DIV departure = -6%
(typearea) \evensidemargin = 47.2316pt
(typearea) \oddsidemargin = -12.5192pt
(typearea) \paperheight = 845.04694pt
(typearea) \textheight = 595.80026pt
(typearea) \topmargin = -25.16531pt
(typearea) \headheight = 17.0pt
(typearea) \headsep = 20.40001pt
(typearea) \topskip = 11.0pt
(typearea) \footskip = 47.6pt
(typearea) \baselineskip = 13.6pt
(typearea) on input line 1330.
)
\c@part=\count80
\c@chapter=\count81
\c@section=\count82
\c@subsection=\count83
\c@subsubsection=\count84
\c@paragraph=\count85
\c@subparagraph=\count86
\abovecaptionskip=\skip46
\belowcaptionskip=\skip47
\c@pti@nb@sid@b@x=\box26
\c@figure=\count87
\c@table=\count88
\bibindent=\dimen102
) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty
Package: geometry 2010/09/12 v5.6 Page Geometry
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty
Package: ifpdf 2011/01/30 v2.3 Provides the ifpdf switch (HO)
Package ifpdf Info: pdfTeX in PDF mode is detected.
)
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifvtex.sty
Package: ifvtex 2010/03/01 v1.5 Detect VTeX and its facilities (HO)
Package ifvtex Info: VTeX not detected.
)
(/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty
Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional
)
\Gm@cnth=\count89
\Gm@cntv=\count90
\c@Gm@tempcnt=\count91
\Gm@bindingoffset=\dimen103
\Gm@wd@mp=\dimen104
\Gm@odd@mp=\dimen105
\Gm@even@mp=\dimen106
\Gm@layoutwidth=\dimen107
\Gm@layoutheight=\dimen108
\Gm@layouthoffset=\dimen109
\Gm@layoutvoffset=\dimen110
\Gm@dimlist=\toks15
)
(/usr/share/texlive/texmf-dist/tex/latex/SIunits/SIunits.sty
Package: SIunits 2007/12/02 v1.36 Support for the International System of units
(MH)
\@qskwidth=\skip48
\symgreek=\mathgroup4
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty
Package: amstext 2000/06/29 v2.01
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty
File: amsgen.sty 1999/11/30 v2.0
\@emptytoks=\toks16
\ex@=\dimen111
))
(/usr/share/texlive/texmf-dist/tex/latex/SIunits/SIunits.cfg)
LaTeX Info: Redefining \usk on input line 576.
Option `thinspace' provided!
LaTeX Info: Redefining \@qsk on input line 576.
Option `thinqspace' provided!
Option `squaren' provided!
) (/usr/share/texlive/texmf-dist/tex/latex/SIunits/binary.sty
Package: binary 2007/12/02 v1.36 Support for binary prefixes and units (MH)
)
(/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty
Package: inputenc 2008/03/30 v1.1d Input encoding file
\inpenc@prehook=\toks17
\inpenc@posthook=\toks18
(/usr/share/texlive/texmf-dist/tex/latex/base/latin2.def
File: latin2.def 2008/03/30 v1.1d Input encoding file
))
(/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty
Package: fontenc 2005/09/27 v1.99g Standard LaTeX package
(/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def
File: t1enc.def 2005/09/27 v1.99g Standard LaTeX file
LaTeX Font Info: Redeclaring font encoding T1 on input line 43.
))
(/usr/share/texmf/tex/latex/lm/lmodern.sty
Package: lmodern 2009/10/30 v1.6 Latin Modern Fonts
LaTeX Font Info: Overwriting symbol font `operators' in version `normal'
(Font) OT1/cmr/m/n --> OT1/lmr/m/n on input line 22.
LaTeX Font Info: Overwriting symbol font `letters' in version `normal'
(Font) OML/cmm/m/it --> OML/lmm/m/it on input line 23.
LaTeX Font Info: Overwriting symbol font `symbols' in version `normal'
(Font) OMS/cmsy/m/n --> OMS/lmsy/m/n on input line 24.
LaTeX Font Info: Overwriting symbol font `largesymbols' in version `normal'
(Font) OMX/cmex/m/n --> OMX/lmex/m/n on input line 25.
LaTeX Font Info: Overwriting symbol font `operators' in version `bold'
(Font) OT1/cmr/bx/n --> OT1/lmr/bx/n on input line 26.
LaTeX Font Info: Overwriting symbol font `letters' in version `bold'
(Font) OML/cmm/b/it --> OML/lmm/b/it on input line 27.
LaTeX Font Info: Overwriting symbol font `symbols' in version `bold'
(Font) OMS/cmsy/b/n --> OMS/lmsy/b/n on input line 28.
LaTeX Font Info: Overwriting symbol font `largesymbols' in version `bold'
(Font) OMX/cmex/m/n --> OMX/lmex/m/n on input line 29.
LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `normal'
(Font) OT1/cmr/bx/n --> OT1/lmr/bx/n on input line 31.
LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `normal'
(Font) OT1/cmss/m/n --> OT1/lmss/m/n on input line 32.
LaTeX Font Info: Overwriting math alphabet `\mathit' in version `normal'
(Font) OT1/cmr/m/it --> OT1/lmr/m/it on input line 33.
LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `normal'
(Font) OT1/cmtt/m/n --> OT1/lmtt/m/n on input line 34.
LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `bold'
(Font) OT1/cmr/bx/n --> OT1/lmr/bx/n on input line 35.
LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold'
(Font) OT1/cmss/bx/n --> OT1/lmss/bx/n on input line 36.
LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold'
(Font) OT1/cmr/bx/it --> OT1/lmr/bx/it on input line 37.
LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold'
(Font) OT1/cmtt/m/n --> OT1/lmtt/m/n on input line 38.
)
(/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty
Package: fontenc 2005/09/27 v1.99g Standard LaTeX package
(/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def
File: t1enc.def 2005/09/27 v1.99g Standard LaTeX file
LaTeX Font Info: Redeclaring font encoding T1 on input line 43.
))
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty
Package: amsmath 2013/01/14 v2.14 AMS math features
\@mathmargin=\skip49
For additional information on amsmath, use the `?' option.
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty
Package: amsbsy 1999/11/29 v1.2d
\pmbraise@=\dimen112
)
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty
Package: amsopn 1999/12/14 v2.01 operator names
)
\inf@bad=\count92
LaTeX Info: Redefining \frac on input line 210.
\uproot@=\count93
\leftroot@=\count94
LaTeX Info: Redefining \overline on input line 306.
\classnum@=\count95
\DOTSCASE@=\count96
LaTeX Info: Redefining \ldots on input line 378.
LaTeX Info: Redefining \dots on input line 381.
LaTeX Info: Redefining \cdots on input line 466.
\Mathstrutbox@=\box27
\strutbox@=\box28
\big@size=\dimen113
LaTeX Font Info: Redeclaring font encoding OML on input line 566.
LaTeX Font Info: Redeclaring font encoding OMS on input line 567.
\macc@depth=\count97
\c@MaxMatrixCols=\count98
\dotsspace@=\muskip10
\c@parentequation=\count99
\dspbrk@lvl=\count100
\tag@help=\toks19
\row@=\count101
\column@=\count102
\maxfields@=\count103
\andhelp@=\toks20
\eqnshift@=\dimen114
\alignsep@=\dimen115
\tagshift@=\dimen116
\tagwidth@=\dimen117
\totwidth@=\dimen118
\lineht@=\dimen119
\@envbody=\toks21
\multlinegap=\skip50
\multlinetaggap=\skip51
\mathdisplay@stack=\toks22
LaTeX Info: Redefining \[ on input line 2665.
LaTeX Info: Redefining \] on input line 2666.
)
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty
Package: amssymb 2013/01/14 v3.01 AMS font symbols
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty
Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support
\symAMSa=\mathgroup5
\symAMSb=\mathgroup6
LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold'
(Font) U/euf/m/n --> U/euf/b/n on input line 106.
))
(/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty
Package: babel 2013/12/03 3.9h The Babel package
(/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf
Language: english 2012/08/20 v3.3p English support from the babel system
(/usr/share/texlive/texmf-dist/tex/generic/babel/babel.def
File: babel.def 2013/12/03 3.9h Babel common definitions
\babel@savecnt=\count104
\U@D=\dimen120
)
\l@canadian = a dialect from \language\l@american
\l@australian = a dialect from \language\l@british
\l@newzealand = a dialect from \language\l@british
))
(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
Package: graphics 2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR)
(/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty
Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
)
(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/graphics.cfg
File: graphics.cfg 2010/04/23 v1.9 graphics configuration of TeX Live
)
Package graphics Info: Driver file: pdftex.def on input line 91.
(/usr/share/texlive/texmf-dist/tex/latex/pdftex-def/pdftex.def
File: pdftex.def 2011/05/27 v0.06d Graphics/color for pdfTeX
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/infwarerr.sty
Package: infwarerr 2010/04/08 v1.3 Providing info/warning/error messages (HO)
)
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ltxcmds.sty
Package: ltxcmds 2011/11/09 v1.22 LaTeX kernel commands for general use (HO)
)
\Gread@gobject=\count105
))
\Gin@req@height=\dimen121
\Gin@req@width=\dimen122
)
(/usr/share/texlive/texmf-dist/tex/latex/wasysym/wasysym.sty
Package: wasysym 2003/10/30 v2.0 Wasy-2 symbol support package
\symwasy=\mathgroup7
LaTeX Font Info: Overwriting symbol font `wasy' in version `bold'
(Font) U/wasy/m/n --> U/wasy/b/n on input line 90.
)
(/usr/share/texlive/texmf-dist/tex/latex/subfigure/subfigure.sty
Package: subfigure 2002/03/15 v2.1.5 subfigure package
\subfigtopskip=\skip52
\subfigcapskip=\skip53
\subfigcaptopadj=\dimen123
\subfigbottomskip=\skip54
\subfigcapmargin=\dimen124
\subfiglabelskip=\skip55
\c@subfigure=\count106
\c@lofdepth=\count107
\c@subtable=\count108
\c@lotdepth=\count109
****************************************
* Local config file subfigure.cfg used *
****************************************
(/usr/share/texlive/texmf-dist/tex/latex/subfigure/subfigure.cfg)
\subfig@top=\skip56
\subfig@bottom=\skip57
)
(/usr/share/texlive/texmf-dist/tex/latex/tools/afterpage.sty
Package: afterpage 1995/10/27 v1.08 After-Page Package (DPC)
\AP@output=\toks23
\AP@partial=\box29
\AP@footins=\box30
)
(/usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty
Package: color 2005/11/14 v1.0j Standard LaTeX Color (DPC)
(/usr/share/texlive/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.
)
(/usr/share/texlive/texmf-dist/tex/latex/float/float.sty
Package: float 2001/11/08 v1.3d Float enhancements (AL)
\c@float@type=\count110
\float@exts=\toks24
\float@box=\box31
\@float@everytoks=\toks25
\@floatcapt=\box32
)
(/usr/share/texlive/texmf-dist/tex/latex/jknapltx/mathrsfs.sty
Package: mathrsfs 1996/01/01 Math RSFS package v1.0 (jk)
\symrsfs=\mathgroup8
)
(/usr/share/texlive/texmf-dist/tex/latex/tools/tabularx.sty
Package: tabularx 1999/01/07 v2.07 `tabularx' package (DPC)
(/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty
Package: array 2008/09/09 v2.4c Tabular extension package (FMi)
\col@sep=\dimen125
\extrarowheight=\dimen126
\NC@list=\toks26
\extratabsurround=\skip58
\backup@length=\skip59
)
\TX@col@width=\dimen127
\TX@old@table=\dimen128
\TX@old@col=\dimen129
\TX@target=\dimen130
\TX@delta=\dimen131
\TX@cols=\count111
\TX@ftn=\toks27
)
(/usr/share/texlive/texmf-dist/tex/latex/carlisle/slashed.sty
Package: slashed 1997/01/16 v0.01 Feynman Slashed Character Notation (DPC)
)
(/usr/share/texlive/texmf-dist/tex/latex/tools/xspace.sty
Package: xspace 2009/10/20 v1.13 Space after command names (DPC,MH)
)
(/usr/share/texlive/texmf-dist/tex/latex/rotating/rotating.sty
Package: rotating 2009/03/28 v2.16a rotated objects in LaTeX
(/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty
Package: ifthen 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC)
)
\c@r@tfl@t=\count112
\rotFPtop=\skip60
\rotFPbot=\skip61
\rot@float@box=\box33
\rot@mess@toks=\toks28
)
(/usr/share/texlive/texmf-dist/tex/latex/multirow/multirow.sty
\bigstrutjot=\dimen132
)
(/usr/share/texlive/texmf-dist/tex/latex/mdwtools/footnote.sty
Package: footnote 1997/01/28 1.13 Save footnotes around boxes
\fn@notes=\box34
\fn@width=\dimen133
)
(/usr/share/texlive/texmf-dist/tex/latex/mh/mathtools.sty
Package: mathtools 2013/02/12 v1.13 mathematical typesetting tools
(/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty
Package: calc 2007/08/22 v4.3 Infix arithmetic (KKT,FJ)
\calc@Acount=\count113
\calc@Bcount=\count114
\calc@Adimen=\dimen134
\calc@Bdimen=\dimen135
\calc@Askip=\skip62
\calc@Bskip=\skip63
LaTeX Info: Redefining \setlength on input line 76.
LaTeX Info: Redefining \addtolength on input line 77.
\calc@Ccount=\count115
\calc@Cskip=\skip64
)
(/usr/share/texlive/texmf-dist/tex/latex/mh/mhsetup.sty
Package: mhsetup 2010/01/21 v1.2a programming setup (MH)
)
LaTeX Info: Thecontrolsequence`\['isalreadyrobust on input line 129.
LaTeX Info: Thecontrolsequence`\]'isalreadyrobust on input line 129.
\g_MT_multlinerow_int=\count116
\l_MT_multwidth_dim=\dimen136
\origjot=\skip65
\l_MT_shortvdotswithinadjustabove_dim=\dimen137
\l_MT_shortvdotswithinadjustbelow_dim=\dimen138
\l_MT_above_intertext_sep=\dimen139
\l_MT_below_intertext_sep=\dimen140
\l_MT_above_shortintertext_sep=\dimen141
\l_MT_below_shortintertext_sep=\dimen142
)
(/usr/share/texlive/texmf-dist/tex/latex/caption/caption.sty
Package: caption 2013/05/02 v3.3-89 Customizing captions (AR)
(/usr/share/texlive/texmf-dist/tex/latex/caption/caption3.sty
Package: caption3 2013/05/02 v1.6-88 caption3 kernel (AR)
Package caption3 Info: TeX engine: e-TeX on input line 57.
\captionmargin=\dimen143
\captionmargin@=\dimen144
\captionwidth=\dimen145
\caption@tempdima=\dimen146
\caption@indent=\dimen147
\caption@parindent=\dimen148
\caption@hangindent=\dimen149
)
Package caption Info: KOMA-Script document class.
\c@ContinuedFloat=\count117
Package caption Info: float package is loaded.
Package caption Info: rotating package is loaded.
Package caption Info: subfigure package is loaded.
)
(/usr/share/texlive/texmf-dist/tex/latex/koma-script/scrpage2.sty
Package: scrpage2 2013/12/19 v3.12 KOMA-Script package (page head and foot)
LaTeX Info: Redefining \pagemark on input line 174.
)
(/usr/share/texlive/texmf-dist/tex/latex/examplep/examplep.sty
Package: examplep 2010/02/03 v0.04 Verbatim and typeset TeX code
(/usr/share/texlive/texmf-dist/tex/latex/examplep/verbfwr.sty
Package: verbfwr 2003/09/25 v0.02 Verbatim file write
\verbfwr@writefile=\write3
))
\colveccount=\count118
(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty
Package: hyperref 2012/11/06 v6.83m Hypertext links for LaTeX
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty
Package: hobsub-hyperref 2012/05/28 v1.13 Bundle oberdiek, subset hyperref (HO)
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty
Package: hobsub-generic 2012/05/28 v1.13 Bundle oberdiek, subset generic (HO)
Package: hobsub 2012/05/28 v1.13 Construct package bundles (HO)
Package hobsub Info: Skipping package `infwarerr' (already loaded).
Package hobsub Info: Skipping package `ltxcmds' (already loaded).
Package: ifluatex 2010/03/01 v1.3 Provides the ifluatex switch (HO)
Package ifluatex Info: LuaTeX not detected.
Package hobsub Info: Skipping package `ifvtex' (already loaded).
Package: intcalc 2007/09/27 v1.1 Expandable calculations with integers (HO)
Package hobsub Info: Skipping package `ifpdf' (already loaded).
Package: etexcmds 2011/02/16 v1.5 Avoid name clashes with e-TeX commands (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.
Package: kvsetkeys 2012/04/25 v1.16 Key value parser (HO)
Package: kvdefinekeys 2011/04/07 v1.3 Define keys (HO)
Package: pdftexcmds 2011/11/29 v0.20 Utility functions of pdfTeX for LuaTeX (HO
)
Package pdftexcmds Info: LuaTeX not detected.
Package pdftexcmds Info: \pdf@primitive is available.
Package pdftexcmds Info: \pdf@ifprimitive is available.
Package pdftexcmds Info: \pdfdraftmode found.
Package: pdfescape 2011/11/25 v1.13 Implements pdfTeX's escape features (HO)
Package: bigintcalc 2012/04/08 v1.3 Expandable calculations on big integers (HO
)
Package: bitset 2011/01/30 v1.1 Handle bit-vector datatype (HO)
Package: uniquecounter 2011/01/30 v1.2 Provide unlimited unique counter (HO)
)
Package hobsub Info: Skipping package `hobsub' (already loaded).
Package: letltxmacro 2010/09/02 v1.4 Let assignment for LaTeX macros (HO)
Package: hopatch 2012/05/28 v1.2 Wrapper for package hooks (HO)
Package: xcolor-patch 2011/01/30 xcolor patch
Package: atveryend 2011/06/30 v1.8 Hooks at the very end of document (HO)
Package atveryend Info: \AP@enddocument detected (standard20110627).
Package: atbegshi 2011/10/05 v1.16 At begin shipout hook (HO)
Package: refcount 2011/10/16 v3.4 Data extraction from label references (HO)
Package: hycolor 2011/01/30 v1.7 Color options for hyperref/bookmark (HO)
)
(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty
Package: auxhook 2011/03/04 v1.3 Hooks for auxiliary files (HO)
)
(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty
Package: kvoptions 2011/06/30 v3.11 Key value format for package options (HO)
)
\@linkdim=\dimen150
\Hy@linkcounter=\count119
\Hy@pagecounter=\count120
(/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def
File: pd1enc.def 2012/11/06 v6.83m Hyperref: PDFDocEncoding definition (HO)
)
\Hy@SavedSpaceFactor=\count121
(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/hyperref.cfg
File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive
)
Package hyperref Info: Option `bookmarks' set `true' on input line 4319.
Package hyperref Info: Option `colorlinks' set `true' on input line 4319.
Package hyperref Info: Hyper figures OFF on input line 4443.
Package hyperref Info: Link nesting OFF on input line 4448.
Package hyperref Info: Hyper index ON on input line 4451.
Package hyperref Info: Plain pages OFF on input line 4458.
Package hyperref Info: Backreferencing OFF on input line 4463.
Package hyperref Info: Implicit mode ON; LaTeX internals redefined.
Package hyperref Info: Bookmarks ON on input line 4688.
\c@Hy@tempcnt=\count122
(/usr/share/texlive/texmf-dist/tex/latex/url/url.sty
\Urlmuskip=\muskip11
Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc.
)
LaTeX Info: Redefining \url on input line 5041.
\XeTeXLinkMargin=\dimen151
\Fld@menulength=\count123
\Field@Width=\dimen152
\Fld@charsize=\dimen153
Package hyperref Info: Hyper figures OFF on input line 6295.
Package hyperref Info: Link nesting OFF on input line 6300.
Package hyperref Info: Hyper index ON on input line 6303.
Package hyperref Info: backreferencing OFF on input line 6310.
Package hyperref Info: Link coloring ON on input line 6313.
Package hyperref Info: Link coloring with OCG OFF on input line 6320.
Package hyperref Info: PDF/A mode OFF on input line 6325.
LaTeX Info: Redefining \ref on input line 6365.
LaTeX Info: Redefining \pageref on input line 6369.
\Hy@abspage=\count124
\c@Item=\count125
\c@Hfootnote=\count126
)
Package hyperref Message: Driver (autodetected): hpdftex.
(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def
File: hpdftex.def 2012/11/06 v6.83m Hyperref driver for pdfTeX
\Fld@listcount=\count127
\c@bookmark@seq@number=\count128
(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty
Package: rerunfilecheck 2011/04/15 v1.7 Rerun checks for auxiliary files (HO)
Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 2
82.
)
\Hy@SectionHShift=\skip66
)
(./thesis.aux)
\openout1 = `thesis.aux'.
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 115.
LaTeX Font Info: ... okay on input line 115.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 115.
LaTeX Font Info: ... okay on input line 115.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 115.
LaTeX Font Info: ... okay on input line 115.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 115.
LaTeX Font Info: ... okay on input line 115.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 115.
LaTeX Font Info: ... okay on input line 115.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 115.
LaTeX Font Info: ... okay on input line 115.
LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 115.
LaTeX Font Info: Try loading font information for TS1+cmr on input line 115.
(/usr/share/texlive/texmf-dist/tex/latex/base/ts1cmr.fd
File: ts1cmr.fd 1999/05/25 v2.5h Standard LaTeX font definitions
)
LaTeX Font Info: ... okay on input line 115.
LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 115.
LaTeX Font Info: ... okay on input line 115.
LaTeX Font Info: Try loading font information for T1+lmss on input line 115.
(/usr/share/texmf/tex/latex/lm/t1lmss.fd
File: t1lmss.fd 2009/10/30 v1.6 Font defs for Latin Modern
)
*geometry* driver: auto-detecting
*geometry* detected driver: pdftex
*geometry* verbose mode - [ preamble ] result:
* driver: pdftex
* paper: <default>
* layout: <same size as paper>
* layoutoffset:(h,v)=(0.0pt,0.0pt)
* modes: twoside
* h-part:(L,W,R)=(85.35826pt, 426.79141pt, 85.35826pt)
* v-part:(T,H,B)=(101.40665pt, 658.28203pt, 85.35826pt)
* \paperwidth=597.50793pt
* \paperheight=845.04694pt
* \textwidth=426.79141pt
* \textheight=658.28203pt
* \oddsidemargin=13.08827pt
* \evensidemargin=13.08827pt
* \topmargin=-8.26335pt
* \headheight=17.0pt
* \headsep=20.40001pt
* \topskip=11.0pt
* \footskip=47.6pt
* \marginparwidth=89.62619pt
* \marginparsep=12.8401pt
* \columnsep=10.0pt
* \skip\footins=10.0pt plus 4.0pt minus 2.0pt
* \hoffset=0.0pt
* \voffset=0.0pt
* \mag=1000
* \@twocolumnfalse
* \@twosidetrue
* \@mparswitchtrue
* \@reversemarginfalse
* (1in=72.27pt=25.4mm, 1cm=28.453pt)
Option `squaren' provided!
Command \squaren defined by SIunits package!
(/usr/share/texlive/texmf-dist/tex/context/base/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
\scratchcounter=\count129
\scratchdimen=\dimen154
\scratchbox=\box35
\nofMPsegments=\count130
\nofMParguments=\count131
\everyMPshowfont=\toks29
\MPscratchCnt=\count132
\MPscratchDim=\dimen155
\MPnumerator=\count133
\makeMPintoPDFobject=\count134
\everyMPtoPDFconversion=\toks30
) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty
Package: epstopdf-base 2010/02/09 v2.5 Base part for package epstopdf
(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/grfext.sty
Package: grfext 2010/08/19 v1.1 Manage graphics extensions (HO)
)
Package grfext Info: Graphics extension search list:
(grfext) [.png,.pdf,.jpg,.mps,.jpeg,.jbig2,.jb2,.PNG,.PDF,.JPG,.JPE
G,.JBIG2,.JB2,.eps]
(grfext) \AppendGraphicsExtensions on input line 452.
(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv
e
))
Package caption Info: Begin \AtBeginDocument code.
Package caption Info: hyperref package is loaded.
Package caption Info: End \AtBeginDocument code.
\AtBeginShipoutBox=\box36
Package hyperref Info: Link coloring ON on input line 115.
(/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty
Package: nameref 2012/10/27 v2.43 Cross-referencing by name of section
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty
Package: gettitlestring 2010/12/03 v1.4 Cleanup title references (HO)
)
\c@section@level=\count135
)
LaTeX Info: Redefining \ref on input line 115.
LaTeX Info: Redefining \pageref on input line 115.
LaTeX Info: Redefining \nameref on input line 115.
(./thesis.out) (./thesis.out)
\@outlinefile=\write4
\openout4 = `thesis.out'.
(./title.tex
Class scrbook Warning: Usage of deprecated font command `\bf'!
(scrbook) You should note, that in 1994 font command `\bf' has
(scrbook) been defined for compatiblitiy to Script 2.0 only.
(scrbook) Now, after two decades of LaTeX2e and NFSS2, you
(scrbook) shouldn't use such commands any longer and within
(scrbook) KOMA-Script usage of `\bf' is definitely deprecated.
(scrbook) See `fntguide.pdf' for more information about
(scrbook) recommended font commands.
(scrbook) Note also, that KOMA-Script will remove the definition
(scrbook) of `\bf' anytime until release of about version 3.20.
(scrbook) But for now, KOMA-Script will replace deprecated `\bf'
(scrbook) by `\normalfont \bfseries ' on input line 5.
Class scrbook Warning: Usage of deprecated font command `\bf'!
(scrbook) You should note, that in 1994 font command `\bf' has
(scrbook) been defined for compatiblitiy to Script 2.0 only.
(scrbook) Now, after two decades of LaTeX2e and NFSS2, you
(scrbook) shouldn't use such commands any longer and within
(scrbook) KOMA-Script usage of `\bf' is definitely deprecated.
(scrbook) See `fntguide.pdf' for more information about
(scrbook) recommended font commands.
(scrbook) Note also, that KOMA-Script will remove the definition
(scrbook) of `\bf' anytime until release of about version 3.20.
(scrbook) But for now, KOMA-Script will replace deprecated `\bf'
(scrbook) by `\normalfont \bfseries ' on input line 12.
Class scrbook Warning: Usage of deprecated font command `\bf'!
(scrbook) You should note, that in 1994 font command `\bf' has
(scrbook) been defined for compatiblitiy to Script 2.0 only.
(scrbook) Now, after two decades of LaTeX2e and NFSS2, you
(scrbook) shouldn't use such commands any longer and within
(scrbook) KOMA-Script usage of `\bf' is definitely deprecated.
(scrbook) See `fntguide.pdf' for more information about
(scrbook) recommended font commands.
(scrbook) Note also, that KOMA-Script will remove the definition
(scrbook) of `\bf' anytime until release of about version 3.20.
(scrbook) But for now, KOMA-Script will replace deprecated `\bf'
(scrbook) by `\normalfont \bfseries ' on input line 13.
Class scrbook Warning: Usage of deprecated font command `\bf'!
(scrbook) You should note, that in 1994 font command `\bf' has
(scrbook) been defined for compatiblitiy to Script 2.0 only.
(scrbook) Now, after two decades of LaTeX2e and NFSS2, you
(scrbook) shouldn't use such commands any longer and within
(scrbook) KOMA-Script usage of `\bf' is definitely deprecated.
(scrbook) See `fntguide.pdf' for more information about
(scrbook) recommended font commands.
(scrbook) Note also, that KOMA-Script will remove the definition
(scrbook) of `\bf' anytime until release of about version 3.20.
(scrbook) But for now, KOMA-Script will replace deprecated `\bf'
(scrbook) by `\normalfont \bfseries ' on input line 17.
Class scrbook Warning: Usage of deprecated font command `\bf'!
(scrbook) You should note, that in 1994 font command `\bf' has
(scrbook) been defined for compatiblitiy to Script 2.0 only.
(scrbook) Now, after two decades of LaTeX2e and NFSS2, you
(scrbook) shouldn't use such commands any longer and within
(scrbook) KOMA-Script usage of `\bf' is definitely deprecated.
(scrbook) See `fntguide.pdf' for more information about
(scrbook) recommended font commands.
(scrbook) Note also, that KOMA-Script will remove the definition
(scrbook) of `\bf' anytime until release of about version 3.20.
(scrbook) But for now, KOMA-Script will replace deprecated `\bf'
(scrbook) by `\normalfont \bfseries ' on input line 18.
[1
{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}]
LaTeX Font Info: Try loading font information for OT1+lmr on input line 25.
(/usr/share/texmf/tex/latex/lm/ot1lmr.fd
File: ot1lmr.fd 2009/10/30 v1.6 Font defs for Latin Modern
)
LaTeX Font Info: Try loading font information for OML+lmm on input line 25.
(/usr/share/texmf/tex/latex/lm/omllmm.fd
File: omllmm.fd 2009/10/30 v1.6 Font defs for Latin Modern
)
LaTeX Font Info: Try loading font information for OMS+lmsy on input line 25.
(/usr/share/texmf/tex/latex/lm/omslmsy.fd
File: omslmsy.fd 2009/10/30 v1.6 Font defs for Latin Modern
)
LaTeX Font Info: Try loading font information for OMX+lmex on input line 25.
(/usr/share/texmf/tex/latex/lm/omxlmex.fd
File: omxlmex.fd 2009/10/30 v1.6 Font defs for Latin Modern
)
LaTeX Font Info: External font `lmex10' loaded for size
(Font) <10.95> on input line 25.
LaTeX Font Info: External font `lmex10' loaded for size
(Font) <8> on input line 25.
LaTeX Font Info: External font `lmex10' loaded for size
(Font) <6> on input line 25.
LaTeX Font Info: Try loading font information for U+msa on input line 25.
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd
File: umsa.fd 2013/01/14 v3.01 AMS symbols A
)
LaTeX Font Info: Try loading font information for U+msb on input line 25.
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd
File: umsb.fd 2013/01/14 v3.01 AMS symbols B
)
LaTeX Font Info: Try loading font information for U+wasy on input line 25.
(/usr/share/texlive/texmf-dist/tex/latex/wasysym/uwasy.fd
File: uwasy.fd 2003/10/30 v2.0 Wasy-2 symbol font definitions
)
LaTeX Font Info: Try loading font information for U+rsfs on input line 25.
(/usr/share/texlive/texmf-dist/tex/latex/jknapltx/ursfs.fd
File: ursfs.fd 1998/03/24 rsfs font definition file (jk)
) [2
])
(./zusammenfassung.tex [1]) (./abstract.tex) [2
] (./thesis.toc [3
])
\tf@toc=\write5
\openout5 = `thesis.toc'.
[4]
Chapter 1.
Class scrbook Warning: \float@addtolists detected!
(scrbook) Implementation of \float@addtolist became
(scrbook) deprecated in KOMA-Script v3.01 2008/11/14 and
(scrbook) has been replaced by more several more flexible
(scrbook) features of package `tocbasic`.
(scrbook) Since Version 3.12 support for deprecated
(scrbook) \float@addtolist interface has been
(scrbook) restricted to only some of the KOMA-Script
(scrbook) features and been removed from others.
(scrbook) Loading of package `scrhack' may help to
(scrbook) avoid this warning, if you are using a
(scrbook) a package that still implements the
(scrbook) deprecated \float@addtolist interface .
(./intro.texpdfTeX warning (ext4): destination with the same identifier (name{p
age.1}) has been already used, duplicate ignored
<to be read again>
\relax
l.12
[1
]
LaTeX Font Info: Try loading font information for OMS+lmss on input line 36.
LaTeX Font Info: No file OMSlmss.fd. on input line 36.
LaTeX Font Warning: Font shape `OMS/lmss/m/n' undefined
(Font) using `OMS/cmsy/m/n' instead
(Font) for symbol `textperiodcentered' on input line 36.
pdfTeX warning (ext4): destination with the same identifier (name{page.2}) has
been already used, duplicate ignored
<to be read again>
\relax
l.44 T
he amount of energy deposited in an event is characterised by the scal...
[2]) [3] [4
]
Chapter 2.
(./theory.tex
Overfull \hbox (25.50943pt too wide) in paragraph at lines 13--28
[][]
[]
[5]
LaTeX Font Info: Font shape `T1/lmss/m/it' in size <10.95> not available
(Font) Font shape `T1/lmss/m/sl' tried instead on input line 47.
[6] <plots/THEO/unification.png, id=461, 754.82pt x 614.295pt>
File: plots/THEO/unification.png Graphic file (type png)
<use plots/THEO/unification.png>
Package pdftex.def Info: plots/THEO/unification.png used on input line 56.
(pdftex.def) Requested size: 264.19096pt x 215.00647pt.
LaTeX Font Info: External font `lmex10' loaded for size
(Font) <10> on input line 57.
LaTeX Font Info: External font `lmex10' loaded for size
(Font) <7> on input line 57.
Underfull \vbox (badness 7168) has occurred while \output is active []
[7]
[8 <./plots/THEO/unification.png (PNG copy)>]
Package epstopdf Info: Source file: <plots/THEO/prospino_lhc8.eps>
(epstopdf) date: 2015-10-06 17:30:17
(epstopdf) size: 21014 bytes
(epstopdf) Output file: <plots/THEO/prospino_lhc8-eps-converted-to.
pdf>
(epstopdf) date: 2015-10-06 17:30:17
(epstopdf) size: 11325 bytes
(epstopdf) Command: <repstopdf --outfile=plots/THEO/prospino_lhc8-e
ps-converted-to.pdf plots/THEO/prospino_lhc8.eps>
(epstopdf) \includegraphics on input line 109.
Package epstopdf Info: Output file is already uptodate.
<plots/THEO/prospino_lhc8-eps-converted-to.pdf, id=485, 370.38374pt x 284.06125
pt>
File: plots/THEO/prospino_lhc8-eps-converted-to.pdf Graphic file (type pdf)
<use plots/THEO/prospino_lhc8-eps-converted-to.pdf>
Package pdftex.def Info: plots/THEO/prospino_lhc8-eps-converted-to.pdf used on
input line 109.
(pdftex.def) Requested size: 222.23195pt x 170.43805pt.
[9]
<plots/THEO/FeynmanGraph_slepton.pdf, id=506, 292.09125pt x 177.66376pt>
File: plots/THEO/FeynmanGraph_slepton.pdf Graphic file (type pdf)
<use plots/THEO/FeynmanGraph_slepton.pdf>
Package pdftex.def Info: plots/THEO/FeynmanGraph_slepton.pdf used on input line
125.
(pdftex.def) Requested size: 209.13013pt x 127.20753pt.
<plots/THEO/FeynmanGraph_Z_decay.pdf, id=507, 276.03125pt x 174.6525pt>
File: plots/THEO/FeynmanGraph_Z_decay.pdf Graphic file (type pdf)
<use plots/THEO/FeynmanGraph_Z_decay.pdf>
Package pdftex.def Info: plots/THEO/FeynmanGraph_Z_decay.pdf used on input line
128.
(pdftex.def) Requested size: 209.13013pt x 132.32686pt.
[10 <./plots/THEO/prospino_lhc8-eps-converted-to.pdf>]
<plots/THEO/Feynman_graph_T6bblledgeZ.pdf, id=537, 819.06pt x 422.57875pt>
File: plots/THEO/Feynman_graph_T6bblledgeZ.pdf Graphic file (type pdf)
<use plots/THEO/Feynman_graph_T6bblledgeZ.pdf>
Package pdftex.def Info: plots/THEO/Feynman_graph_T6bblledgeZ.pdf used on input
line 152.
(pdftex.def) Requested size: 209.13013pt x 107.89478pt.
<plots/THEO/Feynman_graph_T6bbslepton.pdf, id=538, 819.06pt x 394.47375pt>
File: plots/THEO/Feynman_graph_T6bbslepton.pdf Graphic file (type pdf)
<use plots/THEO/Feynman_graph_T6bbslepton.pdf>
Package pdftex.def Info: plots/THEO/Feynman_graph_T6bbslepton.pdf used on input
line 155.
(pdftex.def) Requested size: 209.13013pt x 100.71887pt.
[11 <./plots/THEO/FeynmanGraph_slepton.pdf> <./plots/THEO/FeynmanGraph_Z_decay
.pdf> <./plots/THEO/Feynman_graph_T6bblledgeZ.pdf> <./plots/THEO/Feynman_graph_
T6bbslepton.pdf>]
LaTeX Font Info: Try loading font information for T1+lmtt on input line 164.
(/usr/share/texmf/tex/latex/lm/t1lmtt.fd
File: t1lmtt.fd 2009/10/30 v1.6 Font defs for Latin Modern
)
<plots/THEO/SUSY_masses_Raw.pdf, id=617, 569.12625pt x 553.06625pt>
File: plots/THEO/SUSY_masses_Raw.pdf Graphic file (type pdf)
<use plots/THEO/SUSY_masses_Raw.pdf>
Package pdftex.def Info: plots/THEO/SUSY_masses_Raw.pdf used on input line 170.
(pdftex.def) Requested size: 170.73918pt x 165.92114pt.
<plots/THEO/SUSY_masses.pdf, id=618, 569.12625pt x 553.06625pt>
File: plots/THEO/SUSY_masses.pdf Graphic file (type pdf)
<use plots/THEO/SUSY_masses.pdf>
Package pdftex.def Info: plots/THEO/SUSY_masses.pdf used on input line 173.
(pdftex.def) Requested size: 170.73918pt x 165.92114pt.
[12]
<plots/THEO/crosssections2012_v5.pdf, id=632, 597.23125pt x 845.1575pt>
File: plots/THEO/crosssections2012_v5.pdf Graphic file (type pdf)
<use plots/THEO/crosssections2012_v5.pdf>
Package pdftex.def Info: plots/THEO/crosssections2012_v5.pdf used on input line
194.
(pdftex.def) Requested size: 298.61488pt x 422.57771pt.