Tagged Questions
6
votes
3answers
96 views
reproduce section at different position
I would like to reproduce a \section at a later position, with the same number as at the original position. I tried
\newsavebox{\meinebox}
\savebox{\meinebox}[80mm][l]{\section{Hier}}
...
13
votes
1answer
96 views
\( \) don't work with TOC?
If i write this line of code
\subsection{Ranger \( n \) boules distinguables dans \( M \) boîtes}
I obtain an error over the second \)
(./Probabilité.toc
./Probabilité.toc:8: LaTeX Error: Bad ...
5
votes
2answers
180 views
\@startsection, hyperref and newunicodechar; protection needed?
When working with custom defined environments using \@startsection I found, after switching to newunicodechar for defining my unicode characters, that the sectioning headings give this peculiar ...
