GeneralESKDX + toc

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
oltarasenko
Posts: 9
Joined: Thu May 15, 2008 2:02 pm

ESKDX + toc

Post by oltarasenko »

Hi!

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}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply