Search found 9 matches

by oltarasenko
Thu May 29, 2008 4:48 pm
Forum: General
Topic: ESKDX + toc
Replies: 0
Views: 1560

ESKDX + toc

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 ...
by oltarasenko
Sun May 18, 2008 1:57 pm
Forum: General
Topic: Can I add a section to table of contents without a number
Replies: 6
Views: 18617

Can I add a section to table of contents without a number

Hi!


People from the CyrTeX-ru@vsu.ru already helped me! Thanks a lot!!!

The solution is:



\section*{Введение}
\addcontentsline{toc}{section}{Введение}



Directly in the section.

They also recommended me to use this in the preamble of the document

% ПереопредеР...
by oltarasenko
Sun May 18, 2008 12:24 pm
Forum: General
Topic: Can I add a section to table of contents without a number
Replies: 6
Views: 18617

Re: Can I add a section to table of contents without a number

Not sure if I am doing it correctly.

Trying to add it this way:
Directly on the file I write
\addtocontents{toc}{section*}{Introduction}
instead of \section*{Introduction}

But get this:

[1{/usr/local/texlive/2007/texmf-var/fonts/map/pdftex/updmap/pdftex.map}]
(./main.toc

! LaTeX Error: Something ...
by oltarasenko
Sun May 18, 2008 12:11 pm
Forum: General
Topic: Can I add a section to table of contents without a number
Replies: 6
Views: 18617

Can I add a section to table of contents without a number

Please help :(

I added the line but no text was added to TOC :(


\begin{document}
\maketitle
\addcontentsline{toc}{section}{Introductions}
\tableofcontents


\include{Intro}
\include{Chap1}


Where the section introductions (it should be without number in TOC) sits in the \include{Intro ...
by oltarasenko
Sat May 17, 2008 9:31 am
Forum: General
Topic: Borders of the document
Replies: 5
Views: 39467

Borders of the document

:(

Have problems with the package. I am just a beginner in latex, but it seems that packages eskdx and geometry are in conflict :(

The code


\usepackage[numbertop,numberright]{eskdplain}
\usepackage{graphics}
\usepackage{listings}
\usepackage[a4paper,vmargin={20mm,20mm},hmargin={20mm,10mm ...
by oltarasenko
Thu May 15, 2008 3:46 pm
Forum: General
Topic: Borders of the document
Replies: 5
Views: 39467

Re: Borders of the document

Thanks a lot. Hope I will learn TeX in future, and will help other new people!
by oltarasenko
Thu May 15, 2008 3:01 pm
Forum: General
Topic: Borders of the document
Replies: 5
Views: 39467

Borders of the document

Hi again. Sorry that disturbing you all.

But the migration from MS Word is not so easy for me.

Can you please explain me how can I set page setup (need to set borders (just like in word))
Need to set borders T*B*L = 20mm and R=10mm

How to do it.

Thanks in advance,
Oleg
by oltarasenko
Thu May 15, 2008 2:40 pm
Forum: General
Topic: Can I add a section to table of contents without a number
Replies: 6
Views: 18617

Re: Can I add a section to table of contents without a number

Thanks a lot! You answered so quickly!
:)
by oltarasenko
Thu May 15, 2008 2:13 pm
Forum: General
Topic: Can I add a section to table of contents without a number
Replies: 6
Views: 18617

Can I add a section to table of contents without a number

Hi.

I am using eskdx package.

Every new section in my document starts with \section{Name} command.

But according to our formating rules some sections shouldn't have numbers (e.g. Introduction or Conclusions and Recommendations)

But if I will create them with \section*{name} command, they will ...