Jiří Kalvoda
8 months ago
3 changed files with 67 additions and 3 deletions
@ -0,0 +1,23 @@ |
|||
{ |
|||
|
|||
\def\pagelink#1{#1} |
|||
\def\toclink#1#2{% |
|||
#2 |
|||
} |
|||
|
|||
\def\stdskip{\vskip 3pt} |
|||
\def\tocsection#1#2#3#4{ |
|||
\line{\settextsize{14}\bf\hbox to 2em{#2\hfil}#4~\hfil\pagelink{#1}}\stdskip |
|||
} |
|||
\def\tocsubsection#1#2#3#4{ |
|||
\line{\bf\hskip 1.5cm \hbox to 3em{#2\hfil}#4~\hfil\pagelink{#1}}\stdskip |
|||
} |
|||
\def\tocsubsubsection#1#2#3#4{ |
|||
\line{\bf\hskip 3cm \hbox to 4em{#2\hfil}#4~\hfil\pagelink{#1}}\stdskip |
|||
} |
|||
\def\tocpicture#1#2#3#4{} |
|||
|
|||
\vskip 1cm |
|||
\input toc.aux |
|||
|
|||
} |
@ -0,0 +1,18 @@ |
|||
{ |
|||
|
|||
\def\pagelink#1{#1} |
|||
\def\toclink#1#2{% |
|||
#2 |
|||
} |
|||
|
|||
\def\stdskip{\vskip 3pt} |
|||
\def\tocsection#1#2#3#4{} |
|||
\def\tocsubsection#1#2#3#4{} |
|||
\def\tocsubsubsection#1#2#3#4{} |
|||
\def\tocpicture#1#2#3#4{ |
|||
\line{\hbox to 2em{#2\hfil}#4~\hfil\pagelink{#1}}\stdskip |
|||
} |
|||
|
|||
\vskip 1cm |
|||
\input toc.aux |
|||
} |
Loading…
Reference in new issue