titlesec (Latex package) doesn't create section numbers on version 2.10.1
2016-11-08
I found this bug on yesterday.
The problem
When importing titlesec in latex document, the latex compiler (I use xelatex) doesn't generate all section numbers.
This bug have been reported on https://bugs.launchpad.net/ubuntu/+source/texlive-extra/+bug/1574052.
The solution
The solutions are discussed in http://tex.stackexchange.com/questions/299969/titlesec-loss-of-section-numbering-with-the-new-update-2016-03-15. You only upgrade the package version from 2.10.1 to 2.10.2 manually. The instruction is following below:
- Download the package for version
2.10.2from CTAN or you can download directly. - Unzip the downloaded file
- Copy them into
/usr/share/texlive/texmf-dist/tex/latex/titlesec
What about you? If this solution can help you, please share. Thank you