Search found 5 matches

by viktiglemma
Sat Apr 26, 2008 2:49 pm
Forum: General
Topic: Can I have more control over my subscripts?
Replies: 9
Views: 16630

Re: Can I have more control over my subscripts?

Thanks for your replies, I think I'll be able to solve my problem now. Also thanks for the tip about pmatrix. I've been hoping to find something just like that for a while now.
by viktiglemma
Wed Apr 23, 2008 11:27 am
Forum: General
Topic: Can I have more control over my subscripts?
Replies: 9
Views: 16630

Can I have more control over my subscripts?

Hi,

I'm currently using a lot of subscripts in my work; however I see that the naive way of making them doesn't always turn out that well:
\begin{equation}
\left(
\begin{array}{c}
n'_1+1\\
\vdots\\
n'_{K-1}
\end{array}
\right)
\end{equation}
With this code the last subscript seems too large. Any ...
by viktiglemma
Thu Apr 03, 2008 8:49 am
Forum: General
Topic: Appendix not appearing in the table of contents
Replies: 4
Views: 11546

Re: Appendix not appearing in the table of contents

Hi,

Yes, I am using the appendix package. In the documentation you linked to I read that using \input instead of \include would improve on something - and it worked in my case! My appendix is now listed finally.

Thanks for your help!


Viktiglemma
by viktiglemma
Wed Apr 02, 2008 9:38 am
Forum: General
Topic: Appendix not appearing in the table of contents
Replies: 4
Views: 11546

Appendix not appearing in the table of contents

Hi viktiglemma,

where do you make the toc entry for the appendix? Inside your main document or inside myappendix.tex?

I remember that using \addcontentsline and \addtocontents together with \include may cause problems. One possible solution may be to put all commands that write to the toc into ...
by viktiglemma
Tue Apr 01, 2008 4:03 pm
Forum: General
Topic: Appendix not appearing in the table of contents
Replies: 4
Views: 11546

Appendix not appearing in the table of contents

Hi,

I have a problem that my appendix does not appear in the table of contents when the appendix is in a separate .tex file.

At the end of my document I include the appendix through

\include{myappendix}

and then myappendix.tex begins with

\appendix
\appendixpage
\addappheadtotoc

However if ...