-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.log
952 lines (879 loc) · 39.7 KB
/
main.log
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
This is pdfTeX, Version 3.1415926-2.4-1.40.13 (MiKTeX 2.9) (preloaded format=pdflatex 2013.6.4) 27 NOV 2014 22:48
entering extended mode
**main.tex
(C:\Users\Basti\Documents\Studium\LVs\ICPC\NWERC-cheatsheet\main.tex
LaTeX2e <2011/06/27>
Babel <v3.8m> and hyphenation patterns for english, afrikaans, ancientgreek, ar
abic, armenian, assamese, basque, bengali, bokmal, bulgarian, catalan, coptic,
croatian, czech, danish, dutch, esperanto, estonian, farsi, finnish, french, ga
lician, german, german-x-2012-05-30, greek, gujarati, hindi, hungarian, iceland
ic, indonesian, interlingua, irish, italian, kannada, kurmanji, latin, latvian,
lithuanian, malayalam, marathi, mongolian, mongolianlmc, monogreek, ngerman, n
german-x-2012-05-30, nynorsk, oriya, panjabi, pinyin, polish, portuguese, roman
ian, russian, sanskrit, serbian, slovak, slovenian, spanish, swedish, swissgerm
an, tamil, telugu, turkish, turkmen, ukenglish, ukrainian, uppersorbian, usengl
ishmax, welsh, loaded.
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\base\article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\base\size10.clo
File: size10.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
)
\c@part=\count79
\c@section=\count80
\c@subsection=\count81
\c@subsubsection=\count82
\c@paragraph=\count83
\c@subparagraph=\count84
\c@figure=\count85
\c@table=\count86
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
)
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\tools\multicol.sty
Package: multicol 2011/06/27 v1.7a multicolumn formatting (FMi)
\c@tracingmulticols=\count87
\mult@box=\box26
\multicol@leftmargin=\dimen103
\c@unbalance=\count88
\c@collectmore=\count89
\doublecol@number=\count90
\multicoltolerance=\count91
\multicolpretolerance=\count92
\full@width=\dimen104
\page@free=\dimen105
\premulticols=\dimen106
\postmulticols=\dimen107
\multicolsep=\skip43
\multicolbaselineskip=\skip44
\partial@page=\box27
\last@line=\box28
\mult@rightbox=\box29
\mult@grightbox=\box30
\mult@gfirstbox=\box31
\mult@firstbox=\box32
\@tempa=\box33
\@tempa=\box34
\@tempa=\box35
\@tempa=\box36
\@tempa=\box37
\@tempa=\box38
\@tempa=\box39
\@tempa=\box40
\@tempa=\box41
\@tempa=\box42
\@tempa=\box43
\@tempa=\box44
\@tempa=\box45
\@tempa=\box46
\@tempa=\box47
\@tempa=\box48
\@tempa=\box49
\c@columnbadness=\count93
\c@finalcolumnbadness=\count94
\last@try=\dimen108
\multicolovershoot=\dimen109
\multicolundershoot=\dimen110
\mult@nat@firstbox=\box50
\colbreak@box=\box51
\multicol@sort@counter=\count95
)
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\tools\calc.sty
Package: calc 2007/08/22 v4.3 Infix arithmetic (KKT,FJ)
\calc@Acount=\count96
\calc@Bcount=\count97
\calc@Adimen=\dimen111
\calc@Bdimen=\dimen112
\calc@Askip=\skip45
\calc@Bskip=\skip46
LaTeX Info: Redefining \setlength on input line 76.
LaTeX Info: Redefining \addtolength on input line 77.
\calc@Ccount=\count98
\calc@Cskip=\skip47
)
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\base\ifthen.sty
Package: ifthen 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC)
)
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\geometry\geometry.sty
Package: geometry 2010/09/12 v5.6 Page Geometry
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\graphics\keyval.sty
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
\KV@toks@=\toks14
)
(C:\Users\Basti\Portable\Office\MiKTeX\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.
)
(C:\Users\Basti\Portable\Office\MiKTeX\tex\generic\oberdiek\ifvtex.sty
Package: ifvtex 2010/03/01 v1.5 Detect VTeX and its facilities (HO)
Package ifvtex Info: VTeX not detected.
)
(C:\Users\Basti\Portable\Office\MiKTeX\tex\generic\ifxetex\ifxetex.sty
Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional
)
\Gm@cnth=\count99
\Gm@cntv=\count100
\c@Gm@tempcnt=\count101
\Gm@bindingoffset=\dimen113
\Gm@wd@mp=\dimen114
\Gm@odd@mp=\dimen115
\Gm@even@mp=\dimen116
\Gm@layoutwidth=\dimen117
\Gm@layoutheight=\dimen118
\Gm@layouthoffset=\dimen119
\Gm@layoutvoffset=\dimen120
\Gm@dimlist=\toks15
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\geometry\geometry.cfg))
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\ams\math\amsmath.sty
Package: amsmath 2000/07/18 v2.13 AMS math features
\@mathmargin=\skip48
For additional information on amsmath, use the `?' option.
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\ams\math\amstext.sty
Package: amstext 2000/06/29 v2.01
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\ams\math\amsgen.sty
File: amsgen.sty 1999/11/30 v2.0
\@emptytoks=\toks16
\ex@=\dimen121
))
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\ams\math\amsbsy.sty
Package: amsbsy 1999/11/29 v1.2d
\pmbraise@=\dimen122
)
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\ams\math\amsopn.sty
Package: amsopn 1999/12/14 v2.01 operator names
)
\inf@bad=\count102
LaTeX Info: Redefining \frac on input line 211.
\uproot@=\count103
\leftroot@=\count104
LaTeX Info: Redefining \overline on input line 307.
\classnum@=\count105
\DOTSCASE@=\count106
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@=\box52
\strutbox@=\box53
\big@size=\dimen123
LaTeX Font Info: Redeclaring font encoding OML on input line 567.
LaTeX Font Info: Redeclaring font encoding OMS on input line 568.
\macc@depth=\count107
\c@MaxMatrixCols=\count108
\dotsspace@=\muskip10
\c@parentequation=\count109
\dspbrk@lvl=\count110
\tag@help=\toks17
\row@=\count111
\column@=\count112
\maxfields@=\count113
\andhelp@=\toks18
\eqnshift@=\dimen124
\alignsep@=\dimen125
\tagshift@=\dimen126
\tagwidth@=\dimen127
\totwidth@=\dimen128
\lineht@=\dimen129
\@envbody=\toks19
\multlinegap=\skip49
\multlinetaggap=\skip50
\mathdisplay@stack=\toks20
LaTeX Info: Redefining \[ on input line 2666.
LaTeX Info: Redefining \] on input line 2667.
)
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\ams\classes\amsthm.sty
Package: amsthm 2004/08/06 v2.20
\thm@style=\toks21
\thm@bodyfont=\toks22
\thm@headfont=\toks23
\thm@notefont=\toks24
\thm@headpunct=\toks25
\thm@preskip=\skip51
\thm@postskip=\skip52
\thm@headsep=\skip53
\dth@everypar=\toks26
)
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\amsfonts\amsfonts.sty
Package: amsfonts 2009/06/22 v3.00 Basic AMSFonts support
\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.
)
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\amsfonts\amssymb.sty
Package: amssymb 2009/06/22 v3.00
)
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\graphics\color.sty
Package: color 2005/11/14 v1.0j Standard LaTeX Color (DPC)
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\00miktex\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.
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\pdftex-def\pdftex.def
File: pdftex.def 2011/05/27 v0.06d Graphics/color for pdfTeX
(C:\Users\Basti\Portable\Office\MiKTeX\tex\generic\oberdiek\infwarerr.sty
Package: infwarerr 2010/04/08 v1.3 Providing info/warning/error messages (HO)
)
(C:\Users\Basti\Portable\Office\MiKTeX\tex\generic\oberdiek\ltxcmds.sty
Package: ltxcmds 2011/11/09 v1.22 LaTeX kernel commands for general use (HO)
)
\Gread@gobject=\count114
))
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\graphics\graphicx.sty
Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\graphics\graphics.sty
Package: graphics 2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR)
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\graphics\trig.sty
Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
)
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\00miktex\graphics.cfg
File: graphics.cfg 2007/01/18 v1.5 graphics configuration of teTeX/TeXLive
)
Package graphics Info: Driver file: pdftex.def on input line 91.
)
\Gin@req@height=\dimen130
\Gin@req@width=\dimen131
)
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\overpic\overpic.sty
Package: overpic 2010/09/13 v0.53 Overwriting graphics
Package: overpic v0.53 <2010/09/13> (RN)
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\eepic\epic.sty
Enhancements to Picture Environment. Version 1.2 - Released June 1, 1986
\@@multicnt=\count115
\d@lta=\count116
\@delta=\dimen132
\@@delta=\dimen133
\@gridcnt=\count117
\@joinkind=\count118
\@dotgap=\dimen134
\@ddotgap=\dimen135
\@x@diff=\count119
\@y@diff=\count120
\x@diff=\dimen136
\y@diff=\dimen137
\@dotbox=\box54
\num@segments=\count121
\num@segmentsi=\count122
\@datafile=\read1
)
overpic: relative positioning in percent
) (C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\hyperref\hyperref.sty
Package: hyperref 2012/11/06 v6.83m Hypertext links for LaTeX
(C:\Users\Basti\Portable\Office\MiKTeX\tex\generic\oberdiek\hobsub-hyperref.sty
Package: hobsub-hyperref 2012/04/25 v1.12 Bundle oberdiek, subset hyperref (HO)
(C:\Users\Basti\Portable\Office\MiKTeX\tex\generic\oberdiek\hobsub-generic.sty
Package: hobsub-generic 2012/04/25 v1.12 Bundle oberdiek, subset generic (HO)
Package: hobsub 2012/04/25 v1.12 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 2011/06/24 v1.1 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: \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)
) (C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\oberdiek\auxhook.sty
Package: auxhook 2011/03/04 v1.3 Hooks for auxiliary files (HO)
)
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\oberdiek\kvoptions.sty
Package: kvoptions 2011/06/30 v3.11 Key value format for package options (HO)
)
\@linkdim=\dimen138
\Hy@linkcounter=\count123
\Hy@pagecounter=\count124
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\hyperref\pd1enc.def
File: pd1enc.def 2012/11/06 v6.83m Hyperref: PDFDocEncoding definition (HO)
)
\Hy@SavedSpaceFactor=\count125
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\00miktex\hyperref.cfg
File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive
)
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=\count126
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\ltxmisc\url.sty
\Urlmuskip=\muskip11
Package: url 2006/04/12 ver 3.3 Verb mode for urls, etc.
)
LaTeX Info: Redefining \url on input line 5041.
\XeTeXLinkMargin=\dimen139
\Fld@menulength=\count127
\Field@Width=\dimen140
\Fld@charsize=\dimen141
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 OFF on input line 6315.
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=\count128
\c@Item=\count129
\c@Hfootnote=\count130
)
Package hyperref Message: Driver (autodetected): hpdftex.
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\hyperref\hpdftex.def
File: hpdftex.def 2012/11/06 v6.83m Hyperref driver for pdfTeX
\Fld@listcount=\count131
\c@bookmark@seq@number=\count132
(C:\Users\Basti\Portable\Office\MiKTeX\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=\skip54
)
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\txfonts\txfonts.sty
Package: txfonts 2008/01/22 v3.2.1
LaTeX Font Info: Redeclaring symbol font `operators' on input line 21.
LaTeX Font Info: Overwriting symbol font `operators' in version `normal'
(Font) OT1/cmr/m/n --> OT1/txr/m/n on input line 21.
LaTeX Font Info: Overwriting symbol font `operators' in version `bold'
(Font) OT1/cmr/bx/n --> OT1/txr/m/n on input line 21.
LaTeX Font Info: Overwriting symbol font `operators' in version `bold'
(Font) OT1/txr/m/n --> OT1/txr/bx/n on input line 22.
\symitalic=\mathgroup6
LaTeX Font Info: Overwriting symbol font `italic' in version `bold'
(Font) OT1/txr/m/it --> OT1/txr/bx/it on input line 26.
LaTeX Font Info: Redeclaring math alphabet \mathbf on input line 29.
LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `normal'
(Font) OT1/cmr/bx/n --> OT1/txr/bx/n on input line 29.
LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `bold'
(Font) OT1/cmr/bx/n --> OT1/txr/bx/n on input line 29.
LaTeX Font Info: Redeclaring math alphabet \mathit on input line 30.
LaTeX Font Info: Overwriting math alphabet `\mathit' in version `normal'
(Font) OT1/cmr/m/it --> OT1/txr/m/it on input line 30.
LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold'
(Font) OT1/cmr/bx/it --> OT1/txr/m/it on input line 30.
LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold'
(Font) OT1/txr/m/it --> OT1/txr/bx/it on input line 31.
LaTeX Font Info: Redeclaring math alphabet \mathsf on input line 40.
LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `normal'
(Font) OT1/cmss/m/n --> OT1/txss/m/n on input line 40.
LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold'
(Font) OT1/cmss/bx/n --> OT1/txss/m/n on input line 40.
LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold'
(Font) OT1/txss/m/n --> OT1/txss/b/n on input line 41.
LaTeX Font Info: Redeclaring math alphabet \mathtt on input line 50.
LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `normal'
(Font) OT1/cmtt/m/n --> OT1/txtt/m/n on input line 50.
LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold'
(Font) OT1/cmtt/m/n --> OT1/txtt/m/n on input line 50.
LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold'
(Font) OT1/txtt/m/n --> OT1/txtt/b/n on input line 51.
LaTeX Font Info: Redeclaring symbol font `letters' on input line 58.
LaTeX Font Info: Overwriting symbol font `letters' in version `normal'
(Font) OML/cmm/m/it --> OML/txmi/m/it on input line 58.
LaTeX Font Info: Overwriting symbol font `letters' in version `bold'
(Font) OML/cmm/b/it --> OML/txmi/m/it on input line 58.
LaTeX Font Info: Overwriting symbol font `letters' in version `bold'
(Font) OML/txmi/m/it --> OML/txmi/bx/it on input line 59.
\symlettersA=\mathgroup7
LaTeX Font Info: Overwriting symbol font `lettersA' in version `bold'
(Font) U/txmia/m/it --> U/txmia/bx/it on input line 67.
LaTeX Font Info: Redeclaring math alphabet \mathfrak on input line 70.
LaTeX Font Info: Redeclaring symbol font `symbols' on input line 77.
LaTeX Font Info: Overwriting symbol font `symbols' in version `normal'
(Font) OMS/cmsy/m/n --> OMS/txsy/m/n on input line 77.
LaTeX Font Info: Overwriting symbol font `symbols' in version `bold'
(Font) OMS/cmsy/b/n --> OMS/txsy/m/n on input line 77.
LaTeX Font Info: Overwriting symbol font `symbols' in version `bold'
(Font) OMS/txsy/m/n --> OMS/txsy/bx/n on input line 78.
LaTeX Font Info: Redeclaring symbol font `AMSa' on input line 93.
LaTeX Font Info: Overwriting symbol font `AMSa' in version `normal'
(Font) U/msa/m/n --> U/txsya/m/n on input line 93.
LaTeX Font Info: Overwriting symbol font `AMSa' in version `bold'
(Font) U/msa/m/n --> U/txsya/m/n on input line 93.
LaTeX Font Info: Overwriting symbol font `AMSa' in version `bold'
(Font) U/txsya/m/n --> U/txsya/bx/n on input line 94.
LaTeX Font Info: Redeclaring symbol font `AMSb' on input line 102.
LaTeX Font Info: Overwriting symbol font `AMSb' in version `normal'
(Font) U/msb/m/n --> U/txsyb/m/n on input line 102.
LaTeX Font Info: Overwriting symbol font `AMSb' in version `bold'
(Font) U/msb/m/n --> U/txsyb/m/n on input line 102.
LaTeX Font Info: Overwriting symbol font `AMSb' in version `bold'
(Font) U/txsyb/m/n --> U/txsyb/bx/n on input line 103.
\symsymbolsC=\mathgroup8
LaTeX Font Info: Overwriting symbol font `symbolsC' in version `bold'
(Font) U/txsyc/m/n --> U/txsyc/bx/n on input line 113.
LaTeX Font Info: Redeclaring symbol font `largesymbols' on input line 120.
LaTeX Font Info: Overwriting symbol font `largesymbols' in version `normal'
(Font) OMX/cmex/m/n --> OMX/txex/m/n on input line 120.
LaTeX Font Info: Overwriting symbol font `largesymbols' in version `bold'
(Font) OMX/cmex/m/n --> OMX/txex/m/n on input line 120.
LaTeX Font Info: Overwriting symbol font `largesymbols' in version `bold'
(Font) OMX/txex/m/n --> OMX/txex/bx/n on input line 121.
\symlargesymbolsA=\mathgroup9
LaTeX Font Info: Overwriting symbol font `largesymbolsA' in version `bold'
(Font) U/txexa/m/n --> U/txexa/bx/n on input line 129.
LaTeX Info: Redefining \not on input line 1043.
LaTeX Info: Redefining \textsquare on input line 1063.
LaTeX Info: Redefining \openbox on input line 1064.
)
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\base\inputenc.sty
Package: inputenc 2008/03/30 v1.1d Input encoding file
\inpenc@prehook=\toks27
\inpenc@posthook=\toks28
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\base\latin1.def
File: latin1.def 2008/03/30 v1.1d Input encoding file
))
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\base\fontenc.sty
Package: fontenc 2005/09/27 v1.99g Standard LaTeX package
(C:\Users\Basti\Portable\Office\MiKTeX\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.
))
(C:\Users\Basti\Portable\Office\MiKTeX\tex\generic\babel\babel.sty
Package: babel 2008/07/08 v3.8m The Babel package
*************************************
* Local config file bblopts.cfg used
*
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\00miktex\bblopts.cfg
File: bblopts.cfg 2006/07/31 v1.0 MiKTeX 'babel' configuration
)
(C:\Users\Basti\Portable\Office\MiKTeX\tex\generic\babel\ngermanb.ldf
Language: ngermanb 2008/07/06 v2.6n new German support from the babel system
(C:\Users\Basti\Portable\Office\MiKTeX\tex\generic\babel\babel.def
File: babel.def 2008/07/08 v3.8m Babel common definitions
\babel@savecnt=\count133
\U@D=\dimen142
)
\l@naustrian = a dialect from \language\l@ngerman
Package babel Info: Making " an active character on input line 92.
))
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\listings\listings.sty
\lst@mode=\count134
\lst@gtempboxa=\box55
\lst@token=\toks29
\lst@length=\count135
\lst@currlwidth=\dimen143
\lst@column=\count136
\lst@pos=\count137
\lst@lostspace=\dimen144
\lst@width=\dimen145
\lst@newlines=\count138
\lst@lineno=\count139
\lst@maxwidth=\dimen146
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\listings\lstmisc.sty
File: lstmisc.sty 2014/09/06 1.5e (Carsten Heinz)
\c@lstnumber=\count140
\lst@skipnumbers=\count141
\lst@framebox=\box56
)
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\listings\listings.cfg
File: listings.cfg 2014/09/06 1.5e listings configuration
))
Package: listings 2014/09/06 1.5e (Carsten Heinz)
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\pdfpages\pdfpages.sty
Package: pdfpages 2013/08/25 v0.4v Insert pages of external PDF documents (AM)
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\eso-pic\eso-pic.sty
Package: eso-pic 2013/10/06 v2.0d eso-pic (RN)
)
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\pdfpages\pppdftex.def
File: pppdftex.def 2013/08/25 v0.4v Pdfpages driver for pdfTeX (AM)
)
\AM@pagebox=\box57
\AM@toc@title=\toks30
\c@AM@survey=\count142
\AM@templatesizebox=\box58
)
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\fancyhdr\fancyhdr.sty
\fancy@headwidth=\skip55
\f@ncyO@elh=\skip56
\f@ncyO@erh=\skip57
\f@ncyO@olh=\skip58
\f@ncyO@orh=\skip59
\f@ncyO@elf=\skip60
\f@ncyO@erf=\skip61
\f@ncyO@olf=\skip62
\f@ncyO@orf=\skip63
)
(C:\Users\Basti\Documents\Studium\LVs\ICPC\NWERC-cheatsheet\main.aux)
LaTeX Font Info: Checking defaults for OML/txmi/m/it on input line 92.
LaTeX Font Info: Try loading font information for OML+txmi on input line 92.
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\txfonts\omltxmi.fd
File: omltxmi.fd 2000/12/15 v3.1
)
LaTeX Font Info: ... okay on input line 92.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 92.
LaTeX Font Info: ... okay on input line 92.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 92.
LaTeX Font Info: ... okay on input line 92.
LaTeX Font Info: Checking defaults for OMS/txsy/m/n on input line 92.
LaTeX Font Info: Try loading font information for OMS+txsy on input line 92.
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\txfonts\omstxsy.fd
File: omstxsy.fd 2000/12/15 v3.1
)
LaTeX Font Info: ... okay on input line 92.
LaTeX Font Info: Checking defaults for OMX/txex/m/n on input line 92.
LaTeX Font Info: Try loading font information for OMX+txex on input line 92.
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\txfonts\omxtxex.fd
File: omxtxex.fd 2000/12/15 v3.1
)
LaTeX Font Info: ... okay on input line 92.
LaTeX Font Info: Checking defaults for U/txexa/m/n on input line 92.
LaTeX Font Info: Try loading font information for U+txexa on input line 92.
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\txfonts\utxexa.fd
File: utxexa.fd 2000/12/15 v3.1
)
LaTeX Font Info: ... okay on input line 92.
LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 92.
LaTeX Font Info: ... okay on input line 92.
LaTeX Font Info: Try loading font information for T1+txr on input line 92.
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\txfonts\t1txr.fd
File: t1txr.fd 2000/12/15 v3.1
)
*geometry* driver: auto-detecting
*geometry* detected driver: pdftex
*geometry* verbose mode - [ preamble ] result:
* driver: pdftex
* paper: a4paper
* layout: <same size as paper>
* layoutoffset:(h,v)=(0.0pt,0.0pt)
* modes: landscape
* h-part:(L,W,R)=(36.135pt, 772.77686pt, 36.135pt)
* v-part:(T,H,B)=(32.52127pt, 528.85161pt, 36.135pt)
* \paperwidth=845.04684pt
* \paperheight=597.50787pt
* \textwidth=772.77686pt
* \textheight=528.85161pt
* \oddsidemargin=-36.135pt
* \evensidemargin=-36.135pt
* \topmargin=-76.74872pt
* \headheight=17.0pt
* \headsep=25.0pt
* \topskip=10.0pt
* \footskip=30.0pt
* \marginparwidth=144.0pt
* \marginparsep=11.0pt
* \columnsep=10.0pt
* \skip\footins=9.0pt plus 4.0pt minus 2.0pt
* \hoffset=0.0pt
* \voffset=0.0pt
* \mag=1000
* \@twocolumnfalse
* \@twosidefalse
* \@mparswitchfalse
* \@reversemarginfalse
* (1in=72.27pt=25.4mm, 1cm=28.453pt)
(C:\Users\Basti\Portable\Office\MiKTeX\tex\context\base\supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
\scratchcounter=\count143
\scratchdimen=\dimen147
\scratchbox=\box59
\nofMPsegments=\count144
\nofMParguments=\count145
\everyMPshowfont=\toks31
\MPscratchCnt=\count146
\MPscratchDim=\dimen148
\MPnumerator=\count147
\makeMPintoPDFobject=\count148
\everyMPtoPDFconversion=\toks32
)
\AtBeginShipoutBox=\box60
Package hyperref Info: Link coloring OFF on input line 92.
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\hyperref\nameref.sty
Package: nameref 2012/10/27 v2.43 Cross-referencing by name of section
(C:\Users\Basti\Portable\Office\MiKTeX\tex\generic\oberdiek\gettitlestring.sty
Package: gettitlestring 2010/12/03 v1.4 Cleanup title references (HO)
)
\c@section@level=\count149
)
LaTeX Info: Redefining \ref on input line 92.
LaTeX Info: Redefining \pageref on input line 92.
LaTeX Info: Redefining \nameref on input line 92.
(C:\Users\Basti\Documents\Studium\LVs\ICPC\NWERC-cheatsheet\main.out)
(C:\Users\Basti\Documents\Studium\LVs\ICPC\NWERC-cheatsheet\main.out)
\@outlinefile=\write3
\c@lstlisting=\count150
LaTeX Font Info: Try loading font information for OT1+txr on input line 109.
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\txfonts\ot1txr.fd
File: ot1txr.fd 2000/12/15 v3.1
)
LaTeX Font Info: Try loading font information for U+txsya on input line 109.
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\txfonts\utxsya.fd
File: utxsya.fd 2000/12/15 v3.1
)
LaTeX Font Info: Try loading font information for U+txsyb on input line 109.
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\txfonts\utxsyb.fd
File: utxsyb.fd 2000/12/15 v3.1
)
LaTeX Font Info: Try loading font information for U+txmia on input line 109.
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\txfonts\utxmia.fd
File: utxmia.fd 2000/12/15 v3.1
)
LaTeX Font Info: Try loading font information for U+txsyc on input line 109.
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\txfonts\utxsyc.fd
File: utxsyc.fd 2000/12/15 v3.1
)
(C:\Users\Basti\Documents\Studium\LVs\ICPC\NWERC-cheatsheet\main.toc)
\tf@toc=\write4
[1{C:/Users/Basti/Portable/Office/MiKTeX/pdftex/config/pdftex.map}
]
(C:\Users\Basti\Documents\Studium\LVs\ICPC\NWERC-cheatsheet\cpp-io.tex
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\listings\lstlang1.sty
File: lstlang1.sty 2014/09/06 1.5e listings language file
)
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\listings\lstlang1.sty
File: lstlang1.sty 2014/09/06 1.5e listings language file
)
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\listings\lstmisc.sty
File: lstmisc.sty 2014/09/06 1.5e (Carsten Heinz)
)
LaTeX Font Info: Try loading font information for T1+txss on input line 1.
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\txfonts\t1txss.fd
File: t1txss.fd 2000/12/15 v3.1
)
LaTeX Font Info: Font shape `T1/txss/m/n' will be
(Font) scaled to size 7.59998pt on input line 1.
)
(C:\Users\Basti\Documents\Studium\LVs\ICPC\NWERC-cheatsheet\computations.tex
LaTeX Font Info: Try loading font information for OMS+txss on input line 19.
LaTeX Font Info: No file OMStxss.fd. on input line 19.
LaTeX Font Warning: Font shape `OMS/txss/m/n' undefined
(Font) using `OMS/txsy/m/n' instead
(Font) for symbol `textasteriskcentered' on input line 19.
) (C:\Users\Basti\Documents\Studium\LVs\ICPC\NWERC-cheatsheet\union-find.tex)
(C:\Users\Basti\Documents\Studium\LVs\ICPC\NWERC-cheatsheet\euclid.tex [2]
[3])
(C:\Users\Basti\Documents\Studium\LVs\ICPC\NWERC-cheatsheet\gauss-jordan.tex)
(C:\Users\Basti\Documents\Studium\LVs\ICPC\NWERC-cheatsheet\multiple-binomials.
tex [4])
(C:\Users\Basti\Documents\Studium\LVs\ICPC\NWERC-cheatsheet\floyd-warshall.tex)
(C:\Users\Basti\Documents\Studium\LVs\ICPC\NWERC-cheatsheet\dijkstra-java.tex
(C:\Users\Basti\Portable\Office\MiKTeX\tex\latex\listings\lstlang1.sty
File: lstlang1.sty 2014/09/06 1.5e listings language file
))
(C:\Users\Basti\Documents\Studium\LVs\ICPC\NWERC-cheatsheet\bellman-ford-java.t
ex [5]) (C:\Users\Basti\Documents\Studium\LVs\ICPC\NWERC-cheatsheet\maxflow.tex
) (C:\Users\Basti\Documents\Studium\LVs\ICPC\NWERC-cheatsheet\max-bipartite.tex
[6]) (C:\Users\Basti\Documents\Studium\LVs\ICPC\NWERC-cheatsheet\scc.tex
[7])
(C:\Users\Basti\Documents\Studium\LVs\ICPC\NWERC-cheatsheet\topological-sorting
.tex)
(C:\Users\Basti\Documents\Studium\LVs\ICPC\NWERC-cheatsheet\articulation.tex)
(C:\Users\Basti\Documents\Studium\LVs\ICPC\NWERC-cheatsheet\prim.tex [8])
(C:\Users\Basti\Documents\Studium\LVs\ICPC\NWERC-cheatsheet\suffix-array.tex
Overfull \hbox (6.21396pt too wide) in paragraph at lines 9--10
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][
][][][][][][][][][][][][]
[]
)
(C:\Users\Basti\Documents\Studium\LVs\ICPC\NWERC-cheatsheet\knuth-morris-pratt.
tex [9]
Overfull \hbox (38.13416pt too wide) in paragraph at lines 47--48
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][
][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
[]
Overfull \hbox (10.77399pt too wide) in paragraph at lines 48--49
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][
][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
[]
Overfull \hbox (6.21396pt too wide) in paragraph at lines 49--50
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][
][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
[][][][][][][][][][][][][][][][][][][][][][][][][][][]
[]
Overfull \hbox (10.77399pt too wide) in paragraph at lines 50--51
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][
][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
[][][][][][][][][][][][][][][][][][][][][][][][][][][]
[]
) (C:\Users\Basti\Documents\Studium\LVs\ICPC\NWERC-cheatsheet\geometry.tex
[10] [11])
(C:\Users\Basti\Documents\Studium\LVs\ICPC\NWERC-cheatsheet\geometry_java.tex
[12])
(C:\Users\Basti\Documents\Studium\LVs\ICPC\NWERC-cheatsheet\graham-scan.tex)
(C:\Users\Basti\Documents\Studium\LVs\ICPC\NWERC-cheatsheet\delauney-triangulat
ion.tex [13])
(C:\Users\Basti\Documents\Studium\LVs\ICPC\NWERC-cheatsheet\binary-indexed.tex)
(C:\Users\Basti\Documents\Studium\LVs\ICPC\NWERC-cheatsheet\segment-tree.tex
[14]) (C:\Users\Basti\Documents\Studium\LVs\ICPC\NWERC-cheatsheet\kd-tree.tex
[15])
(C:\Users\Basti\Documents\Studium\LVs\ICPC\NWERC-cheatsheet\longest-increasing-
subsequence.tex [16])
(C:\Users\Basti\Documents\Studium\LVs\ICPC\NWERC-cheatsheet\simulated-annealing
.tex) (C:\Users\Basti\Documents\Studium\LVs\ICPC\NWERC-cheatsheet\simplex.tex
[17]
Overfull \hbox (19.89404pt too wide) in paragraph at lines 74--75
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][
]
[]
) (C:\Users\Basti\Documents\Studium\LVs\ICPC\NWERC-cheatsheet\dates.tex
[18]) (C:\Users\Basti\Documents\Studium\LVs\ICPC\NWERC-cheatsheet\primes.tex)
(C:\Users\Basti\Documents\Studium\LVs\ICPC\NWERC-cheatsheet\latlong.tex)
(C:\Users\Basti\Documents\Studium\LVs\ICPC\NWERC-cheatsheet\boundedknapsack.tex
[19]
Overfull \hbox (47.25421pt too wide) in paragraph at lines 26--27
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][
][][][][][][][][][][][]
[]
) (C:\Users\Basti\Documents\Studium\LVs\ICPC\NWERC-cheatsheet\binarysearch.tex)
[20] <cheat.pdf, id=2216, 614.295pt x 794.97pt>
File: cheat.pdf Graphic file (type pdf)
<use cheat.pdf>
Package pdftex.def Info: cheat.pdf used on input line 181.
(pdftex.def) Requested size: 614.29349pt x 794.96806pt.
File: cheat.pdf Graphic file (type pdf)
<use cheat.pdf>
Package pdftex.def Info: cheat.pdf used on input line 181.
(pdftex.def) Requested size: 614.29349pt x 794.96806pt.
<cheat.pdf, id=2219, page=1, 614.295pt x 794.97pt>
File: cheat.pdf Graphic file (type pdf)
<use cheat.pdf, page 1>
Package pdftex.def Info: cheat.pdf, page1 used on input line 181.
(pdftex.def) Requested size: 614.29349pt x 794.96806pt.
File: cheat.pdf Graphic file (type pdf)
<use cheat.pdf, page 1>
Package pdftex.def Info: cheat.pdf, page1 used on input line 181.
(pdftex.def) Requested size: 597.78697pt x 773.60669pt.
File: cheat.pdf Graphic file (type pdf)
<use cheat.pdf, page 1>
Package pdftex.def Info: cheat.pdf, page1 used on input line 181.
(pdftex.def) Requested size: 597.78697pt x 773.60669pt.
File: cheat.pdf Graphic file (type pdf)
<use cheat.pdf, page 1>
Package pdftex.def Info: cheat.pdf, page1 used on input line 181.
(pdftex.def) Requested size: 597.78697pt x 773.60669pt.
File: cheat.pdf Graphic file (type pdf)
<use cheat.pdf, page 1>
Package pdftex.def Info: cheat.pdf, page1 used on input line 181.
(pdftex.def) Requested size: 597.78697pt x 773.60669pt.
[21 <C:/Users/Basti/Documents/Studium/LVs/ICPC/NWERC-cheatsheet/cheat.pdf>]
<cheat.pdf, id=2262, page=2, 614.295pt x 794.97pt>
File: cheat.pdf Graphic file (type pdf)
<use cheat.pdf, page 2>
Package pdftex.def Info: cheat.pdf, page2 used on input line 181.
(pdftex.def) Requested size: 597.78697pt x 773.60669pt.
File: cheat.pdf Graphic file (type pdf)
<use cheat.pdf, page 2>
Package pdftex.def Info: cheat.pdf, page2 used on input line 181.
(pdftex.def) Requested size: 597.78697pt x 773.60669pt.
File: cheat.pdf Graphic file (type pdf)
<use cheat.pdf, page 2>
Package pdftex.def Info: cheat.pdf, page2 used on input line 181.
(pdftex.def) Requested size: 597.78697pt x 773.60669pt.
[22 <C:/Users/Basti/Documents/Studium/LVs/ICPC/NWERC-cheatsheet/cheat.pdf>]
<cheat.pdf, id=2279, page=3, 614.295pt x 794.97pt>
File: cheat.pdf Graphic file (type pdf)
<use cheat.pdf, page 3>
Package pdftex.def Info: cheat.pdf, page3 used on input line 181.
(pdftex.def) Requested size: 597.78697pt x 773.60669pt.
File: cheat.pdf Graphic file (type pdf)
<use cheat.pdf, page 3>
Package pdftex.def Info: cheat.pdf, page3 used on input line 181.
(pdftex.def) Requested size: 597.78697pt x 773.60669pt.
File: cheat.pdf Graphic file (type pdf)
<use cheat.pdf, page 3>
Package pdftex.def Info: cheat.pdf, page3 used on input line 181.
(pdftex.def) Requested size: 597.78697pt x 773.60669pt.
[23 <C:/Users/Basti/Documents/Studium/LVs/ICPC/NWERC-cheatsheet/cheat.pdf>]
<cheat.pdf, id=2284, page=4, 614.295pt x 794.97pt>
File: cheat.pdf Graphic file (type pdf)
<use cheat.pdf, page 4>
Package pdftex.def Info: cheat.pdf, page4 used on input line 181.
(pdftex.def) Requested size: 597.78697pt x 773.60669pt.
File: cheat.pdf Graphic file (type pdf)
<use cheat.pdf, page 4>
Package pdftex.def Info: cheat.pdf, page4 used on input line 181.
(pdftex.def) Requested size: 597.78697pt x 773.60669pt.
File: cheat.pdf Graphic file (type pdf)
<use cheat.pdf, page 4>
Package pdftex.def Info: cheat.pdf, page4 used on input line 181.
(pdftex.def) Requested size: 597.78697pt x 773.60669pt.
[24 <C:/Users/Basti/Documents/Studium/LVs/ICPC/NWERC-cheatsheet/cheat.pdf>]
<cheat.pdf, id=2297, page=5, 614.295pt x 794.97pt>
File: cheat.pdf Graphic file (type pdf)
<use cheat.pdf, page 5>
Package pdftex.def Info: cheat.pdf, page5 used on input line 181.
(pdftex.def) Requested size: 597.78697pt x 773.60669pt.
File: cheat.pdf Graphic file (type pdf)
<use cheat.pdf, page 5>
Package pdftex.def Info: cheat.pdf, page5 used on input line 181.
(pdftex.def) Requested size: 597.78697pt x 773.60669pt.
File: cheat.pdf Graphic file (type pdf)
<use cheat.pdf, page 5>
Package pdftex.def Info: cheat.pdf, page5 used on input line 181.
(pdftex.def) Requested size: 597.78697pt x 773.60669pt.
[25 <C:/Users/Basti/Documents/Studium/LVs/ICPC/NWERC-cheatsheet/cheat.pdf>]
Package atveryend Info: Empty hook `BeforeClearDocument' on input line 183.
Package atveryend Info: Empty hook `AfterLastShipout' on input line 183.
(C:\Users\Basti\Documents\Studium\LVs\ICPC\NWERC-cheatsheet\main.aux)
Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 183.
Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 183.
Package rerunfilecheck Info: File `main.out' has not changed.
(rerunfilecheck) Checksum: 42B8B76264E35C1218B2D91B0693CB84;2772.
LaTeX Font Warning: Some font shapes were not available, defaults substituted.
Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 183.
)
Here is how much of TeX's memory you used:
13336 strings out of 493921
191584 string characters out of 3143285
369382 words of memory out of 3000000
14372 multiletter control sequences out of 15000+200000
55793 words of font info for 107 fonts, out of 3000000 for 9000
841 hyphenation exceptions out of 8191
39i,18n,60p,235b,2026s stack positions out of 5000i,500n,10000p,200000b,50000s
{C:/Users/Basti/Portable/Office/MiKTeX/fonts/enc/dvips/fontname/8r.enc}<C:/Us
ers/Basti/Portable/Office/MiKTeX/fonts/type1/public/amsfonts/cm/cmbx10.pfb><C:/
Users/Basti/Portable/Office/MiKTeX/fonts/type1/public/amsfonts/cm/cmex10.pfb><C
:/Users/Basti/Portable/Office/MiKTeX/fonts/type1/public/amsfonts/cm/cmmi10.pfb>
<C:/Users/Basti/Portable/Office/MiKTeX/fonts/type1/public/amsfonts/cm/cmmi5.pfb
><C:/Users/Basti/Portable/Office/MiKTeX/fonts/type1/public/amsfonts/cm/cmmi7.pf
b><C:/Users/Basti/Portable/Office/MiKTeX/fonts/type1/public/amsfonts/cm/cmr10.p
fb><C:/Users/Basti/Portable/Office/MiKTeX/fonts/type1/public/amsfonts/cm/cmr5.p
fb><C:/Users/Basti/Portable/Office/MiKTeX/fonts/type1/public/amsfonts/cm/cmr7.p
fb><C:/Users/Basti/Portable/Office/MiKTeX/fonts/type1/public/amsfonts/cm/cmr8.p
fb><C:/Users/Basti/Portable/Office/MiKTeX/fonts/type1/public/amsfonts/cm/cmsy10
.pfb><C:/Users/Basti/Portable/Office/MiKTeX/fonts/type1/public/amsfonts/cm/cmsy
5.pfb><C:/Users/Basti/Portable/Office/MiKTeX/fonts/type1/public/amsfonts/cm/cms
y7.pfb><C:/Users/Basti/Portable/Office/MiKTeX/fonts/type1/public/amsfonts/cm/cm
ti10.pfb><C:/Users/Basti/Portable/Office/MiKTeX/fonts/type1/public/amsfonts/cm/
cmtt10.pfb><C:/Users/Basti/Portable/Office/MiKTeX/fonts/type1/public/amsfonts/s
ymbols/msbm10.pfb><C:/Users/Basti/Portable/Office/MiKTeX/fonts/type1/public/txf
onts/rtxb.pfb><C:/Users/Basti/Portable/Office/MiKTeX/fonts/type1/public/txfonts
/rtxmi.pfb><C:/Users/Basti/Portable/Office/MiKTeX/fonts/type1/public/txfonts/rt
xr.pfb><C:/Users/Basti/Portable/Office/MiKTeX/fonts/type1/public/txfonts/txsy.p
fb><C:/Users/Basti/Portable/Office/MiKTeX/fonts/type1/urw/helvetic/uhvr8a.pfb><
C:/Users/Basti/Portable/Office/MiKTeX/fonts/type1/urw/times/utmb8a.pfb><C:/User
s/Basti/Portable/Office/MiKTeX/fonts/type1/urw/times/utmr8a.pfb><C:/Users/Basti
/Portable/Office/MiKTeX/fonts/type1/urw/times/utmri8a.pfb>
Output written on main.pdf (25 pages, 1003623 bytes).
PDF statistics:
2747 PDF objects out of 2984 (max. 8388607)
1967 named destinations out of 2073 (max. 500000)
401 words of extra memory for PDF output out of 10000 (max. 10000000)