Search found 9 matches

by Zoran S
Mon Jan 12, 2015 8:41 pm
Forum: Text Formatting
Topic: Text in Subject index with multind.sty
Replies: 7
Views: 9365

Text in Subject index with multind.sty

I know about makeind, but this package is required by the publisher. Below you can see the code sample. Let someone insert what is needed.




\NeedsTeXFormat{LaTeX2e}[1996/06/01]

\documentclass{cambridge7A}

\usepackage{mathptmx, amsmath, amsfonts, amssymb, amstext}
\usepackage{multicol ...
by Zoran S
Mon Jan 12, 2015 7:50 pm
Forum: Text Formatting
Topic: Text in Subject index with multind.sty
Replies: 7
Views: 9365

Re: Text in Subject index with multind.sty

Hi Stefan,

You re correct about old version of MikTex. I had 2.2, today I upgrade it to 2.9. I also did not fix the problem correctly (in my way). I have just putted

printindex{first{First Index\\ \bigskip
\footnotesize{text above the title}}

This works unless I want to insert the title into the ...
by Zoran S
Fri Jan 09, 2015 7:36 pm
Forum: Text Formatting
Topic: Text in Subject index with multind.sty
Replies: 7
Views: 9365

Re: Text in Subject index with multind.sty

Package etoolbox error: Not running under E-Tex.

But I found another solution. Thanks!
by Zoran S
Wed Jan 07, 2015 5:46 am
Forum: Text Formatting
Topic: Text in Subject index with multind.sty
Replies: 7
Views: 9365

Text in Subject index with multind.sty

I try to make two indices at the end of the book. For one of them I would like to add some text right above the title. There is a simple example:




\documentclass{book}

\usepackage{multind}\ProvidesPackage{multind}

\makeindex{first} \makeindex{second}

\begin{document}
test\index{first}{test ...
by Zoran S
Tue Jan 06, 2015 7:16 pm
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: error using multiple indexes with multind package
Replies: 3
Views: 9710

Re: error using multiple indexes with multind package

I have the same problem. When I compile the file given in the above example (by nlct) I am getting an empty list.
by Zoran S
Sat Dec 13, 2014 11:14 pm
Forum: Text Formatting
Topic: enumeration goes out the text area
Replies: 5
Views: 3857

Re: enumeration goes out the text area

Thanks. It seems that

\begin{enumerate}[labelindent=2pt]
\item sss
\item ddd

\end{enumerate}

also resolves the problem.
by Zoran S
Thu Dec 11, 2014 5:45 pm
Forum: Text Formatting
Topic: enumeration goes out the text area
Replies: 5
Views: 3857

enumeration goes out the text area

In the preamble I have this:

\documentclass{cambridge7A}

\def\makeRRlabeldot#1{\hss\llap{#1}}
\renewcommand\theenumi{{\rm (\roman{enumi})}}
\renewcommand\theenumii{{\rm (\alph{enumii})}}
\renewcommand\theenumiii{{\rm (\arabic{enumiii})}}
\renewcommand\theenumiv{{\rm (\Alph{enumiv})}}

Later I ...
by Zoran S
Thu Dec 11, 2014 6:33 am
Forum: Text Formatting
Topic: enumeration goes out the text area
Replies: 5
Views: 3857

enumeration goes out the text area

In class book, when I use the environment enumerate (say with roman numbers) it appears that these numbers step into the left margin. How to move them to the right?
by Zoran S
Thu Dec 11, 2014 6:28 am
Forum: Text Formatting
Topic: Section* title in header
Replies: 2
Views: 2109

Section* title in header

In class book, when I made a section* with an asterisk (that is, a non-numbered section), its title does not appear in the header. There is still the title of the previous section (which is a regular one, so without *). How to make the title of a non-numbered section to be in the header?