I am using eskdx, and eskdplain package (don't need a solid border).
But now I need to have border (default package behavior) on the toc only.
So actually I need to turn off the operator \usepackage[numbertop,numberright]{eskdplain} for the TOC
And turn it on after it..... Is that possible?
The code:
Code: Select all
\documentclass[ukrainian, floatsection,equationsection, hpadding=10mm,vpadding=14mm, utf8, pointsection]{eskdtext}
\ESKDtitle{TITLE}
\usepackage[numbertop,numberright]{eskdplain}
\usepackage{graphics}
\usepackage{listings}
\usepackage{rotating}
%\usepackage[a4paper,vmargin={2cm,2cm},hmargin={2cm,1cm}]{geometry}
\begin{document}
\maketitle
\include{Annotation}
\include{AnnotationEn}
\tableofcontents
\include{Shortcuts}
\include{Intro}
\include{Chap1} % Brgining
%\include{Chap2}
%\include{Chap3}
\include{Chap4} % Metod
\include{Chap5} % Programs
%\include{Chap6} %same as in chap 4 - excluded
\include{Conclusions}
\include{theBibliogr}
\end{document}