Search found 6 matches

by Sille
Sun Mar 27, 2011 1:46 pm
Forum: Page Layout
Topic: How does the \tocenter package work?
Replies: 7
Views: 3206

Re: How does the \tocenter package work?

Thank you so much, you saved my day - it's working :)
by Sille
Sun Mar 27, 2011 12:44 pm
Forum: Page Layout
Topic: How does the \tocenter package work?
Replies: 7
Views: 3206

How does the \tocenter package work?

Thank you, that will give a nice result.
But when I try to insert some pictures, I get 4 errors.
Here is what I have tried
\newlength{\centeroffset}
\setlength{\centeroffset}{-0.5\oddsidemargin}
\addtolength{\centeroffset}{0.5\evensidemargin}
\thispagestyle{empty}
%\vspace*{\stretch{1}}
\noindent ...
by Sille
Sat Mar 26, 2011 1:06 pm
Forum: Page Layout
Topic: How does the \tocenter package work?
Replies: 7
Views: 3206

Re: How does the \tocenter package work?

Sorry, I think I forgot to tell you that the titlepage is already centered due to the margins. But since the margin is bigger in one of the sides, because I am using twoside I was wondering if it could be placed in the middle of the page without using the margins. Hope you understand.

I have tried ...
by Sille
Sat Mar 26, 2011 1:02 am
Forum: Page Layout
Topic: How does the \tocenter package work?
Replies: 7
Views: 3206

How does the \tocenter package work?

Hi,

I am trying to center my titlepage with the command \tocenter. Untill now I have figure out that I should add \tocenter[hfm]{\textwidth}{\textheight} to the preamble. But how to apply it on the titlepage?
I have read the documentation but it is not making my any wiser.
I hope that someone can ...
by Sille
Fri Mar 18, 2011 11:33 pm
Forum: Graphics, Figures & Tables
Topic: 2 types of Figure (rename Figure)
Replies: 3
Views: 2045

Re: 2 types of Figure (rename Figure)

Thanks for the quick response - I found out by using the \declarecaptiontype command
by Sille
Fri Mar 18, 2011 4:52 pm
Forum: Graphics, Figures & Tables
Topic: 2 types of Figure (rename Figure)
Replies: 3
Views: 2045

2 types of Figure (rename Figure)

Hi,

I am writing my thesis in chemistry in Latex and I am wondering if I can make to types of Figures, where one is called Figure and the other should be called Scheme.
So that Figure is for normal figures whereas Scheme is for my reaction schemes.

I hope that someone can help me :)