1

It seems that no ones asked this before. I have an unwanted indent in the second line of the subsection title. I was wondering if anybody knows how to get rid of it. Near I provide a minimal example. Thanks in advance!

    \documentclass[a4paper,14pt]{article}
    \usepackage{cmap}                   
    \usepackage[T2A]{fontenc}           
    \usepackage[utf8]{inputenc}         
    \usepackage[english,portuguese, main=russian]{babel}    

    \usepackage{blindtext}
    \usepackage{titlesec}
    \usepackage[toc, page]{appendix}


    \begin{document}
    \section{Section One}
    \subsection{The heading of this subsection is too long to fit in just one line. The indent after the first line is unwanted}
    \end{document}

enter image description here

Johannes_B
  • 24,235
  • 10
  • 93
  • 248

1 Answers1

1

The problem was solved by manually updating the titlesec package from 2.10.1 version to 2.10.2, not through the tlmgr package manager. The section numbering was restored, titles of the sections are displayed correctly.