Search found 40 matches

by iperten
Thu Apr 15, 2010 6:52 pm
Forum: Text Formatting
Topic: Has anyone ever used "classicthesis" with TeXnicCenter?
Replies: 3
Views: 2410

Has anyone ever used "classicthesis" with TeXnicCenter?

Dear Thorsten,

first of all, my apologies for the multiple post: I haven't been using the community for quite some time and forgotten a bit about the different forums. That's why I then posted the topic in the TexnicCenter forum, since I am using this editor, after having firstly posted it in the ...
by iperten
Thu Apr 15, 2010 5:32 pm
Forum: Text Formatting
Topic: Has anyone ever used "classicthesis" with TeXnicCenter?
Replies: 3
Views: 2410

Has anyone ever used "classicthesis" with TeXnicCenter?

Dear all,

I've recently downloaded the "classicthesis" package for thesis writing, but I am having some difficulties: I am then looking for some help online.

Does anyone know any link, documentation, etc where I can find something about using this package in texniccenter?

Thank you.
Ciao,
M.
by iperten
Wed Jun 24, 2009 1:56 pm
Forum: Graphics, Figures & Tables
Topic: figure in the first page
Replies: 4
Views: 3180

Re: figure in the first page

Thanks spiegboy, I'll try this as well!

Kind regards,
Mattia.
by iperten
Tue Jun 23, 2009 10:25 am
Forum: Graphics, Figures & Tables
Topic: figure in the first page
Replies: 4
Views: 3180

Re: figure in the first page

Thank you!

I'll try that!

Greetings,
Mattia.
by iperten
Mon Jun 22, 2009 5:15 pm
Forum: Graphics, Figures & Tables
Topic: figure in the first page
Replies: 4
Views: 3180

figure in the first page

Dear all good morning.

I'd like to insert a figure in the first page of a report I wrote: what do I have to do?

Basically, I want it in the page where the title, author and date of the report are.

Thank you.
Kind regards,
Mattia.
by iperten
Mon Nov 03, 2008 11:32 am
Forum: Document Classes
Topic: headers with titlesec
Replies: 4
Views: 6701

Re: headers with titlesec

Ja, it works! :)

Thanks a lot!

Cheers,
M.
by iperten
Fri Oct 31, 2008 7:48 pm
Forum: Document Classes
Topic: headers with titlesec
Replies: 4
Views: 6701

Re: headers with titlesec

Thanks a lot!

But now the following question: where should I place the commands?

I tried to write them right after the others and the results is that everything is now affected with that page style.

I put them at the end, right after the command to insert the bibliography, and it did not work ...
by iperten
Fri Oct 31, 2008 3:35 pm
Forum: General
Topic: equations at the center of the page
Replies: 2
Views: 1935

Re: equations at the center of the page

Dear gmedina,

thank you very much! It worked!

And next time I'll try to avoid eqnarray. ;)

Hasta la vista!
M.
by iperten
Fri Oct 31, 2008 3:03 pm
Forum: General
Topic: equations at the center of the page
Replies: 2
Views: 1935

equations at the center of the page

Dear all,

I have to write 3 equations one after the other and each of them needs the number to be referred to. Instead of writing 3 times \begin{equation} ... \end{equation}, I used the eqnarray environment as follows:

\begin{eqnarray}
C_1&=&\frac{C_{m1}}{\cos\alpha_1}=W_1\frac{\cos\beta_1 ...
by iperten
Fri Oct 31, 2008 2:55 pm
Forum: Document Classes
Topic: headers with titlesec
Replies: 4
Views: 6701

headers with titlesec

Dear all,

I am writing a report and I'm using the titlesec for the headers.

This the code I use:

\renewpagestyle{plain}[\small\sffamily\upshape]{
\footrule
\setfoot{}{\textbf{\thepage}}{}}
\newpagestyle{myps}[\small\sffamily\upshape]{
\headrule
\sethead[\textbf{\thepage}][][\textbf ...