-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcondensed-matter-physics-cheat-sheet.log
977 lines (924 loc) · 59.7 KB
/
condensed-matter-physics-cheat-sheet.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
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
This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022) (preloaded format=pdflatex 2022.5.30) 8 JUN 2023 20:36
entering extended mode
restricted \write18 enabled.
file:line:error style messages enabled.
%&-line parsing enabled.
**d:/codefiles/latex/å‡èšæ€ç‰©ç†-专业课/condensed-matter-physics-cheat-sheet.tex
(d:/codefiles/latex/å‡èšæ€ç‰©ç†-专业课/condensed-matter-physics-cheat-sheet.tex
LaTeX2e <2021-11-15> patch level 1
L3 programming layer <2022-02-24> (c:/texlive/2022/texmf-dist/tex/latex/ctex/ctexart.cls (c:/texlive/2022/texmf-dist/tex/latex/ctex/config/ctexbackend.cfg
File: ctexbackend.cfg 2021/12/12 v2.5.8 Backend configuration file (CTEX)
) (c:/texlive/2022/texmf-dist/tex/latex/l3kernel/expl3.sty
Package: expl3 2022-02-24 L3 programming layer (loader)
(c:/texlive/2022/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def
File: l3backend-pdftex.def 2022-02-07 L3 backend support: PDF output (pdfTeX)
\l__color_backend_stack_int=\count185
\l__pdf_internal_box=\box50
))
Document Class: ctexart 2021/12/12 v2.5.8 Chinese adapter for class article (CTEX)
(c:/texlive/2022/texmf-dist/tex/latex/l3packages/xparse/xparse.sty
Package: xparse 2022-01-12 L3 Experimental document command parser
) (c:/texlive/2022/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty
Package: l3keys2e 2022-01-12 LaTeX2e option processing using LaTeX3 keys
) (c:/texlive/2022/texmf-dist/tex/latex/ctex/ctexhook.sty
Package: ctexhook 2021/12/12 v2.5.8 Document and package hooks (CTEX)
) (c:/texlive/2022/texmf-dist/tex/latex/ctex/ctexpatch.sty
Package: ctexpatch 2021/12/12 v2.5.8 Patching commands (CTEX)
) (c:/texlive/2022/texmf-dist/tex/latex/base/fix-cm.sty
Package: fix-cm 2020/11/24 v1.1t fixes to LaTeX
(c:/texlive/2022/texmf-dist/tex/latex/base/ts1enc.def
File: ts1enc.def 2001/06/05 v3.0e (jk/car/fm) Standard LaTeX file
LaTeX Font Info: Redeclaring font encoding TS1 on input line 47.
))
\l__ctex_tmp_int=\count186
\l__ctex_tmp_box=\box51
\l__ctex_tmp_dim=\dimen138
\g__ctex_section_depth_int=\count187
\g__ctex_font_size_int=\count188
(c:/texlive/2022/texmf-dist/tex/latex/ctex/config/ctexopts.cfg
File: ctexopts.cfg 2021/12/12 v2.5.8 Option configuration file (CTEX)
) (c:/texlive/2022/texmf-dist/tex/latex/base/article.cls
Document Class: article 2021/10/04 v1.4n Standard LaTeX document class
(c:/texlive/2022/texmf-dist/tex/latex/base/size10.clo
File: size10.clo 2021/10/04 v1.4n Standard LaTeX file (size option)
)
\c@part=\count189
\c@section=\count190
\c@subsection=\count191
\c@subsubsection=\count192
\c@paragraph=\count193
\c@subparagraph=\count194
\c@figure=\count195
\c@table=\count196
\abovecaptionskip=\skip47
\belowcaptionskip=\skip48
\bibindent=\dimen139
) (c:/texlive/2022/texmf-dist/tex/latex/ctex/engine/ctex-engine-pdftex.def
File: ctex-engine-pdftex.def 2021/12/12 v2.5.8 (pdf)LaTeX adapter (CTEX)
(c:/texlive/2022/texmf-dist/tex/latex/cjk/texinput/CJKutf8.sty
Package: CJKutf8 2021/10/16 4.8.5
(c:/texlive/2022/texmf-dist/tex/generic/iftex/ifpdf.sty
Package: ifpdf 2019/10/25 v3.4 ifpdf legacy package. Use iftex instead.
(c:/texlive/2022/texmf-dist/tex/generic/iftex/iftex.sty
Package: iftex 2022/02/03 v1.0f TeX engine tests
)) (c:/texlive/2022/texmf-dist/tex/latex/base/inputenc.sty
Package: inputenc 2021/02/14 v1.3d Input encoding file
\inpenc@prehook=\toks16
\inpenc@posthook=\toks17
) (c:/texlive/2022/texmf-dist/tex/latex/cjk/texinput/CJK.sty
Package: CJK 2021/10/16 4.8.5
(c:/texlive/2022/texmf-dist/tex/latex/cjk/texinput/mule/MULEenc.sty
Package: MULEenc 2021/10/16 4.8.5
) (c:/texlive/2022/texmf-dist/tex/latex/cjk/texinput/CJK.enc
File: CJK.enc 2021/10/16 4.8.5
Now handling font encoding C00 ...
... no UTF-8 mapping file for font encoding C00
Now handling font encoding C05 ...
... no UTF-8 mapping file for font encoding C05
Now handling font encoding C09 ...
... no UTF-8 mapping file for font encoding C09
Now handling font encoding C10 ...
... no UTF-8 mapping file for font encoding C10
Now handling font encoding C20 ...
... no UTF-8 mapping file for font encoding C20
Now handling font encoding C19 ...
... no UTF-8 mapping file for font encoding C19
Now handling font encoding C40 ...
... no UTF-8 mapping file for font encoding C40
Now handling font encoding C42 ...
... no UTF-8 mapping file for font encoding C42
Now handling font encoding C43 ...
... no UTF-8 mapping file for font encoding C43
Now handling font encoding C50 ...
... no UTF-8 mapping file for font encoding C50
Now handling font encoding C52 ...
... no UTF-8 mapping file for font encoding C52
Now handling font encoding C49 ...
... no UTF-8 mapping file for font encoding C49
Now handling font encoding C60 ...
... no UTF-8 mapping file for font encoding C60
Now handling font encoding C61 ...
... no UTF-8 mapping file for font encoding C61
Now handling font encoding C63 ...
... no UTF-8 mapping file for font encoding C63
Now handling font encoding C64 ...
... no UTF-8 mapping file for font encoding C64
Now handling font encoding C65 ...
... no UTF-8 mapping file for font encoding C65
Now handling font encoding C70 ...
... no UTF-8 mapping file for font encoding C70
Now handling font encoding C31 ...
... no UTF-8 mapping file for font encoding C31
Now handling font encoding C32 ...
... no UTF-8 mapping file for font encoding C32
Now handling font encoding C33 ...
... no UTF-8 mapping file for font encoding C33
Now handling font encoding C34 ...
... no UTF-8 mapping file for font encoding C34
Now handling font encoding C35 ...
... no UTF-8 mapping file for font encoding C35
Now handling font encoding C36 ...
... no UTF-8 mapping file for font encoding C36
Now handling font encoding C37 ...
... no UTF-8 mapping file for font encoding C37
Now handling font encoding C80 ...
... no UTF-8 mapping file for font encoding C80
Now handling font encoding C81 ...
... no UTF-8 mapping file for font encoding C81
Now handling font encoding C01 ...
... no UTF-8 mapping file for font encoding C01
Now handling font encoding C11 ...
... no UTF-8 mapping file for font encoding C11
Now handling font encoding C21 ...
... no UTF-8 mapping file for font encoding C21
Now handling font encoding C41 ...
... no UTF-8 mapping file for font encoding C41
Now handling font encoding C62 ...
... no UTF-8 mapping file for font encoding C62
)
\CJK@indent=\box52
) (c:/texlive/2022/texmf-dist/tex/latex/base/fontenc.sty
Package: fontenc 2021/04/29 v2.0v Standard LaTeX package
)) (c:/texlive/2022/texmf-dist/tex/latex/cjkpunct/CJKpunct.sty
Package: CJKpunct 2016/05/14 4.8.4
\CJKpunct@cnta=\count197
\CJKpunct@cntb=\count198
\CJKpunct@cntc=\count199
\CJKpunct@cntd=\count266
\CJKpunct@cnte=\count267
defining Unicode char U+2018 (decimal 8216)
defining Unicode char U+2019 (decimal 8217)
defining Unicode char U+201C (decimal 8220)
defining Unicode char U+201D (decimal 8221)
defining Unicode char U+2014 (decimal 8212)
defining Unicode char U+2026 (decimal 8230)
(c:/texlive/2022/texmf-dist/tex/latex/cjkpunct/CJKpunct.spa)) (c:/texlive/2022/texmf-dist/tex/latex/cjk/texinput/CJKspace.sty
Package: CJKspace 2021/10/16 3.8.0
) (c:/texlive/2022/texmf-dist/tex/latex/ctex/ctexspa.def
File: ctexspa.def 2021/12/12 v2.5.8 Space info for CJKpunct (CTEX)
)
\ccwd=\dimen140
\l__ctex_ccglue_skip=\skip49
)
\l__ctex_ziju_dim=\dimen141
(c:/texlive/2022/texmf-dist/tex/latex/zhnumber/zhnumber.sty
Package: zhnumber 2020/05/01 v2.8 Typesetting numbers with Chinese glyphs
\l__zhnum_scale_int=\count268
\l__zhnum_byte_min_int=\count269
\l__zhnum_byte_max_int=\count270
(c:/texlive/2022/texmf-dist/tex/latex/zhnumber/zhnumber-utf8.cfg
File: zhnumber-utf8.cfg 2020/05/01 v2.8 Chinese numerals with UTF8 encoding
))
\l__ctex_heading_skip=\skip50
(c:/texlive/2022/texmf-dist/tex/latex/ctex/scheme/ctex-scheme-chinese-article.def
File: ctex-scheme-chinese-article.def 2021/12/12 v2.5.8 Chinese scheme for article (CTEX)
(c:/texlive/2022/texmf-dist/tex/latex/ctex/config/ctex-name-utf8.cfg
File: ctex-name-utf8.cfg 2021/12/12 v2.5.8 Caption with encoding UTF-8 (CTEX)
)) (c:/texlive/2022/texmf-dist/tex/latex/ctex/fontset/ctex-fontset-windows.def
File: ctex-fontset-windows.def 2021/12/12 v2.5.8 Windows fonts definition (CTEX)
)) (c:/texlive/2022/texmf-dist/tex/latex/ctex/config/ctex.cfg
File: ctex.cfg 2021/12/12 v2.5.8 Configuration file (CTEX)
) (c:/texlive/2022/texmf-dist/tex/latex/geometry/geometry.sty
Package: geometry 2020/01/02 v5.9 Page Geometry
(c:/texlive/2022/texmf-dist/tex/latex/graphics/keyval.sty
Package: keyval 2014/10/28 v1.15 key=value parser (DPC)
\KV@toks@=\toks18
) (c:/texlive/2022/texmf-dist/tex/generic/iftex/ifvtex.sty
Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead.
)
\Gm@cnth=\count271
\Gm@cntv=\count272
\c@Gm@tempcnt=\count273
\Gm@bindingoffset=\dimen142
\Gm@wd@mp=\dimen143
\Gm@odd@mp=\dimen144
\Gm@even@mp=\dimen145
\Gm@layoutwidth=\dimen146
\Gm@layoutheight=\dimen147
\Gm@layouthoffset=\dimen148
\Gm@layoutvoffset=\dimen149
\Gm@dimlist=\toks19
)
Package ctex Warning: Command `\CTEXsetup' is deprecated.
(ctex) \ctexset { section = { format={\Large \bfseries } } } is
(ctex) set.
(c:/texlive/2022/texmf-dist/tex/latex/amsmath/amsmath.sty
Package: amsmath 2021/10/15 v2.17l AMS math features
\@mathmargin=\skip51
For additional information on amsmath, use the `?' option.
(c:/texlive/2022/texmf-dist/tex/latex/amsmath/amstext.sty
Package: amstext 2021/08/26 v2.01 AMS text
(c:/texlive/2022/texmf-dist/tex/latex/amsmath/amsgen.sty
File: amsgen.sty 1999/11/30 v2.0 generic functions
\@emptytoks=\toks20
\ex@=\dimen150
)) (c:/texlive/2022/texmf-dist/tex/latex/amsmath/amsbsy.sty
Package: amsbsy 1999/11/29 v1.2d Bold Symbols
\pmbraise@=\dimen151
) (c:/texlive/2022/texmf-dist/tex/latex/amsmath/amsopn.sty
Package: amsopn 2021/08/26 v2.02 operator names
)
\inf@bad=\count274
LaTeX Info: Redefining \frac on input line 234.
\uproot@=\count275
\leftroot@=\count276
LaTeX Info: Redefining \overline on input line 399.
\classnum@=\count277
\DOTSCASE@=\count278
LaTeX Info: Redefining \ldots on input line 496.
LaTeX Info: Redefining \dots on input line 499.
LaTeX Info: Redefining \cdots on input line 620.
\Mathstrutbox@=\box53
\strutbox@=\box54
\big@size=\dimen152
LaTeX Font Info: Redeclaring font encoding OML on input line 743.
LaTeX Font Info: Redeclaring font encoding OMS on input line 744.
\macc@depth=\count279
\c@MaxMatrixCols=\count280
\dotsspace@=\muskip16
\c@parentequation=\count281
\dspbrk@lvl=\count282
\tag@help=\toks21
\row@=\count283
\column@=\count284
\maxfields@=\count285
\andhelp@=\toks22
\eqnshift@=\dimen153
\alignsep@=\dimen154
\tagshift@=\dimen155
\tagwidth@=\dimen156
\totwidth@=\dimen157
\lineht@=\dimen158
\@envbody=\toks23
\multlinegap=\skip52
\multlinetaggap=\skip53
\mathdisplay@stack=\toks24
LaTeX Info: Redefining \[ on input line 2938.
LaTeX Info: Redefining \] on input line 2939.
) (c:/texlive/2022/texmf-dist/tex/latex/amsfonts/amsfonts.sty
Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support
\symAMSa=\mathgroup4
\symAMSb=\mathgroup5
LaTeX Font Info: Redeclaring math symbol \hbar on input line 98.
LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold'
(Font) U/euf/m/n --> U/euf/b/n on input line 106.
) (c:/texlive/2022/texmf-dist/tex/latex/amsfonts/amssymb.sty
Package: amssymb 2013/01/14 v3.01 AMS font symbols
) (c:/texlive/2022/texmf-dist/tex/generic/babel/babel.sty
Package: babel 2022/02/26 3.73 The Babel package
\babel@savecnt=\count286
\U@D=\dimen159
\l@unhyphenated=\language87
(c:/texlive/2022/texmf-dist/tex/generic/babel/txtbabel.def)
\bbl@readstream=\read2
\bbl@dirlevel=\count287
(c:/texlive/2022/texmf-dist/tex/generic/babel-english/english.ldf
Language: english 2017/06/06 v3.3r English support from the babel system
Package babel Info: Hyphen rules for 'canadian' set to \l@english
(babel) (\language0). Reported on input line 102.
Package babel Info: Hyphen rules for 'australian' set to \l@ukenglish
(babel) (\language21). Reported on input line 105.
Package babel Info: Hyphen rules for 'newzealand' set to \l@ukenglish
(babel) (\language21). Reported on input line 108.
)) (c:/texlive/2022/texmf-dist/tex/latex/graphics/color.sty
Package: color 2021/12/07 v1.3c Standard LaTeX Color (DPC)
(c:/texlive/2022/texmf-dist/tex/latex/graphics-cfg/color.cfg
File: color.cfg 2016/01/02 v1.6 sample color configuration
)
Package color Info: Driver file: pdftex.def on input line 149.
(c:/texlive/2022/texmf-dist/tex/latex/graphics-def/pdftex.def
File: pdftex.def 2020/10/05 v1.2a Graphics/color driver for pdftex
)) (c:/texlive/2022/texmf-dist/tex/latex/graphics/graphicx.sty
Package: graphicx 2021/09/16 v1.2d Enhanced LaTeX Graphics (DPC,SPQR)
(c:/texlive/2022/texmf-dist/tex/latex/graphics/graphics.sty
Package: graphics 2021/03/04 v1.4d Standard LaTeX Graphics (DPC,SPQR)
(c:/texlive/2022/texmf-dist/tex/latex/graphics/trig.sty
Package: trig 2021/08/11 v1.11 sin cos tan (DPC)
) (c:/texlive/2022/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration
)
Package graphics Info: Driver file: pdftex.def on input line 107.
)
\Gin@req@height=\dimen160
\Gin@req@width=\dimen161
) (c:/texlive/2022/texmf-dist/tex/latex/url/url.sty
\Urlmuskip=\muskip17
Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc.
) (c:/texlive/2022/texmf-dist/tex/latex/tools/bm.sty
Package: bm 2021/04/25 v1.2e Bold Symbol Support (DPC/FMi)
\symboldoperators=\mathgroup6
\symboldletters=\mathgroup7
\symboldsymbols=\mathgroup8
Package bm Info: No bold for \OMX/cmex/m/n, using \pmb.
Package bm Info: No bold for \U/msa/m/n, using \pmb.
Package bm Info: No bold for \U/msb/m/n, using \pmb.
LaTeX Font Info: Redeclaring math alphabet \mathbf on input line 149.
) (c:/texlive/2022/texmf-dist/tex/latex/multirow/multirow.sty
Package: multirow 2021/03/15 v2.8 Span multiple rows of a table
\multirow@colwidth=\skip54
\multirow@cntb=\count288
\multirow@dima=\skip55
\bigstrutjot=\dimen162
) (c:/texlive/2022/texmf-dist/tex/latex/booktabs/booktabs.sty
Package: booktabs 2020/01/12 v1.61803398 Publication quality tables
\heavyrulewidth=\dimen163
\lightrulewidth=\dimen164
\cmidrulewidth=\dimen165
\belowrulesep=\dimen166
\belowbottomsep=\dimen167
\aboverulesep=\dimen168
\abovetopsep=\dimen169
\cmidrulesep=\dimen170
\cmidrulekern=\dimen171
\defaultaddspace=\dimen172
\@cmidla=\count289
\@cmidlb=\count290
\@aboverulesep=\dimen173
\@belowrulesep=\dimen174
\@thisruleclass=\count291
\@lastruleclass=\count292
\@thisrulewidth=\dimen175
) (c:/texlive/2022/texmf-dist/tex/latex/epstopdf-pkg/epstopdf.sty
Package: epstopdf 2020-01-24 v2.11 Conversion with epstopdf on the fly (HO)
(c:/texlive/2022/texmf-dist/tex/generic/infwarerr/infwarerr.sty
Package: infwarerr 2019/12/03 v1.5 Providing info/warning/error messages (HO)
) (c:/texlive/2022/texmf-dist/tex/latex/grfext/grfext.sty
Package: grfext 2019/12/03 v1.3 Manage graphics extensions (HO)
(c:/texlive/2022/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty
Package: kvdefinekeys 2019-12-19 v1.6 Define keys (HO)
)) (c:/texlive/2022/texmf-dist/tex/latex/kvoptions/kvoptions.sty
Package: kvoptions 2020-10-07 v3.14 Key value format for package options (HO)
(c:/texlive/2022/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty
Package: ltxcmds 2020-05-10 v1.25 LaTeX kernel commands for general use (HO)
) (c:/texlive/2022/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty
Package: kvsetkeys 2019/12/15 v1.18 Key value parser (HO)
)) (c:/texlive/2022/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty
Package: pdftexcmds 2020-06-27 v0.33 Utility functions of pdfTeX for LuaTeX (HO)
Package pdftexcmds Info: \pdf@primitive is available.
Package pdftexcmds Info: \pdf@ifprimitive is available.
Package pdftexcmds Info: \pdfdraftmode found.
) (c:/texlive/2022/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf
Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 485.
Package grfext Info: Graphics extension search list:
(grfext) [.pdf,.png,.jpg,.mps,.jpeg,.jbig2,.jb2,.PDF,.PNG,.JPG,.JPEG,.JBIG2,.JB2,.eps]
(grfext) \AppendGraphicsExtensions on input line 504.
(c:/texlive/2022/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Live
))) (c:/texlive/2022/texmf-dist/tex/latex/graphics/epsfig.sty
Package: epsfig 2017/06/25 v1.7b (e)psfig emulation (SPQR)
\epsfxsize=\dimen176
\epsfysize=\dimen177
) (c:/texlive/2022/texmf-dist/tex/latex/algorithms/algorithm.sty
Package: algorithm 2009/08/24 v0.1 Document Style `algorithm' - floating environment
(c:/texlive/2022/texmf-dist/tex/latex/float/float.sty
Package: float 2001/11/08 v1.3d Float enhancements (AL)
\c@float@type=\count293
\float@exts=\toks25
\float@box=\box55
\@float@everytoks=\toks26
\@floatcapt=\box56
) (c:/texlive/2022/texmf-dist/tex/latex/base/ifthen.sty
Package: ifthen 2020/11/24 v1.1c Standard LaTeX ifthen package (DPC)
)
\@float@every@algorithm=\toks27
\c@algorithm=\count294
) (c:/texlive/2022/texmf-dist/tex/latex/algorithms/algorithmic.sty
Package: algorithmic 2009/08/24 v0.1 Document Style `algorithmic'
\c@ALC@unique=\count295
\c@ALC@line=\count296
\c@ALC@rem=\count297
\c@ALC@depth=\count298
\ALC@tlm=\skip56
\algorithmicindent=\skip57
) (c:/texlive/2022/texmf-dist/tex/latex/listings/listings.sty
\lst@mode=\count299
\lst@gtempboxa=\box57
\lst@token=\toks28
\lst@length=\count300
\lst@currlwidth=\dimen178
\lst@column=\count301
\lst@pos=\count302
\lst@lostspace=\dimen179
\lst@width=\dimen180
\lst@newlines=\count303
\lst@lineno=\count304
\lst@maxwidth=\dimen181
(c:/texlive/2022/texmf-dist/tex/latex/listings/lstmisc.sty
File: lstmisc.sty 2020/03/24 1.8d (Carsten Heinz)
\c@lstnumber=\count305
\lst@skipnumbers=\count306
\lst@framebox=\box58
) (c:/texlive/2022/texmf-dist/tex/latex/listings/listings.cfg
File: listings.cfg 2020/03/24 1.8d listings configuration
))
Package: listings 2020/03/24 1.8d (Carsten Heinz)
(c:/texlive/2022/texmf-dist/tex/latex/xcolor/xcolor.sty
Package: xcolor 2021/10/31 v2.13 LaTeX color extensions (UK)
(c:/texlive/2022/texmf-dist/tex/latex/graphics-cfg/color.cfg
File: color.cfg 2016/01/02 v1.6 sample color configuration
)
Package xcolor Info: Driver file: pdftex.def on input line 227.
LaTeX Info: Redefining \color on input line 711.
Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1352.
Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1356.
Package xcolor Info: Model `RGB' extended on input line 1368.
Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1370.
Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1371.
Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1372.
Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1373.
Package xcolor Info: Model `Gray' substituted by `gray' on input line 1374.
Package xcolor Info: Model `wave' substituted by `hsb' on input line 1375.
) (c:/texlive/2022/texmf-dist/tex/latex/tools/longtable.sty
Package: longtable 2021-09-01 v4.17 Multi-page Table package (DPC)
\LTleft=\skip58
\LTright=\skip59
\LTpre=\skip60
\LTpost=\skip61
\LTchunksize=\count307
\LTcapwidth=\dimen182
\LT@head=\box59
\LT@firsthead=\box60
\LT@foot=\box61
\LT@lastfoot=\box62
\LT@gbox=\box63
\LT@cols=\count308
\LT@rows=\count309
\c@LT@tables=\count310
\c@LT@chunks=\count311
\LT@p@ftn=\toks29
) (c:/texlive/2022/texmf-dist/tex/latex/subfigure/subfigure.sty
Package: subfigure 2002/03/15 v2.1.5 subfigure package
\subfigtopskip=\skip62
\subfigcapskip=\skip63
\subfigcaptopadj=\dimen183
\subfigbottomskip=\skip64
\subfigcapmargin=\dimen184
\subfiglabelskip=\skip65
\c@subfigure=\count312
\c@lofdepth=\count313
\c@subtable=\count314
\c@lotdepth=\count315
****************************************
* Local config file subfigure.cfg used *
****************************************
(c:/texlive/2022/texmf-dist/tex/latex/subfigure/subfigure.cfg)
\subfig@top=\skip66
\subfig@bottom=\skip67
) (c:/texlive/2022/texmf-dist/tex/latex/caption/caption.sty
Package: caption 2022/03/01 v3.6b Customizing captions (AR)
(c:/texlive/2022/texmf-dist/tex/latex/caption/caption3.sty
Package: caption3 2022/03/17 v2.3b caption3 kernel (AR)
\caption@tempdima=\dimen185
\captionmargin=\dimen186
\caption@leftmargin=\dimen187
\caption@rightmargin=\dimen188
\caption@width=\dimen189
\caption@indent=\dimen190
\caption@parindent=\dimen191
\caption@hangindent=\dimen192
Package caption Info: Standard document class detected.
)
\c@caption@flags=\count316
\c@continuedfloat=\count317
Package caption Info: float package is loaded.
Package caption Info: listings package is loaded.
Package caption Info: longtable package is loaded.
(c:/texlive/2022/texmf-dist/tex/latex/caption/ltcaption.sty
Package: ltcaption 2021/01/08 v1.4c longtable captions (AR)
)
Package caption Info: subfigure package is loaded.
) (c:/texlive/2022/texmf-dist/tex/latex/braket/braket.sty) (c:/texlive/2022/texmf-dist/tex/latex/cancel/cancel.sty
Package: cancel 2013/04/12 v2.2 Cancel math terms
) (c:/texlive/2022/texmf-dist/tex/latex/siunitx/siunitx.sty
Package: siunitx 2022-02-15 v3.0.49 A comprehensive (SI) units package
\l__siunitx_angle_tmp_dim=\dimen193
\l__siunitx_angle_marker_box=\box64
\l__siunitx_angle_unit_box=\box65
\l__siunitx_compound_count_int=\count318
(c:/texlive/2022/texmf-dist/tex/latex/translations/translations.sty
Package: translations 2022/02/05 v1.12 internationalization of LaTeX2e packages (CN)
(c:/texlive/2022/texmf-dist/tex/latex/etoolbox/etoolbox.sty
Package: etoolbox 2020/10/05 v2.5k e-TeX tools for LaTeX (JAW)
\etb@tempcnta=\count319
))
\l__siunitx_number_exponent_fixed_int=\count320
\l__siunitx_number_min_decimal_int=\count321
\l__siunitx_number_min_integer_int=\count322
\l__siunitx_number_round_precision_int=\count323
\l__siunitx_number_group_minimum_int=\count324
\l__siunitx_table_tmp_box=\box66
\l__siunitx_table_tmp_dim=\dimen194
\l__siunitx_table_column_width_dim=\dimen195
\l__siunitx_table_integer_box=\box67
\l__siunitx_table_decimal_box=\box68
\l__siunitx_table_before_box=\box69
\l__siunitx_table_after_box=\box70
\l__siunitx_table_before_dim=\dimen196
\l__siunitx_table_carry_dim=\dimen197
\l__siunitx_unit_tmp_int=\count325
\l__siunitx_unit_position_int=\count326
\l__siunitx_unit_total_int=\count327
(c:/texlive/2022/texmf-dist/tex/latex/tools/array.sty
Package: array 2021/10/04 v2.5f Tabular extension package (FMi)
\col@sep=\dimen198
\ar@mcellbox=\box71
\extrarowheight=\dimen199
\NC@list=\toks30
\extratabsurround=\skip68
\backup@length=\skip69
\ar@cellbox=\box72
)) (c:/texlive/2022/texmf-dist/tex/latex/microtype/microtype.sty
Package: microtype 2022/03/14 v3.0d Micro-typographical refinements (RS)
\MT@toks=\toks31
\MT@tempbox=\box73
\MT@count=\count328
LaTeX Info: Redefining \noprotrusionifhmode on input line 1027.
LaTeX Info: Redefining \leftprotrusion on input line 1028.
LaTeX Info: Redefining \rightprotrusion on input line 1036.
LaTeX Info: Redefining \textls on input line 1195.
\MT@outer@kern=\dimen256
LaTeX Info: Redefining \textmicrotypecontext on input line 1781.
\MT@listname@count=\count329
(c:/texlive/2022/texmf-dist/tex/latex/microtype/microtype-pdftex.def
File: microtype-pdftex.def 2022/03/14 v3.0d Definitions specific to pdftex (RS)
LaTeX Info: Redefining \lsstyle on input line 900.
LaTeX Info: Redefining \lslig on input line 900.
\MT@outer@space=\skip70
)
Package microtype Info: Loading configuration file microtype.cfg.
(c:/texlive/2022/texmf-dist/tex/latex/microtype/microtype.cfg
File: microtype.cfg 2022/03/14 v3.0d microtype main configuration file (RS)
)) (c:/texlive/2022/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty
Package: fancyhdr 2021/01/28 v4.0.1 Extensive control of page headers and footers
\f@nch@headwidth=\skip71
\f@nch@O@elh=\skip72
\f@nch@O@erh=\skip73
\f@nch@O@olh=\skip74
\f@nch@O@orh=\skip75
\f@nch@O@elf=\skip76
\f@nch@O@erf=\skip77
\f@nch@O@olf=\skip78
\f@nch@O@orf=\skip79
) (c:/texlive/2022/texmf-dist/tex/latex/setspace/setspace.sty
Package: setspace 2011/12/19 v6.7a set line spacing
) (c:/texlive/2022/texmf-dist/tex/latex/hyperref/hyperref.sty
Package: hyperref 2022-02-21 v7.00n Hypertext links for LaTeX
(c:/texlive/2022/texmf-dist/tex/generic/pdfescape/pdfescape.sty
Package: pdfescape 2019/12/09 v1.15 Implements pdfTeX's escape features (HO)
) (c:/texlive/2022/texmf-dist/tex/latex/hycolor/hycolor.sty
Package: hycolor 2020-01-27 v1.10 Color options for hyperref/bookmark (HO)
) (c:/texlive/2022/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty
Package: letltxmacro 2019/12/03 v1.6 Let assignment for LaTeX macros (HO)
) (c:/texlive/2022/texmf-dist/tex/latex/auxhook/auxhook.sty
Package: auxhook 2019-12-17 v1.6 Hooks for auxiliary files (HO)
)
\@linkdim=\dimen257
\Hy@linkcounter=\count330
\Hy@pagecounter=\count331
(c:/texlive/2022/texmf-dist/tex/latex/hyperref/pd1enc.def
File: pd1enc.def 2022-02-21 v7.00n Hyperref: PDFDocEncoding definition (HO)
Now handling font encoding PD1 ...
... no UTF-8 mapping file for font encoding PD1
) (c:/texlive/2022/texmf-dist/tex/generic/intcalc/intcalc.sty
Package: intcalc 2019/12/15 v1.3 Expandable calculations with integers (HO)
) (c:/texlive/2022/texmf-dist/tex/generic/etexcmds/etexcmds.sty
Package: etexcmds 2019/12/15 v1.7 Avoid name clashes with e-TeX commands (HO)
)
\Hy@SavedSpaceFactor=\count332
(c:/texlive/2022/texmf-dist/tex/latex/hyperref/puenc.def
File: puenc.def 2022-02-21 v7.00n Hyperref: PDF Unicode definition (HO)
Now handling font encoding PU ...
... no UTF-8 mapping file for font encoding PU
)
Package hyperref Info: Option `unicode' set `true' on input line 4018.
Package hyperref Info: Hyper figures OFF on input line 4137.
Package hyperref Info: Link nesting OFF on input line 4142.
Package hyperref Info: Hyper index ON on input line 4145.
Package hyperref Info: Plain pages OFF on input line 4152.
Package hyperref Info: Backreferencing OFF on input line 4157.
Package hyperref Info: Implicit mode ON; LaTeX internals redefined.
Package hyperref Info: Bookmarks ON on input line 4390.
\c@Hy@tempcnt=\count333
LaTeX Info: Redefining \url on input line 4749.
\XeTeXLinkMargin=\dimen258
(c:/texlive/2022/texmf-dist/tex/generic/bitset/bitset.sty
Package: bitset 2019/12/09 v1.3 Handle bit-vector datatype (HO)
(c:/texlive/2022/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty
Package: bigintcalc 2019/12/15 v1.5 Expandable calculations on big integers (HO)
))
\Fld@menulength=\count334
\Field@Width=\dimen259
\Fld@charsize=\dimen260
Package hyperref Info: Hyper figures OFF on input line 6027.
Package hyperref Info: Link nesting OFF on input line 6032.
Package hyperref Info: Hyper index ON on input line 6035.
Package hyperref Info: backreferencing OFF on input line 6042.
Package hyperref Info: Link coloring OFF on input line 6047.
Package hyperref Info: Link coloring with OCG OFF on input line 6052.
Package hyperref Info: PDF/A mode OFF on input line 6057.
LaTeX Info: Redefining \ref on input line 6097.
LaTeX Info: Redefining \pageref on input line 6101.
(c:/texlive/2022/texmf-dist/tex/latex/base/atbegshi-ltx.sty
Package: atbegshi-ltx 2021/01/10 v1.0c Emulation of the original atbegshi
package with kernel methods
)
\Hy@abspage=\count335
\c@Item=\count336
\c@Hfootnote=\count337
)
Package hyperref Info: Driver (autodetected): hpdftex.
(c:/texlive/2022/texmf-dist/tex/latex/hyperref/hpdftex.def
File: hpdftex.def 2022-02-21 v7.00n Hyperref driver for pdfTeX
(c:/texlive/2022/texmf-dist/tex/latex/base/atveryend-ltx.sty
Package: atveryend-ltx 2020/08/19 v1.0a Emulation of the original atveryend package
with kernel methods
)
\Fld@listcount=\count338
\c@bookmark@seq@number=\count339
(c:/texlive/2022/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty
Package: rerunfilecheck 2019/12/05 v1.9 Rerun checks for auxiliary files (HO)
(c:/texlive/2022/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty
Package: uniquecounter 2019/12/15 v1.4 Provide unlimited unique counter (HO)
)
Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 286.
)
\Hy@SectionHShift=\skip80
)
Package hyperref Info: Option `colorlinks' set `true' on input line 50.
Package hyperref Warning: Option `bookmarks' has already been used,
(hyperref) setting the option has no effect on input line 50.
Package hyperref Info: Option `unicode' set `true' on input line 50.
(c:/texlive/2022/texmf-dist/tex/latex/cjk/texinput/UTF8/UTF8.bdg
File: UTF8.bdg 2021/10/16 4.8.5
) (c:/texlive/2022/texmf-dist/tex/latex/cjk/texinput/UTF8/UTF8.enc
File: UTF8.enc 2021/10/16 4.8.5
) (c:/texlive/2022/texmf-dist/tex/latex/cjk/texinput/UTF8/UTF8.chr
File: UTF8.chr 2021/10/16 4.8.5
) (./condensed-matter-physics-cheat-sheet.aux)
\openout1 = `condensed-matter-physics-cheat-sheet.aux'.
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for C00/song/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for C05/song/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for C09/song/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for C10/song/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for C20/song/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for C19/song/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for C40/song/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for C42/song/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for C43/song/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for C50/song/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for C52/song/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for C49/song/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for C60/mj/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for C61/mj/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for C63/mj/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for C64/mj/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for C65/mj/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for C70/song/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for C31/song/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for C32/song/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for C33/song/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for C34/song/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for C35/song/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for C36/song/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for C37/song/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for C80/song/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for C81/song/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for C01/song/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for C11/song/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for C21/song/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for C41/song/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for C62/song/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 52.
LaTeX Font Info: ... okay on input line 52.
*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:
* h-part:(L,W,R)=(2.84544pt, 588.97197pt, 5.69046pt)
* v-part:(T,H,B)=(0.0pt, 845.04684pt, 0.0pt)
* \paperwidth=597.50787pt
* \paperheight=845.04684pt
* \textwidth=588.97197pt
* \textheight=845.04684pt
* \oddsidemargin=-69.42455pt
* \evensidemargin=-69.42455pt
* \topmargin=-109.26999pt
* \headheight=12.0pt
* \headsep=25.0pt
* \topskip=10.0pt
* \footskip=30.0pt
* \marginparwidth=57.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:/texlive/2022/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
\scratchcounter=\count340
\scratchdimen=\dimen261
\scratchbox=\box74
\nofMPsegments=\count341
\nofMParguments=\count342
\everyMPshowfont=\toks32
\MPscratchCnt=\count343
\MPscratchDim=\dimen262
\MPnumerator=\count344
\makeMPintoPDFobject=\count345
\everyMPtoPDFconversion=\toks33
)
\c@lstlisting=\count346
Package caption Info: Begin \AtBeginDocument code.
Package caption Info: hyperref package is loaded.
Package caption Info: End \AtBeginDocument code.
(c:/texlive/2022/texmf-dist/tex/latex/translations/translations-basic-dictionary-english.trsl
File: translations-basic-dictionary-english.trsl (english translation file `translations-basic-dictionary')
)
Package translations Info: loading dictionary `translations-basic-dictionary' for `english'. on input line 52.
LaTeX Info: Redefining \microtypecontext on input line 52.
Package microtype Info: Applying patch `item' on input line 52.
Package microtype Info: Applying patch `toc' on input line 52.
Package microtype Info: Applying patch `eqnum' on input line 52.
Package microtype Info: Applying patch `footnote' on input line 52.
Package microtype Info: Generating PDF output.
Package microtype Info: Character protrusion enabled (level 2).
Package microtype Info: Using default protrusion set `alltext'.
Package microtype Info: Automatic font expansion enabled (level 2),
(microtype) stretch: 20, shrink: 20, step: 1, non-selected.
Package microtype Info: Using default expansion set `alltext-nott'.
LaTeX Info: Redefining \showhyphens on input line 52.
Package microtype Info: No adjustment of tracking.
Package microtype Info: No adjustment of interword spacing.
Package microtype Info: No adjustment of character kerning.
(c:/texlive/2022/texmf-dist/tex/latex/microtype/mt-cmr.cfg
File: mt-cmr.cfg 2013/05/19 v2.2 microtype config. file: Computer Modern Roman (RS)
)
Package hyperref Info: Link coloring ON on input line 52.
(c:/texlive/2022/texmf-dist/tex/latex/hyperref/nameref.sty
Package: nameref 2021-04-02 v2.47 Cross-referencing by name of section
(c:/texlive/2022/texmf-dist/tex/latex/refcount/refcount.sty
Package: refcount 2019/12/15 v3.6 Data extraction from label references (HO)
) (c:/texlive/2022/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty
Package: gettitlestring 2019/12/15 v1.6 Cleanup title references (HO)
)
\c@section@level=\count347
)
LaTeX Info: Redefining \ref on input line 52.
LaTeX Info: Redefining \pageref on input line 52.
LaTeX Info: Redefining \nameref on input line 52.
(./condensed-matter-physics-cheat-sheet.out) (./condensed-matter-physics-cheat-sheet.out)
\@outlinefile=\write3
\openout3 = `condensed-matter-physics-cheat-sheet.out'.
LaTeX Font Info: Trying to load font information for C70+rm on input line 53.
(c:/texlive/2022/texmf-dist/tex/latex/ctex/fd/c70rm.fd
File: c70rm.fd 2021/12/12 v2.5.8 Chinese font definition (CTEX)
)
LaTeX Font Info: Trying to load font information for U+msa on input line 53.
(c:/texlive/2022/texmf-dist/tex/latex/amsfonts/umsa.fd
File: umsa.fd 2013/01/14 v3.01 AMS symbols A
) (c:/texlive/2022/texmf-dist/tex/latex/microtype/mt-msa.cfg
File: mt-msa.cfg 2006/02/04 v1.1 microtype config. file: AMS symbols (a) (RS)
)
LaTeX Font Info: Trying to load font information for U+msb on input line 53.
(c:/texlive/2022/texmf-dist/tex/latex/amsfonts/umsb.fd
File: umsb.fd 2013/01/14 v3.01 AMS symbols B
) (c:/texlive/2022/texmf-dist/tex/latex/microtype/mt-msb.cfg
File: mt-msb.cfg 2005/06/01 v1.0 microtype config. file: AMS symbols (b) (RS)
)
LaTeX Warning: Command \r invalid in math mode on input line 63.
LaTeX Warning: Command \r invalid in math mode on input line 63.
Overfull \hbox (16.54524pt too wide) in paragraph at lines 53--95
\C70/rm/m/n/10/5f Ã\OT1/cmr/m/n/10 (-20) );CsCl(Cs\C70/rm/m/n/10/4f S \C70/rm/m/n/10/5f Ã\OT1/cmr/m/n/10 (-20) +Cl\C70/rm/m/n/10/89 Ò\OT1/cmr/m/n/10 (-20) );\C70/rm/m/n/10/91 Ñ \C70/rm/m/n/10/52 ^^Z \C70/rm/m/n/10/77 ó \C70/rm/m/n/10/7e Ó \C70/rm/m/n/10/67 „\OT1/cmr/m/n/10 (-20) (fcc+$000&[][][]$);ZnS\C70/rm/m/n/10/7e Ó \C70/rm/m/n/10/67 „\OT1/cmr/m/n/10 (-20) (\C70/rm/m/n/10/91 Ñ \C70/rm/m/n/10/52 ^^Z \C70/rm/m/n/10/77 ó \C70/rm/m/n/10/66 ÿ \C70/rm/m/n/10/63 b\OT1/cmr/m/n/10 (-20) )(Zn$000\OML/cmm/m/it/10 ; \OT1/cmr/m/n/10 (-20) 0[][]\OML/cmm/m/it/10 ; []\OT1/cmr/m/n/10 (-20) 0[]\OML/cmm/m/it/10 ; [][]\OT1/cmr/m/n/10 (-20) 0$;S$[][][]\OML/cmm/m/it/10 ; [][][]; [][][]; [][][]$\OT1/cmr/m/n/10 (-20) )[\C70/rm/m/n/10/4f ‹\OT1/cmr/m/n/10 (-20) ].$\OML/cmm/m/it/10 r[] \OT1/cmr/m/n/10 (-20) = 1\OML/cmm/m/it/10 :\OT1/cmr/m/n/10 (-20) 7\OML/cmm/m/it/10 ; r[] \OT1/cmr/m/n/10 (-20) =
[]
Overfull \hbox (3.93265pt too wide) in paragraph at lines 53--95
[][] \OML/cmm/m/it/10 C[]\OT1/cmr/m/n/10 (-20) (\OML/cmm/m/it/10 u[] \OMS/cmsy/m/n/10 ^^@ \OML/cmm/m/it/10 u[]\OT1/cmr/m/n/10 (-20) ) = [][] \OML/cmm/m/it/10 C[]\OT1/cmr/m/n/10 (-20) [(\OML/cmm/m/it/10 u[] \OMS/cmsy/m/n/10 ^^@ \OML/cmm/m/it/10 u[]\OT1/cmr/m/n/10 (-20) ) + (\OML/cmm/m/it/10 u[] \OMS/cmsy/m/n/10 ^^@ \OML/cmm/m/it/10 u[]\OT1/cmr/m/n/10 (-20) )] = [][] \OML/cmm/m/it/10 C[]\OMS/cmsy/m/n/10 f\OT1/cmr/m/n/10 (-20) [\OML/cmm/m/it/10 u\OT1/cmr/m/n/10 (-20) (\OML/cmm/m/it/10 x \OT1/cmr/m/n/10 (-20) + \OML/cmm/m/it/10 pa; t\OT1/cmr/m/n/10 (-20) ) \OMS/cmsy/m/n/10 ^^@ \OML/cmm/m/it/10 u\OT1/cmr/m/n/10 (-20) (\OML/cmm/m/it/10 x; t\OT1/cmr/m/n/10 (-20) )] + [\OML/cmm/m/it/10 u\OT1/cmr/m/n/10 (-20) (\OML/cmm/m/it/10 x \OMS/cmsy/m/n/10 ^^@ \OML/cmm/m/it/10 pa; t\OT1/cmr/m/n/10 (-20) ) \OMS/cmsy/m/n/10 ^^@ \OML/cmm/m/it/10 u\OT1/cmr/m/n/10 (-20) (\OML/cmm/m/it/10 x; t\OT1/cmr/m/n/10 (-20) )]\OMS/cmsy/m/n/10 g \OT1/cmr/m/n/10 (-20) = [][] \OML/cmm/m/it/10 C[]p[]a[]@[]u\OT1/cmr/m/n/10 (-20) (\OML/cmm/m/it/10 x; t\OT1/cmr/m/n/10 (-20) )$,\C70/rm/m/n/10/8b Õ
[]
Overfull \hbox (7.76363pt too wide) in paragraph at lines 53--95
[][]$\OT1/cmr/m/n/10 (-20) (\C70/rm/m/n/10/82 r \C70/rm/m/n/10/65 c \C70/rm/m/n/10/51 s \C70/rm/m/n/10/7c û$\OML/cmm/m/it/10 !\OT1/cmr/m/n/10 (-20) (\OML/cmm/m/it/10 K\OT1/cmr/m/n/10 (-20) )$)\OT1/cmr/bx/n/10 (-20) (4)\C70/rm/m/n/10/4e \C70/rm/m/n/10/7e ô$\OML/cmm/m/it/10 D\OT1/cmr/m/n/10 (-20) (\OML/cmm/m/it/10 !\OT1/cmr/m/n/10 (-20) )$:$\OMS/cmsy/m/n/10 8\OML/cmm/m/it/10 i; K[] \OT1/cmr/m/n/10 (-20) = \OMS/cmsy/m/n/10 ^^F[]$\OT1/cmr/m/n/10 (-20) ,$[]$\C70/rm/m/n/10/53 U \C70/rm/m/n/10/4f M S \C70/rm/m/n/10/79 ï \C70/rm/m/n/10/51 … \C70/rm/m/n/10/6a ! \C70/rm/m/n/10/5f ^^O \C70/rm/m/n/10/65 p$\OT1/cmr/m/n/10 (-20) ([])[] = []$,\C70/rm/m/n/10/6b Ï \C70/rm/m/n/10/79 Í \C70/rm/m/n/10/50 O \C70/rm/m/n/10/63 / \C70/rm/m/n/10/6a ! \C70/rm/m/n/10/5f ^^O \C70/rm/m/n/10/60 ; \C70/rm/m/n/10/65 p$\OML/cmm/m/it/10 N \OT1/cmr/m/n/10 (-20) = ([])[]([])$,\C70/rm/m/n/10/60 ^^A \C70/rm/m/n/10/5b Æ \C70/rm/m/n/10/5e ¦$\OML/cmm/m/it/10 D\OT1/cmr/m/n/10 (-20) (\OML/cmm/m/it/10 !\OT1/cmr/m/n/10 (-20) ) =
[]
Overfull \hbox (11.19907pt too wide) in paragraph at lines 53--95
[] [][] []$\OT1/cmr/bx/n/10 (-20) (2)\C70/rm/bx/n/10/97 ^ \C70/rm/bx/n/10/8c ^^P \C70/rm/bx/n/10/4f \ \C70/rm/bx/n/10/75 (\OT1/cmr/m/n/10 (-20) ($\OML/cmm/m/it/10 U\OT1/cmr/m/n/10 (-20) (\OML/cmm/m/it/10 x\OT1/cmr/m/n/10 (-20) ) = \OML/cmm/m/it/10 cx[] \OMS/cmsy/m/n/10 ^^@ \OML/cmm/m/it/10 gx[] \OMS/cmsy/m/n/10 ^^@ \OML/cmm/m/it/10 fx[]$\OT1/cmr/m/n/10 (-20) ):\C70/rm/m/n/10/5e s \C70/rm/m/n/10/57 G \C70/rm/m/n/10/4f M \C70/rm/m/n/10/79 û$\OMS/cmsy/m/n/10 h\OML/cmm/m/it/10 x\OMS/cmsy/m/n/10 i \OT1/cmr/m/n/10 (-20) = []$($\OML/cmm/m/it/10 ^^L \OT1/cmr/m/n/10 (-20) = []$),$[] \OML/cmm/m/it/10 dxxe[] \U/msb/m/n/10 u \OT1/cmr/m/n/10 (-20) ([])([])\OML/cmm/m/it/10 ^^L[]; [] dxe[] \U/msb/m/n/10 u
[]
Overfull \hbox (5.19415pt too wide) in paragraph at lines 53--95
\OMS/cmsy/m/n/10 ^^@\OT1/cmr/m/n/10 (-20) 2\OML/cmm/m/it/10 J\OT1/cmr/m/n/10 (-20) (\OML/cmm/m/it/10 R[]\OT1/cmr/m/n/10 (-20) ) [] [] \OMS/cmsy/m/n/10 ^^@ \OML/cmm/m/it/10 J\OT1/cmr/m/n/10 (-20) (0)$.\C70/rm/m/n/10/80 ý \C70/rm/m/n/10/96 ™$\OT1/cmr/m/n/10 (-20) ^^A\OML/cmm/m/it/10 E \OT1/cmr/m/n/10 (-20) = 4\OML/cmm/m/it/10 J \OT1/cmr/m/n/10 (-20) = []\OML/cmm/m/it/10 e[]$ \C70/rm/bx/n/10/8f Ñ \C70/rm/bx/n/10/81 ê \C70/rm/bx/n/10/75 1 5 \C70/rm/bx/n/10/5b P\OT1/cmr/bx/n/10 (-20) (1)\C70/rm/bx/n/10/97 ^ \C70/rm/bx/n/10/7b € \C70/rm/bx/n/10/5e v$\OML/cmm/m/it/10 '[]\OT1/cmr/m/n/10 (-20) (\OML/cmm/m/it/10 x\OT1/cmr/m/n/10 (-20) ) = \OML/cmm/m/it/10 '[]\OT1/cmr/m/n/10 (-20) (\OML/cmm/m/it/10 x\OT1/cmr/m/n/10 (-20) ) + [][] []\OML/cmm/m/it/10 '[]\OT1/cmr/m/n/10 (-20) (\OML/cmm/m/it/10 x\OT1/cmr/m/n/10 (-20) )(\OMS/cmsy/m/n/10 h\OML/cmm/m/it/10 k[]\OMS/cmsy/m/n/10 j\OML/cmm/m/it/10 V\OT1/cmr/m/n/10 (-20) (\OML/cmm/m/it/10 x\OT1/cmr/m/n/10 (-20) )\OMS/cmsy/m/n/10 j\OML/cmm/m/it/10 k\OMS/cmsy/m/n/10 i \OT1/cmr/m/n/10 (-20) =
[]
Overfull \hbox (6.334pt too wide) in paragraph at lines 53--95
[] [][] \OML/cmm/m/it/10 V\OT1/cmr/m/n/10 (-20) (\OML/cmm/m/it/10 x\OT1/cmr/m/n/10 (-20) )d\OML/cmm/m/it/10 x \OT1/cmr/m/n/10 (-20) = [] = 0$;2\C70/rm/m/n/10/7e §\OT1/cmr/m/n/10 (-20) :$\OML/cmm/m/it/10 E[] \OT1/cmr/m/n/10 (-20) = [][] [] = [][] []$.(I)if $(\OML/cmm/m/it/10 k \OT1/cmr/m/n/10 (-20) + \OML/cmm/m/it/10 G\OT1/cmr/m/n/10 (-20) )[] \OMS/cmsy/m/n/10 ^^] \OML/cmm/m/it/10 k[]$\OT1/cmr/m/n/10 (-20) ,\C70/rm/m/n/10/81 ê \C70/rm/m/n/10/75 1\OT1/cmr/m/n/10 (-20) e;(II)$(\OML/cmm/m/it/10 k \OT1/cmr/m/n/10 (-20) + \OML/cmm/m/it/10 G\OT1/cmr/m/n/10 (-20) )[] = \OML/cmm/m/it/10 k[]$\OT1/cmr/bx/n/10 (-20) (2)\C70/rm/bx/n/10/7b € \C70/rm/bx/n/10/5e v$\OMS/cmsy/m/n/10 f[]$\OT1/cmr/m/n/10 (-20) ,
[]
Overfull \hbox (16.04095pt too wide) in paragraph at lines 53--95
\OMS/cmsy/m/n/10 j[]j \OT1/cmr/m/n/10 (-20) = 0$,$\OML/cmm/m/it/10 E[] \OT1/cmr/m/n/10 (-20) = []\OMS/cmsy/m/n/10 f\OT1/cmr/m/n/10 (-20) (\OML/cmm/m/it/10 E[] \OT1/cmr/m/n/10 (-20) + \OML/cmm/m/it/10 E[]\OT1/cmr/m/n/10 (-20) ) \OMS/cmsy/m/n/10 ^^F []g$\OT1/cmr/m/n/10 (-20) .(I)$\OML/cmm/m/it/10 E[] \OT1/cmr/m/n/10 (-20) = \OML/cmm/m/it/10 E[][]E[] \OT1/cmr/m/n/10 (-20) = \OML/cmm/m/it/10 E[] \OMS/cmsy/m/n/10 ^^F j\OML/cmm/m/it/10 V[]\OMS/cmsy/m/n/10 j$\OT1/cmr/m/n/10 (-20) ;(II)$\OMS/cmsy/m/n/10 j\OML/cmm/m/it/10 E[] \OMS/cmsy/m/n/10 ^^@ \OML/cmm/m/it/10 E[]\OMS/cmsy/m/n/10 j ^^] j\OML/cmm/m/it/10 V[]\OMS/cmsy/m/n/10 j[]\OML/cmm/m/it/10 E[] \OT1/cmr/m/n/10 (-20) =
[]
Overfull \hbox (10.07913pt too wide) in paragraph at lines 53--95
\OML/cmm/m/it/10 a\OT1/cmr/m/n/10 (-20) (\OML/cmm/m/it/10 m[]\OT1/cmr/m/n/10 (-20) )[](\OML/cmm/m/it/10 E[] \OMS/cmsy/m/n/10 ^^@ \OML/cmm/m/it/10 E\OT1/cmr/m/n/10 (-20) )[]$,$\OML/cmm/m/it/10 n \OT1/cmr/m/n/10 (-20) = [][] \OML/cmm/m/it/10 f[]g[]\OT1/cmr/m/n/10 (-20) d\OML/cmm/m/it/10 E \OMS/cmsy/m/n/10 ^^Y \OML/cmm/m/it/10 a\OT1/cmr/m/n/10 (-20) (\OML/cmm/m/it/10 m[]\OT1/cmr/m/n/10 (-20) )[] [][](\OML/cmm/m/it/10 E \OMS/cmsy/m/n/10 ^^@ \OML/cmm/m/it/10 E[]\OT1/cmr/m/n/10 (-20) )[]\OML/cmm/m/it/10 e[]\OT1/cmr/m/n/10 (-20) d\OML/cmm/m/it/10 E \OT1/cmr/m/n/10 (-20) = \OML/cmm/m/it/10 N[]e[]\OT1/cmr/m/n/10 (-20) (\OML/cmm/m/it/10 N[] \OT1/cmr/m/n/10 (-20) = 2([])[](\OML/cmm/m/it/10 m[]T\OT1/cmr/m/n/10 (-20) )[])$,\C70/rm/m/n/10/54 ^^L \C70/rm/m/n/10/74 ^^F $\OML/cmm/m/it/10 p \OMS/cmsy/m/n/10 ^^Y \OML/cmm/m/it/10 N[]e[]\OT1/cmr/m/n/10 (-20) (\OML/cmm/m/it/10 N[] \OT1/cmr/m/n/10 (-20) =
[]
Overfull \hbox (2.02933pt too wide) in paragraph at lines 53--95
\OT1/cmr/m/n/10 (-20) [\OML/cmm/m/it/10 ^^\[]\OT1/cmr/m/n/10 (-20) (\OMS/cmsy/m/n/10 ^^@[]\OT1/cmr/m/n/10 (-20) )d\OML/cmm/m/it/10 S\OT1/cmr/m/n/10 (-20) d\OML/cmm/m/it/10 ^^O\OT1/cmr/m/n/10 (-20) ] \OMS/cmsy/m/n/10 ^^@ [] [] r\OML/cmm/m/it/10 T \OMS/cmsy/m/n/10 ^^A \OT1/cmr/m/n/10 (-20) [\OML/cmm/m/it/10 ^^\[][]\OT1/cmr/m/n/10 (-20) (\OMS/cmsy/m/n/10 ^^@[]\OT1/cmr/m/n/10 (-20) )d\OML/cmm/m/it/10 S\OT1/cmr/m/n/10 (-20) d\OML/cmm/m/it/10 ^^O\OT1/cmr/m/n/10 (-20) ]$.\C70/rm/m/n/10/8b ¾$\OML/cmm/m/it/10 ^^P[] \OT1/cmr/m/n/10 (-20) = [] [] \OML/cmm/m/it/10 v[]\OT1/cmr/m/n/10 (-20) (\OML/cmm/m/it/10 ^^O[] \OMS/cmsy/m/n/10 ^^@ \OML/cmm/m/it/10 ^^V\OT1/cmr/m/n/10 (-20) )[] [] d\OML/cmm/m/it/10 S\OT1/cmr/m/n/10 (-20) d\OML/cmm/m/it/10 ^^O; [] \OT1/cmr/m/n/10 (-20) = \OML/cmm/m/it/10 e[]^^P[][] \OMS/cmsy/m/n/10 ^^@ []\OML/cmm/m/it/10 ^^P[]\OT1/cmr/m/n/10 (-20) (\OMS/cmsy/m/n/10 ^^@r\OML/cmm/m/it/10 T\OT1/cmr/m/n/10 (-20) )\OML/cmm/m/it/10 ; [] \OT1/cmr/m/n/10 (-20) =
[]
Overfull \hbox (15.13737pt too wide) in paragraph at lines 53--95
[] [] \OML/cmm/m/it/10 ; ^^[ \OT1/cmr/m/n/10 (-20) = \OML/cmm/m/it/10 e[]^^P[]$\OT1/cmr/m/n/10 (-20) .\OT1/cmr/bx/n/10 (-20) (8)\C70/rm/bx/n/10/88 e \C70/rm/bx/n/10/51 E\OT1/cmr/bx/n/10 (-20) :\C70/rm/bx/n/10/70 í \C70/rm/bx/n/10/75 5 \C70/rm/bx/n/10/52 ¿ \C70/rm/m/n/10/70 í \C70/rm/m/n/10/75 5 \C70/rm/m/n/10/57 :\OT1/cmr/m/n/10 (-20) :$[] = [][](\OMS/cmsy/m/n/10 ^^@r\OML/cmm/m/it/10 T\OT1/cmr/m/n/10 (-20) )$,\C70/rm/m/n/10/70 í \C70/rm/m/n/10/75 5 \C70/rm/m/n/10/7c û \C70/rm/m/n/10/65 p\OT1/cmr/m/n/10 (-20) (\C70/rm/m/n/10/53 U \C70/rm/m/n/10/4f M$\OML/cmm/m/it/10 T$\C70/rm/m/n/10/5d î \C70/rm/m/n/10/4e \C70/rm/m/n/10/67 P \C70/rm/m/n/10/65 ™ \C70/rm/m/n/10/4e -$\OML/cmm/m/it/10 ^^^$\C70/rm/m/n/10/76 „ \C70/rm/m/n/10/53 Ø ^^V \C70/rm/m/n/10/91 Ï\OT1/cmr/m/n/10 (-20) ):$\OML/cmm/m/it/10 S \OT1/cmr/m/n/10 (-20) = \OMS/cmsy/m/n/10 ^^@[][] \OT1/cmr/m/n/10 (-20) = \OMS/cmsy/m/n/10 ^^@[][] [][] /
[]
Overfull \hbox (55.22899pt too wide) in paragraph at lines 53--95
\OML/cmm/m/it/10 e[] [][]\OMS/cmsy/m/n/10 h\OML/cmm/m/it/10 ^^N^^^[]^^^[]\OMS/cmsy/m/n/10 j[]j\OML/cmm/m/it/10 ^^^[]^^^[]\OMS/cmsy/m/n/10 i ^^@ \OML/cmm/m/it/10 ^^O[]\OMS/cmsy/m/n/10 h\OML/cmm/m/it/10 ^^N^^^[]\OMS/cmsy/m/n/10 j\OML/cmm/m/it/10 ^^^[]\OMS/cmsy/m/n/10 i \OT1/cmr/m/n/10 (-20) = \OMS/cmsy/m/n/10 h\OML/cmm/m/it/10 ^^N^^^[]\OMS/cmsy/m/n/10 j\OT1/cmr/m/n/10 (-20) [\OMS/cmsy/m/n/10 ^^@[] \OT1/cmr/m/n/10 (-20) + \OML/cmm/m/it/10 V[] \OT1/cmr/m/n/10 (-20) + \OML/cmm/m/it/10 e[] [][]\OMS/cmsy/m/n/10 h\OML/cmm/m/it/10 ^^^[]\OMS/cmsy/m/n/10 j[]j\OML/cmm/m/it/10 ^^^[]\OMS/cmsy/m/n/10 i ^^@ \OML/cmm/m/it/10 ^^O\OT1/cmr/m/n/10 (-20) ]\OMS/cmsy/m/n/10 j\OML/cmm/m/it/10 ^^^[]\OMS/cmsy/m/n/10 i \OT1/cmr/m/n/10 (-20) = 0$.Hatree:$[\OMS/cmsy/m/n/10 ^^@[] \OT1/cmr/m/n/10 (-20) + \OML/cmm/m/it/10 V[]\OT1/cmr/m/n/10 (-20) ([]) + \OML/cmm/m/it/10 e[] [][]\OMS/cmsy/m/n/10 h\OML/cmm/m/it/10 ^^^[]\OMS/cmsy/m/n/10 j[]j\OML/cmm/m/it/10 ^^^[]\OMS/cmsy/m/n/10 i\OT1/cmr/m/n/10 (-20) ]\OML/cmm/m/it/10 ^^^[]\OT1/cmr/m/n/10 (-20) ([]) =
[]
Overfull \hbox (31.1912pt too wide) in paragraph at lines 53--95
\OML/cmm/m/it/10 ^^O[]^^^[]\OT1/cmr/m/n/10 (-20) ([])$,Hatree\C70/rm/m/n/10/52 ¿\OT1/cmr/m/n/10 (-20) :$\OML/cmm/m/it/10 V[]\OT1/cmr/m/n/10 (-20) ([]) = \OML/cmm/m/it/10 e[] [][]\OMS/cmsy/m/n/10 h\OML/cmm/m/it/10 ^^^[]\OMS/cmsy/m/n/10 j[]j\OML/cmm/m/it/10 ^^^[]\OMS/cmsy/m/n/10 i$\OT1/cmr/m/n/10 (-20) .\C70/rm/m/n/10/5e s \C70/rm/m/n/10/57 G : \C70/rm/m/n/10/8f Ñ \C70/rm/m/n/10/4f <\OT1/cmr/m/n/10 (-20) :Hatree-Fock\C70/rm/m/n/10/59 ^^Z \C70/rm/m/n/10/4f S \C70/rm/m/n/10/60 ^^A\OT1/cmr/m/n/10 (-20) :$ [](\OMS/cmsy/m/n/10 f[]g\OT1/cmr/m/n/10 (-20) ) = [] [] \OML/cmm/m/it/10 :\OT1/cmr/m/n/10 (-20) (\OML/cmm/m/it/10 ^^^[]\OT1/cmr/m/n/10 (-20) ([]) \OMS/cmsy/m/n/10 ^^Y \OML/cmm/m/it/10 []\OT1/cmr/m/n/10 (-20) ([])\OML/cmm/m/it/10 ^^_[]\OT1/cmr/m/n/10 (-20) (\OML/cmm/m/it/10 ^^[\OT1/cmr/m/n/10 (-20) ))$,\C70/rm/m/n/10/60 ;
[]
Overfull \hbox (21.4984pt too wide) in paragraph at lines 53--95
\OML/cmm/m/it/10 V[]\OT1/cmr/m/n/10 (-20) ([])]\OML/cmm/m/it/10 ^^^[]\OT1/cmr/m/n/10 (-20) ([]) \OMS/cmsy/m/n/10 ^^@ \OML/cmm/m/it/10 e[] [][]\OMS/cmsy/m/n/10 h\OML/cmm/m/it/10 ^^^[]\OMS/cmsy/m/n/10 j[]j\OML/cmm/m/it/10 ^^^[]\OMS/cmsy/m/n/10 i\OML/cmm/m/it/10 ^^^[]\OT1/cmr/m/n/10 (-20) ([]) = \OML/cmm/m/it/10 ^^O[]^^^[]\OT1/cmr/m/n/10 (-20) ([])$.\C70/rm/m/n/10/5b Æ \C70/rm/m/n/10/5e ¦\OT1/cmr/m/n/10 (-20) :$\OML/cmm/m/it/10 ^^Z[]\OT1/cmr/m/n/10 (-20) ([]) = \OMS/cmsy/m/n/10 j\OML/cmm/m/it/10 ^^^[]\OT1/cmr/m/n/10 (-20) ([])\OMS/cmsy/m/n/10 j[]\OML/cmm/m/it/10 ; ^^Z\OT1/cmr/m/n/10 (-20) ([]) = [][] \OML/cmm/m/it/10 ^^Z[]\OT1/cmr/m/n/10 (-20) ([]); \OML/cmm/m/it/10 V[]\OT1/cmr/m/n/10 (-20) ([]) = \OML/cmm/m/it/10 e[] [][] [] []\OT1/cmr/m/n/10 (-20) d[] = \OML/cmm/m/it/10 e[] [] []\OT1/cmr/m/n/10 (-20) d[];$\C70/rm/bx/n/10/53 U
[]
Overfull \hbox (20.5756pt too wide) in paragraph at lines 53--95
\C70/rm/bx/n/10/7c ’ \C70/rm/bx/n/10/5b P \C70/rm/bx/n/10/4e ¤ \C70/rm/bx/n/10/63 b\OT1/cmr/bx/n/10 (-20) :$\OML/cmm/m/it/10 ^^Z[]\OT1/cmr/m/n/10 (-20) ([]\OML/cmm/m/it/10 ; []\OT1/cmr/m/n/10 (-20) ) = [][] []$;HF\C70/rm/m/n/10/52 ¿\OT1/cmr/m/n/10 (-20) :$\OML/cmm/m/it/10 V[]\OT1/cmr/m/n/10 (-20) ([]) = \OML/cmm/m/it/10 e[] [] []\OT1/cmr/m/n/10 (-20) d[] \OMS/cmsy/m/n/10 ^^@ \OML/cmm/m/it/10 e[] [] []\OT1/cmr/m/n/10 (-20) d[]\OML/cmm/m/it/10 ; []\OT1/cmr/m/n/10 (-20) [[] + \OML/cmm/m/it/10 V[]\OT1/cmr/m/n/10 (-20) ([]) + \OML/cmm/m/it/10 V[]\OT1/cmr/m/n/10 (-20) ([])]\OML/cmm/m/it/10 ^^^[]\OT1/cmr/m/n/10 (-20) ([]) =
[]
Overfull \hbox (0.87373pt too wide) in paragraph at lines 53--95
\OML/cmm/m/it/10 ^^O[]^^^[]\OT1/cmr/m/n/10 (-20) ([])(\OML/cmm/m/it/10 V[]\OT1/cmr/m/n/10 (-20) ([]\OML/cmm/m/it/10 ; n\OT1/cmr/m/n/10 (-20) ([])) = \OML/cmm/m/it/10 V\OT1/cmr/m/n/10 (-20) ([]) + \OML/cmm/m/it/10 e[] [] []\OT1/cmr/m/n/10 (-20) d[] + [])$.$\OML/cmm/m/it/10 E[]\OT1/cmr/m/n/10 (-20) [\OML/cmm/m/it/10 n\OT1/cmr/m/n/10 (-20) ([])] = [] \OML/cmm/m/it/10 n\OT1/cmr/m/n/10 (-20) ([])\OML/cmm/m/it/10 ^^O[]\OT1/cmr/m/n/10 (-20) ([\OML/cmm/m/it/10 n\OT1/cmr/m/n/10 (-20) ]\OML/cmm/m/it/10 ; []\OT1/cmr/m/n/10 (-20) )d[]$.LDA:$\OML/cmm/m/it/10 E[] \OT1/cmr/m/n/10 (-20) = [] \OML/cmm/m/it/10 ^^O[]\OT1/cmr/m/n/10 (-20) [\OML/cmm/m/it/10 n\OT1/cmr/m/n/10 (-20) ([])]\OML/cmm/m/it/10 n\OT1/cmr/m/n/10 (-20) ([])d[]$;GGA:$\OML/cmm/m/it/10 E[] \OT1/cmr/m/n/10 (-20) =
[]
Overfull \hbox (29.15631pt too wide) in paragraph at lines 53--95
[]\OML/cmm/m/it/10 ; ^^Z \OT1/cmr/m/n/10 (-20) = [] = []$\OT1/cmr/bx/n/10 (-20) Yan(1)\C70/rm/bx/n/10/54 h \C70/rm/bx/n/10/67 ^^_ \C70/rm/bx/n/10/52 ¿$\OML/cmm/m/it/10 V\OT1/cmr/m/n/10 (-20) (\OML/cmm/m/it/10 x\OT1/cmr/m/n/10 (-20) ) = \OMS/cmsy/m/n/10 f[]\OML/cmm/m/it/10 :[] \OT1/cmr/m/n/10 (-20) = [] [][] [](\OML/cmm/m/it/10 b[] \OMS/cmsy/m/n/10 ^^@ \OML/cmm/m/it/10 x[]\OT1/cmr/m/n/10 (-20) )d\OML/cmm/m/it/10 x \OT1/cmr/m/n/10 (-20) = []\OML/cmm/m/it/10 :V[] \OT1/cmr/m/n/10 (-20) = [] [][] \OML/cmm/m/it/10 e[]V\OT1/cmr/m/n/10 (-20) (\OML/cmm/m/it/10 t\OT1/cmr/m/n/10 (-20) )d\OML/cmm/m/it/10 t \OT1/cmr/m/n/10 (-20) =
[]
Overfull \hbox (163.09491pt too wide) in paragraph at lines 53--95
[] [][] []\OT1/cmr/m/n/10 (-20) (\OML/cmm/m/it/10 b[] \OMS/cmsy/m/n/10 ^^@ \OML/cmm/m/it/10 t[]\OT1/cmr/m/n/10 (-20) )\OML/cmm/m/it/10 e[]\OT1/cmr/m/n/10 (-20) d\OML/cmm/m/it/10 t \OT1/cmr/m/n/10 (-20) = [](8 [] [] \OMS/cmsy/m/n/10 ^^@ \OT1/cmr/m/n/10 (-20) 4\OML/cmm/m/it/10 n^^Y [] []\OT1/cmr/m/n/10 (-20) )$.$\OMS/cmsy/m/n/10 j\OT1/cmr/m/n/10 (-20) 2\OML/cmm/m/it/10 V[]\OMS/cmsy/m/n/10 j \OT1/cmr/m/n/10 (-20) = []\OML/cmm/m/it/10 ; \OMS/cmsy/m/n/10 j\OT1/cmr/m/n/10 (-20) 2\OML/cmm/m/it/10 V[]\OMS/cmsy/m/n/10 j \OT1/cmr/m/n/10 (-20) = []\OML/cmm/m/it/10 :[]:\OT1/cmr/m/n/10 (-20) (\OML/cmm/m/it/10 bcc\OT1/cmr/m/n/10 (-20) ) : \OML/cmm/m/it/10 a\OT1/cmr/m/n/10 (-20) ([]\OML/cmm/m/it/10 ; []; []\OT1/cmr/m/n/10 (-20) ); (\OML/cmm/m/it/10 fcc\OT1/cmr/m/n/10 (-20) )\OML/cmm/m/it/10 a\OT1/cmr/m/n/10 (-20) ([]\OML/cmm/m/it/10 ; []; \OT1/cmr/m/n/10 (-20) 0)\OML/cmm/m/it/10 ; a\OT1/cmr/m/n/10 (-20) ([]\OML/cmm/m/it/10 ; \OT1/cmr/m/n/10 (-20) 0\OML/cmm/m/it/10 ; []\OT1/cmr/m/n/10 (-20) )\OML/cmm/m/it/10 ; a\OT1/cmr/m/n/10 (-20) (0\OML/cmm/m/it/10 ; []; []\OT1/cmr/m/n/10 (-20) )\OML/cmm/m/it/10 :$\OT1/cmr/bx/n/10 (-20) (3)1D\C70/rm/bx/n/10/59 ^^M
[]
Overfull \hbox (47.17279pt too wide) in paragraph at lines 53--95
[] [] []\OML/cmm/m/it/10 :[] \OT1/cmr/m/n/10 (-20) = \OMS/cmsy/m/n/10 r[]\OML/cmm/m/it/10 ^^O\OT1/cmr/m/n/10 (-20) (1 + 2\OML/cmm/m/it/10 ^^O\OT1/cmr/m/n/10 (-20) )\OML/cmm/m/it/10 ; g\OT1/cmr/m/n/10 (-20) (\OML/cmm/m/it/10 ^^O\OT1/cmr/m/n/10 (-20) ) = [] [] []\OML/cmm/m/it/10 m\OT1/cmr/m/n/10 (-20) (1 + 2\OML/cmm/m/it/10 ^^O\OT1/cmr/m/n/10 (-20) ) = [][]\OML/cmm/m/it/10 ; k \OT1/cmr/m/n/10 (-20) = []\OML/cmm/m/it/10 ; g\OT1/cmr/m/n/10 (-20) (\OML/cmm/m/it/10 ^^O\OT1/cmr/m/n/10 (-20) ) = [][]\OML/cmm/m/it/10 :$\OT1/cmr/bx/n/10 (-20) (5)$[]\OML/cmm/m/it/10 :E[] \OT1/cmr/m/n/10 (-20) =
[]
(c:/texlive/2022/texmf-dist/tex/generic/ctex/zhmap/ctex-zhmap-windows.tex
File: ctex-zhmap-windows.tex 2021/12/12 v2.5.8 Windows font map loader for pdfTeX and DVIPDFMx (CTEX)
{c:/texlive/2022/texmf-var/fonts/map/pdftex/updmap/pdftex.map}{UGBK.sfd}{Unicode.sfd}) [1
] [2] [3] [4] (./condensed-matter-physics-cheat-sheet.aux)
Package rerunfilecheck Info: File `condensed-matter-physics-cheat-sheet.out' has not changed.
(rerunfilecheck) Checksum: D41D8CD98F00B204E9800998ECF8427E;0.
)
Here is how much of TeX's memory you used:
26154 strings out of 478268
486620 string characters out of 5850345
1098523 words of memory out of 5000000
43564 multiletter control sequences out of 15000+600000
531036 words of font info for 280 fonts, out of 8000000 for 9000
1141 hyphenation exceptions out of 8191
75i,14n,78p,13950b,795s stack positions out of 10000i,1000n,20000p,200000b,200000s
<c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/texlive/2022/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx10.pfb><c:/texlive/2022/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx7.pfb><c:/texlive/2022/texmf-dist/fonts/type1/public/amsfonts/cm/cmex10.pfb><c:/texlive/2022/texmf-dist/fonts/type1/public/amsfonts/cmextra/cmex7.pfb><c:/texlive/2022/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb><c:/texlive/2022/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi5.pfb><c:/texlive/2022/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi7.pfb><c:/texlive/2022/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb><c:/texlive/2022/texmf-dist/fonts/type1/public/amsfonts/cm/cmr5.pfb><c:/texlive/2022/texmf-dist/fonts/type1/public/amsfonts/cm/cmr7.pfb><c:/texlive/2022/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb><c:/texlive/2022/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy5.pfb><c:/texlive/2022/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy7.pfb><c:/texlive/2022/texmf-dist/fonts/type1/public/amsfonts/cm/cmti10.pfb><c:/texlive/2022/texmf-dist/fonts/type1/public/amsfonts/symbols/msam7.pfb><c:/texlive/2022/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm10.pfb><c:/texlive/2022/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm5.pfb><c:/texlive/2022/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm7.pfb>
Output written on condensed-matter-physics-cheat-sheet.pdf (4 pages, 849233 bytes).
PDF statistics:
686 PDF objects out of 1000 (max. 8388607)
447 compressed objects within 5 object streams
5 named destinations out of 1000 (max. 500000)
20749 words of extra memory for PDF output out of 24883 (max. 10000000)