Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I have long subsection headings in table of contents and am using tocloft to set indents. The second lines of the long headings are set to a large indent, about half an inch. I need to reduce or eliminate this behavior. Guidance?

I am setting my indents as follows

\cftsetindents{chapter}{0.0in}{0.2in}
\cftsetindents{section}{0.0in}{0.3in}
\cftsetindents{subsection}{0.5in}{0.5in}
\cftsetindents{subsubsection}{0.7in}{0.7in}
share|improve this question
1  
Welcome to TeX.sx! Please add a minimal working example (MWE) that illustrates your problem. It will be much easier for us to reproduce your situation and find out what the issue is when we see compilable code, starting with \documentclass{...} and ending with \end{document}. – Corentin Dec 2 '12 at 19:44
Welcome to TeX.SX. A tip: If you indent lines by 4 spaces, then they're marked as a code sample. You can also highlight the code and click the "code" button ({}). – Claudio Fiandrino Dec 2 '12 at 20:13

closed as too localized by lockstep, Torbjørn T., Martin Schröder, cmhughes, Kurt Jan 5 at 22:29

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.