Search found 9 matches

by Pawel
Mon Aug 31, 2009 9:19 pm
Forum: Graphics, Figures & Tables
Topic: How to get rid of page numbers in a sidewaystable?
Replies: 2
Views: 2770

Re: How to get rid of page numbers in a sidewaystable?

Works like magic!!!

Thank you very much for your help.

Pawel
by Pawel
Mon Aug 31, 2009 8:25 pm
Forum: Graphics, Figures & Tables
Topic: How to get rid of page numbers in a sidewaystable?
Replies: 2
Views: 2770

How to get rid of page numbers in a sidewaystable?

Hi All

I have a large sidewaystable in my document, which takes up the whole page:

\begin{sidewaystable}
\hspace*{-3.3cm}\includegraphics[width=1.35\textheight,height=0.8\textwidth]{SSMomFit}
\caption{Big Table}
\end{sidewaystable}

I would like to get rid of the page number on that page only ...
by Pawel
Sun Sep 21, 2008 8:08 pm
Forum: MiKTeX and proTeXt
Topic: Weird '.cls' file behaviour
Replies: 4
Views: 6825

Re: Weird '.cls' file behaviour

Thanks for your help Juanjo.

What you say might have been true. Or perhaps I was just doing something even more stupid (i.e. I didn't save the .cls file after modifying; I was pretty tired when posting). Anyway, I had another go, and everything works fine this time round.

I agree totally on it ...
by Pawel
Tue Sep 16, 2008 3:19 pm
Forum: General
Topic: How to create a numbered (& 'referenceable') newenvironment?
Replies: 9
Views: 34338

Re: How to create a numbered (& 'referenceable') newenvironment?

It's never too late ;). Thanks. I'll have a look.
p
by Pawel
Sat Sep 13, 2008 10:16 pm
Forum: MiKTeX and proTeXt
Topic: Weird '.cls' file behaviour
Replies: 4
Views: 6825

Weird '.cls' file behaviour

All,

I am using elsart.cls to typeset my articles. However, what annoyed me slightly was the 'Preprint submitted to Elsevier' comment on the front page. To get rid of it I edited the elsart.cls file and replaced the line that produced it with something like

Preliminary and Incomplete \hfil ...
by Pawel
Tue Aug 05, 2008 9:26 am
Forum: MiKTeX and proTeXt
Topic: Compilation speed question (eTeX/pdfeTeX; MikTeX 2.4 vs 2.5)
Replies: 2
Views: 3893

Re: Compilation speed question (eTeX/pdfeTeX; MikTeX 2.4 vs 2.5)

Thanks a lot. That's very helpful.

Pawel
by Pawel
Tue Aug 05, 2008 8:56 am
Forum: MiKTeX and proTeXt
Topic: Compilation speed question (eTeX/pdfeTeX; MikTeX 2.4 vs 2.5)
Replies: 2
Views: 3893

Compilation speed question (eTeX/pdfeTeX; MikTeX 2.4 vs 2.5)

All,

I'm running the MikTeX/WinEdt combo at home and @ work. Compilation of LaTeX files (both to DVI and PDF) takes about two times longer (measured on a number of different files) on my new PC at work than on my four year old laptop at home (work: Dual Core P4 3GhZ, 2GB RAM vs home: Single Core P4 ...
by Pawel
Fri Jul 25, 2008 10:15 pm
Forum: General
Topic: How to create a numbered (& 'referenceable') newenvironment?
Replies: 9
Views: 34338

Re: How to create a numbered (& 'referenceable') newenvironment?

Guys,

I am at a loss for words (and slightly embarassed for having posted such a crap bit of LaTeX code).

Thank you VERY much.
Pawel
by Pawel
Fri Jul 25, 2008 10:04 am
Forum: General
Topic: How to create a numbered (& 'referenceable') newenvironment?
Replies: 9
Views: 34338

How to create a numbered (& 'referenceable') newenvironment?

All,

I'm trying to create a new numbered environment called 'example'. I would like to be able to reference the examples I create from other places in the document. I'm not sure how to do it...

What I have at the moment is

\newcounter{theexample} \setcounter{theexample}{1}
\newenvironment ...