Search found 2 matches
- Mon Nov 03, 2014 1:26 am
- Forum: General
- Topic: Problem with custom table of contents
- Replies: 2
- Views: 1935
Re: Problem with custom table of contents
I think I just figured out what was the problem. I think that the problem was, that since I am writing the document via writelatex.org and the command to add to list makes a temp file where it archives the list(or at least should from what I have understood from the documentation), it could not ...
- Sun Nov 02, 2014 2:10 pm
- Forum: General
- Topic: Problem with custom table of contents
- Replies: 2
- Views: 1935
Problem with custom table of contents
Hello, I have a problem. I have a custom list of definitions defined by commands
\newcommand{\listdefinice}{Seznam definic}
\newlistof{defi}{def}{\listdefinice}
\newcommand{\defi}[1]{%
\refstepcounter{definice}
\underline{Definice \thedefinice.: (#1)}\par\noindent
\addcontentsline{def}{defi ...
\newcommand{\listdefinice}{Seznam definic}
\newlistof{defi}{def}{\listdefinice}
\newcommand{\defi}[1]{%
\refstepcounter{definice}
\underline{Definice \thedefinice.: (#1)}\par\noindent
\addcontentsline{def}{defi ...