-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello guys,
I started with bitbucket and tried to use the wiki for my documentation. Therefore, i created a folder "documentation" unter the folder "wiki" (same level as home.wiki) and added some .wiki files.
Now i'm trying to display all these contents of Documentation/ as table of contents. Therefore…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I was using \documentclass{amsmath} for awhile with no issues, but I recently wanted to switch to the normal \documentclass{article} because I thought it looked nicer. However, now my \tableofcontents command produces this error:
! Undefined control sequence.
<argument> \tocsection
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
hi all, i wanna know how can hide a section from table of contents but without losing the section number in the body of the document...for example in this tex i lose the number for "hide", and all the sequence is damaged.
\documentclass{article}
\begin{document}
\tableofcontents
\section{uno}
\section{dos}
\section*{hide}
\section{tres}
\end{document…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I need to add a period after the chapter/table/figure number in each line in Table of Contents/LoT/LoF.
ie, right now it shows:
TABLES
1 first
2 second
but I need it to show:
TABLES
1. first
2. second
I know this can be done with the tocloft package, however, that package is conflicting…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am trying to generate a RTF document by hand and eventually will do it programtically. I plan to improve pyRTF so that it can generate "Table of contents", which I think it can't.
I am not able to use RTF controls words (\tc, \tcf and \tcl.) to generate a TOC.
http://msdn.microsoft.com/en-us/library/aa140283(office…
>>> More