Skip to content

Commit 9f8e2a7

Browse files
author
Stephan Tornier
committed
Eliminated the case conflict for good?
1 parent ab4d2bd commit 9f8e2a7

12 files changed

+32
-1295
lines changed

doc/UGALY.aux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
\@writefile{toc}{\contentsline {chapter}{\numberline {4}\textcolor {Chapter }{Examples}}{19}{chapter.4}\protected@file@percent }
147147
\@writefile{lof}{\addvspace {10\p@ }}
148148
\@writefile{lot}{\addvspace {10\p@ }}
149-
\newlabel{Chapter_ukf_examples}{{4}{19}{\textcolor {Chapter }{Examples}}{chapter.4}{}}
149+
\newlabel{Chapter_Examples}{{4}{19}{\textcolor {Chapter }{Examples}}{chapter.4}{}}
150150
\@writefile{brf}{\backcite{Tor20}{{19}{4}{chapter.4}}}
151151
\@writefile{brf}{\backcite{Tor20}{{19}{4}{chapter.4}}}
152152
\@writefile{toc}{\contentsline {section}{\numberline {4.1}\textcolor {Chapter }{Discrete groups}}{19}{section.4.1}\protected@file@percent }

doc/UGALY.log

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020) (preloaded format=pdflatex 2021.1.11) 4 JUN 2021 15:48
1+
This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020) (preloaded format=pdflatex 2021.1.11) 4 JUN 2021 16:35
22
entering extended mode
33
restricted \write18 enabled.
44
%&-line parsing enabled.
@@ -474,7 +474,12 @@ Chapter 1.
474474
]
475475
LaTeX Font Info: Font shape `T1/cmtt/bx/n' in size <10> not available
476476
(Font) Font shape `T1/cmtt/m/n' tried instead on input line 196.
477-
[5] [6] [7]
477+
478+
479+
LaTeX Warning: Reference `Chapter_ukf_examples' on page 5 undefined on input li
480+
ne 210.
481+
482+
[5] [6] [7]
478483
Chapter 2.
479484

480485
LaTeX Warning: Reference `IsLocalAction' on page 8 undefined on input line 344.
@@ -700,11 +705,11 @@ tible\T1/ptm/m/n/10.95 -\T1/cmtt/m/n/10.95 Groups\T1/ptm/m/n/10.95 -
700705
] [34
701706

702707
])
703-
Package atveryend Info: Empty hook `BeforeClearDocument' on input line 2039.
704-
Package atveryend Info: Empty hook `AfterLastShipout' on input line 2039.
708+
Package atveryend Info: Empty hook `BeforeClearDocument' on input line 2042.
709+
Package atveryend Info: Empty hook `AfterLastShipout' on input line 2042.
705710
(./UGALY.aux)
706-
Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 2039.
707-
Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 2039.
711+
Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 2042.
712+
Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 2042.
708713

709714
Package rerunfilecheck Info: File `UGALY.out' has not changed.
710715
(rerunfilecheck) Checksum: 37978DD83B264EFEAB89E7530228F0FF;1299.
@@ -714,13 +719,13 @@ Package rerunfilecheck Info: File `UGALY.brf' has not changed.
714719

715720
LaTeX Warning: There were undefined references.
716721

717-
Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 2039.
722+
Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 2042.
718723
)
719724
Here is how much of TeX's memory you used:
720-
7619 strings out of 482555
721-
114465 string characters out of 5952145
725+
7620 strings out of 482555
726+
114483 string characters out of 5952145
722727
377998 words of memory out of 5000000
723-
22913 multiletter control sequences out of 15000+600000
728+
22914 multiletter control sequences out of 15000+600000
724729
609941 words of font info for 113 fonts, out of 8000000 for 9000
725730
14 hyphenation exceptions out of 8191
726731
47i,8n,37p,679b,639s stack positions out of 5000i,500n,10000p,200000b,80000s
@@ -740,10 +745,10 @@ mf-dist/fonts/type1/urw/symbol/usyr.pfb></usr/share/texlive/texmf-dist/fonts/ty
740745
pe1/urw/symbol/usyr.pfb></usr/share/texlive/texmf-dist/fonts/type1/urw/times/ut
741746
mb8a.pfb></usr/share/texlive/texmf-dist/fonts/type1/urw/times/utmr8a.pfb></usr/
742747
share/texlive/texmf-dist/fonts/type1/urw/times/utmri8a.pfb>
743-
Output written on UGALY.pdf (34 pages, 287793 bytes).
748+
Output written on UGALY.pdf (34 pages, 287737 bytes).
744749
PDF statistics:
745-
608 PDF objects out of 1000 (max. 8388607)
746-
550 compressed objects within 6 object streams
750+
607 PDF objects out of 1000 (max. 8388607)
751+
549 compressed objects within 6 object streams
747752
167 named destinations out of 1000 (max. 500000)
748753
177 words of extra memory for PDF output out of 10000 (max. 10000000)
749754

doc/UGALY.pnr

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,7 @@ PAGENRS := [
7878
["Ind", 0, 0], 35,
7979
["Ind", 0, 0], 35,
8080
["Ind", 0, 0], 35,
81+
["Ind", 0, 0], 35,
82+
["Ind", 0, 0], 35,
83+
["Ind", 0, 0], 35,
8184
["End"], 35];

doc/UGALY.tex

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,7 @@ \subsection{\textcolor{Chapter }{ConjugacyClassRepsCompatibleGroupsWithProjectio
11461146
}
11471147

11481148

1149-
\chapter{\textcolor{Chapter }{Examples}}\label{Chapter_ukf_examples}
1149+
\chapter{\textcolor{Chapter }{Examples}}\label{Chapter_Examples}
11501150
\logpage{[ 4, 0, 0 ]}
11511151
\hyperdef{L}{X7A489A5D79DA9E5C}{}
11521152
{
@@ -2033,6 +2033,9 @@ \subsection{\textcolor{Chapter }{AllInvolutiveCompatibilityCocycles (for IsLocal
20332033
\immediate\write\pagenrlog{["Ind", 0, 0], \arabic{page},}
20342034
\immediate\write\pagenrlog{["Ind", 0, 0], \arabic{page},}
20352035
\immediate\write\pagenrlog{["Ind", 0, 0], \arabic{page},}
2036+
\immediate\write\pagenrlog{["Ind", 0, 0], \arabic{page},}
2037+
\immediate\write\pagenrlog{["Ind", 0, 0], \arabic{page},}
2038+
\immediate\write\pagenrlog{["Ind", 0, 0], \arabic{page},}
20362039
\newpage
20372040
\immediate\write\pagenrlog{["End"], \arabic{page}];}
20382041
\immediate\closeout\pagenrlog

doc/_AutoDocMainFile.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
<#Include SYSTEM "_Chapter_Introduction.xml">
55
<#Include SYSTEM "_Chapter_Preliminaries.xml">
66
<#Include SYSTEM "_Chapter_Compatibility.xml">
7-
<#Include SYSTEM "_Chapter_ukf_examples.xml">
7+
<#Include SYSTEM "_Chapter_Examples.xml">
88
<#Include SYSTEM "_Chapter_Discreteness.xml">

0 commit comments

Comments
 (0)