Compare commits
3 Commits
41f51bf6fe
...
fb80c61139
Author | SHA1 | Date |
---|---|---|
Jiří Kalvoda | fb80c61139 | 9 months ago |
Jiří Kalvoda | 7230d87f6b | 9 months ago |
Jiří Kalvoda | bf46105db8 | 9 months ago |
4 changed files with 92 additions and 16 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